mike12345567
1d695be77c
This PR includes a change to pagination which makes sure if the 5000 max row limit is hit that pagination still kicks in. This means that you can eventually return all rows, although for very large tables you may hit rate limits (if you have thousands of rows related to each row in your table).
2024-07-31 16:21:49 +01:00
Martin McKeaveney
537c92b371
tidy
2024-07-22 21:23:27 +01:00
Martin McKeaveney
165d5b7325
removing oracle install scripts
2024-07-22 21:17:35 +01:00
Sam Rose
2458259093
Respond to PR feedback.
2024-06-24 15:50:09 +01:00
mike12345567
5c45370722
Fixing an issue with the sort order not being deterministic consistently.
2024-06-18 13:39:10 +01:00
mike12345567
243ccee645
Enables SQS in dev!
2024-06-06 16:10:58 +01:00
Adria Navarro
dafa20ce47
Add platform docs to mssql docker-compose
2024-04-18 17:48:10 +02:00
Sam Rose
51af154215
Add --coverage back to local tests for packages/server
2024-04-03 16:49:42 +01:00
Sam Rose
b2ef045ecf
Merge master.
2024-04-03 15:17:38 +01:00
Sam Rose
b98e80f687
Back down to 4.
2024-04-03 12:28:00 +01:00
Sam Rose
04aa53c306
Trying with 8 workers.
2024-04-03 12:22:11 +01:00
Sam Rose
c764b0f22e
Testcontainer debug logging in test-libraries.
2024-04-03 11:55:38 +01:00
Sam Rose
c31614a582
Give test-libraries its own container namespace, give packages/server/scripts/test.sh some new params in the larger runners.
2024-04-03 11:45:41 +01:00
Sam Rose
ecdb5eec36
Remove testcontainers debug logging.
2024-03-27 16:59:27 +00:00
Sam Rose
831c174362
Give SQL integrations their own database when fetching a new datasource.
2024-03-27 15:25:37 +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
a7fcd7cca1
Attempting to fix issue with table name needing to be aliased.
2024-03-04 16:55:10 +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
mike12345567
4068df6025
Adding error handling for table names or columns which contain dots (invalid).
2024-02-27 17:46:02 +00:00
mike12345567
35c1f5bbce
Adding handling for columns with dots in them.
2024-02-27 17:15:20 +00:00
mike12345567
967f737158
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
2024-02-26 18:38:32 +00:00
mike12345567
1bb375a500
Further typing.
2024-02-26 18:16:42 +00:00
Sam Rose
8f61b69ee5
Merge branch 'master' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles
2024-02-26 17:28:51 +00:00
Sam Rose
b9600d8330
More progress on modernising application tests.
2024-02-26 11:57:56 +00:00
mike12345567
cbce9af2b0
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
2024-02-23 16:18:37 +00:00
Gerard Burns
de0414afbe
Update Svelte Major Version to 4 ( #13036 )
...
* update svelte versions
* temporarilly disable svelte warnings
* change bbap version pointed to
* remove sub module specifying svelte version
* point at updated account-portal
* add type declaration for svelte in the server
* add svelte transformer for server jest tests
* remove svelte from bbui package.json
* get builder tests working
* linting fixes
* prettier fixes
* fix server test
* fix another server test
* fix server serverlog test
* account-portal-version
* pin master version of pro
* revert hbs doc file in server to use triple braces, ensures nothing gets escaped
2024-02-22 13:19:29 +00:00
mike12345567
19090dd547
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
2024-02-19 16:29:29 +00:00
mike12345567
43671f1aa3
Enable threading in development for queries and automations.
2024-02-13 17:41:55 +00:00
Adria Navarro
9a45017532
Update docker-compose
2024-02-07 10:58:42 +01:00
Adria Navarro
2c95920f65
Add mongo docker-compose integration
2024-02-07 10:58:42 +01:00
Adria Navarro
8dfcc3aeb1
Revert "Revert "Migrate from `vm` to `isolated-vm`""
2024-02-02 12:02:09 +01:00
Sam Rose
332a201ae7
Revert "Migrate from `vm` to `isolated-vm`"
2024-02-02 09:51:46 +00:00
Adria Navarro
45ea6a6fd6
Revert "Revert "Migrate from `vm` to `isolated-vm`""
2024-02-01 16:47:41 +01:00
Adria Navarro
16749ec3dd
Revert "Migrate from `vm` to `isolated-vm`"
2024-02-01 16:30:34 +01:00
Adria Navarro
623b4f5dab
Merge branch 'master' into isolated-vm
2024-01-31 10:47:08 +01:00
mike12345567
e0d2ec6630
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
2024-01-30 12:58:22 +00:00
Sam Rose
67a848bb86
Fix tests.
2024-01-30 10:23:11 +00:00
mike12345567
6964e2d146
Fixing update aliasing.
2024-01-29 13:43:51 +00:00
mike12345567
99c2a51f41
Updating back to use our own home-rolled version which allows us to specify the image version correctly, but using the testcontainers option to wait for two logs.
2024-01-26 16:48:56 +00:00
mike12345567
870ca2266e
Adding a 2 second timeout after the message occurs to make sure DB is fully started - can't wait for both messages.
2024-01-26 14:22:25 +00:00
Sam Rose
58abca62de
work in progress: replace vm2 and vm with isolated-vm
2024-01-05 13:48:20 +00:00
Adria Navarro
ba2b54f842
Use env variables instead of checking if isdev
2024-01-03 10:12:22 +01:00
Adria Navarro
e26c39677d
Update messages
2024-01-02 12:31:08 +01:00
Adria Navarro
5a45249ad4
Reuse subjects
2023-12-22 14:37:55 +01:00
Adria Navarro
bd221f2727
Prevent locks
2023-12-22 14:37:55 +01:00
Adria Navarro
c5a50a911f
Allow reusing app
2023-12-22 14:37:55 +01:00
Adria Navarro
3e991cc2f1
Use yargs
2023-12-22 14:37:55 +01:00
Adria Navarro
31c01e0a6b
Display errors
2023-12-22 14:37:55 +01:00
Adria Navarro
abf025b3f7
Use inflight max instead of batch wait
2023-12-22 14:37:54 +01:00