mike12345567
|
9b1a7bd854
|
PR comments - updating pickAPI to use a common function.
|
2023-10-27 11:43:01 +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 |
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 |
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
|
70f39b6b6b
|
Fix missing sourceId on Table sent to the websocket.
|
2023-10-25 14:41:23 +01:00 |
Sam Rose
|
78afba63de
|
Emit table updates to the builder socket, and some minor refactoring.
|
2023-10-25 11:03:35 +01:00 |
Sam Rose
|
0f5c2cff00
|
Handle a couple more edge cases more gracefully.
|
2023-10-24 18:06:25 +01:00 |
Sam Rose
|
5e6ed0fd67
|
Implement many-to-one user column migration.
|
2023-10-23 11:54:27 +01:00 |
Sam Rose
|
febfab0927
|
Fix tests/types.
|
2023-10-23 10:48:10 +01:00 |
Sam Rose
|
86458dc321
|
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-2
|
2023-10-23 09:50:40 +01:00 |
Sam Rose
|
2d26597d07
|
Fix tests after merge.
|
2023-10-23 09:49:57 +01:00 |
Sam Rose
|
a563cf3594
|
Merge master.
|
2023-10-23 09:39:34 +01:00 |
Sam Rose
|
a3ad8780de
|
Implement many-to-many user column migrations.
|
2023-10-19 17:28:55 +01:00 |
mike12345567
|
d1b551c6aa
|
Type fixes.
|
2023-10-19 16:56:45 +01:00 |
mike12345567
|
470735cc97
|
Updating types across old table utilities.
|
2023-10-19 12:26:29 +01:00 |
mike12345567
|
f072a77d9f
|
Updating throw.
|
2023-10-19 12:03:49 +01:00 |
mike12345567
|
54d976f750
|
Fixing PR comments.
|
2023-10-19 12:02:49 +01:00 |
Sam Rose
|
77729737bc
|
First test passes!
|
2023-10-19 09:47:50 +01:00 |
mike12345567
|
9bd67595ec
|
Merge branch 'master' of github.com:Budibase/budibase into refactor/improve-table-sdk
|
2023-10-18 19:05:23 +01:00 |
mike12345567
|
25ad78a94e
|
Adding utilities.
|
2023-10-18 18:58:27 +01:00 |
mike12345567
|
8d1163e50d
|
Adding external SDK, updating external controllers.
|
2023-10-18 18:58:19 +01:00 |
mike12345567
|
6bfa9d407b
|
Adding internal SDK, updating internal table controllers.
|
2023-10-18 18:57:52 +01:00 |
mike12345567
|
291a97a078
|
Moving getters.
|
2023-10-18 18:57:30 +01:00 |
mike12345567
|
35e6452ecb
|
Adding basic structure for the external/internal SDK.
|
2023-10-18 18:57:19 +01:00 |
Sam Rose
|
6517150f32
|
Merge branch 'master' of github.com:Budibase/budibase into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column
|
2023-10-18 18:05:18 +01:00 |
Sam Rose
|
1771b5905a
|
Most of the way to getting my first test passing.
|
2023-10-18 18:02:10 +01:00 |
Sam Rose
|
6ae5451fdf
|
Create failing test.
|
2023-10-18 16:56:55 +01:00 |
mike12345567
|
13dadbcc7d
|
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
|
2023-10-18 15:22:00 +01:00 |
Sam Rose
|
c84abb3e86
|
Merge branch 'master' of github.com:Budibase/budibase into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column
|
2023-10-18 15:15:06 +01:00 |
Sam Rose
|
c25de74e17
|
Action Michael's feedback about the structure of this feature.
|
2023-10-18 15:14:34 +01:00 |
Michael Drury
|
b98f313754
|
Merge branch 'master' into fix/improve-external-request-typing
|
2023-10-18 12:04:22 +01:00 |
mike12345567
|
68e8630d85
|
Improving the typing around the ExternalRequest object, which has implications throughout the row API and SDK, cleaning up where possible based on it.
|
2023-10-18 10:57:04 +01:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
mike12345567
|
6a4877159d
|
Quick fix to make sure that the important components of the app metadata are correctly updated - as well as adjusting the import modal to check if the export is encrypted.
|
2023-10-13 17:43:14 +01:00 |
mike12345567
|
09ce950e64
|
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
|
2023-10-11 17:24:08 +01:00 |
Adria Navarro
|
62fd9011f3
|
Merge branch 'labday/type_schema' into feature/multi-user-type-column
|
2023-10-11 14:13:55 +02:00 |
Adria Navarro
|
ea1c273de0
|
Clean
|
2023-10-11 13:18:04 +02:00 |
Adria Navarro
|
a8c814e714
|
Fixes fixes
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
1f1ebc82e5
|
Fix more types
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
6c328109b6
|
Fixes
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
ea86ded912
|
Fixes
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
dd373cd5e9
|
Fix types
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
d7aa23f740
|
Testing
|
2023-10-09 13:21:40 +02:00 |
Adria Navarro
|
a5477f14d2
|
Handle users on search input
|
2023-10-09 13:21:27 +02:00 |
mike12345567
|
bc17bc43fa
|
Fixing issue brought up by some unit tests.
|
2023-10-06 13:32:12 +01:00 |
mike12345567
|
7acc164e12
|
Fix build.
|
2023-10-06 13:28:27 +01:00 |
mike12345567
|
017b522a3f
|
Comment to explain function.
|
2023-10-06 12:56:55 +01:00 |
mike12345567
|
6e6c5bc776
|
Handle arrays and fix issue brought up by REST testcase.
|
2023-10-06 12:31:52 +01:00 |
mike12345567
|
dc50515bcc
|
Adding negative test case and fixing build issue.
|
2023-10-06 12:16:37 +01:00 |
mike12345567
|
3de8c53166
|
Adding a mapping layer to search queries so that we can map search inputs based on the table schema if desired - primarily for the user column.
|
2023-10-06 11:57:11 +01:00 |
mike12345567
|
ee4a042204
|
Typing fixes - unsure why all of these came up suddenly.
|
2023-10-05 18:40:56 +01:00 |
mike12345567
|
3e2f9dfc4e
|
Further enhancement, client library sends up the column it wants enriched and then we can ignore everything else, makes a big difference for enriching users (with a lot of relationships).
|
2023-10-05 18:23:18 +01:00 |
mike12345567
|
069fd33964
|
Some work towards improving performance of internal DB enrichment, there is a problem with cyclic enrichment due to the outputProcessing, need to decide how to handle formulas on enrichment.
|
2023-10-04 19:18:21 +01:00 |
Adria Navarro
|
5b5c0b31ff
|
Fix link loading relationships on external ds+
|
2023-09-28 15:54:53 +02:00 |
Adria Navarro
|
317da512a5
|
Fix tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
0cec026932
|
Datasource usage on tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
049a91debb
|
Clean
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
bf975ac039
|
Fix tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
d0fcb5d7e6
|
Fix patch on external ds
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
81ca81222c
|
Process bb_references on external
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
6487d76b1d
|
Merge branch 'develop' into feature/user-column-type
|
2023-09-25 21:51:43 +02:00 |
Adria Navarro
|
79e693c89d
|
Merge branch 'develop' into feature/user-column-type
|
2023-09-25 19:03:25 +02:00 |
mike12345567
|
98680f7895
|
Updating dual bulkDocs call, to handle the merging of similar documents.
|
2023-09-25 17:48:07 +01:00 |
mike12345567
|
3d143c28a9
|
Last PR comments.
|
2023-09-25 17:00:20 +01:00 |
mike12345567
|
4d1c749444
|
First PR comment.
|
2023-09-25 16:58:06 +01:00 |
mike12345567
|
61c12d88cf
|
Final work to support app update process.
|
2023-09-20 16:43:50 +01:00 |
Adria Navarro
|
85be9d6ebd
|
Lint
|
2023-09-20 12:45:26 +02:00 |
mike12345567
|
8e0cf1d087
|
Moving things around ready for implementation of temp db handle.
|
2023-09-19 18:38:44 +01:00 |
Adria Navarro
|
235799c07d
|
Merge branch 'develop' into backmerge-20230919
|
2023-09-19 12:33:04 +02:00 |
Adria Navarro
|
3f7b615d10
|
Populate apps from groups while fetching apps
|
2023-09-18 17:58:07 +02:00 |
mike12345567
|
68f3197522
|
Moving test to where the functions are now.
|
2023-09-14 17:12:09 +01:00 |
mike12345567
|
8ca3f13a1c
|
Quick re-jig based on test failure, seems the base sql.ts is depended on fairly heavily, importing the SDK can create a lot of cycles.
|
2023-09-14 16:53:36 +01:00 |
Adria Navarro
|
d248c7b6b8
|
Fix types
|
2023-09-13 15:26:29 +02:00 |
Adria Navarro
|
881ff02a7d
|
Merge branch 'develop' into BUDI-7367/ds_plus_row_unittest
|
2023-09-13 14:49:17 +02:00 |
Adria Navarro
|
069b0d6161
|
Fix types
|
2023-09-13 10:31:39 +02:00 |
Peter Clement
|
0df9f821fe
|
Merge remote-tracking branch 'origin/master' into fix/remove-developer-role-from-imports
|
2023-09-12 09:36:11 +01:00 |
Peter Clement
|
cee89b95b1
|
remove reference to premium plan
|
2023-09-12 09:34:11 +01:00 |
Adria Navarro
|
a3e9765555
|
Merge branch 'develop' into BUDI-7367/ds_plus_row_unittest
|
2023-09-12 09:20:00 +02:00 |
Martin McKeaveney
|
722c4e6d48
|
merge with master
|
2023-09-11 11:57:18 +01:00 |
Adria Navarro
|
4e69e51cca
|
Fix autocolumns
|
2023-09-08 17:42:54 +02:00 |
Adria Navarro
|
1a7a1cdd1b
|
Fix view test
|
2023-09-08 16:23:34 +02:00 |
Martin McKeaveney
|
ab5753273d
|
fix for legacy custom roles
|
2023-09-07 18:50:07 +01:00 |
Adria Navarro
|
205d33f172
|
Clean cypress refs
|
2023-09-07 15:37:22 +02:00 |
Adria Navarro
|
cd8e667f39
|
Fix permission sdk usage on auth middleware
|
2023-09-06 00:23:19 +02:00 |
mike12345567
|
83875cd2d6
|
Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop
|
2023-09-05 12:29:27 +01:00 |
mike12345567
|
d096f359d7
|
Revert "Revert "Merge branch 'develop' into master""
This reverts commit 3265042025 .
|
2023-09-05 12:28:56 +01:00 |
Adria Navarro
|
c5e061c9bf
|
Fix types
|
2023-09-04 16:22:50 +02:00 |
Adria Navarro
|
d68d449f1f
|
DRY
|
2023-09-04 12:11:59 +02:00 |
Adria Navarro
|
bb8aacd830
|
Improve messaging
|
2023-09-01 17:23:47 +02:00 |
Adria Navarro
|
0dc03abe5f
|
Display dependant info
|
2023-09-01 17:03:33 +02:00 |
Rory Powell
|
64af549341
|
Revert "Merge pull request #11489 from Budibase/fix/automation-disable"
This reverts commit e6319cce67 , reversing
changes made to 7c12280fe3 .
|
2023-09-01 15:12:23 +01:00 |
Adria Navarro
|
5b7756936d
|
Change api interfaces
|
2023-09-01 11:33:59 +02:00 |
Adria Navarro
|
466f1e6132
|
Display inherit option
|
2023-09-01 10:52:06 +02:00 |
Adria Navarro
|
5d870fb41a
|
Rename
|
2023-09-01 09:50:55 +02:00 |
Adria Navarro
|
774ff745b6
|
Return role origin
|
2023-09-01 09:40:29 +02:00 |
Adria Navarro
|
a56712f4d7
|
Change shape
|
2023-08-31 13:01:17 +02:00 |