1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00
Commit graph

25876 commits

Author SHA1 Message Date
Michael Drury
2bfdd9769e
Merge pull request #12177 from Budibase/feature/make-table-source-id-required
Make sourceId property of table required (for all table types)
2023-10-27 13:35:47 +01:00
mike12345567
9b1a7bd854 PR comments - updating pickAPI to use a common function. 2023-10-27 11:43:01 +01:00
Sam Rose
731ff06be4
Merge pull request #12185 from Budibase/feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column-6
Replace several instances of `any` with `DatabaseQueryOpts`.
2023-10-27 10:24:55 +01:00
mike12345567
854ff47e1c Final fix - removing external from create table (internal). 2023-10-26 18:36:07 +01:00
mike12345567
e12cef305a Fixing export. 2023-10-26 18:34:21 +01:00
mike12345567
d13cc80022 Removing update to gitignore. 2023-10-26 18:23:39 +01:00
mike12345567
983091e901 Fix for tests - row.spec.ts needs to pick correct table create. 2023-10-26 18:21:06 +01:00
mike12345567
d0f989597a Updating tests to be more consistent in how they pick to create an internal or external table. 2023-10-26 17:27:54 +01:00
mike12345567
fd29b8d949 PR comments. 2023-10-26 17:27:40 +01:00
mike12345567
115a67cfd6 Fixing test case. 2023-10-26 17:03:05 +01:00
mike12345567
19eaafd946 Fixing some test cases. 2023-10-26 16:32:34 +01:00
Sam Rose
ae356b6a50
Bump version of @budibase/nano to complete the DatabaseQueryOpts type usage. 2023-10-26 15:51:28 +01:00
Sam Rose
536d85d828
WIP: Improving the use of DatabaseQueryOpts. 2023-10-26 15:04:33 +01:00
mike12345567
ed0670a008 Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
Sam Rose
9edaca0bb9
Merge pull request #12158 from Budibase/feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column-4
Frontend changes for the user column migration work.
2023-10-26 10:51:45 +01:00
Sam Rose
26100ffd8b
Merge branch 'feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column' into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column-4 2023-10-26 09:57:11 +01:00
Sam Rose
b3c08f0e7a
Merge branch 'master' of github.com:Budibase/budibase into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column 2023-10-26 09:56:56 +01:00
Andrew Kingston
dcc16cd4a2
Merge pull request #12094 from Budibase/refactor-grid-columns
Refactor grid column handling
2023-10-26 09:41:06 +01:00
Andrew Kingston
0d9e9caff6
Merge branch 'master' into refactor-grid-columns 2023-10-26 08:53:17 +01:00
Budibase Staging Release Bot
dccc60c9b0 Bump version to 2.11.45 2023-10-26 07:05:00 +00:00
Andrew Thompson
0f8a34d982
Merge pull request #12180 from Budibase/cloudfront-csp-fix
add cloudfront to script csp to fix cloud plugins
2023-10-26 07:46:21 +01:00
andz-bb
4bcc49b692 add cloudfront to script csp to fix cloud plugins 2023-10-26 07:33:53 +01:00
mike12345567
fd0d8f17f2 Making sure single table get also includes sourceId. 2023-10-25 19:07:51 +01:00
mike12345567
455b26bac9 Making sure the source ID is always set when creating a table - the frontend expects this to be set for every table so making the type represent this correctly. 2023-10-25 19:00:25 +01:00
Sam Rose
6c3b535863
Simplify try-catch in the migrate function. 2023-10-25 16:49:29 +01:00
Sam Rose
4a00649f7f
Simplify the function signature of processInternalTables 2023-10-25 16:46:14 +01:00
Sam Rose
e03b1be9d1
Make sure new column name cannot be the same as an existing column name. 2023-10-25 16:41:37 +01:00
Sam Rose
c5097487e2
Use FieldType constant instead of raw string. 2023-10-25 16:38:55 +01:00
Sam Rose
ef84e96f98
Use RelationshipType enum instead of raw string. 2023-10-25 16:38:14 +01:00
Sam Rose
2c5dd99da2
Use FieldSubtype enum instead of raw strings. 2023-10-25 16:37:15 +01:00
Sam Rose
7acce7b7c0
Remove unused dispatch import. 2023-10-25 16:01:08 +01:00
Sam Rose
c9e3b7a348
Remove the previous attempt at syncing grid state, it is no longer needed. 2023-10-25 16:00:14 +01:00
Sam Rose
0ac6b17ff0
Remove stray console.log 2023-10-25 15:33:53 +01:00
Sam Rose
402a53cacb
User constant for user table ID. 2023-10-25 15:33:12 +01:00
Sam Rose
5779e97e6e
Add column name input validation. 2023-10-25 15:29:56 +01:00
Sam Rose
fbf60ece4f
Merge base branch. 2023-10-25 14:58:37 +01:00
Sam Rose
e3a702c214
Merge branch 'master' of github.com:Budibase/budibase into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column 2023-10-25 14:54:39 +01:00
Sam Rose
007e919d0e
Spring cleaning before review. 2023-10-25 14:53:51 +01:00
Andrew Kingston
87c1726eec
Merge pull request #12112 from Budibase/enable-collapsing-settings-sections
Allow settings sections to be collapsed
2023-10-25 14:48:35 +01:00
Andrew Kingston
a3226bc905
Merge branch 'master' into enable-collapsing-settings-sections 2023-10-25 14:43:05 +01:00
Sam Rose
70f39b6b6b
Fix missing sourceId on Table sent to the websocket. 2023-10-25 14:41:23 +01:00
Andrew Kingston
62f4c3e85b
Merge branch 'master' into refactor-grid-columns 2023-10-25 13:57:22 +01:00
Andrew Kingston
91d6130f7b
Merge pull request #12049 from Budibase/grid-inline-searching
Inline searching for grid and grid block
2023-10-25 13:56:36 +01:00
Andrew Kingston
2bb8ba45d1
Merge branch 'master' into grid-inline-searching 2023-10-25 13:50:55 +01:00
deanhannigan
26cecf2543
Merge pull request #12124 from Budibase/feature/component-name-setting-ux-update
Edit component name from the settings panel title
2023-10-25 12:49:05 +01:00
Dean
d4ff67b999 Merge remote-tracking branch 'origin/master' into feature/component-name-setting-ux-update 2023-10-25 12:34:13 +01:00
Andrew Kingston
d3fe9775f3
Merge branch 'master' into grid-inline-searching 2023-10-25 12:32:04 +01:00
Sam Rose
52f97fbd1f
Attempt to emit events that include the originator. 2023-10-25 11:38:31 +01:00
Sam Rose
78afba63de
Emit table updates to the builder socket, and some minor refactoring. 2023-10-25 11:03:35 +01:00
Budibase Staging Release Bot
659cf30060 Bump version to 2.11.44 2023-10-25 08:59:28 +00:00