1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00
Commit graph

18998 commits

Author SHA1 Message Date
Michael Drury
fcaf03fbb8 Merge pull request #9750 from Budibase/fix/9749
Static formula document conflict issue
2023-02-21 10:47:17 +00:00
Andrew Kingston
8c81d5916b Disable editing autocolumns 2023-02-21 10:46:38 +00:00
Andrew Kingston
dbf8494c4b Add functional date cell 2023-02-21 10:23:55 +00:00
Andrew Kingston
8316692ecf Add number cell 2023-02-21 10:00:18 +00:00
adrinr
483f15a5d6 Add explicit check for the foreign field 2023-02-21 09:51:07 +00:00
adrinr
3c5d5f4c25 Fix relation get test to test expected behaviour 2023-02-21 09:42:56 +00:00
Rory Powell
bd16f3a55d Re-add maxWorkers=2 to worker tests 2023-02-21 09:03:29 +00:00
Rory Powell
cacf275a99 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
Andrew Kingston
e26163e274 Add support for multiselect type 2023-02-20 19:04:22 +00:00
Andrew Kingston
654c348e4e Generate inclusion schema when importing multiselect columns 2023-02-20 18:46:06 +00:00
Andrew Kingston
c627cb60c3 Allow multiselect component and field to support text values 2023-02-20 18:45:35 +00:00
mike12345567
6cc96f39b1 Minor fixes for friendly audited events, and a new function for comparing app IDs. 2023-02-20 17:20:42 +00:00
Andrew Kingston
08463c1cd0 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-spreadsheet 2023-02-20 15:55:25 +00:00
mike12345567
1eb2307fed Fix for #9749 - static formulas would sometimes attempt to update the same row multiple times, filter down to just the unique row list which requires updating. 2023-02-20 15:35:14 +00:00
mike12345567
b60013cbb8 switching metadataSearch to fullSearch. 2023-02-20 11:29:43 +00:00
melohagan
53f6b2b6e6 Null safety (#9746) 2023-02-20 11:03:37 +00:00
Martin McKeaveney
246f5eb5e4 bumping qa core types and backend core dependencies 2023-02-20 10:15:29 +00:00
Rory Powell
a57f0c9dea Merge branch 'develop' into rory/february 2023-02-20 09:57:17 +00:00
mike12345567
70e525b928 Updating types for audit logs to correctly handle the deletion of resources like users or apps. 2023-02-17 19:00:45 +00:00
mike12345567
49d2dc20d1 Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs 2023-02-17 18:16:57 +00:00
mike12345567
eca34d73ed Finishing up search API, updating typing in lucene layer. 2023-02-17 17:46:49 +00:00
Martin McKeaveney
0ee77aa9b0 adding test ci command to ignore local .env 2023-02-17 17:27:17 +00:00
Peter Clement
a1b47bbce3 ensure table is pulling from search endpoint 2023-02-17 16:49:41 +00:00
mike12345567
6ec5e97ce9 Required work to support the new lucene audit logs search indexing. 2023-02-17 16:26:55 +00:00
Budibase Staging Release Bot
7caeb2b09f Update pro version to 2.3.17-alpha.4 2023-02-17 15:00:44 +00:00
Budibase Staging Release Bot
22f8becb4d v2.3.17-alpha.4 2023-02-17 14:56:34 +00:00
Gerard Burns
8289da3f19 Add Fetch Row Button Action (#9653)
* Add Fetch Row Button Action

* PR feedback
2023-02-17 14:49:35 +00:00
Budibase Staging Release Bot
0e0c3d9067 Update pro version to 2.3.17-alpha.3 2023-02-17 09:30:40 +00:00
Budibase Staging Release Bot
1ad2f46766 v2.3.17-alpha.3 2023-02-17 09:25:55 +00:00
Rory Powell
b34b5fc5bb Fix tenant creation on user save (#9725) 2023-02-17 09:16:11 +00:00
Budibase Staging Release Bot
8971a14865 Update pro version to 2.3.17-alpha.2 2023-02-17 08:36:00 +00:00
Budibase Staging Release Bot
74c7a23c5c v2.3.17-alpha.2 2023-02-17 08:32:08 +00:00
Rory Powell
eb6b49d843 Fix qa deploy dispatch (#9724) 2023-02-17 08:25:10 +00:00
Budibase Staging Release Bot
457a60bff8 Update pro version to 2.3.17-alpha.1 2023-02-16 16:56:11 +00:00
Budibase Staging Release Bot
788a912933 v2.3.17-alpha.1 2023-02-16 16:52:04 +00:00
Rory Powell
49d9539c52 Fix server docker build (#9718) 2023-02-16 16:44:50 +00:00
Budibase Release Bot
580822f4a8 Update pro version to 2.3.17 2023-02-16 16:41:23 +00:00
Budibase Release Bot
cd0e7d41a5 v2.3.17 2023-02-16 16:37:12 +00:00
melohagan
8fe0cdf89f Handle webhook errors (#9715) 2023-02-16 16:23:44 +00:00
Peter Clement
2895c81a14 Merge pull request #8158 from Budibase/fix/update-csp-s3
Update CSP for S3
2023-02-16 15:42:24 +00:00
Budibase Staging Release Bot
5163e04262 Update pro version to 2.3.17-alpha.0 2023-02-16 14:30:28 +00:00
Budibase Staging Release Bot
a232d61527 v2.3.17-alpha.0 2023-02-16 14:26:19 +00:00
Rory Powell
89829965d4 Remove test on release-develop job (temporary) (#9711)
* Remove test on release-develop job (temporary)

* Remove test on release-develop job (temporary)

* Speed up pro release script by adding no verify flag to version update commits
2023-02-16 14:14:22 +00:00
Martin McKeaveney
33b08faffa 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
c81ef6f128 Attempt to fix flakey 409s when deleting screens that are linked in the nav (#9700) 2023-02-16 13:33:53 +00:00
Peter Clement
55bff3de29 no wildcard at start of s3 csp 2023-02-16 10:18:48 +00:00
Peter Clement
e7999504c8 wildcard all amazonaws addresses 2023-02-16 10:13:25 +00:00
Peter Clement
3033190a47 Merge remote-tracking branch 'origin/master' into fix/update-csp-s3 2023-02-16 10:11:39 +00:00
Martin McKeaveney
9ca6aa8bbc tidy up 2023-02-15 23:43:53 +00:00
Martin McKeaveney
6b5128a0bf running API tests with reporting qa nightly tests 2023-02-15 23:38:59 +00:00