Gerard Burns
8296d1b09a
Backups UI Changes ( #9726 )
...
* Backups UI Changes
* PR Feedback
---------
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-22 10:03:11 +00:00
mike12345567
5a3e287d2d
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-02-21 16:53:28 +00:00
Gerard Burns
47c68ff5d9
Fix Automation Bindings Panel Requiring a Double Click ( #9688 )
...
* Fix Automation Bindings Panel Requiring a Double Click
* PR Feedback
---------
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-21 15:04:37 +00:00
Gerard Burns
d60db02993
New Onboarding URL Validation ( #9507 )
...
* New Onboarding URL Validation
* linting
* PR Feedback
2023-02-21 15:03:58 +00:00
Rory Powell
1b041c41c3
Prevent SSO users from setting / resetting a password ( #9672 )
...
* Prevent SSO users from setting / resetting a password
* Add support for ENABLE_SSO_MAINTENANCE_MODE
* Add typing to self api and build out user update sdk
* Integrate sso checks with user sdk. Integrate user sdk with self api
* Test fixes
* Move self update into SDK
* Lock down maintenance mode to admin user
* Fix typo
* Add health status response and return type signature to accounts.getStatus
* Remove some unnecessary comments
* Make sso save user function non optional
* Remove redundant check on sso auth details provider
* Update syncProfilePicture function name to getProfilePictureUrl
* Update packages/worker/src/sdk/users/events.ts
Co-authored-by: Adria Navarro <adria@revityapp.com>
* Add ENABLE_EMAIL_TEST_MODE flag
* Fix for logging in as sso user when existing user has password already
* Hide password update and force reset from ui for sso users
* Always disable sso maintenance mode in cloud
---------
Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-02-21 08:23:53 +00:00
melohagan
ac29e5c96d
Null safety ( #9746 )
2023-02-20 11:03:37 +00:00
Gerard Burns
65bbe20d8b
Add Fetch Row Button Action ( #9653 )
...
* Add Fetch Row Button Action
* PR feedback
2023-02-17 14:49:35 +00:00
Martin McKeaveney
9878e87bf6
Merge pull request #9706 from Budibase/qa-2-qa-job-for-nightly-api-test
...
Re-enabling nightly tests
2023-02-16 14:04:51 +00:00
Andrew Kingston
71aa70e9d0
Attempt to fix flakey 409s when deleting screens that are linked in the nav ( #9700 )
2023-02-16 13:33:53 +00:00
Martin McKeaveney
7e6a4c8abb
running API tests with reporting qa nightly tests
2023-02-15 23:38:59 +00:00
Rory Powell
a259c8b898
Merge branch 'develop' into merge-master-into-develop
2023-02-15 15:20:05 +00:00
Rory Powell
3da6502c8c
Merge master into develop
2023-02-15 15:10:02 +00:00
Martin McKeaveney
f44af893c1
Merge pull request #9690 from Budibase/link-to-plugin-repo-from-plugin-page
...
Link to Plugin Repo from Plugin Page
2023-02-15 12:10:43 +00:00
melohagan
b14a071426
Date filter freeze fix ( #9635 )
...
* Filter with enrichedSchemaFields
* Handle empty object values in date range
2023-02-15 09:27:44 +00:00
mike12345567
2dc1ce3497
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-02-14 17:57:23 +00:00
Gerard Burns
3492b148fc
Link to Plugin Repo from Plugin Page
2023-02-14 15:52:21 +00:00
mike12345567
5c05ad2445
Fix for #9654 - the error checking was looking at the through fields flipped, which caused many to many relationships to throw an error. Also I've updated the dev compose file on master so that switching between develop and master is smoother.
2023-02-14 14:38:55 +00:00
melohagan
0c37bd75f3
Longform fields support for JSON string ( #9666 )
2023-02-13 11:06:33 +00:00
Martin McKeaveney
ab1881ed60
fix displayColumn logic
2023-02-11 01:14:58 +00:00
Martin McKeaveney
c36aa62a0d
force display column to be chosen when uploading csv
2023-02-11 01:07:20 +00:00
mike12345567
720e7019c2
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-02-10 17:42:56 +00:00
Andrew Kingston
e114d6f955
Generate option inclusion constraint ( #9647 )
...
* Fix options inclusion constrant not being generated when creating a table from file upload
* Fix 0 being treated as null when specifying min and max constraints for number fields
* Sort newly generated option field inclusion constraints
* Revert previous solution and fix problem by removing incorrect local assignment statement
2023-02-10 11:00:20 +00:00
Dean
cf7ff46755
Reactivity fix for the editableColumn and an update to the onChange behaviour for the formula value to ensure updates are detected
2023-02-09 16:36:02 +00:00
Martin McKeaveney
7db8ffa444
Merge pull request #9546 from Budibase/fix-import-validations
...
Fix Import Validations
2023-02-07 19:05:27 +00:00
Gerard Burns
ae0be14f2b
Fix Import Validations
2023-02-07 19:05:00 +00:00
andz-bb
94920b2643
stop chrome autofilling login when adding env var
2023-02-07 17:44:23 +00:00
Martin McKeaveney
2bc4c7dfb4
updating onboarding tour and fixing github CSP
2023-02-07 14:49:45 +00:00
Gerard Burns
9a703ae3b0
New Onboarding Loading States ( #9519 )
...
* New Onboarding Loading States
* Pr Feedback
2023-02-07 14:47:46 +00:00
Gerard Burns
efd2c9b648
Fix Import Validations
2023-02-07 11:43:50 +00:00
Peter Clement
78b6a25cb1
don't load env vars when license isn't enabled
2023-02-06 14:37:50 +00:00
Peter Clement
19fab43bed
don't coerce options type to array when switching to bindings
2023-02-06 14:37:50 +00:00
Martin McKeaveney
f207e6f683
auto columns fix
2023-02-06 08:36:25 +00:00
Martin McKeaveney
f94dd598c4
merge
2023-02-05 22:11:37 +00:00
deanhannigan
5afa7eba99
Merge pull request #9528 from Budibase/fix/qr-field-type-parsing
...
Parse field type configuration for invalid characters
2023-02-03 13:27:39 +00:00
Michael Drury
dcea943931
Merge pull request #9516 from Budibase/fix/relationship-modal
...
SQL relationship modal
2023-02-03 11:08:34 +00:00
Dean
0d3293b42c
Feedback updates. Backed out parsing and simply renamed the field config property
2023-02-03 10:22:36 +00:00
deanhannigan
629aea03c9
Merge pull request #9500 from Budibase/fix/add-onboarding-tour-tenant-flag
...
Added a tenant feature flag for the onboarding tour
2023-02-03 09:05:21 +00:00
Dean
95f46e641a
Removed extra forward slash in qr reader field type.
2023-02-02 17:58:35 +00:00
mike12345567
bd5868db4a
Final fix - making sure relationships can be built from table UI.
2023-02-02 17:37:41 +00:00
mike12345567
834b2f9a66
Some final fixes based on comments, adding foreign key type checking for through tables.
2023-02-02 17:25:02 +00:00
mike12345567
6fd0188761
Updating reactivity to fix issues with occasionally incorrect errors.
2023-02-02 16:59:12 +00:00
mike12345567
382920938d
PR comments.
2023-02-02 16:19:50 +00:00
deanhannigan
9c89e632dc
Merge pull request #9520 from Budibase/dean-fixes
...
Builder bug fixes
2023-02-02 14:52:55 +00:00
mike12345567
f2a819d45b
Adding many to many arrow to make reading relationships easier.
2023-02-02 14:14:06 +00:00
Peter Clement
4a16081c38
ensure port input is a string type
2023-02-02 13:57:14 +00:00
Dean
3492f7abd5
Bug fixes for logo and binding validation. Random fix for a button actions issue found while testing
2023-02-02 12:49:26 +00:00
Dean
e273a0367a
Fixed typo in feature flag
2023-02-02 11:53:49 +00:00
Dean
f51fa2e18a
Merge remote-tracking branch 'origin/develop' into fix/add-onboarding-tour-tenant-flag
2023-02-02 11:38:57 +00:00
Andrew Kingston
238c25327d
Ensure tour popover disappears when finished ( #9517 )
2023-02-02 11:14:40 +00:00
Andrew Kingston
6e0a542b74
Misc fixes and improvements ( #9503 )
...
* Rewrite position dropdown helper to properly work as a svelte action, improve performance and fix bugs
* Update action button styles
* Update spacing on some onboarding pages and update background gradient
* Prevent special characters in first app name
* Fix type in onboarding tour
* Default first app name and url to having a value
* Update text in first app onboarding file upload
* Fix double mounting of apps page causing issues and templates error
* Fix null app ID when creating your first app using data upload
* Fix app deletion not causing app list to be refreshed
2023-02-02 10:06:41 +00:00