mike12345567
1402716f5c
Some type updates.
2024-06-24 13:10:30 +01:00
mike12345567
965725d022
First PR comments.
2024-06-24 12:43:26 +01:00
mike12345567
05ea231d20
Adding back missing comments.
2024-06-24 11:53:02 +01:00
mike12345567
fcf67f7297
Fixing an issue raised by Poirazis around empty relationships coming back as related to themselves.
2024-06-21 19:29:30 +01:00
mike12345567
6812c21076
Updating test cases.
2024-06-21 16:58:40 +01:00
mike12345567
e5c40c7ecd
Moving some stuff around inside ExternalRequests to make it easier to access parts of the full context.
2024-06-21 16:58:27 +01:00
Sam Rose
d5481312d0
Fix lint, add new update test.
2024-06-21 15:31:34 +01:00
Sam Rose
c9fecbaa77
Fix updating rows in external tables where the primary key is an autocolumn.
2024-06-21 15:12:02 +01:00
Sam Rose
f4378bd561
Merge branch 'master' of github.com:budibase/budibase into budi-8220-support-updating-existing-rows-for-external-databases-using-2
2024-06-21 13:08:39 +01:00
mike12345567
b4910043c6
Addressing PR comments.
2024-06-21 11:27:47 +01:00
mike12345567
fead1f436a
test case is only for internal.
2024-06-20 18:53:01 +01:00
mike12345567
ae68c561f4
Test case.
2024-06-20 18:51:04 +01:00
mike12345567
86bae92ada
Refactoring search test to make it easier to find promises which aren't handled.
2024-06-20 17:13:42 +01:00
mike12345567
66ef0cb79a
Adding back SQS - wasn't causing a problem.
2024-06-20 16:05:03 +01:00
mike12345567
b6b05e08b1
Removing SQS from view test to check.
2024-06-20 15:52:56 +01:00
mike12345567
3345364675
Updating test case - not exactly sure what it was testing before, but now it definitely confirms paginated results are stable.
2024-06-20 14:36:08 +01:00
mike12345567
86d9de5a2d
Fixing view test cases, adding SQS to it and correcting the default sort order.
2024-06-19 18:57:37 +01:00
Sam Rose
602faf1c67
Add test for composite primary keys for external datasource imports.
2024-06-19 17:52:48 +01:00
mike12345567
58ec7a50b0
Implementing row counting for in-memory, also updating the in memory search function.
2024-06-19 17:51:11 +01:00
mike12345567
a97b24658f
Fixing test case, it didn't provide a primary field.
2024-06-19 15:08:22 +01:00
mike12345567
aab100b130
Changing how counting is processed.
2024-06-19 14:28:22 +01:00
Michael Drury
223df424fc
Merge branch 'master' into feature/count-rows-to-return
2024-06-19 14:20:31 +01:00
mike12345567
0e5de7f16d
Test updates.
2024-06-19 13:36:34 +01:00
mike12345567
abfab054d7
Addressing comment about datasource being optional.
2024-06-19 12:03:20 +01:00
Sam Rose
80642100fa
Merge branch 'master' into feature/count-rows-to-return
2024-06-19 09:05:56 +01:00
mike12345567
cf75a8a1f3
Updating function name.
2024-06-18 18:49:59 +01:00
mike12345567
e0d8a66fd8
Adding test cases for counting as well as some small fixes.
2024-06-18 18:44:17 +01:00
Sam Rose
e288fc8795
Disable upserting for MSSQL in bulkImport for now.
2024-06-18 18:02:20 +01:00
Sam Rose
5ac8a7d514
bulkImport upsert working everywhere excpet mssql
2024-06-18 17:43:25 +01:00
Sam Rose
335c174643
Create a failing test.
2024-06-18 16:39:35 +01:00
Peter Clement
2b96cbcad7
Expose old row binding in automations ( #13931 )
...
* expose old row through the emitter
* accidentally added oldRow to step
* fix row fetch in external datasources
* add test for new / old row comparison
* add testing for old row update event
* allow function overloading in test files
* update tests per comments
* handle event race condition
* update test data modal to account for old row output
* switch icon positioning
2024-06-18 13:45:58 +01:00
mike12345567
73013332ae
Adding countRows to search validators.
2024-06-18 11:16:21 +01:00
mike12345567
75bf3c78e6
Merge branch 'master' of github.com:Budibase/budibase into feature/count-rows-to-return
2024-06-18 11:07:34 +01:00
Sam Rose
75e79156f7
Merge branch 'master' into budi-8238-rewrite-postgresspects-to-use-knex
2024-06-17 16:45:33 +01:00
Sam Rose
903c3cf84d
Fix flake in generic-sql.spec.ts.
2024-06-17 16:17:00 +01:00
Sam Rose
c107ab937d
Remove rawQuery entirely.
2024-06-17 16:15:51 +01:00
mike12345567
c34c219e8f
Tidying up one of the weirder things knex can do.
2024-06-14 19:10:52 +01:00
mike12345567
654a417d66
Type checking.
2024-06-14 19:07:50 +01:00
mike12345567
cd1e7c0bad
Small re-jig make things easier to read.
2024-06-14 19:04:02 +01:00
mike12345567
1b36d8af51
Getting counting flow working correctly for external datasources.
2024-06-14 19:00:59 +01:00
mike12345567
e402f9c571
Merge branch 'uncomment-search-test-todos' of github.com:Budibase/budibase into feature/count-rows-to-return
2024-06-14 18:16:47 +01:00
mike12345567
77556820bf
Bit more work towards row counting, as well as moving external SQL to use row + 1 for working out pagination.
2024-06-14 18:12:36 +01:00
Sam Rose
a54048e308
Solve all remaining TODOs in search.spec.ts.
2024-06-14 14:57:31 +01:00
Sam Rose
1161c185e2
Down to 0 failures.
2024-06-13 17:46:03 +01:00
Sam Rose
c01c2c7cc3
Down to 4 failures.
2024-06-13 16:23:16 +01:00
Sam Rose
746ee711ae
Down to 19 failures.
2024-06-13 14:45:43 +01:00
Sam Rose
cb6acd8c0b
Down to 71 failures.
2024-06-13 12:24:27 +01:00
Sam Rose
7e69f85e77
More progress.
2024-06-12 18:07:46 +01:00
Sam Rose
22bf0d05ad
Making progress.
2024-06-12 17:58:13 +01:00
Sam Rose
ae6539161f
Get rid of negation in predicate.
2024-06-12 17:28:03 +01:00
Sam Rose
7e4f571eb3
wip
2024-06-12 15:24:46 +01:00
Sam Rose
95f5844a44
Get in-memory searching into the search tests.
2024-06-12 15:24:46 +01:00
Sam Rose
781f3bd64a
Merge branch 'master' of github.com:budibase/budibase into budi-8338-refactor-in-memory-filter-naming
2024-06-12 15:06:22 +01:00
melohagan
f8765fb254
Don't add or remove quotas for external DB rows ( #13926 )
...
* Don't add or remove quotas for external DB rows
* update account-portal
* fix unit test
2024-06-12 13:49:37 +00:00
Sam Rose
bc8791e91e
Remove the word 'lucene' from runLuceneQuery and buildLuceneQuery.
2024-06-12 14:44:20 +01:00
Sam Rose
13ec629109
Trigger server tests.
2024-06-10 15:50:04 +01:00
Sam Rose
d579972e5f
Slim down postgres.spec.ts, most of its content is tested elsewhere now across all datasources.
2024-06-10 10:59:33 +01:00
Michael Drury
dcd5e7934d
Merge branch 'master' into fix/BUDI-8258-update-presence
2024-06-07 18:01:38 +01:00
mike12345567
3cc4b71561
Fixing some issues highlighted by test case.
2024-06-07 17:59:18 +01:00
mike12345567
f76eb1b220
Merge branch 'master' of github.com:Budibase/budibase into fix/BUDI-8258-update-presence
2024-06-07 17:24:40 +01:00
mike12345567
5de2dc8382
Some test updates to make the fetchSchema tableFilter prop usable.
2024-06-07 17:13:06 +01:00
Sam Rose
85c372c4d6
Move some mysql.spec.ts and postgres.spec.ts tests into datasource.spec.ts.
2024-06-07 16:56:07 +01:00
Sam Rose
d682320371
Fix last test.
2024-06-07 16:40:25 +01:00
Sam Rose
c07d73beaf
Modernise datasource.spec.ts.
2024-06-07 16:35:46 +01:00
Michael Drury
0728221379
Merge branch 'master' into BUDI-7656/add-migration
2024-06-07 11:30:47 +01:00
Adria Navarro
853810704c
Fix patch
2024-06-07 11:39:36 +02:00
Adria Navarro
20d1b81099
Fix tests
2024-06-07 11:30:35 +02:00
Adria Navarro
b22ea1b0f9
Fix test
2024-06-07 11:12:03 +02:00
Adria Navarro
b86501e25e
Fix
2024-06-07 10:54:26 +02:00
Adria Navarro
f4e14db22a
Add failing test
2024-06-07 10:54:14 +02:00
mike12345567
5537f7b782
build fixes.
2024-06-06 17:35:35 +01:00
Michael Drury
ea1d3000c2
Merge branch 'master' into BUDI-7656/add-migration
2024-06-06 16:49:48 +01:00
mike12345567
8b18ba0204
Merge branch 'BUDI-7656/add-migration' of github.com:Budibase/budibase into BUDI-7656/add-migration
2024-06-06 16:49:28 +01:00
mike12345567
70aa43680d
Addressing PR comments.
2024-06-06 16:49:03 +01:00
Michael Drury
6001ec2e09
Merge branch 'master' into BUDI-7656/add-migration
2024-06-06 16:05:28 +01:00
mike12345567
2c86ea14fd
Changing how disk cleanup is performed.
2024-06-06 15:07:06 +01:00
Sam Rose
ac53a97176
WIP
2024-06-06 14:55:07 +01:00
mike12345567
878114133c
Adding test.
2024-06-06 12:36:57 +01:00
mike12345567
c57a81c6de
Adding a global binding for globalId which is retrieved as part of the self call - making sure this is available as a binding (this is not in the user metadata table, just for bindings).
2024-06-06 11:53:58 +01:00
mike12345567
0a5a788440
Updating migrations to disable all migrations after the first disabled migration.
2024-06-05 18:19:44 +01:00
Adria Navarro
47b77d6744
Run test only with internal tables
2024-06-04 16:46:50 +02:00
Adria Navarro
7aa6af6e13
Add tests to support existing configs
2024-06-04 16:40:09 +02:00
Adria Navarro
edd9ebc389
Tests
2024-06-04 12:33:48 +02:00
Adria Navarro
b65e9cfc80
Lint
2024-06-04 12:20:19 +02:00
Adria Navarro
1c8feaedb1
Copy change
2024-06-04 12:03:42 +02:00
Adria Navarro
44708a27ff
Merge branch 'BUDI-8282/validate-configuration' into BUDI-8282/validate-configuration-for-hidden-views
2024-06-04 11:37:54 +02:00
Adria Navarro
aefedce568
Renames
2024-06-04 11:35:09 +02:00
Adria Navarro
819cc6bebb
Fix tests
2024-06-04 11:18:33 +02:00
Adria Navarro
2d953f19cc
Clean validation message
2024-06-04 11:11:50 +02:00
Adria Navarro
9b82116c61
Copy changes
2024-06-04 10:39:56 +02:00
Adria Navarro
cc3808997c
Fix viewV2 tests
2024-06-03 13:26:49 +02:00
Adria Navarro
91c20213dc
Validate readonly
2024-06-03 12:12:04 +02:00
Adria Navarro
efc9d3399e
Validate schema
2024-06-03 12:12:04 +02:00
Adria Navarro
5912c2b129
Copy change
2024-06-03 12:12:03 +02:00
Adria Navarro
5c3973d7f9
Merge branch 'master' into feat/readonly-columns
2024-06-03 10:06:50 +02:00
Adria Navarro
6ce0b3c368
Copy change
2024-05-30 11:46:57 +02:00
Sam Rose
fb4cecc93f
Update template tests to make sure importing templates works for SQS.
2024-05-29 17:07:29 +01:00
Sam Rose
53e035fcb5
Merge branch 'master' of github.com:budibase/budibase into test-template-import
2024-05-29 16:11:57 +01:00
Adria Navarro
4b0e433c45
Prevent write readonly column
2024-05-29 15:52:22 +02:00
Adria Navarro
2d5ecb6e3e
PR comments
2024-05-29 15:50:10 +02:00
Adria Navarro
05544d3082
Simplify mock
2024-05-29 15:45:33 +02:00
Adria Navarro
f5f471a4aa
Merge branch 'master' into BUDI-8284/readonly-settings-columns-in-views
2024-05-29 15:41:20 +02:00
Sam Rose
1a94d2dca9
wip
2024-05-29 14:21:58 +01:00
Adria Navarro
ab0bac689b
Add tests
2024-05-27 14:53:26 +02:00
Adria Navarro
9e4c575d79
Add license tests
2024-05-27 14:44:00 +02:00
Adria Navarro
422b1e2753
Fix tests
2024-05-27 14:31:45 +02:00
Adria Navarro
6d71c8c960
Merge branch 'master' into BUDI-8284/readonly-settings-columns-in-views
2024-05-27 14:16:59 +02:00
Adria Navarro
041f85886c
Ensure consistency
2024-05-27 14:16:03 +02:00
Adria Navarro
9bac192cf9
Add tests
2024-05-27 14:11:50 +02:00
Adria Navarro
3cf230e3af
Add tests
2024-05-27 13:59:39 +02:00
Adria Navarro
65d2aa50c6
Guard readonly fields
2024-05-27 13:39:43 +02:00
mike12345567
821708e79a
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
2024-05-24 16:32:43 +01:00
Adria Navarro
6acb3f6669
Validation test
2024-05-24 16:15:24 +02:00
Adria Navarro
28137f9500
Validate view schema on upsert
2024-05-24 16:07:07 +02:00
Adria Navarro
a0c2843236
Extend view metadata
2024-05-24 14:28:04 +02:00
mike12345567
ae26f66cf9
Fixing a test case.
2024-05-24 12:40:58 +01:00
mike12345567
b18ca2670a
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
2024-05-24 12:22:20 +01:00
Sam Rose
a6d2f82e7b
Fix tests.
2024-05-23 15:16:52 +01:00
Michael Drury
d8870f1852
Merge branch 'master' into feature/audit-log-sqs
2024-05-23 10:44:39 +01:00
Sam Rose
120f240f01
Fix tests.
2024-05-23 10:43:44 +01:00
Sam Rose
a9f8a72ebd
Attempting to fix tests.
2024-05-22 18:00:32 +01:00
Sam Rose
f8fb08c72c
Merge master.
2024-05-22 17:24:29 +01:00
Sam Rose
46e310018e
Fix tests.
2024-05-22 16:57:27 +01:00
mike12345567
2ed510dc90
Fixing build issue.
2024-05-22 16:02:11 +01:00
Sam Rose
7aade03ed2
Merge branch 'delete-sql-spec-ts-2' of github.com:budibase/budibase into delete-sql-spec-ts-2
2024-05-22 14:02:16 +01:00
Sam Rose
b6e3e7659c
Remove extraneous comment.
2024-05-22 14:01:59 +01:00
Sam Rose
e53dddfdf0
Merge branch 'master' into delete-sql-spec-ts-2
2024-05-22 10:35:16 +01:00
Sam Rose
7f7ed9f0cb
Move more tests out of sql.spec.ts.
2024-05-21 17:38:38 +01:00
Adria Navarro
f14e6d014c
Merge branch 'master' into budi-8195/unable-to-load-grid-when-using-external-postgres
2024-05-21 16:55:00 +02:00
Adria Navarro
7ebdb0fbcc
Merge branch 'master' into budi-8195/unable-to-load-grid-when-using-external-postgres
2024-05-21 16:37:44 +02:00
Adria Navarro
a55f975489
Fix tests
2024-05-21 16:11:36 +02:00
Sam Rose
bc63a11979
Move sort stability check to search.spec.ts.
2024-05-21 14:20:05 +01:00
Sam Rose
9c9b2ff48d
Move empty object range tests out of sql.spec.ts.
2024-05-21 14:15:17 +01:00
Sam Rose
8d6aaff45d
Merge branch 'delete-sql-spec-ts' of github.com:budibase/budibase into delete-sql-spec-ts
2024-05-21 14:03:23 +01:00
Sam Rose
682cdfffe8
Respond to PR feedback.
2024-05-21 14:03:07 +01:00
Adria Navarro
8cf021f254
Add null row
2024-05-21 14:30:37 +02:00
Adria Navarro
6eefa1afe8
Add comment
2024-05-21 14:30:03 +02:00
Adria Navarro
7c7f88bd47
Pop on asserts
2024-05-21 13:41:46 +02:00
Adria Navarro
221c8a3f0a
Shuffle all test createRows
2024-05-21 13:31:15 +02:00
Sam Rose
133966131f
Merge branch 'master' into delete-sql-spec-ts
2024-05-21 12:05:48 +01:00
Sam Rose
6bd984ab9c
Making progress towards deleting sql.spec.ts.
2024-05-21 11:51:42 +01:00
Adria Navarro
bf4e99d822
Merge branch 'master' into sqs-user-tests
2024-05-21 11:32:29 +02:00
Gerard Burns
04cf17cea7
merge master
2024-05-21 09:51:06 +01:00
Sam Rose
8be41da728
Merge branch 'master' of github.com:budibase/budibase into sqs-user-tests
2024-05-20 17:02:47 +01:00
Sam Rose
e2a1ab7eaf
All tests passing.
2024-05-20 17:01:52 +01:00
Adria Navarro
0b01b67661
Merge branch 'master' into budi-8195/unable-to-load-grid-when-using-external-postgres
2024-05-20 17:06:57 +02:00
Adria Navarro
7d709d0d22
Fix flaky test
2024-05-20 16:57:03 +02:00
Adria Navarro
684e360715
Add other tests
2024-05-20 16:49:38 +02:00
Adria Navarro
57e73488b5
Add tests
2024-05-20 16:34:00 +02:00
Conor Webb
3c74d29cf6
Added the ability to disable automations ( #13667 )
...
* Added disabling functionality for automations
* Removed external trigger automations that are disabled from selectable bindings
* Added new popover option for disabling automations
* Added toggle UI Inside automation screen
* Added subtle styling to automation list for disabled functionality.
* Fixed linting error
* Removed duplicate bbui import
* Fixed store function spacing
* Fixed linting issues.
* Added the requested changes to how disable is handled.
* Fixed linting issues.
* Minor UI tweaks based on feedback.
* Added logic to prevent crons type automations from running when disabled.
* Removing webhook disable, causes trigger url to be re-generated.
* Add unit test to ensure disabled automations are filtered out of the active queue
* Fixed lint issues
* Reverted disabled unit test
* Added error throw for disabled automations
* Add test for when a disabled automation gets triggered
* Added try, catch for trigger function - error handling
* Fixed linting issues
2024-05-20 15:13:08 +01:00
Sam Rose
402afa1df6
Merge master.
2024-05-20 14:19:55 +01:00
Sam Rose
c268879e94
Merge master.
2024-05-20 12:39:02 +01:00
Sam Rose
fd2e0020cd
Fix more date math problems.
2024-05-20 12:31:12 +01:00
Sam Rose
079318379d
Fix date math problem in search tests.
2024-05-20 12:23:03 +01:00
Sam Rose
1562e7b1f1
Working towards user relationship tests passing.
2024-05-20 12:05:01 +01:00
Sam Rose
941bd7a657
Merge master.
2024-05-20 12:00:39 +01:00
Sam Rose
902613d600
Working towards user relationship tests passing.
2024-05-20 12:00:08 +01:00
Dean
3019e54b92
Fix for date based binding tests
2024-05-20 11:25:48 +01:00
Dean
37dd75823f
PR feedback, signature to signature single
2024-05-17 17:04:15 +01:00
Adria Navarro
76ac300cf0
Save only if valid
2024-05-17 16:53:28 +02:00
Adria Navarro
a81626005c
Save timeonly on external db
2024-05-17 15:55:27 +02:00
deanhannigan
1bfcdb36c2
Merge branch 'master' into feature/signature-field-and-component
2024-05-17 12:15:34 +01:00
mike12345567
94b85eeed0
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-16 12:47:45 +01:00
Dean
166206f185
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-15 16:35:31 +01:00
Martin McKeaveney
45e4e791a5
fix lint
2024-05-15 14:54:32 +01:00
Martin McKeaveney
d9aad4c9a3
Merge branch 'master' into 5459_S3EndpointSupport
2024-05-15 14:33:41 +01:00
Michael Drury
1c22c7d2d1
Merge branch 'master' into feature/sqs-table-cleanup
2024-05-15 12:34:12 +01:00
Adria Navarro
25d86d179d
Handle inputProcessing on bulk row import
2024-05-15 10:56:55 +02:00
mike12345567
aa51db20ee
Changing how cleanup works - the cleanup is now part of the DB deletion, making sure it cannot be missed.
2024-05-14 15:41:48 +01:00
mike12345567
673211dfbb
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-14 14:38:00 +01:00
Gerard Burns
693e3373a6
merge master
2024-05-14 13:38:28 +01:00
Gerard Burns
ca452d7dce
feedback
2024-05-13 22:42:09 +01:00
Dean
b0a65b4699
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-13 16:22:19 +01:00
Dean
0589a6a730
Refactored signature from previous array implementation to the new single approach. Added support for automations
2024-05-13 16:19:02 +01:00
mike12345567
f25703b88e
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-13 13:54:00 +01:00
mike12345567
92348fb526
Changing the logic of how automation thread timeout gets applied, so that it can be used properly.
2024-05-13 12:53:44 +01:00
Dean
f696299ceb
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-13 11:35:20 +01:00
Adria Navarro
e451e99f6b
Fixes
2024-05-13 12:35:01 +02:00
Adria Navarro
1732feed27
Uncomment 💩
2024-05-13 12:35:00 +02:00
Adria Navarro
fa2843b296
Improve tests
2024-05-13 12:35:00 +02:00
Adria Navarro
2833e0558e
Test deprecated_multi_user bindings
2024-05-13 12:35:00 +02:00
Adria Navarro
1fc2efd6f5
Clean
2024-05-13 12:35:00 +02:00
Adria Navarro
f7a997aaef
Update some tests
2024-05-13 12:35:00 +02:00
Adria Navarro
c130f2976c
Change test
2024-05-13 12:35:00 +02:00
Adria Navarro
c890f885e6
Merge branch 'master' into feat/budi-8123-single-user
2024-05-13 12:34:01 +02:00
Adria Navarro
ae83bb695e
Fix tests depending on date
2024-05-13 11:03:15 +02:00
mike12345567
8c70c32622
Cleanup.
2024-05-10 11:00:30 +01:00
mike12345567
a3d079f847
Fixing an issue with cleanup, making sure the correct app is cleaned up on deletion.
2024-05-09 18:33:29 +01:00
mike12345567
fd7f6455bd
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-09 17:38:24 +01:00
Adria Navarro
d83e5e21f2
Merge branch 'master' into feat/budi-8123-single-user
2024-05-09 18:05:16 +02:00
deanhannigan
bf88090c89
Merge branch 'master' into feature/signature-field-and-component
2024-05-09 16:39:54 +01:00
deanhannigan
0ffa9d768a
Merge branch 'master' into feature/signature-field-and-component
2024-05-09 16:27:22 +01:00
Sam Rose
bfc63bd4e2
Remove the last internal.spec.ts file.
2024-05-09 16:26:08 +01:00
Michael Drury
a6f3871e8c
Merge branch 'master' into fix/binary-column-support
2024-05-09 15:38:17 +01:00
mike12345567
381c33cfb5
Adding support for buffers in a few places - this helps with BYTE type columns in SQL.
2024-05-09 15:10:05 +01:00
deanhannigan
b5bf914cd7
Merge branch 'master' into feature/signature-field-and-component
2024-05-09 14:47:14 +01:00
deanhannigan
32cce5f5c6
Merge branch 'master' into feature/filter-bindings
2024-05-09 14:24:29 +01:00
mike12345567
bf953597c7
Updating auto column test to only run against internal DB.
2024-05-09 13:18:50 +01:00
Michael Drury
6b84abda48
Merge branch 'master' into fix/disable-external-auto-columns
2024-05-09 12:57:02 +01:00
mike12345567
0a96bb9684
Disabling auto-column fieldtype and subtypes. This is not something that is currently supported through the UI, so this is not a breaking change, just making sure these type of scenarios don't actually occur as they don't work particularly well.
2024-05-09 12:44:30 +01:00
Sam Rose
30519d808a
Merge branch 'master' into remove-unneeded-jest-unmock-calls
2024-05-09 12:15:33 +01:00
Sam Rose
69c8264388
Remove src/sdk/app/rows/tests/internal.spec.ts.
2024-05-09 11:57:17 +01:00
Dean
b52d1921ec
Fix for empty state tests. Ensure null isnt scrubbed when enriched
2024-05-09 11:29:43 +01:00
Adria Navarro
95faefcb87
DRY
2024-05-09 12:28:44 +02:00
Dean
4c6629d15f
Merge remote-tracking branch 'origin/master' into feature/filter-bindings
2024-05-09 11:05:58 +01:00
Sam Rose
b99e3794b2
Move parallel auto ID row creation test to row.spec.ts.
2024-05-09 10:58:52 +01:00
Sam Rose
033c642c12
Remove unnecessary jest.unmock calls.
2024-05-09 10:15:05 +01:00
Dean
3712e290b0
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-09 09:19:00 +01:00
mike12345567
21ce586d93
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-08 17:04:34 +01:00
Sam Rose
264ce5e272
Merge branch 'master' into search-tests-boolean
2024-05-08 14:20:36 +01:00
Peter Clement
1d300c2577
Remove aws sdk global mock and update tests ( #13637 )
...
* Remove aws sdk global mock and update tests
* add awaits
* Minio healthcheck in tests.
* Bind to 127.0.0.1 instead of 0.0.0.0
* Fix port fetching for minio container.
* Actually fix port mapping this time.
* Pull minio container before running tests.
* Enable testcontainers debug logging.
* Promote minio container to always running in tests, like CouchDB.
* Remove testcontainers debug logging.
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-05-08 14:08:34 +01:00
mike12345567
2e8b655417
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-08 12:36:42 +01:00
deanhannigan
42a5d3d0e0
Merge branch 'master' into feature/filter-bindings
2024-05-08 10:22:45 +01:00
Dean
a29301a2fc
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-08 09:43:30 +01:00
deanhannigan
46995a115a
Merge branch 'master' into feature/filter-bindings
2024-05-08 09:37:14 +01:00
mike12345567
a2d4f8523c
Some typing improvements, as well as getting deletion/setup working a bit better.
2024-05-07 18:27:47 +01:00
Sam Rose
3bc1e6b387
Fix behaviour of 'when filter empty' for empty and notEmpty filter types.
2024-05-07 16:46:54 +01:00
mike12345567
654905ea90
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-07 12:44:02 +01:00
Sam Rose
ae281c3e7a
Merge branch 'master' of github.com:budibase/budibase into search-tests-boolean
2024-05-07 10:01:28 +01:00
Sam Rose
d11a3d3486
Merge branch 'master' into test-race-condition
2024-05-07 09:35:09 +01:00
Dean
04588711e2
Refactored out config changes and now excluding on the affected SQS/Multiuser tests
2024-05-07 09:13:43 +01:00
Adria Navarro
9ae1928e55
Fix
2024-05-06 08:45:34 +02:00
Adria Navarro
aabed795ec
Fix mappings
2024-05-06 08:27:21 +02:00
Adria Navarro
b36d7868a4
Lint
2024-05-06 08:06:43 +02:00
Adria Navarro
569488deee
Move migration logic to backend
2024-05-06 08:06:43 +02:00
Adria Navarro
3e4b0e8cd6
Handle migrations
2024-05-06 08:06:43 +02:00
Adria Navarro
deedce9ce6
Merge branch 'master' into feat/budi-8123-single-user
2024-05-03 20:13:55 +02:00
mike12345567
b457bee2fc
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-03 17:49:28 +01:00
Dean
94773ceb9a
Merge remote-tracking branch 'origin/master' into feature/filter-bindings
2024-05-03 17:36:48 +01:00
Dean
4e5025bdab
Merge commit
2024-05-03 17:33:56 +01:00
Sam Rose
1edc525d9b
Fix boolean searching for external datasources.
2024-05-03 17:31:44 +01:00
Sam Rose
1777f1f8fe
Fix boolean searching for Lucene/SQS
2024-05-03 17:29:20 +01:00
Adria Navarro
bd86f906b1
Merge branch 'master' into feat/budi-8123-single-user
2024-05-03 17:31:29 +02:00
Sam Rose
f49e36d0dd
Search tests for FieldType.OPTIONS
2024-05-03 16:14:47 +01:00
Sam Rose
1330fe04ab
Test FieldType.LONGFORM
2024-05-03 16:11:26 +01:00
Adria Navarro
ab647d1f0f
Fix fetching BB_reference arrays
2024-05-03 16:10:36 +02:00
mike12345567
541e31633d
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-05-03 14:18:25 +01:00
Sam Rose
af516427fc
Attempt to fix race condition when creating multiple auto ID columns in parallel.
2024-05-03 14:14:10 +01:00
Dean
8bd6599976
Merge remote-tracking branch 'origin/master' into feature/filter-bindings
2024-05-03 10:52:14 +01:00
Sam Rose
6f23877764
Correct types for application updating.
2024-05-03 09:55:55 +01:00
Dean
3823ffa4fd
Ensure snippet context is disabled by default in test. Add override for search
2024-05-02 17:59:55 +01:00
Dean
16e3e1b759
Run test matrix without sqs
2024-05-02 17:09:47 +01:00
Dean
56fd28eb54
Test fixes
2024-05-02 16:45:25 +01:00
Dean
5e7d1169f7
Minor refactor to accomodate testing with snippets. More test cases for multiple binding types
2024-05-02 16:26:09 +01:00
Adria Navarro
70c6d56c1e
Merge branch 'feat/budi-8123-single-user' into budi-8123/single-user-column-type
2024-05-02 12:06:42 +01:00
Dean
2997da8687
Merge remote-tracking branch 'origin/master' into feature/filter-bindings
2024-05-02 09:24:14 +01:00
Dean
f2cb90735b
Merge commit
2024-05-02 09:24:05 +01:00
Dean
ac3b8478ec
Merge remote-tracking branch 'origin/master' into feature/filter-bindings
2024-04-26 16:06:34 +01:00
Dean
e8f15058a1
Merge commit
2024-04-26 16:03:32 +01:00
mike12345567
f670b75e13
Adding bulk import type.
2024-04-26 15:53:16 +01:00
mike12345567
1c1f9c950d
Quick improvement to use the bulk import endpoint, we don't need to search for the type: row anymore.
2024-04-26 15:51:53 +01:00
mike12345567
7f1500ac86
Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup
2024-04-26 15:48:40 +01:00
Sam Rose
951b7d3e59
Merge branch 'master' of github.com:budibase/budibase into sqs-auto-tests
2024-04-26 15:07:45 +01:00
Adria Navarro
2be14deb01
Add test
2024-04-26 13:26:14 +02:00
Adria Navarro
1aad2ee6d2
Fix after renames
2024-04-26 12:23:11 +02:00
Adria Navarro
637f7f514a
Remove FieldTypeSubtypes
2024-04-26 12:18:50 +02:00
Sam Rose
cefaa228e1
Delete commented out line.
2024-04-25 17:19:25 +01:00
Sam Rose
e15345030f
Uncomment tests.
2024-04-25 16:53:21 +01:00
Sam Rose
b07db7b098
Make sure we're treating AUTO as numbers.
2024-04-25 16:51:42 +01:00
Sam Rose
8b2156ed08
Add more AUTO tests.
2024-04-25 16:41:02 +01:00
Sam Rose
289de5906a
Merge branch 'master' of github.com:budibase/budibase into sqs-auto-tests
2024-04-25 15:30:56 +01:00
Sam Rose
4ce7162bb0
wip
2024-04-24 15:20:10 +01:00
Dean
8ab2ca41d5
Added array parsing for search query config
2024-04-24 09:54:10 +01:00
Dean
d609100cd7
Lint
2024-04-23 15:36:38 +01:00
mike12345567
006addb9ca
Cleaning up tables when they are deleted, refactored a bit to make more similar to table save.
2024-04-23 13:34:50 +01:00
Gerard Burns
4690f78775
add explanation modal type presets
2024-04-22 14:34:19 +01:00
Dean
0945ad5603
Merge remote-tracking branch 'origin/master' into feature/filter-bindings
2024-04-19 16:22:02 +01:00
mike12345567
1af0eaae93
PR comment.
2024-04-19 12:36:05 +01:00
Adria Navarro
874c698776
lint
2024-04-19 12:52:25 +02:00
Adria Navarro
16d2c06b8a
Add constraints and extra fields
2024-04-19 12:40:39 +02:00
Adria Navarro
1685568089
Improve and fix test
2024-04-19 12:38:57 +02:00
Adria Navarro
1732e14353
Add extra fields
2024-04-19 11:12:52 +02:00
Adria Navarro
e03975462e
Improve tests
2024-04-19 11:09:20 +02:00
Adria Navarro
a1b91da40f
Add basic fetch schema test
2024-04-19 10:40:16 +02:00
Dean
6ab024b83a
Merge remote-tracking branch 'origin/master' into feature/filter-bindings
2024-04-18 17:31:03 +01:00
Dean
6bbdf0e474
Bindings support for views and table row searches
2024-04-18 17:04:26 +01:00
Dean
f6691fc9ef
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-18 15:10:30 +01:00
mike12345567
933c3fdec4
Merge branch 'master' of github.com:Budibase/budibase into more-sqs-tests-4
2024-04-18 10:55:33 +01:00
Dean
04d3226185
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-18 09:08:16 +01:00
mike12345567
e90e2b214e
Making sure meta.table is always available.
2024-04-17 17:36:19 +01:00
mike12345567
30077418eb
Fixing linting issue.
2024-04-17 16:31:45 +01:00
mike12345567
a33c2599b5
Adding error to catch scenario that caused tests to fail - fixing cases of table metadata not aligning with entityId
2024-04-17 16:25:27 +01:00
Adria Navarro
5572467d39
Merge branch 'master' into feat/budi-8126
2024-04-17 16:01:08 +02:00
mike12345567
42b7992430
Merge branch 'fix/remove-search-query' of github.com:Budibase/budibase into more-sqs-tests-4
2024-04-17 14:47:45 +01:00
mike12345567
25dba0be35
This removes the SearchQuery which was a duplication of the SearchFilters interface - the duplicated types were not correctly getting overlay on each other, causing build errors.
2024-04-17 13:54:23 +01:00
mike12345567
2d3b850da8
Merge branch 'master' of github.com:Budibase/budibase into more-sqs-tests-4
2024-04-17 12:34:11 +01:00
Adria Navarro
33c40a897a
Fix test
2024-04-17 12:12:41 +02:00
Adria Navarro
88fc133f45
Move responsability
2024-04-17 12:12:41 +02:00
Adria Navarro
54f2c825fc
Remove _add
2024-04-17 12:12:41 +02:00
Dean
0e4cda458d
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-17 09:07:17 +01:00
Adria Navarro
122ea9fa60
Merge branch 'master' into BUDI-8143/dont-delete-attachments-directly-from-the-frontend
2024-04-17 09:57:32 +02:00
Sam Rose
a70210312a
Merge branch 'master' of github.com:budibase/budibase into more-sqs-tests-4
2024-04-16 17:38:15 +01:00
Sam Rose
d77bb56e51
Merge master.
2024-04-16 17:29:12 +01:00
Sam Rose
03b1823463
Range tests passing.
2024-04-16 17:28:21 +01:00
Michael Drury
2efbd6726c
Removing meta from test API, it cannot be supplied, it is an internal property.
2024-04-16 17:28:13 +01:00
Michael Drury
8b0fc5ed5d
Making table required.
2024-04-16 17:22:17 +01:00
Michael Drury
ccb56c8788
Linting.
2024-04-16 17:05:09 +01:00
Michael Drury
7d2861718a
Making meta required in query JSON.
2024-04-16 16:41:39 +01:00
Sam Rose
253fa0def8
In progress: bigint tests.
2024-04-16 16:20:44 +01:00
Michael Drury
dce184c436
Merge branch 'master' into BUDI-8143/dont-delete-attachments-directly-from-the-frontend
2024-04-16 12:32:09 +01:00
Dean
7f5c2b59e3
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-15 18:15:07 +01:00
Michael Drury
05708f9dcc
Merge branch 'master' into feature/sqs-relationships
2024-04-15 18:07:33 +01:00
Sam Rose
614532c986
Merge branch 'master' into more-sqs-tests-3
2024-04-15 17:35:06 +01:00
Andrew Kingston
ebad3747e5
Merge branch 'master' into add-snippets-to-imports
2024-04-15 16:33:51 +01:00
Sam Rose
d61d5f51cc
Add tests for array column types, fixing some bugs along the way.
2024-04-15 15:31:46 +01:00
Michael Drury
06addae47a
Merge branch 'master' into feature/sqs-relationships
2024-04-15 13:26:51 +01:00
Michael Drury
6d5fb40ad5
Merge branch 'master' into feature/sqs-relationships
2024-04-15 13:20:51 +01:00
Andrew Kingston
7152f957c8
Merge branch 'master' into feature/signature-field-and-component
2024-04-15 10:24:00 +01:00
Sam Rose
6d8dc7c2f6
Add some more range tests.
2024-04-12 17:30:56 +01:00
Sam Rose
fbff5c0a31
Rename toContains to toContainsExactly to better reflect what it does.
2024-04-12 16:44:34 +01:00
Michael Drury
64cb353f59
Merge branch 'master' into feature/sqs-relationships
2024-04-12 16:24:24 +01:00
mike12345567
c40e965634
Getting relationships working properly as well as renaming internal -> sqs in function opts.
2024-04-12 16:16:31 +01:00
mike12345567
ebb79c16fe
Aliasing support for SQS.
2024-04-12 16:15:36 +01:00
Sam Rose
0a1e54b8c7
Merge branch 'master' into slim-down-integration-tests
2024-04-12 16:05:52 +01:00
Adria Navarro
64d66b1154
Merge branch 'master' into BUDI-8143/dont-delete-attachments-directly-from-the-frontend
2024-04-12 13:37:45 +02:00
Adria Navarro
1406b05740
Remove endpoints
2024-04-12 13:10:58 +02:00
Adria Navarro
8ed476a15d
Merge branch 'master' into BUDI-8082/download-files-using-a-button-action
2024-04-12 12:53:12 +02:00
deanhannigan
5284b4d733
Merge branch 'master' into feature/signature-field-and-component
2024-04-11 17:55:08 +01:00
Sam Rose
a024a28de1
Fix tests.
2024-04-11 17:16:32 +01:00
Sam Rose
12fdaefe4c
Add tests for sorting to search.spec.ts
2024-04-11 17:12:15 +01:00
Sam Rose
c07882b452
Restructure search.spec.ts to be much more readable.
2024-04-11 15:16:26 +01:00
Dean
f3e9030c3a
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-11 15:07:20 +01:00
Dean
9c7fed9eb8
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-11 15:06:59 +01:00
Sam Rose
eb56140ce2
Convert dates to strings, looks nicer and makes no difference.
2024-04-11 12:03:34 +01:00
Sam Rose
0d564a8b4c
Remove unused variables.
2024-04-11 11:58:49 +01:00
Sam Rose
ba171bb5a2
Reduce duplication in search.spec.ts
2024-04-11 11:58:21 +01:00
Sam Rose
672025e176
Solve onEmptyFilter in a nicer way.
2024-04-11 10:11:03 +01:00
Sam Rose
229bbc0d10
Assert length on search tests, fixes bug in SQS around on empty return none.
2024-04-11 09:53:54 +01:00
Adria Navarro
c4c261ccbd
Merge branch 'master' into BUDI-8082/download-files-using-a-button-action
2024-04-11 08:37:06 +02:00
Sam Rose
ed8f0960e0
All search tests for dates working across all datasources.
2024-04-10 17:54:45 +01:00
Sam Rose
de06fe4e4c
Merge master.
2024-04-10 17:50:39 +01:00
Sam Rose
a1164ac581
Working towards getting date tests working for SQS.
2024-04-10 17:50:18 +01:00
Adria Navarro
465fde2460
Merge branch 'master' into BUDI-8082/download-files-using-a-button-action
2024-04-10 14:31:37 +02:00
Adria Navarro
e525e0df17
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
2024-04-10 13:35:22 +02:00
Sam Rose
8483bdf0f7
Add number and date tests.
2024-04-10 11:50:27 +01:00
Adria Navarro
b4063fae01
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
2024-04-10 12:42:03 +02:00
deanhannigan
71d0dde9ce
Merge branch 'master' into feature/signature-field-and-component
2024-04-10 11:00:48 +01:00
Sam Rose
245fa93bd2
Make test cases a little cleaner.
2024-04-10 09:30:01 +01:00
Adria Navarro
8f9dea43a0
Merge pull request #13408 from Budibase/BUDI-8122/tests
...
Tests and handle imports
2024-04-10 10:16:54 +02:00
Andrew Kingston
bf6bd127ca
Merge branch 'master' into feature/signature-field-and-component
2024-04-10 09:08:35 +01:00
Adria Navarro
5b6c3d0c96
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
2024-04-10 09:01:36 +02:00
Sam Rose
a647e7ff0a
Fix lint.
2024-04-09 18:13:18 +01:00
Sam Rose
d96bf29bef
Add more search tests.
2024-04-09 18:09:37 +01:00
Sam Rose
06e01be5f9
Enable all search.spec.ts tests, pull the sqs CouchDB image in CI.
2024-04-09 16:48:54 +01:00
mike12345567
678c429f64
Fixing test case.
2024-04-09 16:05:00 +01:00
Sam Rose
2d36cf6c6a
Working towards getting first SQS test passing.
2024-04-09 15:55:44 +01:00
Sam Rose
8c3c341c55
Set up first search test that hits SQS et al
2024-04-09 15:09:56 +01:00
mike12345567
c820114054
Moving SQS table functionality into SDK, accessible to migrations.
2024-04-09 10:43:26 +01:00
Andrew Kingston
e89f5f313b
Merge branch 'master' into feature/signature-field-and-component
2024-04-09 09:32:10 +01:00
Michael Drury
737adfdea9
Merge branch 'master' into labday/sqs
2024-04-08 17:52:09 +01:00
Dean
eae257dde4
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-08 17:08:48 +01:00
Sam Rose
6a657625ae
Uncomment tests 🙈
2024-04-08 16:46:27 +01:00
mike12345567
0afb697653
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-04-08 16:34:31 +01:00
mike12345567
1540ac2779
Linting.
2024-04-08 16:33:59 +01:00
Sam Rose
a1567227cd
Merge branch 'master' of github.com:budibase/budibase into budi-8091-cant-rename-ms-sql-columns-incorrect-syntax-near
2024-04-08 16:11:26 +01:00
Sam Rose
e1da9cbfa4
Fix types.
2024-04-08 16:11:05 +01:00
Sam Rose
7294fef252
Merge branch 'master' of github.com:budibase/budibase into budi-8091-cant-rename-ms-sql-columns-incorrect-syntax-near
2024-04-08 15:58:14 +01:00
Sam Rose
8ad0729317
Fix ViewV2API.get to hit the API instead of using the sdk.
2024-04-08 15:48:27 +01:00
mike12345567
70fac58e32
Fixing test case, external rows formulas were being executed twice which lead to different error messages.
2024-04-08 15:28:15 +01:00
Sam Rose
d2c0842c45
Fix viewV2 tests (for now)
2024-04-08 15:17:24 +01:00
Sam Rose
81cd2a1559
Attempt to fix View / ViewV2 types.
2024-04-08 14:58:48 +01:00
Dean
9b276aa3c1
Add in signature field testing support. Some signature fixes
2024-04-08 12:18:05 +01:00
Sam Rose
c30cc06d47
Fix lint.
2024-04-08 11:06:43 +01:00
Sam Rose
4347667cb3
Remove .only
2024-04-08 10:44:08 +01:00
mike12345567
2876085b61
Fixing test case to update schema when updating column name.
2024-04-05 18:35:56 +01:00
mike12345567
4d20c78eb0
Removing another null bookmark.
2024-04-05 17:59:32 +01:00
Sam Rose
9da10c790e
One failure left for MSSQL
2024-04-05 17:47:55 +01:00
Sam Rose
7d8cadb47f
table.spec.ts passing with MariaDB
2024-04-05 16:55:00 +01:00
Sam Rose
de2afa01b9
table.spec.ts passing with MySQL
2024-04-05 16:54:29 +01:00
Sam Rose
bcc09bd86e
table.spec.ts passing for internal and postgres
2024-04-05 16:38:57 +01:00
Andrew Kingston
80a772f39f
Add snippets to app imports
2024-04-05 13:15:06 +01:00
Sam Rose
bc072e1424
More progress on fixing up table.spec.ts.
2024-04-05 11:50:27 +01:00
Adria Navarro
e87c84b0aa
Download single attachment column
2024-04-04 21:28:07 +02:00
Adria Navarro
151ea235f1
Handle empty attachments
2024-04-04 21:28:06 +02:00
Adria Navarro
ac5d578349
Zip file
2024-04-04 21:28:06 +02:00
Adria Navarro
d91da45880
Download attachment api (returns only first for now)
2024-04-04 21:27:22 +02:00
Adria Navarro
e5843929f1
Add attachment_single tests
2024-04-04 20:50:53 +02:00
Adria Navarro
615e27c798
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
2024-04-04 19:28:17 +02:00
mike12345567
30c81e58ec
Some typing and test fixes.
2024-04-04 18:16:23 +01:00
Sam Rose
f80a207d28
Working towards running table.spec.ts against external datasources.
2024-04-04 17:39:35 +01:00
mike12345567
65fa317f9e
Fixing yarn lock merge conflict.
2024-04-04 17:23:28 +01:00
mike12345567
474dbcb51b
Fixing lint issues.
2024-04-04 16:52:25 +01:00
Sam Rose
db6aec725b
Removed focused test.
2024-04-04 15:32:05 +01:00
Sam Rose
d0a5ae6ae3
Respond to Mike's feedback.
2024-04-04 15:27:50 +01:00
mike12345567
d11c316572
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-04-04 15:02:25 +01:00
Sam Rose
b6431e57ff
Attempt to make JS timeout tests more consistent.
2024-04-04 10:28:19 +01:00
Sam Rose
afa757f21a
Remove catch-all error handler in preview endpoint to help debug tests.
2024-04-03 16:24:19 +01:00
Michael Drury
5437188385
Revert "Revert "Single attachment column type""
2024-04-03 16:05:18 +01:00
Michael Drury
1cfe4da027
Revert "Single attachment column type"
2024-04-03 16:01:45 +01:00
Sam Rose
193d40f86c
Fix some tests.
2024-04-03 15:40:10 +01:00
Sam Rose
b2ef045ecf
Merge master.
2024-04-03 15:17:38 +01:00
Adria Navarro
9438662603
Merge branch 'master' into BUDI-8122/single-attachment-column-type
2024-04-03 16:07:11 +02:00
Michaël
f0d31ed27a
Add support for file uploads with custom S3 endpoints
...
Addresses #5459
2024-04-03 09:32:45 -04:00
Sam Rose
db877b7802
Create unique MongoDB databases.
2024-04-03 12:55:44 +01:00
Adria Navarro
dae0c749ca
Lint
2024-04-03 12:54:43 +02:00
Adria Navarro
234c7feab2
Remove single subtype from attachments
2024-04-03 12:54:43 +02:00
Adria Navarro
aabee4d90e
Rename ATTACHMENT to ATTACHMENTS
2024-04-03 12:54:21 +02:00
Adria Navarro
a8c3011071
Rename FieldType.ATTACHMENT to FieldType.ATTACHMENTS
2024-04-03 12:54:20 +02:00
mike12345567
0b02233055
Moving test case to be more accurate in placement.
2024-03-28 17:59:51 +00:00
mike12345567
4c755b3af3
Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library.
2024-03-28 17:57:37 +00:00
Sam Rose
4183a0aeb7
Set default packages/server test timeout to 30 seconds, and unmock console.log.
2024-03-27 16:57:31 +00:00
Sam Rose
1205cfcbcc
Fix mysql.spec.ts
2024-03-27 16:31:31 +00:00
Sam Rose
831c174362
Give SQL integrations their own database when fetching a new datasource.
2024-03-27 15:25:37 +00:00
mike12345567
42214919be
Improving types around row search.
2024-03-26 16:34:19 +00:00
Sam Rose
1eae212f83
Stop relying on config.request and create a supertest instance per request.
2024-03-26 15:41:51 +00:00
Sam Rose
b84bbd6003
Migrate viewV2.spec.ts to new datasource providers.
2024-03-26 14:43:17 +00:00
Sam Rose
2304aeaa71
Migrate mysql.spec.ts to new datasource providers.
2024-03-26 14:36:18 +00:00
Sam Rose
5530d7f4b6
Migrate mongodb.spec.ts to new datasource providers.
2024-03-26 14:05:58 +00:00
mike12345567
de518de8fa
Merging issue with static index.
2024-03-26 12:53:45 +00:00
Sam Rose
e267096a0a
Merge master.
2024-03-26 10:31:47 +00:00
Michael Drury
69f0c06171
Refactoring, moving SQS around, re-introducing old internal search.
2024-03-25 19:00:08 +00:00
Gerard Burns
d9033b2636
Un-revert Skeleton Loader PR ( #13180 )
...
* wip
* wip
* wip
* client versions init
* wip
* wip
* wip
* wip
* wip
* linting
* remove log
* comment client version script
* lint
* skeleton loader type fix
* fix types
* lint
* fix types again
* fix manifest not being served locally
* remove preinstalled old client version
* add constant for dev client version
* linting
* Dean PR Feedback
* linting
* pr feedback
* wip
* wip
* clientVersions empty array
* delete from git
* empty array again
* fix tests
* pr feedback
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2024-03-25 16:39:42 +00:00
Sam Rose
a925132fdf
Fix broken tests.
2024-03-25 15:00:16 +00:00
Sam Rose
869ed4256e
Merge master.
2024-03-25 14:13:48 +00:00
Michael Drury
37b4b756ea
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-03-25 13:31:31 +00:00
Michael Drury
6824d8626a
Fixing failing test.
2024-03-25 11:19:31 +00:00
Michael Drury
5240c2c2ca
Merge branch 'master' into fix/BUDI-7444
2024-03-25 10:03:38 +00:00
Michael Drury
a7142dc618
Merge branch 'master' into remove-mongodb-mock
2024-03-22 16:16:15 +00:00
mike12345567
cc8a0274a4
Updating based on PR comments.
2024-03-22 15:26:02 +00:00
Sam Rose
a9aa409d7c
Fix up tests.
2024-03-22 15:01:40 +00:00
Sam Rose
5e6a9d2176
Convert executeQuery.spec.js to TypeScript and make it hit real databases.
2024-03-22 14:41:09 +00:00
mike12345567
defb925d16
Query seq fix.
2024-03-22 13:38:52 +00:00
mike12345567
185e9c3425
Fixing test case.
2024-03-22 13:01:51 +00:00
mike12345567
2464020a22
Test fixes after running in CI.
2024-03-22 12:36:00 +00:00
Sam Rose
08fecca9f2
Delete query.seq.spec.ts
2024-03-22 12:00:26 +00:00
mike12345567
f4f7ac42ec
Adding test cases for interpolation of SQL, confirming that the context correctly gets cleaned up before passing into bindings.
2024-03-22 11:40:44 +00:00
mike12345567
c32163a9be
Initial fix for defaulting parameters, switch to null rather than strings, this is important for prepared statements/SQL queries.
2024-03-21 18:26:35 +00:00
Sam Rose
1c13565459
Making really good progress removing the pg mocks. More to do, though.
2024-03-21 18:16:52 +00:00
mike12345567
3a05076c3e
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-03-21 15:01:20 +00:00
Adria Navarro
a85d4460b1
Clean code
2024-03-21 14:22:07 +01:00
Adria Navarro
bc02fb372f
Merge branch 'master' into BUDI-8084/single-attachment-binding
2024-03-21 14:20:15 +01:00
Sam Rose
78c878c3ea
Merge branch 'master' into remove-mongodb-mock
2024-03-21 11:35:09 +00:00
Sam Rose
ef435ce9e1
Merge branch 'master' into remove-mssql-mock
2024-03-21 10:26:56 +00:00
Adria Navarro
8a6080ac19
Merge branch 'master' into reorganise-row-tests-3
2024-03-21 10:55:55 +01:00
Adria Navarro
30f08ef232
Merge branch 'master' into BUDI-8084/single-attachment-binding
2024-03-21 10:39:57 +01:00
Adria Navarro
7a779faf6b
Merge branch 'master' into BUDI-8084/single-attachment-binding
2024-03-21 10:39:03 +01:00
Sam Rose
a0182b3d9b
Merge branch 'master' into remove-mysql-mock
2024-03-21 09:31:43 +00:00
mike12345567
b3bc092ee0
Allowing deletion of external tables, whether they were createrd in Budibase or not.
2024-03-20 18:25:23 +00:00
Sam Rose
30a8a89f60
Fix debug spec assertions.
2024-03-20 18:03:02 +00:00
Sam Rose
545c67eac6
Remove mssql mock, unify SQL-based query tests.
2024-03-20 17:59:35 +00:00
Adria Navarro
3638c1d266
Merge branch 'master' into BUDI-8084/single-attachment-binding
2024-03-20 18:35:53 +01:00
Sam Rose
a81a1b13ce
Remove mysql mocks.
2024-03-20 16:55:34 +00:00
Sam Rose
6da84d2941
Fix lint errors.
2024-03-20 16:06:22 +00:00
Sam Rose
a82c38dc0c
Merge branch 'reorganise-row-tests-3' of github.com:budibase/budibase into reorganise-row-tests-3
2024-03-20 16:01:49 +00:00
Sam Rose
07c6dcc0c0
Merge branch 'master' of github.com:budibase/budibase into reorganise-row-tests-3
2024-03-20 16:01:29 +00:00
Sam Rose
681c53156f
Merge master.
2024-03-20 15:52:44 +00:00
Sam Rose
db4c3eb214
Remove no longer needed jest.unmnock call.
2024-03-20 15:42:40 +00:00
Sam Rose
ff22db3d9f
Fold MongoDB unit tests into integration tests, delete MongoDB mocks.
2024-03-20 15:42:06 +00:00
mike12345567
9995f71871
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-03-20 13:45:27 +00:00
mike12345567
8df38b8bb2
Merging in most recent changes, recent SQL aliasing changes caused some big differences.
2024-03-20 12:42:07 +00:00
Adria Navarro
59a7d8052a
Single attachment subtype
2024-03-20 13:35:09 +01:00
Sam Rose
4783426b0f
Merge branch 'master' of github.com:budibase/budibase into reenable-no-unused-vars
2024-03-20 11:46:59 +00:00
Sam Rose
217b39c232
Reenable no-unused-vars
2024-03-20 11:46:39 +00:00
Michael Drury
910f654df5
Merge branch 'master' into fix/sql-table-update-aliasing
2024-03-20 10:47:23 +00:00
Adria Navarro
beb02bfcac
Fix flakiness
2024-03-20 11:15:12 +01:00
Sam Rose
282cc5a1e8
Merge branch 'master' into fix/sql-table-update-aliasing
2024-03-20 09:20:15 +00:00
Adria Navarro
7d12af9ba8
Merge branch 'master' into reenable-no-case-declarations
2024-03-19 19:51:11 +01:00
Michael Drury
34b4e8fd1d
Merge branch 'master' into fix/sql-table-update-aliasing
2024-03-19 17:35:23 +00:00
mike12345567
1f1e9758c5
Disabling aliasing for table creation, update and deletion. These operations don't require aliasing and so therefore it should be fully disabled.
2024-03-19 17:23:14 +00:00
Sam Rose
03a702e765
Merge master.
2024-03-19 17:07:26 +00:00
Michael Drury
856334e333
Merge branch 'master' into fix/13282
2024-03-19 17:05:51 +00:00
mike12345567
74abee8902
Fixing snapshot test.
2024-03-19 16:52:16 +00:00
Sam Rose
9eeb04fa95
Fix broken mocks.
2024-03-19 16:50:48 +00:00
Sam Rose
41a539d516
Merge branch 'master' of github.com:budibase/budibase into reenable-no-inner-declarations
2024-03-19 16:01:45 +00:00
Sam Rose
f1278312ab
Reenable no-case-declarations.
2024-03-19 15:58:25 +00:00
Sam Rose
f6669c25cf
Merge branch 'master' of github.com:budibase/budibase into reenable-no-case-declarations
2024-03-19 15:53:19 +00:00
Sam Rose
9d351bcfed
Merge branch 'master' of github.com:budibase/budibase into add-lints-for-only
2024-03-19 15:25:33 +00:00
mike12345567
55b9b00771
PR comments.
2024-03-19 14:50:38 +00:00
mike12345567
abdff7d8e6
Adding test case.
2024-03-19 13:22:43 +00:00
mike12345567
68bc7bbdf5
Fixing issue, dis-allow passing HBS statements in as query parameters.
2024-03-19 12:52:06 +00:00
Sam Rose
80008a0739
Reenable no-inner-declarations.
2024-03-19 11:29:19 +00:00
Sam Rose
1785f3af7e
Get lint passing.
2024-03-19 10:55:51 +00:00
Sam Rose
7a63dc9830
Making progress on getting the eslint-jest plugin working.
2024-03-19 10:46:59 +00:00
Sam Rose
1f63f0bddf
Run auto fix.
2024-03-19 09:46:10 +00:00
Adria Navarro
6d7712fbdc
Remove .only
2024-03-18 10:18:45 +01:00
Sam Rose
d4f9822c74
Move viewV2 tests out of row.spec.ts and into viewV2.spec.ts.
2024-03-15 17:03:47 +00:00
Sam Rose
fec6c7d267
Fold some mocky unit tests into row.spec.ts
2024-03-15 15:57:27 +00:00
Adria Navarro
3b1242b0e1
Merge branch 'master' into reorganise-row-tests
2024-03-15 13:13:43 +01:00
Sam Rose
ac61087379
Merge branch 'master' into reorganise-row-tests
2024-03-15 12:02:17 +00:00
Dean
b8277fc60f
Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites
2024-03-15 10:01:38 +00:00
deanhannigan
7a737e7664
Merge branch 'master' into feature/app-list-actions
2024-03-15 09:31:54 +00:00
Dean
f2dbeed6e8
Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites
2024-03-15 09:20:02 +00:00
deanhannigan
72a671e93b
Merge branch 'master' into feature/app-list-actions
2024-03-15 09:10:57 +00:00
Dean
4949ea1bcd
PR feedback
2024-03-15 09:09:44 +00:00
Sam Rose
3c2f2b95b3
Finishing touches.
2024-03-14 17:29:50 +00:00
Sam Rose
3b68873fc4
Move more view tests out of row.spec.ts
2024-03-14 17:17:56 +00:00
Sam Rose
850fb3d4ec
Get viewV2.spec.ts running against real databases.
2024-03-14 17:11:09 +00:00
Andrew Kingston
b6eab42c18
Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc
2024-03-14 16:24:16 +00:00
Sam Rose
76e1a4b7da
Fix type check errors.
2024-03-14 11:19:04 +00:00
Dean
9755d40203
Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites
2024-03-14 09:52:01 +00:00
deanhannigan
1db358d5c2
Merge branch 'master' into feature/app-list-actions
2024-03-14 09:33:33 +00:00
Sam Rose
3da2261735
Convert view.spec.js to TypeScript, remove reliace on TestConfiguration.
2024-03-14 09:22:50 +00:00
Sam Rose
76ecfedaed
Reduce reliance on config a bit more.
2024-03-13 16:44:05 +00:00
Sam Rose
68777b0843
Remove all uses of config.createTable
2024-03-13 16:32:33 +00:00
Sam Rose
d3c8a28ab6
Remove more old testing practices.
2024-03-13 16:20:45 +00:00
Sam Rose
ed2926d924
Significantly reduce reliance on the config.* methods on row.spec.ts, making them more independent.
2024-03-13 16:08:21 +00:00
Andrew Kingston
2d12a1a8fa
Add server-side validation for snippet names
2024-03-13 11:48:17 +00:00
Sam Rose
05cd71107b
Merge branch 'master' into budi-8067-sql-testing-more-datasource-types
2024-03-13 11:29:46 +00:00
Andrew Kingston
e45beff059
Merge branch 'master' of github.com:Budibase/budibase into cheeks-snippets-poc
2024-03-13 10:21:07 +00:00
Adria Navarro
cc275983dc
Merge branch 'master' into cleanup-isolates
2024-03-13 10:30:37 +01:00
Sam Rose
a70cb903f6
Remove jest timeout.
2024-03-12 17:17:01 +00:00
Andrew Kingston
16ce5ac65e
Update how snippets are fetched and enriched into context, because HBS helpers can't be async
2024-03-12 17:02:01 +00:00
Sam Rose
aff0209176
MariaDB tests passing.
2024-03-12 15:27:34 +00:00
Sam Rose
1334f5dcc5
SQL Server fully passing.
2024-03-12 14:46:52 +00:00
Sam Rose
477d17b53e
Making progress on getting SQL Server working.
2024-03-12 12:25:30 +00:00
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
Dean
1cd20781fb
Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites
2024-03-11 14:41:07 +00:00
Dean
d6fd5933a4
PR feedback and bug fix for server tests being completely skipped
2024-03-11 14:22:41 +00:00
Andrew Kingston
af10b65d51
Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc
2024-03-11 13:55:12 +00:00
Dean
c5753dab0a
Fix for duplicate app, PR feedback. Update for View only UX in app row, ensure favourite is displayed
2024-03-11 09:20:19 +00:00
deanhannigan
66f0deecae
Merge branch 'master' into feature/app-list-actions
2024-03-08 14:44:08 +00:00
deanhannigan
460c2573e4
Merge branch 'master' into feature/app-list-actions
2024-03-08 12:24:15 +00:00
mike12345567
9ec77c45c8
Adding test case to confirm works as expected.
2024-03-08 10:24:48 +00:00
mike12345567
b975132329
Fix for deleted row issue - test incoming.
2024-03-07 18:08:50 +00:00
Sam Rose
4325b99d7d
Merge branch 'master' of github.com:budibase/budibase into cleanup-isolates
2024-03-07 13:37:31 +00:00
Andrew Kingston
d4a657bbfe
Pass snippets from builder to client when inside the builder preview to ensure new snippets can be evaluated
2024-03-07 08:25:31 +00:00
mike12345567
851a423615
Some typing updates to fix some build issues which were occurring.
2024-03-06 18:07:46 +00:00
mike12345567
2eb16a70db
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-03-06 17:27:53 +00:00
Sam Rose
470b5b5349
Remove incorrect cache invalidation.
2024-03-06 17:02:37 +00:00
Sam Rose
b7e5d9f71a
Sync all roles on any role change.
2024-03-06 16:58:51 +00:00
Sam Rose
30c1b07309
Merge master.
2024-03-06 14:53:54 +00:00
Sam Rose
458bb31d27
Merge branch 'master' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles-5
2024-03-06 10:08:17 +00:00
Sam Rose
2b206f2105
Fix the TODO I left myself last night.
2024-03-06 10:00:02 +00:00
deanhannigan
63f9995a21
Merge branch 'master' into feature/app-list-actions
2024-03-06 09:04:51 +00:00
Michael Drury
b72edc21ec
Linting.
2024-03-05 17:46:09 +00:00
Michael Drury
4d3e033435
Merge branch 'master' into fix/13189
2024-03-05 17:43:53 +00:00
Sam Rose
11704ea983
TODO.
2024-03-05 17:40:38 +00:00
Sam Rose
182a1df960
Fix the bug, I think.
2024-03-05 17:35:04 +00:00
Michael Drury
0520c0c540
Adding tests to confirm when aliasing should be used.
2024-03-05 17:27:35 +00:00
Dean
136eeefc26
Merge remote-tracking branch 'origin/master' into feature/app-list-actions
2024-03-05 16:24:14 +00:00
Dean
320b443ca4
Feedback changes. Permission change for app delete from GLOBAL_BUILDER to BUILDER. Minor updates to quota behaviour for apps.
2024-03-05 16:23:39 +00:00
Michael Drury
a332c058ce
Disabling aliasing on writes (create, update, delete) for MySQL/MS-SQL datasources.
2024-03-05 16:19:21 +00:00
Sam Rose
f1decee010
Get test passing.
2024-03-05 14:37:06 +00:00
Andrew Kingston
ab9458c28a
Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc
2024-03-05 13:38:51 +00:00
Sam Rose
aa124524d4
Add a simpler test.
2024-03-05 10:05:05 +00:00
Sam Rose
4c6745ad20
Merge branch 'budi-7710-user-groups-do-not-fully-support-custom-roles-4' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles-5
2024-03-05 09:25:19 +00:00
Sam Rose
fced2f3696
Respond to PR feedback.
2024-03-05 09:23:48 +00:00
Sam Rose
dd8fb23b52
Merge branch 'master' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles-4
2024-03-05 09:20:46 +00:00
Sam Rose
13563d18dc
Write a failing test.
2024-03-05 09:20:20 +00:00
mike12345567
691536ce71
Merge branch 'fix/13177' of github.com:Budibase/budibase into fix/13177
2024-03-04 16:55:33 +00:00
mike12345567
a7fcd7cca1
Attempting to fix issue with table name needing to be aliased.
2024-03-04 16:55:10 +00:00
Sam Rose
ca4884e9cc
Merge branch 'master' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles-4
2024-03-04 16:43:37 +00:00
Sam Rose
9d8c18337d
Type role controller.
2024-03-04 16:42:41 +00:00
Michael Drury
8fb38e85ca
Merge branch 'master' into fix/13177
2024-03-04 16:19:36 +00:00
Michael Drury
5afb5f2490
Merge branch 'master' into fix/13177
2024-03-04 16:10:04 +00:00
Michael Drury
df1821faba
Merge branch 'master' into budi-7710-user-groups-do-not-fully-support-custom-roles-3
2024-03-04 16:07:14 +00:00
melohagan
ee0f0abad2
Fix/rename mysql column ( #13186 )
...
* Rebuild table schema when adding new column to get externalType
* Added MySQL integration test suite
* Add test for emitting datasource on save new column
* Update packages/server/src/integration-test/mysql.spec.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
* remove duplicate tests
* Use UUID
* update account portal
* Remove _add for internal save
* Internal DB add column unit test
* rename column test
* update modules
* fix tests
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-03-04 15:55:45 +00:00
mike12345567
02e3b36cd8
Adding missing files.
2024-03-04 15:47:27 +00:00
Dean
41b55c28b7
Merge remote-tracking branch 'origin/master' into feature/app-list-actions
2024-03-04 15:13:47 +00:00
Dean
3c684d8cb5
Further refactoring of the tests to bring them up to date
2024-03-04 15:11:26 +00:00
Sam Rose
1e184605a1
Migrate users of switchToSelfHosted to config.withEnv
2024-03-04 13:47:53 +00:00
Sam Rose
1857383c47
Constrain query execution response slightly based on PR feedback.
2024-03-04 13:37:41 +00:00
Dean
5f27e3a742
Refactored app duplicate tests
2024-03-04 12:20:34 +00:00
melohagan
a59647e158
Rebuild table schema when adding new column to get externalType ( #13165 )
...
* Rebuild table schema when adding new column to get externalType
* Added MySQL integration test suite
* Add test for emitting datasource on save new column
* Update packages/server/src/integration-test/mysql.spec.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
* remove duplicate tests
* Use UUID
* update account portal
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-03-04 11:21:43 +00:00
Sam Rose
c39053bb51
Respond to PR feedback.
2024-03-04 11:06:25 +00:00
Dean
42893c1218
Merge remote-tracking branch 'origin/master' into feature/app-list-actions
2024-03-04 10:00:03 +00:00
Sam Rose
678ce98830
Merge master.
2024-03-04 09:09:09 +00:00
Sam Rose
90f981724d
Fix typing.
2024-03-01 17:38:21 +00:00
Sam Rose
37a10857df
Migrate ViewV2API
2024-03-01 17:35:51 +00:00
Sam Rose
7fa5dbeec9
Migrate UserAPI
2024-03-01 17:17:38 +00:00
Sam Rose
02ac338c3f
deleteMany -> bulkDelete
2024-03-01 17:11:19 +00:00
Sam Rose
a4e212c0d8
Migrate RowAPI.exportRows
2024-03-01 17:10:49 +00:00
Sam Rose
a98948150d
Migrate RowAPI.delete
2024-03-01 17:03:34 +00:00
Sam Rose
a639ba91d3
Migrate RowAPI.save
2024-03-01 16:38:31 +00:00
Sam Rose
d5c6ab8648
Fix tests.
2024-03-01 16:03:52 +00:00
Andrew Kingston
b7b1e95eb8
Add working PoC of snippets for both polyfilled vm and isolated-vm
2024-03-01 15:25:40 +00:00
Sam Rose
8d39b24c44
Merge branch 'master' of github.com:budibase/budibase into test-api-unification
2024-03-01 15:20:15 +00:00
Sam Rose
5d42804020
Migrate some of RowAPI, WIP
2024-03-01 15:20:07 +00:00
Peter Clement
a13497bc7d
Merge branch 'master' into fix/branding-title-bug
2024-03-01 15:06:27 +00:00
Peter Clement
d59b3b628a
Ensure title value is passed to client app
2024-03-01 14:59:30 +00:00
Sam Rose
16e9c5ff4e
Migrate QueryAPI
2024-03-01 14:33:18 +00:00
Sam Rose
f5f81a5fb0
Fix tests.
2024-03-01 13:59:55 +00:00
mike12345567
ad0c1a94c9
Fixing some typing that was added.
2024-03-01 13:59:42 +00:00
Michael Drury
30bd1deb37
Merge branch 'master' into revert-13160-revert-13128-feature/sql-query-aliasing
2024-03-01 11:37:45 +00:00
Sam Rose
f876c5c6e4
Merge master.
2024-02-29 17:34:16 +00:00
Sam Rose
46bec3c515
Migrate PermissionAPI
2024-02-29 17:33:36 +00:00
Michael Drury
296405b009
Merge branch 'master' into types/update-datasource-controller
2024-02-29 17:04:58 +00:00
mike12345567
a91ecb8c14
Addressing PR comments.
2024-02-29 17:03:04 +00:00
melohagan
b4906b0db3
Fetch attachment URL in public API retrieve row ( #13167 )
2024-02-29 16:45:40 +00:00
mike12345567
50bbbb2e06
Updating datasource controller types, this branched out a little bit to removing as many anys as possible, and allowing RowValue to correctly be returned from the allDocs function of the DB.
2024-02-29 16:28:00 +00:00
Sam Rose
1a2a77fc91
Migrate LegacyViewAPI
2024-02-29 15:59:03 +00:00
Sam Rose
4fbe03bbda
Migrate DatasourceAPI.
2024-02-29 15:50:18 +00:00
Michael Drury
aac301e25d
Merge branch 'master' into revert-13160-revert-13128-feature/sql-query-aliasing
2024-02-29 15:48:07 +00:00
Sam Rose
5163434b08
Convert BackupAPI.
2024-02-29 14:33:09 +00:00
mike12345567
7641e84430
Merge branch 'revert-13160-revert-13128-feature/sql-query-aliasing' of github.com:Budibase/budibase into labday/sqs
2024-02-29 13:14:37 +00:00
Gerard Burns
5ec4e90c6d
Revert "App Preview Skeleton ( #12898 )" ( #13159 )
...
This reverts commit 9a9b745795
.
2024-02-29 12:51:56 +00:00
Michael Drury
c5591ee87f
Revert "Revert "SQL Query aliasing""
2024-02-29 12:33:03 +00:00
Michael Drury
de3968ffe3
Revert "SQL Query aliasing"
2024-02-29 12:32:15 +00:00
Michael Drury
1ce15528b6
Merge branch 'master' into feature/sql-query-aliasing
2024-02-29 11:39:19 +00:00
Sam Rose
d9cffa1878
Migrate AttachmentAPI.
2024-02-28 17:43:39 +00:00
Sam Rose
7a48fd85ac
Migrate ApplicationAPI
2024-02-28 17:27:15 +00:00
mike12345567
71ad1fde0f
Fixing some build/type issues.
2024-02-28 17:16:36 +00:00
mike12345567
2d75e1e85c
Merge branch 'feature/sql-query-aliasing' of github.com:Budibase/budibase into labday/sqs
2024-02-28 17:03:59 +00:00
Sam Rose
3e76511ffd
Merge branch 'master' of github.com:budibase/budibase into test-api-unification
2024-02-28 16:56:39 +00:00
Sam Rose
223a268483
Respond to PR feedback.
2024-02-28 16:35:15 +00:00
Sam Rose
3203cc3d72
Convert TableAPI.
2024-02-28 16:27:14 +00:00
mike12345567
d471a2bf0f
Undoing change.
2024-02-28 15:19:55 +00:00
mike12345567
56b1855f6a
Adding test cases for table names in table names.
2024-02-28 15:18:07 +00:00