1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00
Commit graph

20395 commits

Author SHA1 Message Date
Andrew Kingston
7bbb8e5648 Fix importing and exporting with sheets 2023-04-12 10:03:58 +01:00
Adria Navarro
59bb746e59 Merge pull request #10265 from Budibase/budi-6847-allow-empty-name-fields-on-user-scim
BUDI-6847 - Allow optional names
2023-04-12 11:00:05 +02:00
Andrew Kingston
7fa976ba5e Simplify logic for reordering and add new overlay. Simplify sheet cells 2023-04-12 09:51:49 +01:00
Mateus Badan de Pieri
f427763308 export function to make test easier 2023-04-12 02:29:30 +01:00
Mateus Badan de Pieri
ef0293bc6c encryption tests 100% 2023-04-12 02:25:53 +01:00
Andrew Kingston
38f326dce4 Fix filters not working 2023-04-11 23:25:19 +01:00
Andrew Kingston
727d3d5b6d Fix issue with cell colors, improve row API interactions to avoid relationship issues due to API response differences 2023-04-11 22:55:13 +01:00
Andrew Kingston
6290112d06 Improve data fetch reset logic, fix issues with stale cache in spreadsheets 2023-04-11 22:21:07 +01:00
Andrew Kingston
0ee63417c1 Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration 2023-04-11 17:36:28 +01:00
Andrew Kingston
4d34c8b65b Restore missing event handler 2023-04-11 17:35:51 +01:00
Andrew Kingston
0c3a9f367e Remove log 2023-04-11 17:34:06 +01:00
mike12345567
e623820478 Adding test cases. 2023-04-11 17:33:52 +01:00
mike12345567
1aafdbe9a7 Merge branch 'develop' of github.com:Budibase/budibase into fix/BUDI-6754 2023-04-11 17:28:14 +01:00
adrinr
7d792e22bd Remove install pro in pipelines 2023-04-11 17:16:04 +01:00
adrinr
fd538e0aad Setup pro 2023-04-11 17:12:50 +01:00
adrinr
3b69a5e6ef Remove .gitmodules 2023-04-11 17:05:13 +01:00
adrinr
c82fb0ad58 Change type references 2023-04-11 17:00:47 +01:00
adrinr
000e49a229 Bootstrap using submodule 2023-04-11 16:53:51 +01:00
adrinr
5ea8086be0 Remove scripts 2023-04-11 16:52:59 +01:00
adrinr
859b10c4be Change references on jest 2023-04-11 16:51:50 +01:00
adrinr
7ad386f38b Tweak packages to accept the current pro shape 2023-04-11 16:49:10 +01:00
adrinr
73d0ead736 Setup submodule 2023-04-11 16:47:45 +01:00
Andrew Kingston
361ab9e3cd Add validation to duplicating rows 2023-04-11 16:46:17 +01:00
mike12345567
ac37d00f69 Updating plugins to have a SDK, which can be used for automation action retrieval as well as datasources. 2023-04-11 16:37:26 +01:00
Andrew Kingston
4a6713e9d3 Add multiple validation improvements 2023-04-11 16:34:13 +01:00
adrinr
f882993091 Name and its fields are optional 2023-04-11 16:12:18 +01:00
Budibase Release Bot
471bb82f7b Update pro version to 2.5.3 2023-04-11 13:49:55 +00:00
Budibase Release Bot
fb268f1655 v2.5.3 2023-04-11 13:46:26 +00:00
Budibase Staging Release Bot
2e60ca7526 Update pro version to 2.4.44-alpha.12 2023-04-11 13:46:00 +00:00
Budibase Staging Release Bot
08dbee5384 v2.4.44-alpha.12 2023-04-11 13:42:48 +00:00
Adria Navarro
5892b0584e Merge pull request #10214 from Budibase/budi-6830-return-409-on-user-email-conflict-scim
BUDI-6830 - Test SCIM user creation, 409 errors
2023-04-11 15:35:16 +02:00
Michael Drury
3eafda506f Merge pull request #10227 from Budibase/fix/10155
Fixing #10155 - some options errors were being swallowed and in gener…
2023-04-11 14:35:11 +01:00
adrinr
9a330b85f8 Fix timeouts 2023-04-11 14:20:15 +01:00
Andrew Kingston
6c203a1e66 Increase horizontal padding when scrolling to a selected cell 2023-04-11 14:19:02 +01:00
Andrew Kingston
1726948f67 Add custom colors for drop shadows and blue-100 to all themes, fix sticky column shadow 2023-04-11 14:07:27 +01:00
adrinr
c77ed3d737 Renames 2023-04-11 13:39:13 +01:00
adrinr
56567de04a Fix tests 2023-04-11 13:39:13 +01:00
adrinr
e1279ffecd Use proper errors instead of string throwing 2023-04-11 13:39:13 +01:00
adrinr
57a3ff96ea Add new test for conflicting user email 2023-04-11 13:39:13 +01:00
Budibase Staging Release Bot
0acb821b70 Update pro version to 2.4.44-alpha.11 2023-04-11 12:31:40 +00:00
mike12345567
e54b48465b Merge branch 'develop' of github.com:Budibase/budibase into labday/automation-plugins 2023-04-11 13:31:39 +01:00
Budibase Staging Release Bot
6aefc6b643 v2.4.44-alpha.11 2023-04-11 12:28:43 +00:00
Adria Navarro
37b56b8084 Merge pull request #10253 from Budibase/handle_removing_users
BUDI-6838 - Remove users on deactivation - Amend tests
2023-04-11 14:21:08 +02:00
Andrew Kingston
ab70dfbcf0 Fix resize overlays 2023-04-11 12:19:54 +01:00
Andrew Kingston
fe70793e75 Refactor stores to fix dependency issues, use modals for adding rows, simplify sheet 2023-04-11 12:17:08 +01:00
mike12345567
c4a4bdc9da Fixing tenancy.spec.ts - mocking was a bit messed up, moving it all around to work as expected. 2023-04-11 10:54:04 +01:00
Mateus Badan de Pieri
de613d2b28 latest version 2023-04-11 10:22:47 +01:00
Rory Powell
e552a265f3 Add loadEnvFiles to lerna config for run command to prevent local test failures (#10251) 2023-04-11 08:04:02 +01:00
Michael Drury
1c7c06e983 Bulk of the automation plugin system, supporting custom plugins. 2023-04-10 23:48:54 +01:00
Michael Drury
4badd04e33 Some automation fixes and adding option to disable logging for CLI. 2023-04-10 22:33:53 +01:00