1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
Commit graph

33283 commits

Author SHA1 Message Date
Sam Rose
6420dc7d5a
Merge pull request #14091 from Budibase/merge-env-vars
Move secrets into backend-core.
2024-07-03 17:16:21 +01:00
Sam Rose
75360bdb9b
Merge branch 'master' into merge-env-vars 2024-07-03 17:06:14 +01:00
Sam Rose
3a74df0a4a
Fix tests. 2024-07-03 17:04:31 +01:00
Dean
2b0c8de389 Merge remote-tracking branch 'origin/master' into feature/automation-row-ux-update 2024-07-03 17:00:23 +01:00
mike12345567
e83c37263d Further simplification. 2024-07-03 16:59:31 +01:00
Dean
6ecaaba146 PR feedback. Fix for the popover menu not sticking to the add fields button 2024-07-03 16:56:37 +01:00
Adria Navarro
941b26d441
Merge pull request #14088 from Budibase/BUDI-8416/allow-updating-email-via-scim
Allow updating email via SCIM
2024-07-03 17:56:09 +02:00
Dean
e472dc826c Merge remote-tracking branch 'origin/master' into feature/automation-row-ux-update 2024-07-03 16:42:02 +01:00
Sam Rose
5fc5524693
Delete unused SendGrid mock. 2024-07-03 16:41:51 +01:00
Sam Rose
d14cccb4c6
Remove unused SENDGRID_API_KEY 2024-07-03 16:39:30 +01:00
Sam Rose
bab3c07727
Add a couple more secrets. 2024-07-03 16:33:32 +01:00
Dean
8f3f03ef7d PR feedback changes 2024-07-03 16:33:01 +01:00
Sam Rose
d9b94c1dcf
Don't detect empty strings. 2024-07-03 16:31:42 +01:00
Sam Rose
253110ac6f
Detect secrets in error messages. 2024-07-03 16:31:42 +01:00
Sam Rose
901428fc9c
Merge branch 'master' of github.com:budibase/budibase into merge-env-vars 2024-07-03 16:31:18 +01:00
Adria Navarro
91fa90eeb7 Use base_commit_excluding_merges 2024-07-03 17:30:35 +02:00
Sam Rose
cd98882127
Move secrets into backend-core. 2024-07-03 16:30:23 +01:00
Adria Navarro
7da589a9d6 Fix 2024-07-03 17:24:28 +02:00
Adria Navarro
40d6cbbb59
Merge branch 'master' into BUDI-8416/allow-updating-email-via-scim 2024-07-03 16:59:22 +02:00
Adria Navarro
427ccbbb65 Test 2024-07-03 16:58:56 +02:00
Adria Navarro
3ba3b18c2d Add scim test 2024-07-03 16:57:22 +02:00
Budibase Staging Release Bot
24e840c945 Bump version to 2.29.11 2024-07-03 14:55:42 +00:00
Michael Drury
f504ae9cdd
Merge pull request #14089 from Budibase/fix/separate-sqs-migration-env-var
Separate SQS migration into another environment variable
2024-07-03 15:42:52 +01:00
mike12345567
c159ebba1f Updating migration test case to check both env vars. 2024-07-03 15:16:13 +01:00
mike12345567
de9462403c Adding both environment variables. 2024-07-03 15:08:56 +01:00
mike12345567
056d65cb1e Splitting app migrations for SQS into their own environment variable so that they can be enabled separately. 2024-07-03 15:07:35 +01:00
Adria Navarro
e74847585e
Merge branch 'master' into BUDI-8416/allow-updating-email-via-scim 2024-07-03 15:59:47 +02:00
Adria Navarro
8f08625960 Allow changing email for scim users 2024-07-03 15:53:11 +02:00
Adria Navarro
8fd2cce093 Remove platform user on remove 2024-07-03 15:52:48 +02:00
Dean
8741c5a999 Merge remote-tracking branch 'origin/master' into feature/automation-row-ux-update 2024-07-03 14:42:36 +01:00
Budibase Staging Release Bot
d15ab0b871 Bump version to 2.29.10 2024-07-03 13:15:05 +00:00
Michael Drury
28ca71c690
Merge pull request #14087 from Budibase/revert-14082-update-mongodb
Update MongoDB version to 6.7.0
2024-07-03 14:14:23 +01:00
Dean
6676115ba1 Merge remote-tracking branch 'origin/master' into feature/automation-row-ux-update 2024-07-03 14:09:40 +01:00
mike12345567
f34d731bcc Update MongoDB to 6.7.0 2024-07-03 14:04:47 +01:00
Michael Drury
5ca9caaa69
Revert "Update MongoDB." 2024-07-03 13:48:56 +01:00
mike12345567
378bf6d42f Updating tests. 2024-07-03 13:40:57 +01:00
mike12345567
cb41e4d5a1 Fix for CouchDB integration, the typing in it was very poor and wise hiding issues, I've updated how this is implemented so that static typing can catch issues with it. 2024-07-03 12:50:33 +01:00
Budibase Staging Release Bot
00e1d5ff2a Bump version to 2.29.9 2024-07-03 11:09:48 +00:00
Michael Drury
f0667f6ba5
Merge pull request #14084 from Budibase/fix/strip-sql-url-creds
Stripping credentials from Couch URLs + test cases
2024-07-03 11:35:23 +01:00
mike12345567
cb50cca40b Stripping credentials from Couch URLs + test cases. 2024-07-03 11:25:21 +01:00
Adria Navarro
19e4e8fdb4 Allow updating email 2024-07-03 12:18:06 +02:00
Adria Navarro
3ed9c9a4a5 Test 2024-07-03 12:15:56 +02:00
Adria Navarro
88e054c366 Basic update test 2024-07-03 12:06:37 +02:00
Adria Navarro
4ddd450a89 More tests 2024-07-03 11:59:12 +02:00
Dean
da91991cc1 Merge remote-tracking branch 'origin/master' into feature/automation-row-ux-update 2024-07-03 10:43:20 +01:00
Dean
b36311fc2c Added fix for Update step table select. The fix for the oldRow behaviour broke the picker 2024-07-03 10:25:46 +01:00
Adria Navarro
8372632579 Add extra tests 2024-07-03 11:14:30 +02:00
Adria Navarro
6510a47c06 Add basic userDB.save test 2024-07-03 11:10:51 +02:00
Budibase Staging Release Bot
d9e36e92d2 Bump version to 2.29.8 2024-07-03 09:10:24 +00:00
Peter Clement
9809bf1a91
Fix an issue where null values were causing an error in automation loops (#14083)
* fixes an issue where nulls weren't being handled correctly in loops

* remove log

* update recursive gate to be more specific

* use lodash for object check
2024-07-03 09:07:44 +00:00