Martin McKeaveney
38b2c02cf6
Merge branch 'master' of github.com:Budibase/budibase into fix/user-email-view-migration
2022-07-18 09:56:01 +01:00
Budibase Release Bot
dbdd88b46d
v1.1.12
2022-07-18 08:55:27 +00:00
Michael Drury
8581b8e64d
Merge pull request #6740 from Budibase/dependabot/npm_and_yarn/packages/server/svelte-3.49.0
...
Bump svelte from 3.44.1 to 3.49.0 in /packages/server
2022-07-18 09:47:56 +01:00
Michael Drury
8e940486cc
Merge pull request #6742 from Budibase/dependabot/npm_and_yarn/packages/frontend-core/svelte-3.49.0
...
Bump svelte from 3.46.2 to 3.49.0 in /packages/frontend-core
2022-07-18 09:47:46 +01:00
Michael Drury
6095dc1d59
Merge pull request #6743 from Budibase/dependabot/npm_and_yarn/packages/client/svelte-3.49.0
...
Bump svelte from 3.46.4 to 3.49.0 in /packages/client
2022-07-18 09:47:10 +01:00
Martin McKeaveney
fa20a6169e
fixing broken migration
2022-07-17 16:21:55 +01:00
dependabot[bot]
a3f473e690
Bump svelte from 3.48.0 to 3.49.0 in /packages/builder
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:54:55 +00:00
dependabot[bot]
350712d4f2
Bump svelte from 3.46.4 to 3.49.0 in /packages/client
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.46.4 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:53:52 +00:00
dependabot[bot]
b3eb812fb1
Bump svelte from 3.46.2 to 3.49.0 in /packages/frontend-core
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.46.2 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.2...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:52:50 +00:00
mike12345567
9c885ad284
Fixing test case.
2022-07-15 17:45:35 +01:00
dependabot[bot]
2cec129f43
Bump svelte from 3.44.1 to 3.49.0 in /packages/server
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.44.1 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.44.1...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:39:40 +00:00
mike12345567
30b7790e65
Fix for #6709 - Adding the option to set a role for app action, allowing users to set what level an automation can be accessed from.
2022-07-15 17:13:45 +01:00
mike12345567
a4825f8f6c
Removing console log.
2022-07-15 14:33:34 +01:00
mike12345567
90bc52336a
Fix for #6501 - don't fail to publish app when cron expression is empty in any automation, just don't publish that automation. Also adding an error to automation to make it clear an expression is required.
2022-07-15 14:15:16 +01:00
Andrew Kingston
61ed214e88
Replace incorrect usages of element.childNodes with element.children
2022-07-15 13:47:39 +01:00
mike12345567
320e41c393
Fix for #6702 - remove users table as an option for automation triggers.
2022-07-15 13:39:47 +01:00
Andrew Kingston
eeb528b312
Lint
2022-07-15 13:09:53 +01:00
Andrew Kingston
84e87aeb1d
Fix bug with sequential helper
2022-07-15 13:09:48 +01:00
Andrew Kingston
343dec5013
Visually hide components when cutting but do not remove from real definition
2022-07-15 13:09:43 +01:00
Andrew Kingston
210fc143ee
Fix pasting inside different screens and select new screen when pasting inside different screen
2022-07-15 13:09:37 +01:00
Andrew Kingston
be76f9ebfb
Allow pasting multiple times after copying when not cutting
2022-07-15 13:09:32 +01:00
Andrew Kingston
b82c57fac8
Remove debug logs and add comments
2022-07-15 13:09:28 +01:00
Andrew Kingston
f00d441f8e
Move screen setting updates into store and use patches. Make screen settings generic
2022-07-15 13:09:23 +01:00
Andrew Kingston
e46f64a166
Update screen settings to use patches
2022-07-15 13:09:19 +01:00
Andrew Kingston
d5b8ddafaf
Ensure state never gets out of sync when saving app metadata by using server response to update state
2022-07-15 13:09:13 +01:00
Andrew Kingston
2a240b1831
Use patch for all component methods, add core component patch function, add component move functions to store
2022-07-15 13:09:09 +01:00
Andrew Kingston
bfefae0e5f
Update cut+paste so cut doesn't actually remove the component from the tree and use new patch function
2022-07-15 13:08:55 +01:00
Andrew Kingston
64ca62f8d8
Use patch when deleting components
2022-07-15 13:08:50 +01:00
Andrew Kingston
283de4b673
Use patch when creating new components
2022-07-15 13:08:44 +01:00
Andrew Kingston
07c04e3093
Remove deprecated layout logic
2022-07-15 13:08:38 +01:00
Andrew Kingston
fa42acaaf8
Reduce state updates when selecting layouts
2022-07-15 13:08:32 +01:00
Andrew Kingston
da41c6d96a
Use patch when detaching screen custom layouts
2022-07-15 13:08:25 +01:00
Andrew Kingston
6b85700fff
Use patches when updating homescreens
2022-07-15 13:08:20 +01:00
Andrew Kingston
c24c5b2861
Update sequential helper to properly queue promises
2022-07-15 13:08:14 +01:00
Andrew Kingston
3e4cf89765
Add screen patch store method and reduce state updates when deleting screens
2022-07-15 13:08:04 +01:00
Andrew Kingston
55fb91a1ae
Reduce state updates while saving screens
2022-07-15 13:07:35 +01:00
Andrew Kingston
75ed8feb92
Reduce state updates when selecting screens
2022-07-15 13:06:43 +01:00
Peter Clement
25a395972c
Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab
2022-07-15 11:30:11 +01:00
Peter Clement
b5ffd995f4
split out id parsing into pro repo
2022-07-15 11:29:20 +01:00
Budibase Staging Release Bot
e0aa4967dd
Update pro version to 1.1.10-alpha.3
2022-07-15 09:59:45 +00:00
Budibase Staging Release Bot
e08fe1cf6f
v1.1.10-alpha.3
2022-07-15 09:57:58 +00:00
deanhannigan
b959f14958
Merge pull request #6676 from Budibase/feature/app-action-ui-updates
...
Feature/app action UI updates
2022-07-15 10:46:58 +01:00
Budibase Staging Release Bot
9a931bc16f
Update pro version to 1.1.10-alpha.2
2022-07-15 09:34:01 +00:00
Budibase Staging Release Bot
2282e6376c
v1.1.10-alpha.2
2022-07-15 09:32:18 +00:00
Martin McKeaveney
346416d2ee
only add account portal people to intercom
2022-07-15 10:26:41 +01:00
deanhannigan
b52fb1c42c
Merge pull request #6558 from Budibase/feature/component-condition-count
...
Feature/component condition count
2022-07-15 10:20:04 +01:00
NEOLPAR
bd80601924
removed role dropdown from users table due to incompatibilities with table horizontal scroll and overflowing dropdown component
2022-07-15 10:13:03 +01:00
Budibase Release Bot
27fffe63bf
Update pro version to 1.1.11
2022-07-15 09:07:26 +00:00
Budibase Release Bot
704b293bbc
v1.1.11
2022-07-15 09:05:39 +00:00
Martin McKeaveney
9cef8a87aa
Merge pull request #6722 from Budibase/fix/intercom-self-host-only
...
only show intercom in cloud
2022-07-15 09:53:08 +01:00
Martin McKeaveney
994aade372
only show intercom in cloud
2022-07-15 09:32:46 +01:00
Budibase Staging Release Bot
ffa44b3b29
Update pro version to 1.1.10-alpha.1
2022-07-15 08:27:44 +00:00
Budibase Staging Release Bot
ffc2be72cb
v1.1.10-alpha.1
2022-07-15 08:26:04 +00:00
deanhannigan
40489ff0d5
Merge pull request #6557 from Budibase/remove-datasource-from-schema-picker
...
Data providers are excluded from the Form Schema picker
2022-07-15 09:14:39 +01:00
Budibase Staging Release Bot
6b1501a818
Update pro version to 1.1.10-alpha.0
2022-07-14 18:47:02 +00:00
Budibase Staging Release Bot
26db87bb92
v1.1.10-alpha.0
2022-07-14 18:45:31 +00:00
Budibase Release Bot
da26008e39
Update pro version to 1.1.10
2022-07-14 18:44:14 +00:00
Budibase Release Bot
e9604377d1
v1.1.10
2022-07-14 18:42:37 +00:00
mike12345567
843e4a1d38
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-14 19:35:31 +01:00
mike12345567
f3cbf5fa73
Moving @budibase/types around.
2022-07-14 19:30:34 +01:00
Michael Drury
1bf07d6d21
Merge pull request #6705 from Budibase/fix/memory-leak
...
Memory leak fix
2022-07-14 19:22:26 +01:00
Budibase Release Bot
a25aaf60d8
Update pro version to 1.1.9
2022-07-14 18:02:47 +00:00
mike12345567
c692a656de
PR comments.
2022-07-14 19:02:00 +01:00
Budibase Release Bot
0f6c9d188f
v1.1.9
2022-07-14 18:01:07 +00:00
mike12345567
c0b3ad155e
Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak
2022-07-14 18:53:58 +01:00
Budibase Release Bot
3afbc58b4b
Update pro version to 1.1.8
2022-07-14 17:19:49 +00:00
Budibase Release Bot
a4bf973141
v1.1.8
2022-07-14 17:18:06 +00:00
Peter Clement
3f721400e6
Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab
2022-07-14 16:58:41 +01:00
Peter Clement
e63c7fd56f
update groups doc to take a roles object
2022-07-14 16:58:32 +01:00
NEOLPAR
c8512e3de6
changing user roles from users table
2022-07-14 16:55:19 +01:00
mike12345567
a0b3055a1a
Removing un-used, dist import which broke build, updating yarn locks.
2022-07-14 16:49:20 +01:00
mike12345567
8deab4be06
Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak
2022-07-14 16:40:23 +01:00
mike12345567
4c9b82c9ed
Fixing some issues highlighted by test cases, as well as refactoring context a bit to make it easier to edit.
2022-07-14 16:02:05 +01:00
NEOLPAR
0fc78fdbf6
removed duplicated behaviour in user table
2022-07-14 15:59:06 +01:00
NEOLPAR
6b98547709
amended icons
2022-07-14 15:36:35 +01:00
NEOLPAR
f253803dc2
exported deleteUserModal as component
2022-07-14 15:29:30 +01:00
NEOLPAR
a7898411a9
fixed issue bulkDelete losing context because of a forEach loop
2022-07-14 14:15:12 +01:00
Peter Clement
6663fc25fc
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-14 13:32:51 +01:00
Peter Clement
2b5eccaa77
fix table overflow
2022-07-14 11:43:09 +01:00
Peter Clement
a9a69de3c0
Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab
2022-07-14 11:40:56 +01:00
Peter Clement
855c47b19c
wrong link for groups button
2022-07-14 11:18:31 +01:00
NEOLPAR
0cde11daa1
fixed issue where table cells hide overflowed content
2022-07-14 10:26:32 +01:00
Peter Clement
cfb211f23c
Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab
2022-07-14 10:05:02 +01:00
Peter Clement
5fe6bd34b0
tidy up
2022-07-14 10:01:26 +01:00
NEOLPAR
679eac1e11
fixed click propagation users table when click in Role dropdown
2022-07-14 09:40:49 +01:00
Peter Clement
20e9e7a716
Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab
2022-07-14 09:19:08 +01:00
Peter Clement
71179b0f1e
overview card updates
2022-07-14 08:39:39 +01:00
Michael Drury
fedcc2dfd9
Adding a mechanism to deprecate a view and replace it with a new one.
2022-07-13 21:50:19 +01:00
Budibase Release Bot
fbaf1a4817
Update pro version to 1.1.7
2022-07-13 17:28:20 +00:00
Budibase Release Bot
0c6b22b6ff
v1.1.7
2022-07-13 17:26:44 +00:00
Martin McKeaveney
8eb6db09e6
Merge pull request #6687 from Budibase/app-update-icon
...
Add version modal back into builder
2022-07-13 18:16:40 +01:00
NEOLPAR
22864ba324
fixed duplicating users in user creation backend
2022-07-13 17:37:03 +01:00
Budibase Release Bot
89075dfbef
Update pro version to 1.1.6
2022-07-13 16:31:34 +00:00
Budibase Release Bot
e6f7b1699f
v1.1.6
2022-07-13 16:29:54 +00:00
NEOLPAR
cb29ac9e26
fixed duplicating users in user creation frontend
2022-07-13 17:12:44 +01:00
Dean
c0d43fdcdf
Merge remote-tracking branch 'origin/develop' into remove-datasource-from-schema-picker
2022-07-13 17:12:07 +01:00
Dean
3a8c62d04f
Refactoring of the button actions layout, updating the padding of the action categories to better separate them.
2022-07-13 16:53:08 +01:00
Dean
6594d27de6
Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates
2022-07-13 16:24:34 +01:00
Budibase Release Bot
b8764e7aec
Update pro version to 1.1.5
2022-07-13 15:19:37 +00:00
Budibase Release Bot
fb3316dd49
v1.1.5
2022-07-13 15:18:01 +00:00
Andrew Kingston
b5083b506b
Add version modal back into builder
2022-07-13 16:13:56 +01:00
Michael Drury
c2aace9d87
Merge pull request #6685 from Budibase/fix/ethereal-test-case
...
Fix for ethereal test case failures
2022-07-13 16:08:44 +01:00
Budibase Staging Release Bot
256c0daa76
Update pro version to 1.0.220-alpha.4
2022-07-13 15:08:24 +00:00
Budibase Staging Release Bot
7f49bbcab3
v1.0.220-alpha.4
2022-07-13 15:06:33 +00:00
Martin McKeaveney
e20ac2ce2f
Merge pull request #6683 from brocococonut/patch-1
...
Update koa2-ratelimit
2022-07-13 15:55:05 +01:00
Peter Clement
4543b1213f
some user table fixes
2022-07-13 15:46:10 +01:00
mike12345567
b860e05fe8
Quick fix for realEmail test which was causing problems.
2022-07-13 15:39:58 +01:00
Budibase Release Bot
44a27ee1db
Update pro version to 1.1.4
2022-07-13 14:24:45 +00:00
Budibase Release Bot
8f9b9b6242
v1.1.4
2022-07-13 14:23:12 +00:00
Dean
5dd1ca8f33
Minor update to reduce spacing in component condition count
2022-07-13 14:33:30 +01:00
Dean
f5a8735882
Merge remote-tracking branch 'origin/develop' into feature/component-condition-count
2022-07-13 14:19:39 +01:00
Dean
480236254c
Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates
2022-07-13 14:05:44 +01:00
Martin McKeaveney
4adff8c8fc
Merge pull request #6603 from mslourens/duplicate_automation
...
6512 - duplicate automation
2022-07-13 14:02:42 +01:00
Michael Drury
956cd01a3c
Merge pull request #6638 from Budibase/fix/6633
...
July release fixes
2022-07-13 14:01:32 +01:00
Jake Lees
f773d66c34
Update koa2-ratelimit
...
Update koa2-ratelimit as per #5469 to _hopefully_ fix ratelimit not being reset after the set interval.
2022-07-13 22:41:49 +10:00
mike12345567
ec9c0a3ed7
Increasing real email test timeout.
2022-07-13 13:32:06 +01:00
Rory Powell
917cbbb6b1
WIP: Memory leak fix
2022-07-13 08:22:21 -04:00
Andrew Kingston
75ddf9509b
Merge pull request #6682 from Budibase/cheeks-fixes
...
Design polish + misc fixes
2022-07-13 13:09:30 +01:00
Andrew Kingston
9f3bee6f55
Update cards block filter limit to 5
2022-07-13 12:54:04 +01:00
mike12345567
843c7c04a7
Merge branch 'fix/july-fixes' of github.com:Budibase/budibase into fix/6633
2022-07-13 12:47:59 +01:00
mike12345567
2272c095b7
Fix for ARM processors.
2022-07-13 12:37:55 +01:00
Dean
24cfc17a78
Updated action categories, adding a logic specific entry for the conditional step. Shift the action text above the button.
2022-07-13 12:30:58 +01:00
Andrew Kingston
50929b1d90
Remove layout padding when using max width screens
2022-07-13 12:19:24 +01:00
Andrew Kingston
a4da35c3e5
Update table block filter limit to 5
2022-07-13 12:12:30 +01:00
Budibase Release Bot
af49f3511b
Update pro version to 1.1.3
2022-07-13 11:10:40 +00:00
Budibase Release Bot
a676758227
v1.1.3
2022-07-13 11:08:22 +00:00
mike12345567
a946641735
Fix for #6681 - email save validation not working.
2022-07-13 11:57:14 +01:00
Martin McKeaveney
2b42545b77
prevent redirect on app overview by allowing builders access to user endpoint
2022-07-13 11:49:23 +01:00
mike12345567
88d6f3dad2
Merge branch 'master' of github.com:Budibase/budibase into fix/6633
2022-07-13 10:57:37 +01:00
mike12345567
d6f92c7039
Allowing query backend to attempt to convert types in returned JSON to build a better base schema.
2022-07-13 10:53:50 +01:00
Dean
1491aebd30
Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates
2022-07-13 09:11:03 +01:00
Dean
f3b4856101
Made action visibility react based on the number of loaded actions
2022-07-13 09:09:00 +01:00
Andrew Kingston
4635dbbee4
Fix spacing in overview settings tab
2022-07-11 20:23:46 +01:00
Andrew Kingston
8d52c772ad
Improve automation test display layout and spacing
2022-07-11 20:16:22 +01:00
Andrew Kingston
f0eb659cb5
Add hover effect to automation item header expand icon
2022-07-11 20:04:35 +01:00
Andrew Kingston
1608e436fc
Update automation run log detail panel padding
2022-07-11 20:03:33 +01:00
Andrew Kingston
57155656e2
Increase spacing on automation run log tab and move pagination control to bottom right of table
2022-07-11 19:53:14 +01:00
Andrew Kingston
f780762d09
Remove back button while loading app overview
2022-07-11 19:42:04 +01:00
Andrew Kingston
aee82f04d4
Fix drawer widths in automations section
2022-07-11 18:14:30 +01:00
NEOLPAR
6eb4f189ce
creating users from csv
2022-07-11 18:03:41 +01:00
Budibase Release Bot
92dcd640a1
Update pro version to 1.1.2
2022-07-11 16:57:49 +00:00
Budibase Release Bot
f55e277e69
v1.1.2
2022-07-11 16:56:08 +00:00
Martin McKeaveney
b14ea4772d
v1.1.1
2022-07-11 17:45:09 +01:00
Budibase Release Bot
9a3ef0212b
v1.1.0
2022-07-11 16:35:16 +00:00
Budibase Release Bot
d556e3ca59
Update pro version to 1.0.221
2022-07-11 16:16:17 +00:00
Budibase Release Bot
4e1904bba3
v1.0.221
2022-07-11 16:14:26 +00:00
Budibase Release Bot
34eea7e83b
Update pro version to 1.0.220
2022-07-11 15:51:26 +00:00
Budibase Release Bot
c2160f8a2f
v1.0.220
2022-07-11 15:49:41 +00:00
mike12345567
c50fa65e08
Merge branch 'develop' of github.com:Budibase/budibase into fix/6633
2022-07-11 16:26:31 +01:00
Peter Clement
c084412a8d
Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab
2022-07-11 15:30:31 +01:00
Peter Clement
72a67adcf4
improve performance of adding users and groups
2022-07-11 15:29:39 +01:00
NEOLPAR
56a5bb927a
fixed placeholder in assignmentmodal
2022-07-11 15:13:29 +01:00
NEOLPAR
519927981e
filtering apps with user groups, added clear button in pickerdropdown component
2022-07-11 15:12:45 +01:00
Martin McKeaveney
01266ff4db
removing beta tab
2022-07-11 14:09:12 +01:00
Budibase Staging Release Bot
afb731e36b
Update pro version to 1.0.220-alpha.3
2022-07-11 12:42:09 +00:00
Budibase Staging Release Bot
52fce58f07
v1.0.220-alpha.3
2022-07-11 12:40:23 +00:00
Andrew Kingston
7a3c220c8c
Ensure devtools are never shown in the app preview
2022-07-11 13:13:39 +01:00
Andrew Kingston
3937171a25
Move notifications to the bottom of the screen for builder only (not client apps)
2022-07-11 13:12:14 +01:00
mike12345567
e1fab46daf
Quick fix for string based searches, attempting to convert doc type if they differ.
2022-07-11 12:54:45 +01:00
Andrew Kingston
bb866f7cc0
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-07-11 12:13:14 +01:00
Andrew Kingston
cfee376a97
Move on screen load action above new-design-only settings
2022-07-11 12:08:30 +01:00
Budibase Staging Release Bot
5c6ad1e704
Update pro version to 1.0.220-alpha.2
2022-07-11 11:05:44 +00:00
Budibase Staging Release Bot
80b7a2da2f
v1.0.220-alpha.2
2022-07-11 11:04:12 +00:00
Martin McKeaveney
63e141e364
Merge pull request #6637 from Budibase/fix/release-removals
...
remove beta stuff and remove self-host banners
2022-07-11 11:54:52 +01:00
Andrew Kingston
b11df37920
Remove view details button in custom layout deprecation info box
2022-07-11 11:43:16 +01:00
Martin McKeaveney
763863d6b5
remove beta middleware
2022-07-11 11:38:53 +01:00
Martin McKeaveney
abcc909c14
lint fix
2022-07-11 11:29:00 +01:00
Budibase Staging Release Bot
2aad4c0862
Update pro version to 1.0.220-alpha.1
2022-07-11 10:23:34 +00:00
Budibase Staging Release Bot
dc59ba5253
v1.0.220-alpha.1
2022-07-11 10:22:01 +00:00
Martin McKeaveney
95a7155b79
update builder path
2022-07-11 11:16:31 +01:00
Michael Drury
ef1e70b281
Merge pull request #6636 from Budibase/omnibus-action
...
Single image pipeline
2022-07-11 11:12:09 +01:00
Martin McKeaveney
387f224198
remove beta stuff and remove self-host banners
2022-07-11 11:08:56 +01:00
Andrew Kingston
eb1fadb56c
Update dependencies
2022-07-11 10:54:27 +01:00
Andrew Kingston
47f2aa953d
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-07-11 10:51:29 +01:00
Andrew Kingston
8e03c8a33c
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-07-11 10:33:50 +01:00
Budibase Staging Release Bot
d16e9aae5b
Update pro version to 1.0.220-alpha.0
2022-07-11 09:33:11 +00:00
Budibase Staging Release Bot
00cefe45cc
v1.0.220-alpha.0
2022-07-11 09:31:40 +00:00
Martin McKeaveney
78fbf862e1
merge
2022-07-11 10:19:07 +01:00
Martin McKeaveney
44ddfdc626
Merge pull request #6511 from Budibase/seed-admin-user
...
Add env vars to automatically create initial admin user on first run
2022-07-11 10:04:05 +01:00
Dean
e26f7bcd28
Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates
2022-07-11 09:03:39 +01:00
mike12345567
514c58a54e
Quick fixes to automation history UI around publishing and unpublishing.
2022-07-08 19:32:05 +01:00
mike12345567
24f416cdde
Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes
2022-07-08 19:12:43 +01:00
mike12345567
33e8600d62
Updating dockerfile to be friendly to volume usage, as well as pre-filling with uuids rather than static secrets.
2022-07-08 18:33:07 +01:00
Budibase Staging Release Bot
a2c2763565
Update pro version to 1.0.219-alpha.17
2022-07-08 14:44:38 +00:00
Budibase Staging Release Bot
418c60a9bc
v1.0.219-alpha.17
2022-07-08 14:43:13 +00:00
Mel O'Hagan
a72bcd9645
Add await to cache delete
2022-07-08 14:53:34 +01:00
Dean
b994320ab2
Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates
2022-07-08 14:50:56 +01:00
Mel O'Hagan
e677cbef20
Merge branch 'bug/sev3/reset-email-config-delete-cache' into bug/sev3/reset-email-config-delete-cache-dev
2022-07-08 14:50:47 +01:00
Budibase Release Bot
cad11504e4
Update pro version to 1.0.219
2022-07-08 12:35:35 +00:00
Budibase Release Bot
231b038a3c
v1.0.219
2022-07-08 12:34:02 +00:00
Budibase Staging Release Bot
ce24807c32
Update pro version to 1.0.219-alpha.16
2022-07-08 12:32:33 +00:00
Budibase Staging Release Bot
2e50ccf547
v1.0.219-alpha.16
2022-07-08 12:31:06 +00:00
Peter Clement
02629fcf38
Merge pull request #6612 from Budibase/fix/automation-auth-issue
...
Fix Automation auth issue - External Data Connector not working
2022-07-08 13:21:56 +01:00
Budibase Staging Release Bot
474948d27c
Update pro version to 1.0.219-alpha.15
2022-07-08 12:14:13 +00:00
Budibase Staging Release Bot
66ddcc18b4
v1.0.219-alpha.15
2022-07-08 12:12:41 +00:00
deanhannigan
8cead5c2b8
Merge pull request #6609 from Budibase/fix/rest-query-retry-mutation
...
Fixed expression mutation
2022-07-08 13:03:19 +01:00
Peter Clement
218abe39cc
add isAutomation to object
2022-07-08 12:16:27 +01:00
Budibase Staging Release Bot
54d46fe3db
Update pro version to 1.0.219-alpha.14
2022-07-08 11:03:42 +00:00
Budibase Staging Release Bot
76708282a3
v1.0.219-alpha.14
2022-07-08 11:01:57 +00:00
Mitch-Budibase
9914a83737
Merge branch 'develop' into cypress-testing
2022-07-08 11:34:12 +01:00
Mitch-Budibase
9825f26fb1
Cypress: Smoke Build Test Changes
...
More timing related changes to assist with smoke build tests
- Increasing timeouts where applicable
2022-07-08 11:33:11 +01:00
Dean
41d8fa8340
Updated query tests to remove altered datasource. Updated messaging for refresh failure messaging
2022-07-08 11:19:41 +01:00
Peter Clement
4bf9dda4d6
linting
2022-07-08 11:11:03 +01:00
Peter Clement
0ee8635348
make auth check optional when caller is automation
2022-07-08 11:09:06 +01:00
Rory Powell
f7e7693604
Re-apply quota restrictions
2022-07-08 10:52:23 +01:00
Budibase Staging Release Bot
6d1d7e1d81
Update pro version to 1.0.219-alpha.13
2022-07-08 08:42:23 +00:00
Budibase Staging Release Bot
dc4365d708
v1.0.219-alpha.13
2022-07-08 08:40:36 +00:00
Dean
dfc21184cf
Fixed issue where mutation was causing expression bindings to be lost. Request retries will now have them intact for re-enrichment
2022-07-08 09:29:16 +01:00
melohagan
51013b9723
Merge pull request #6563 from Budibase/bug/sev2/generate-select-statement-null-pointer-fix
...
Don't try to check externalType of related tables
2022-07-08 09:21:37 +01:00
Budibase Staging Release Bot
ae9d101649
Update pro version to 1.0.219-alpha.12
2022-07-08 08:19:04 +00:00
Budibase Staging Release Bot
f166ff9ac0
v1.0.219-alpha.12
2022-07-08 08:17:27 +00:00
Dean
508a865ea5
Action drawer updates. Actions now grouped by type and filterable in the action drawer
2022-07-08 09:09:21 +01:00
melohagan
38556b105b
Merge pull request #6561 from Budibase/bug/sev2/dynamic-filter-delete-column-fix
...
Only add defined schema fields to dynamic filter
2022-07-08 09:05:40 +01:00
Mel O'Hagan
206eef1bd3
Merge branch 'develop' into bug/sev2/generate-select-statement-null-pointer-fix
2022-07-08 09:03:36 +01:00
Maurits Lourens
15fbd8fcae
6512 - duplicate automation
2022-07-07 23:39:16 +02:00
mike12345567
9a3f6ae002
Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes
2022-07-07 17:31:43 +01:00
Budibase Staging Release Bot
63a5eb3035
Update pro version to 1.0.219-alpha.11
2022-07-07 14:42:44 +00:00
Budibase Staging Release Bot
d312605ac6
v1.0.219-alpha.11
2022-07-07 14:41:07 +00:00
Mitch-Budibase
3da5da2537
Merge pull request #6600 from Budibase/cypress-testing
...
Cypress: Increasing timeout values
2022-07-07 15:32:09 +01:00
Mitch-Budibase
c8843b0950
Cypress: Increasing timeout values
...
Getting close.... but there are still some minor timing issues against the smoke build.
I am increasing a few timeout values within postgreSQL & commands files
2022-07-07 15:13:15 +01:00
mike12345567
594cfb1f6b
Merge branch 'develop' of github.com:Budibase/budibase into omnibus-action
2022-07-07 14:25:56 +01:00
Mel O'Hagan
3311c00770
Merge branch 'develop' into bug/sev2/dynamic-filter-delete-column-fix
2022-07-07 13:45:43 +01:00
mike12345567
fdd7edf84f
Merge branch 'develop' of github.com:Budibase/budibase into labday/backups
2022-07-07 13:40:52 +01:00
Budibase Staging Release Bot
c7e7fc25e9
Update pro version to 1.0.219-alpha.10
2022-07-07 12:15:04 +00:00
Budibase Staging Release Bot
ecc49c6225
v1.0.219-alpha.10
2022-07-07 12:13:32 +00:00
Mitch-Budibase
c331c8c606
Merge pull request #6596 from Budibase/cypress-testing
...
Cypress: User Details Test Fix
2022-07-07 13:04:03 +01:00
Mitch-Budibase
025405c09f
Cypress: User Details Test Fix
...
It seems that at times, Cypress is running so fast that it does not type entire words (it sometimes misses the first couple of letters.
I've put a small change in the userManagement test file to try and revolve this.
- Adding a wait and clear in association with the type command
2022-07-07 12:50:30 +01:00
Budibase Staging Release Bot
0dc7a827a0
Update pro version to 1.0.219-alpha.9
2022-07-07 11:14:18 +00:00
Budibase Staging Release Bot
b2f9898d0f
v1.0.219-alpha.9
2022-07-07 11:12:43 +00:00
Budibase Staging Release Bot
0a4d326162
Update pro version to 1.0.219-alpha.8
2022-07-07 10:41:47 +00:00
Budibase Staging Release Bot
d006763b9f
v1.0.219-alpha.8
2022-07-07 10:40:17 +00:00
Mitch-Budibase
bfa125c112
Merge branch 'develop' into cypress-testing
2022-07-07 11:07:54 +01:00
Mitch-Budibase
9a7e5ba830
Smoke Build Changes - Timing issues
...
Timing issues persist for the smoke build.
Increasing timeout values to try and combat this
2022-07-07 11:07:05 +01:00
Peter Clement
0e3b1fc46f
linting and tidy
2022-07-07 08:55:32 +01:00
Budibase Staging Release Bot
e90bafa41f
Update pro version to 1.0.219-alpha.7
2022-07-06 20:58:00 +00:00
Budibase Staging Release Bot
57e5d6fa3b
v1.0.219-alpha.7
2022-07-06 20:56:34 +00:00
Mitch-Budibase
8913e70bc2
Merge pull request #6588 from Budibase/cypress-testing
...
Cypress: Smoke Build Timing based Changes
2022-07-06 21:47:46 +01:00
Mitch-Budibase
7dfe0c0fc3
Cypress: Smoke Build Timing based Changes
...
Still some timing issues against the smoke build, but less this time.
- Mainly adding timeouts against cy.visit
- Improving some structure with the close modal command in a few places
2022-07-06 21:10:34 +01:00
Budibase Staging Release Bot
4db53953f2
Update pro version to 1.0.219-alpha.6
2022-07-06 16:59:08 +00:00
Budibase Staging Release Bot
011f37f7c8
v1.0.219-alpha.6
2022-07-06 16:57:35 +00:00
Mitch-Budibase
4a39ec88ae
Merge pull request #6583 from Budibase/cypress-testing
...
More Smoke Build Test Changes - Timing for Smoke Build and Deleting Apps
2022-07-06 17:48:09 +01:00
mike12345567
21dcf4decd
Fixing an issue with running in dev with prebuilds and fixing an issue with backup questions being asked twice.
2022-07-06 17:42:54 +01:00
Mitch-Budibase
a4bbdd39db
Smoke build test changes
...
This time it is adding appropriate deleteAllApps commands and adding waits
- The waits seem to be essential for the smoke build.
- Tests pass locally, but timing issues causes failure on the smoke build
2022-07-06 17:32:27 +01:00
Budibase Staging Release Bot
5d67e16c3a
Update pro version to 1.0.219-alpha.5
2022-07-06 15:44:18 +00:00
mike12345567
216298c74b
Fixing issue which can block accessing platform - if error scenario occurs but admin user partially created.
2022-07-06 16:42:38 +01:00
Budibase Staging Release Bot
4840f5c44b
v1.0.219-alpha.5
2022-07-06 15:42:23 +00:00
Peter Clement
8a66a38470
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-06 16:30:24 +01:00
Mitch-Budibase
377bbe9c52
CreateApp test file update
...
A few timing issues that need sorted. There may be more after this as they tend to be linear through the test run
2022-07-06 16:17:58 +01:00
mike12345567
c62805853a
Updating user search endpoint to allow searching by app ID with a new view, as well as updating user page to have a search input again.
2022-07-06 16:09:05 +01:00
Mitch-Budibase
40031f04d8
Merge branch 'develop' into cypress-testing
2022-07-06 15:57:06 +01:00
Mitch-Budibase
8e24b85b24
Smoke Build Test Changes
...
Changes have been made to the following test files to remove smoke build failures:
- addRadioButtons.spec.js
- accountPortals.spec.js
- userManagement.spec.js
- userSettings.spec.js
2022-07-06 15:56:02 +01:00
Peter Clement
18d259b1ba
access tab refreshing correctly
2022-07-06 14:30:15 +01:00
Budibase Staging Release Bot
3f58a6aadf
Update pro version to 1.0.219-alpha.4
2022-07-06 13:15:48 +00:00
Budibase Staging Release Bot
c9f92c3407
v1.0.219-alpha.4
2022-07-06 13:14:14 +00:00
mike12345567
13769aca8a
Merge branch 'develop' of github.com:Budibase/budibase into develop
2022-07-06 14:05:00 +01:00
mike12345567
35ed1baeca
Updating logging to typescript to fix build issue.
2022-07-06 14:04:04 +01:00
Budibase Staging Release Bot
7fcb354cc2
Update pro version to 1.0.219-alpha.3
2022-07-06 12:49:59 +00:00
Budibase Staging Release Bot
50abf0869e
v1.0.219-alpha.3
2022-07-06 12:48:30 +00:00
mike12345567
fee6ca4cfb
Merge branch 'develop' of github.com:Budibase/budibase into develop
2022-07-06 13:38:20 +01:00
Budibase Staging Release Bot
6cc8db45a9
v1.0.219-alpha.2
2022-07-06 12:36:37 +00:00
mike12345567
12a8487732
Adding null parameter so that TS doesn't build with strict requirement.
2022-07-06 13:36:29 +01:00
deanhannigan
58f398a083
Merge pull request #6575 from Budibase/fix/sso-stale-credentials
...
Properly invalidate the cached user
2022-07-06 13:25:39 +01:00
Budibase Staging Release Bot
e3b81c6fc2
Update pro version to 1.0.219-alpha.1
2022-07-06 12:17:39 +00:00
Budibase Staging Release Bot
58d9fc1384
v1.0.219-alpha.1
2022-07-06 12:16:08 +00:00
Dean
36d69a0b81
Linting commit
2022-07-06 13:09:13 +01:00
Dean
457a671831
Surface refresh process error messaging
2022-07-06 13:03:25 +01:00
Peter Clement
b846402d90
take into account pagination
2022-07-06 12:58:55 +01:00
Dean
bceff77e35
Properly invalidate the cached user ensuring up-to-date credentials are always used
2022-07-06 11:51:48 +01:00
Peter Clement
c9d86230d4
fixing users api references
2022-07-06 08:45:22 +01:00
mike12345567
77b2e68935
Updating specs to state that oneOf is allowed, fixing YAML issue and making sure allOr function works for lucene.
2022-07-05 19:54:11 +01:00
Martin McKeaveney
543ab2f528
hide banner from new UI
2022-07-05 19:26:12 +01:00
mike12345567
18df43e197
Fix for #5709 making sure public API can update existing apps.
2022-07-05 18:52:53 +01:00
mike12345567
1742c071cc
Updating definitions.
2022-07-05 18:51:34 +01:00
mike12345567
9a7c1e714b
Updating API docs #6434 to better describe the API for range and for oneOf operator.
2022-07-05 18:47:30 +01:00
Budibase Staging Release Bot
7b11c9e357
Update pro version to 1.0.219-alpha.0
2022-07-05 16:58:48 +00:00
Budibase Staging Release Bot
7918452c52
v1.0.219-alpha.0
2022-07-05 16:57:18 +00:00
mike12345567
245dca2c2a
Merge branch 'develop' of github.com:Budibase/budibase into labday/backups
2022-07-05 17:47:22 +01:00
mike12345567
9b41a2a438
Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes
2022-07-05 17:46:36 +01:00
mike12345567
2593dccdac
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-05 17:37:04 +01:00
Mel O'Hagan
65aab29ee6
Don't try to check externalType of related tables
2022-07-05 16:59:32 +01:00
Peter Clement
daafba8ec8
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-05 16:04:01 +01:00
Peter Clement
51f09377b8
user screen update
2022-07-05 15:40:12 +01:00
Mel O'Hagan
a625f9e107
Only add defined schema fields to dynamic filter
2022-07-05 15:23:04 +01:00
mike12345567
9bd668fc67
Fix for #6534 make the user aware of the readonly properties on the user and how to edit them.
2022-07-05 14:05:20 +01:00
Dean
d3c6f01535
Removed asterix from section header
2022-07-05 10:50:09 +01:00
Budibase Staging Release Bot
6e5a7d077d
Update pro version to 1.0.212-alpha.15
2022-07-05 09:29:08 +00:00
Budibase Staging Release Bot
95300e2d71
v1.0.212-alpha.15
2022-07-05 09:27:43 +00:00
Dean
e997ff0a19
Merge remote-tracking branch 'origin/develop' into feature/component-condition-count
2022-07-05 10:21:32 +01:00
melohagan
ccb7f7c57b
Merge pull request #6554 from Budibase/bug/sev3/blank-field-regex-not-working
...
Make null values empty for regex validation
2022-07-05 10:08:51 +01:00
deanhannigan
3e5d6ca5a5
Merge pull request #6535 from Budibase/sso-rest-requests
...
SSO rest request refresh
2022-07-05 10:06:26 +01:00
Budibase Staging Release Bot
d165f46868
Update pro version to 1.0.212-alpha.14
2022-07-05 08:33:18 +00:00
Budibase Staging Release Bot
5147929cb5
v1.0.212-alpha.14
2022-07-05 08:31:43 +00:00
Dean
7152125667
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
2022-07-05 09:28:56 +01:00
deanhannigan
9b98c617bf
Merge pull request #6315 from Budibase/feature/current-user-rest-bindings
...
REST query bindings for Current User
2022-07-05 09:22:03 +01:00
Peter Clement
a84b36cc54
group / user app assignment
2022-07-05 09:21:59 +01:00
Peter Clement
ce1fe5e600
add ability to select groups from dropdown
2022-07-05 09:21:20 +01:00
Dean
f14b1c008c
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
2022-07-05 09:07:33 +01:00
Dean
d7c2f53a55
Added condition count to the component settings panel
2022-07-05 09:05:23 +01:00
Mel O'Hagan
8fdf3a52db
Merge branch 'develop' into bug/sev3/blank-field-regex-not-working
2022-07-04 20:29:25 +01:00
Mel O'Hagan
39875f01e2
Make null values empty for regex validation
2022-07-04 20:25:27 +01:00
Martin McKeaveney
ea7d3c4b99
PR comments
2022-07-04 18:11:40 +01:00
Budibase Staging Release Bot
10bb786fbd
Update pro version to 1.0.212-alpha.13
2022-07-04 16:58:07 +00:00
Budibase Staging Release Bot
1b460f45a1
v1.0.212-alpha.13
2022-07-04 16:56:48 +00:00
Dean
db446afd36
Data providers are excluded from the Form Schema picker
2022-07-04 17:01:40 +01:00
mike12345567
abcb94f1a4
Removing spam of unauthorised traces from tests, may be causing stack overflow.
2022-07-04 16:34:59 +01:00
Budibase Release Bot
1c67e6e453
Update pro version to 1.0.218
2022-07-04 15:06:22 +00:00
Budibase Release Bot
b6a5feadb6
v1.0.218
2022-07-04 15:04:53 +00:00
Martin McKeaveney
d84eab64a5
adding right user key
2022-07-04 15:53:40 +01:00
mike12345567
02f6dcf01e
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-07-04 15:47:52 +01:00
mike12345567
90453212d5
Moving majority of automation logging functionality to pro.
2022-07-04 15:44:47 +01:00
Budibase Release Bot
35c53baceb
Update pro version to 1.0.217
2022-07-04 13:17:58 +00:00
Budibase Release Bot
8bc247cbba
v1.0.217
2022-07-04 13:16:12 +00:00
Martin McKeaveney
9cb97b2dcb
Merge pull request #6544 from Budibase/fix/intercom-admins
...
filter out non-admins in intercom
2022-07-04 14:03:43 +01:00
Dean
d7a572d9ee
Code review update, removing sheets scope from authentication
2022-07-04 13:37:56 +01:00
mike12345567
e0014a8801
Fixing build error.
2022-07-04 13:25:29 +01:00
Dean
180af9b30b
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
2022-07-04 13:16:39 +01:00
Dean
4ecae7fa5b
Code review updates
2022-07-04 12:54:26 +01:00
Martin McKeaveney
65ea61ba6f
filter out non-admins in intercom
2022-07-04 12:51:38 +01:00
Budibase Staging Release Bot
bffb293790
Update pro version to 1.0.212-alpha.12
2022-07-04 11:24:06 +00:00
Budibase Staging Release Bot
2a15345a18
v1.0.212-alpha.12
2022-07-04 11:22:35 +00:00
mike12345567
5a5c1cfa9c
Update as per changes to pro SDK.
2022-07-04 11:43:18 +01:00
mike12345567
f6fc63f1a8
Main body of PR comments - still need to move a bit to pro.
2022-07-04 11:12:08 +01:00
Dean
d5819c9fce
Merge remote-tracking branch 'origin/develop' into fix/update-icon-context
2022-07-04 10:38:16 +01:00
Budibase Release Bot
56a008e739
Update pro version to 1.0.216
2022-07-04 09:28:15 +00:00
Budibase Release Bot
c14c710027
v1.0.216
2022-07-04 09:26:54 +00:00
Budibase Release Bot
4c08c5eca8
Update pro version to 1.0.215
2022-07-04 08:52:54 +00:00
Budibase Release Bot
7fbf48811f
v1.0.215
2022-07-04 08:51:35 +00:00
Budibase Staging Release Bot
08e57be5ab
Update pro version to 1.0.212-alpha.11
2022-07-04 08:47:00 +00:00
Budibase Staging Release Bot
d123d0b4fd
v1.0.212-alpha.11
2022-07-04 08:45:33 +00:00
Martin McKeaveney
687e9432f0
Merge pull request #6498 from Budibase/bug/sev2/dont-allow-json-to-multiselect
...
Don't allow json columns to swap to multi-select
2022-07-04 09:42:43 +01:00
Martin McKeaveney
e0e5002bf6
Merge pull request #6473 from Budibase/fix/dates-with-custom-templates
...
Fix dates with custom templates
2022-07-04 09:36:37 +01:00
Dean
709e8600b0
Auth test fix for oidc strategy mocks
2022-07-04 09:04:55 +01:00
Dean
5a97b71403
OIDC config test fix
2022-07-03 22:39:16 +01:00
Dean
69b424dee6
Removed debugging line
2022-07-03 22:17:29 +01:00
Dean
79f54d5873
Fix for oauth user db update
2022-07-03 22:14:18 +01:00
Dean
2ea4a9d225
Refresh the OAuth tokens automatically when making rest calls. Fix to remove the password from the api token authentication.
2022-07-03 21:13:15 +01:00
Dean
338b5072a4
Removed API call in create app tests
2022-07-03 19:50:12 +01:00
Dean
87c44701d8
Ignore authconfigs for datasources if they are empty
2022-07-03 18:55:44 +01:00
Dean
6be703d99a
Added fixes for query body binding. Query parameter fixes and pretty bindings added
2022-07-03 17:33:25 +01:00
Dean
cad3d7dead
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-07-03 14:04:15 +01:00
Dean
6a79e467ba
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
2022-07-03 09:55:05 +01:00
mike12345567
4354ae76cb
Adding prebuild management for pouchDB leveldown.
2022-07-01 23:04:34 +01:00
Dean
94496abe85
Fixes for datasource authentication parsing. Mapping UX updates
2022-07-01 17:27:24 +01:00
mike12345567
ae0391c304
Updating pagination in automation run history to use the same pagination store helper as the users pagination.
2022-07-01 15:48:36 +01:00
mike12345567
686cf6e1c4
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-07-01 15:14:12 +01:00
Andrew Kingston
e4facbe9f3
Fix drawer width and left offset
2022-07-01 15:03:57 +01:00
Andrew Kingston
3dfcb48215
Fix mobile mode not working properly inside app preview
2022-07-01 13:40:37 +01:00
Andrew Kingston
cefb733d00
Set button active state color to be custom theme hover color
2022-07-01 13:37:28 +01:00
Andrew Kingston
607db933d2
Update icons for many components
2022-07-01 13:11:48 +01:00
Andrew Kingston
b084e19855
Update new component panel so that long component names take up 2 columns. Reorder component sections and components
2022-07-01 12:48:12 +01:00
Andrew Kingston
bbf66a85fc
Reduce builder side panel width to 260px
2022-07-01 12:47:30 +01:00
Andrew Kingston
dbfc576fba
Update styles of some buttons
2022-07-01 12:23:18 +01:00
Andrew Kingston
a0a3531964
Remove margin from around buttons in banners
2022-07-01 12:14:30 +01:00
Andrew Kingston
9cb7ff076c
Update font sizes and weights
2022-07-01 12:03:04 +01:00
Andrew Kingston
32e946e1f6
Remove divider from beta tab
2022-07-01 11:34:40 +01:00
Andrew Kingston
74d0f5c3cb
Update some font sizes and weights
2022-07-01 11:26:30 +01:00
Andrew Kingston
e56b33ed95
Remove unused styles
2022-07-01 11:26:20 +01:00
Andrew Kingston
4485c4dd78
Fix icon side nav colours in light theme
2022-07-01 11:26:11 +01:00
Budibase Staging Release Bot
a8796bc975
Update pro version to 1.0.212-alpha.10
2022-07-01 10:13:10 +00:00
Budibase Staging Release Bot
d5a8da563f
v1.0.212-alpha.10
2022-07-01 10:11:44 +00:00
Michael Drury
6b627a5f5b
Merge pull request #6500 from Budibase/bug/sev3/update-sql-server-icon
...
Update SQL Server svg
2022-07-01 11:02:07 +01:00
Dean
7773a5f780
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-07-01 08:56:06 +01:00
Budibase Staging Release Bot
2953bf732c
Update pro version to 1.0.212-alpha.9
2022-06-30 23:44:12 +00:00
Budibase Staging Release Bot
84013b1a59
v1.0.212-alpha.9
2022-06-30 23:42:49 +00:00
Martin McKeaveney
2d60f74d91
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-07-01 00:34:50 +01:00
mike12345567
a9d927b713
Adding MinIO handling, backing up to disk by bucket name.
2022-06-30 20:26:49 +01:00
mike12345567
c633c643e2
Adding main functionality for exporting CouchDB to disk, just need to add MinIO export.
2022-06-30 19:20:50 +01:00
Budibase Staging Release Bot
56d266da53
Update pro version to 1.0.212-alpha.8
2022-06-30 17:02:38 +00:00
Budibase Staging Release Bot
5087b886af
v1.0.212-alpha.8
2022-06-30 17:01:12 +00:00
mike12345567
59e3737250
Initial CLI management, getting properties required for access.
2022-06-30 17:31:18 +01:00
mike12345567
c691a5d9c4
Adding loading control to make sure that pagination can't be spammed in between loads.
2022-06-30 17:02:50 +01:00
mike12345567
f17f3debca
Merge branch 'develop' of github.com:Budibase/budibase into feature/user-pagination
2022-06-30 16:16:55 +01:00
mike12345567
136eec3388
Updating to maintain the old worker API for deprecation purposes, but removing from frontend usage.
2022-06-30 16:01:14 +01:00
mike12345567
2733f48492
Updating user page to search through the backend and building a basic pagination store that can be used for it.
2022-06-30 15:39:26 +01:00
Budibase Staging Release Bot
6a82c7ce92
Update pro version to 1.0.212-alpha.7
2022-06-30 13:57:49 +00:00
Budibase Staging Release Bot
548b2c1a9f
v1.0.212-alpha.7
2022-06-30 13:56:24 +00:00
Mitch-Budibase
0941615b94
Additional timing based changes for createApp
...
All tests pass locally, just having issues with timing on the CI run
Also reduced test retries (runs a total of 2 times instead of 3, the 3rd run does not add any value)
2022-06-30 13:53:16 +01:00
Budibase Release Bot
ba79b13fb3
Update pro version to 1.0.214
2022-06-30 12:22:07 +00:00
Budibase Release Bot
9c7248b498
v1.0.214
2022-06-30 12:20:41 +00:00
Martin McKeaveney
e49a2147cd
re-adding account portal check
2022-06-30 12:58:10 +01:00
Martin McKeaveney
b7d4e45e20
cherry picking moving release url to backend
2022-06-30 12:55:07 +01:00
Martin McKeaveney
bec7d86739
cherry pick new ui from develop
2022-06-30 12:52:07 +01:00
Mitch-Budibase
0d4773241b
Additional timing changes for CreateApp test file
...
Timing issues against the CI run - included more timeouts as a result of this
2022-06-30 12:30:53 +01:00
mike12345567
3344a756d7
Adding fix for global user retrieval as part of admin creation.
2022-06-30 12:01:15 +01:00
Mitch-Budibase
b5fcff3213
CreateApp Test Update
...
Timing issues affecting some tests
- Updated some cy.visit commands to include timeouts
2022-06-30 11:41:11 +01:00
Andrew Kingston
a98192ba57
Wrap admin user creation in a try/catch to provider better info in case of an error
2022-06-30 11:40:52 +01:00
Andrew Kingston
e9c02c29a5
Add env vars to automatically create initial admin user on first run
2022-06-30 11:28:52 +01:00
mike12345567
e7ff299c63
Adding user pagination, removing usages of the global user list from builder and replacing with direct user lookups where possible, still need to apply filtering to username/email serverside.
2022-06-29 19:11:00 +01:00
Peter Clement
4c4a6ccb14
add InputPicker component and finish onboarding flow
2022-06-29 19:04:18 +01:00
Dean
4b296f9bce
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-06-29 18:50:14 +01:00
Mitch-Budibase
7495b859c8
Cypress Tests Refactoring
...
Refactoring a large portion of tests - necessary updates to have them working (may still be timing issues on the smoke build)
2022-06-29 18:28:32 +01:00
Mel O'Hagan
9b6fd15a60
Update SQL Server svg
2022-06-29 16:09:08 +01:00
Mel O'Hagan
b51d24891a
Remove array type option for JSON columns
2022-06-29 14:11:39 +01:00
mike12345567
bfd9a29104
Fix for builder loading flow item header.
2022-06-29 13:34:36 +01:00
Mel O'Hagan
8796bffade
Use default config when resetting smtp
2022-06-29 13:12:51 +01:00
Mel O'Hagan
8468222431
Delete checkList cache on destroy
2022-06-29 13:08:48 +01:00
Dean
ac60786996
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
2022-06-29 12:42:04 +01:00
Mitch-Budibase
cc65d54902
Merge branch 'develop' into cypress-testing
2022-06-29 11:29:49 +01:00
Budibase Staging Release Bot
fccf14eb95
Update pro version to 1.0.212-alpha.6
2022-06-29 09:03:49 +00:00
Budibase Staging Release Bot
5c1af196d2
v1.0.212-alpha.6
2022-06-29 09:02:17 +00:00
Martin McKeaveney
a5113f12c4
Merge branch 'develop' of github.com:Budibase/budibase into develop
2022-06-29 09:50:14 +01:00
Martin McKeaveney
0c677757eb
default beta access baseURL to production
2022-06-29 09:32:00 +01:00
Budibase Release Bot
b6aa4e7b21
Update pro version to 1.0.213
2022-06-29 08:18:14 +00:00
Dean
a6584961c1
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
2022-06-29 09:17:18 +01:00
Budibase Release Bot
f9dc1b530d
v1.0.213
2022-06-29 08:16:43 +00:00
Martin McKeaveney
0d057d912f
check for account portal URL
2022-06-29 09:16:30 +01:00
Andrew Kingston
64990ca11a
Lint
2022-06-29 09:09:44 +01:00
Mel O'Hagan
b42259118f
Merge branch 'develop' into feature/in-not-in-filter
2022-06-29 09:05:28 +01:00
Andrew Kingston
9c82f8650a
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-29 09:01:48 +01:00
Budibase Staging Release Bot
1f6477c553
Update pro version to 1.0.212-alpha.5
2022-06-28 21:56:16 +00:00
Budibase Staging Release Bot
8567f9037a
v1.0.212-alpha.5
2022-06-28 21:54:55 +00:00
Martin McKeaveney
80fe65386a
Merge branch 'develop' of github.com:Budibase/budibase into develop
2022-06-28 22:45:58 +01:00
Martin McKeaveney
3716632144
move logic to cloud URL to backend
2022-06-28 22:45:05 +01:00
Budibase Staging Release Bot
f138178ee8
Update pro version to 1.0.212-alpha.4
2022-06-28 18:43:18 +00:00
Budibase Staging Release Bot
03cdf3688a
v1.0.212-alpha.4
2022-06-28 18:41:48 +00:00
Martin McKeaveney
199adfbc50
adding external call for preview URL
2022-06-28 19:26:59 +01:00
Budibase Staging Release Bot
31827e4708
Update pro version to 1.0.212-alpha.3
2022-06-28 17:24:26 +00:00
Budibase Staging Release Bot
620bf24e97
v1.0.212-alpha.3
2022-06-28 17:22:24 +00:00
Mitch-Budibase
1157856d16
Merge branch 'develop' into cypress-testing
2022-06-28 18:01:45 +01:00
Mitch-Budibase
5fb18d4d79
appOverview Refactor + Commands update
...
Refactoring tests within appOverview.spec.js
Commands
- refactoring the deleteApp command (works better with new UI)
2022-06-28 18:01:04 +01:00
mike12345567
afda023fc4
Fixing test case issue.
2022-06-28 17:59:00 +01:00
mike12345567
e921547c64
Updating filter/condition action to show a stopped status rather than error, updating everything else to be aware of this.
2022-06-28 17:02:24 +01:00
Mel O'Hagan
fbf9997805
Refactor
2022-06-28 15:43:34 +01:00
Budibase Staging Release Bot
bfc55d9f97
Update pro version to 1.0.212-alpha.2
2022-06-28 13:56:10 +00:00
Budibase Staging Release Bot
fd7ab042b5
v1.0.212-alpha.2
2022-06-28 13:54:40 +00:00
Peter Clement
7537edcb54
Merge pull request #6448 from Budibase/fix/loop-item-javascript
...
Fix issue with loop item in javascript bindings
2022-06-28 14:45:23 +01:00
Mel O'Hagan
de30ebb60d
Only call slice if Array or string
2022-06-28 13:44:33 +01:00
Budibase Staging Release Bot
b01b172279
Update pro version to 1.0.212-alpha.1
2022-06-28 12:25:41 +00:00
Budibase Staging Release Bot
3bad427a96
v1.0.212-alpha.1
2022-06-28 12:24:15 +00:00
Martin McKeaveney
3ed1390c6e
adding types
2022-06-28 12:16:23 +01:00
Martin McKeaveney
f0998bb31c
PR comments
2022-06-28 11:53:57 +01:00
mike12345567
a01790b837
Adding clear old history on read, if there is nothing to do this should add very little work.
2022-06-27 18:39:33 +01:00
Mitch-Budibase
60592616f8
Test Refactoring
...
AdminAndManagement + Datasources tests are being being refactored here
2022-06-27 18:28:21 +01:00
mike12345567
da2303803c
Moving get of logs to pro.
2022-06-27 18:00:48 +01:00
Mitch-Budibase
3f597ba6e0
Merge branch 'develop' into cypress-testing
2022-06-27 16:15:00 +01:00
Andrew Kingston
148c916416
Use string renderer for datetime fields with custom templates
2022-06-27 14:44:52 +01:00
Andrew Kingston
c4730c36ba
Fix slight issue with column editor layout
2022-06-27 14:44:38 +01:00
Mel O'Hagan
01e34e353e
Remove console log
2022-06-27 14:37:15 +01:00
Martin McKeaveney
9e3f211440
remove test DB IDs
2022-06-27 14:36:31 +01:00
Mel O'Hagan
3e1bf29bcf
Handle number 'Is in'
2022-06-27 14:32:20 +01:00
Martin McKeaveney
8538fb056c
adding endpoint to cloud to check for beta access
2022-06-27 14:28:25 +01:00
Mel O'Hagan
6d394e551d
Using allPreProcessingOpts
2022-06-27 14:20:51 +01:00
Mel O'Hagan
2db45457d6
Handle number types custom query
2022-06-27 13:54:03 +01:00
Mel O'Hagan
b295ecfeda
Split string by comma if not array
2022-06-27 13:38:43 +01:00
Mel O'Hagan
ee74e724c6
Add 'Is in' filter option to number type
2022-06-27 13:36:03 +01:00
mike12345567
efdbd1dc8f
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-06-27 12:12:46 +01:00
Dean
547f2788c9
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
2022-06-27 09:14:40 +01:00
Peter Clement
82ebc9526f
convert to new ListItem component
2022-06-26 20:46:31 +01:00
Mel O'Hagan
f1188a8b81
Remove regex
2022-06-24 21:37:58 +01:00
Mel O'Hagan
43885b86b2
Remove NotIn constant
2022-06-24 21:36:38 +01:00