1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00
Commit graph

29398 commits

Author SHA1 Message Date
Sam Rose
d1f876d67f
Fix test that was failing because SQL Server doesn't allow you to insert values into primary key columns unless you set a setting. 2024-03-12 10:55:58 +00:00
Sam Rose
ce209a16b3
Get tests running with SQL Server. Need to make them pass next. 2024-03-12 10:42:42 +00:00
Sam Rose
186f916b40
Get tests passing against a real MySQL. 2024-03-12 09:57:59 +00:00
Budibase Staging Release Bot
c34fa61479 Bump version to 2.21.7 2024-03-11 16:16:26 +00:00
Adria Navarro
86926ad86f
Merge pull request #13230 from Budibase/fix/group-member-protection
Fix - Group members edits only for admins
2024-03-11 16:52:19 +01:00
Adria Navarro
e9b72710de
Merge branch 'master' into fix/group-member-protection 2024-03-11 16:46:56 +01:00
Adria Navarro
4f5eb6110a Update pro ref 2024-03-11 16:46:33 +01:00
Adria Navarro
8e69f05071 Update pro ref 2024-03-11 15:16:07 +01:00
Sam Rose
0ff2f85dee
Merge pull request #13222 from Budibase/fix/BUDI-7814
Fix query schema updating
2024-03-11 14:13:31 +00:00
Adria Navarro
4b38b5263b Allow group members edits to admins 2024-03-11 13:14:02 +01:00
Sam Rose
7153c73810
Merge branch 'master' into fix/BUDI-7814 2024-03-11 11:25:53 +00:00
Budibase Staging Release Bot
41b5799564 Bump version to 2.21.6 2024-03-11 11:07:05 +00:00
Adria Navarro
600d593bdd
Merge pull request #13139 from Budibase/feat/BUDI-8046
Allow SCIM and internal users at the same time
2024-03-11 10:49:04 +01:00
Adria Navarro
2e5784c248 Update pro ref 2024-03-11 10:35:51 +01:00
Adria Navarro
5e23205e15
Merge branch 'master' into feat/BUDI-8046 2024-03-11 10:34:01 +01:00
mike12345567
507fa2b417 Quick fix for #12502 - the schema was never updating in the UI no matter what was input despite the response - cleaned up the key parsing a little on the backend and made sure there is simply one schema that the frontend always uses, respecting whatever the backend responds with. 2024-03-08 16:50:59 +00:00
Budibase Staging Release Bot
7e3d6019be Bump version to 2.21.5 2024-03-08 15:35:42 +00:00
Michael Drury
64dd8cf054
Merge pull request #13217 from Budibase/fix/13199-deleted-rows-issue
Fix issue with invalid IDs leading to inability to emit rows when bulk deleting
2024-03-08 13:34:39 +00:00
mike12345567
a5dcc59f53 Merge branch 'fix/13199-deleted-rows-issue' of github.com:Budibase/budibase into fix/13199-deleted-rows-issue 2024-03-08 13:17:31 +00:00
mike12345567
22753a6b04 Merge branch 'master' of github.com:Budibase/budibase into fix/13199-deleted-rows-issue 2024-03-08 13:11:57 +00:00
Adria Navarro
795814753e Update pro ref 2024-03-08 13:42:06 +01:00
Adria Navarro
52957a9a22
Merge branch 'master' into feat/BUDI-8046 2024-03-08 13:39:34 +01:00
Adria Navarro
6a596ff841
Merge pull request #13220 from Budibase/fix/init-doc-writethrough
Init doc writethrough processor correctly
2024-03-08 13:38:51 +01:00
Adria Navarro
a676ab2f7a
Merge pull request #13216 from Budibase/BUDI-8046/sync-existing-groups
Add tests for matching SCIM groups
2024-03-08 13:32:08 +01:00
Adria Navarro
9331abd71d
Merge pull request #13219 from Budibase/BUDI-8046/constrain-scim-endpoints
Constrain SCIM endpoints
2024-03-08 13:31:46 +01:00
Michael Drury
874a6fbd12 Linting. 2024-03-08 12:26:11 +00:00
Michael Drury
9027e6e82a Initing doc writethrough cache as part of the worker/server init process, as well as part of doc writethrough tests. 2024-03-08 12:20:52 +00:00
Adria Navarro
65222c3b2e Clean 2024-03-08 13:15:24 +01:00
Adria Navarro
d035f19b64 Add tests 2024-03-08 13:15:24 +01:00
Adria Navarro
72e0388b62 Fix tests 2024-03-08 13:14:20 +01:00
Adria Navarro
4ee7d20857 Update pro ref 2024-03-08 13:01:57 +01:00
Adria Navarro
37d519e8d3 Update ref 2024-03-08 12:49:37 +01:00
Adria Navarro
f55dd61144
Merge branch 'master' into fix/13199-deleted-rows-issue 2024-03-08 12:48:04 +01:00
Adria Navarro
ca65e1d36b Tests 2024-03-08 12:42:58 +01:00
Adria Navarro
79e02373d9 Update scim-patch pkg 2024-03-08 12:42:58 +01:00
Adria Navarro
ec64569968
Merge branch 'master' into feat/BUDI-8046 2024-03-08 12:01:39 +01:00
Adria Navarro
491ce7b715 Update pro ref 2024-03-08 11:30:19 +01:00
mike12345567
9ec77c45c8 Adding test case to confirm works as expected. 2024-03-08 10:24:48 +00:00
Conor Webb
aa0389e8bd
Added text colour option to tag component via manifest (#13215)
* Added new colour select textColor to tag component manifest

* Intergrated textColor into tag component

* Reverted default text colour to white, avoids issues with the internal use

* Updated conditional colour set
2024-03-08 08:58:03 +00:00
Adria Navarro
ce45af9f8a Copy changes 2024-03-08 09:07:26 +01:00
mike12345567
b975132329 Fix for deleted row issue - test incoming. 2024-03-07 18:08:50 +00:00
Adria Navarro
d3b9739396 Merge branch 'master' into feat/BUDI-8046 2024-03-07 14:34:14 +01:00
Adria Navarro
0d1cef0380
Merge pull request #13141 from Budibase/display_scim_sync_per_row
Allow SCIM and non-SCIM users and groups
2024-03-07 14:31:00 +01:00
Adria Navarro
97778a2b45
Merge pull request #13192 from Budibase/BUDI-8046/scim-logger
SCIM logger
2024-03-07 14:30:09 +01:00
Adria Navarro
a7131cb513 Update pro ref 2024-03-07 14:25:00 +01:00
Adria Navarro
74f8c3fce8
Merge branch 'master' into BUDI-8046/scim-logger 2024-03-07 14:24:16 +01:00
Adria Navarro
373679ccab
Merge pull request #13163 from Budibase/BUDI-8064/doc-writethrough
Doc writethrough cache
2024-03-07 14:23:33 +01:00
Adria Navarro
224d258bfe
Merge branch 'master' into BUDI-8064/doc-writethrough 2024-03-07 14:19:03 +01:00
Budibase Staging Release Bot
e812b3a8eb Bump version to 2.21.4 2024-03-07 13:14:32 +00:00
Adria Navarro
c955135f51 Lint 2024-03-07 14:11:19 +01:00