Sam Rose
|
a344f2216c
|
wip
|
2024-11-06 10:42:50 +00:00 |
Sam Rose
|
b2d80d7dcc
|
wip
|
2024-11-05 15:13:34 +00:00 |
Sam Rose
|
d1e83ce4f7
|
Rebase onto chore/sqs-always-on
|
2024-11-05 12:12:45 +00:00 |
Adria Navarro
|
7235fd9d5c
|
Merge from master
|
2024-11-04 10:25:38 +01:00 |
Sam Rose
|
226c8d4f8e
|
Fix SQL tests.
|
2024-10-24 17:33:16 +01:00 |
mike12345567
|
e69bfc2d71
|
Adding a fix for mysql, stopping coercion to dates in some cases, attempting to make this less all catching. Likely an area of concern, but there is currently no way to search for dates without this.
|
2024-10-21 17:17:05 +01:00 |
mike12345567
|
e7a6e58751
|
Updating some further types - added 2 ts-ignores which will be removed on v3 branch.
|
2024-10-18 17:59:26 +01:00 |
Adria Navarro
|
3fbe937bf4
|
Fix sqlalias test
|
2024-10-16 14:23:58 +02:00 |
Adria Navarro
|
86e5718705
|
Fix tests
|
2024-10-15 17:40:03 +02:00 |
Adria Navarro
|
a6cb1d072a
|
Fix sql alias test
|
2024-10-14 10:40:08 +02:00 |
mike12345567
|
586dd8fea7
|
Fixing an issue with newlines between coalesce statements in Postgres - we were escaping newlines even if they were valid when given a list of JSON operations to perform.
|
2024-10-03 18:10:58 +01:00 |
mike12345567
|
464f973f12
|
Adding a separation for MariaDB and MySQL, mariaDB is the core of the problem, this solves for it by separating them and allowing us to use the special json_arrayagg for mariaDB, but use a correlated sub-query for MySQL.
|
2024-09-24 12:01:47 +01:00 |
Sam Rose
|
af26b915b1
|
Add Google Sheets search test.
|
2024-09-20 10:17:45 +01:00 |
Sam Rose
|
bd618f2b00
|
Remove unneeded error message check.
|
2024-09-19 16:53:00 +01:00 |
Sam Rose
|
d0a0e74f39
|
Remove unused type.
|
2024-09-19 16:51:26 +01:00 |
Sam Rose
|
ce105d8f4e
|
Revert unnecessary change.
|
2024-09-19 16:51:00 +01:00 |
Sam Rose
|
aecd4f9e4d
|
Fetch schema tests.
|
2024-09-19 16:48:50 +01:00 |
Sam Rose
|
40e654f515
|
Merge branch 'master' of github.com:budibase/budibase into budi-8637-googlesheets-issues-automations-row-actions-and-filtering-1
|
2024-09-19 14:07:35 +01:00 |
Sam Rose
|
fd353b2ecf
|
wip
|
2024-09-19 10:09:21 +01:00 |
mike12345567
|
ec400dee6f
|
Fixing test cases.
|
2024-09-16 19:20:58 +01:00 |
Sam Rose
|
27f6fa7de4
|
Add a test for row exports on Google Sheets.
|
2024-09-16 16:36:17 +01:00 |
Sam Rose
|
9f21dc88b0
|
Fix lint.
|
2024-09-16 16:18:57 +01:00 |
Sam Rose
|
26ad987072
|
Fix Google Sheets pagination.
|
2024-09-16 16:15:09 +01:00 |
Sam Rose
|
d6c8ae8ec4
|
Remove unused imports.
|
2024-09-16 12:09:50 +01:00 |
Sam Rose
|
ddf7041562
|
Get row deletion working.
|
2024-09-16 12:06:27 +01:00 |
Sam Rose
|
eaad70d031
|
Get table deletion working.
|
2024-09-16 11:59:06 +01:00 |
Sam Rose
|
be1517ae22
|
Merge branch 'master' of github.com:budibase/budibase into more-google-sheets-tests
|
2024-09-16 11:29:21 +01:00 |
mike12345567
|
176c3d4ffd
|
SQL test update.
|
2024-09-11 14:52:09 +01:00 |
mike12345567
|
fc3a865cfb
|
Test fix.
|
2024-09-11 14:26:01 +01:00 |
Sam Rose
|
69b8661d8a
|
Working toward delete tests.
|
2024-09-10 18:29:11 +01:00 |
Sam Rose
|
ae1e2dd2f2
|
Add column rename test.
|
2024-09-10 17:41:33 +01:00 |
Michael Drury
|
fa6058c748
|
Merge branch 'master' into fix/sql-many-relationships
|
2024-09-10 17:33:55 +01:00 |
mike12345567
|
9a61ec5950
|
More incorrect limits.
|
2024-09-10 17:07:31 +01:00 |
Sam Rose
|
dbfc6851af
|
More row reading tests.
|
2024-09-10 16:58:33 +01:00 |
mike12345567
|
86a6664c84
|
Updating test case.
|
2024-09-10 16:06:53 +01:00 |
Sam Rose
|
5f36a51e8c
|
Add new test creating multiple tables.
|
2024-09-10 14:39:23 +01:00 |
mike12345567
|
5e80a975dd
|
Merge branch 'master' of github.com:Budibase/budibase into fix/sql-many-relationships
|
2024-09-10 12:12:00 +01:00 |
Sam Rose
|
7438a1d65c
|
tidy up null checks
|
2024-09-10 10:59:11 +01:00 |
Sam Rose
|
4ff0dab399
|
Respond to PR feedback.
|
2024-09-10 10:51:22 +01:00 |
Sam Rose
|
1f405da3c3
|
Add some more tests.
|
2024-09-09 17:51:32 +01:00 |
Sam Rose
|
5cd1b00dad
|
Merge master.
|
2024-09-09 17:07:28 +01:00 |
Michael Drury
|
8e8946bc95
|
Merge branch 'master' into fix/sql-many-relationships
|
2024-09-09 16:53:48 +01:00 |
Sam Rose
|
9e9f14d1b7
|
More comments.
|
2024-09-09 16:45:15 +01:00 |
Sam Rose
|
1eb8c3409a
|
More progress toward a row save test passing.
|
2024-09-09 16:33:35 +01:00 |
Dean
|
ee968b212a
|
Fix to accommodate filtering updates for GoogleSheets
|
2024-09-09 16:10:39 +01:00 |
Sam Rose
|
1c5b50773f
|
Docs to Google Sheets mock.
|
2024-09-09 12:05:15 +01:00 |
Sam Rose
|
1bc84c1633
|
2nd test WIP.
|
2024-09-06 17:29:56 +01:00 |
Sam Rose
|
0359b20347
|
First new test passing.
|
2024-09-06 16:55:16 +01:00 |
Sam Rose
|
3c58a593f9
|
Improve typing around in-memory search.
|
2024-09-06 15:03:17 +01:00 |
mike12345567
|
888c4214bd
|
Fixing SQL unit tests.
|
2024-09-05 18:12:53 +01:00 |
mike12345567
|
7cdf8137c5
|
Fixing aliasing test cases.
|
2024-09-05 17:57:15 +01:00 |
Sam Rose
|
12db64513b
|
Revert to testing against mssql 2017, attempt to get relationship aggreggation working.
|
2024-09-04 16:21:32 +01:00 |
Sam Rose
|
2553432ec9
|
wip
|
2024-09-04 14:21:25 +01:00 |
mike12345567
|
a5533bb033
|
Fixing test cases.
|
2024-08-19 16:49:40 +01:00 |
mike12345567
|
f4d5eb31de
|
Fixing test case.
|
2024-08-19 16:20:33 +01:00 |
Sam Rose
|
bcefa398a4
|
Merge master.
|
2024-08-12 09:43:49 +01:00 |
mike12345567
|
28a10bf908
|
Another test fix (yay for this one)
|
2024-08-09 14:54:47 +01:00 |
Sam Rose
|
85cfd2023d
|
Merge branch 'master' into fix/invalid-table-schema-search
|
2024-08-09 10:46:12 +01:00 |
Sam Rose
|
3d590e879e
|
Rely on withEnv and setEnv functions in respective environment.ts files.
|
2024-08-09 10:30:27 +01:00 |
Dean
|
5ccbec9668
|
Merge remote-tracking branch 'origin/master' into dean-fixes
|
2024-08-08 12:22:10 +01:00 |
mike12345567
|
9733ba5f95
|
Allowing incorrectly setup column schemas to still function as part of search - requires further investigation as to how this happens, but search should still work.
|
2024-08-07 18:04:07 +01:00 |
Michael Drury
|
7b41e7cb39
|
Merge branch 'master' into test-oracle
|
2024-08-07 16:44:54 +01:00 |
deanhannigan
|
c7c1c257dd
|
Merge branch 'master' into dean-fixes
|
2024-08-07 09:58:09 +01:00 |
Sam Rose
|
e5ae064d2c
|
Fix tables showing up multiple times for Oracle in the datasource info endpoint.
|
2024-08-06 14:35:36 +01:00 |
Sam Rose
|
a451b6eb3c
|
Add Oracle to datasource.spec.ts.
|
2024-08-06 09:58:02 +01:00 |
Dean
|
8279a0b31c
|
Merge remote-tracking branch 'origin/master' into dean-fixes
|
2024-08-05 17:05:12 +01:00 |
Sam Rose
|
7f49f87f27
|
Oracle fix PR comments.
|
2024-08-05 16:15:15 +01:00 |
Sam Rose
|
7fe0e31883
|
Fix sql.spec.ts
|
2024-08-05 14:08:07 +01:00 |
Dean
|
2b9298963f
|
Assorted builder fixes and a fix for Google sheets filtering
|
2024-08-05 09:57:27 +01:00 |
Sam Rose
|
84020be98e
|
Merge branch 'master' of github.com:budibase/budibase into test-oracle
|
2024-08-02 11:20:19 +01:00 |
Sam Rose
|
f23f479eb9
|
Fix autocolumn detection on schema import.
|
2024-08-02 11:17:38 +01:00 |
Sam Rose
|
5c490dbe70
|
Merge branch 'master' into node-fetch-mockectomy-2
|
2024-08-02 11:07:48 +01:00 |
Sam Rose
|
40e886b34d
|
Merge branch 'master' of github.com:budibase/budibase into test-oracle
|
2024-08-02 10:48:14 +01:00 |
Sam Rose
|
01ad68f843
|
Remove all mocking from rest.spec.ts.
|
2024-08-01 17:57:33 +01:00 |
Sam Rose
|
b2f70f5051
|
Merge branch 'master' into node-fetch-mockectomy
|
2024-08-01 15:49:56 +01:00 |
Sam Rose
|
3657067337
|
Fix googlesheets.spec.ts's reliance on the node-fetch mock.
|
2024-08-01 11:44:58 +01:00 |
Sam Rose
|
9a2e8031bc
|
Fix plugin.spec.ts's reliance on the node-fetch mock.
|
2024-08-01 11:43:37 +01:00 |
mike12345567
|
86f59fb71d
|
Fixes an issue with MS-SQL timeouts, it doesn't respect query timeout value as the client has its own built in timeout by default of 15000ms.
|
2024-08-01 11:20:23 +01:00 |
Sam Rose
|
0bd18a2832
|
wip trigger support
|
2024-08-01 09:34:56 +01:00 |
Sam Rose
|
6b78e599f0
|
Working on getting Oracle auto column imports working.
|
2024-07-31 17:37:16 +01:00 |
mike12345567
|
76895174b5
|
Merge branch 'master' of github.com:Budibase/budibase into test-oracle
|
2024-07-31 11:03:30 +01:00 |
Sam Rose
|
ea7a6195bf
|
Merge branch 'master' of github.com:budibase/budibase into test-oracle
|
2024-07-30 17:58:44 +01:00 |
Adria Navarro
|
e41f3ada62
|
Merge branch 'master' into chore/improve_typings
|
2024-07-30 18:36:00 +02:00 |
Sam Rose
|
383132d06c
|
Actually fix time zone problems this time.
|
2024-07-30 17:26:00 +01:00 |
Adria Navarro
|
0a35ae012f
|
Prevent test container name conflicts
|
2024-07-30 18:16:29 +02:00 |
Adria Navarro
|
9371f9913e
|
Types
|
2024-07-30 18:14:54 +02:00 |
Sam Rose
|
aa7894604f
|
Fix dates and times for good? maybe?
|
2024-07-30 16:56:59 +01:00 |
Sam Rose
|
c6ec710abe
|
Solve _some_ date problems.
|
2024-07-30 16:03:03 +01:00 |
mike12345567
|
f4afa3270e
|
Removing invalid test.
|
2024-07-30 12:44:31 +01:00 |
mike12345567
|
ff2802873e
|
Fixing an issue with to_char testing in sql.spec.ts.
|
2024-07-30 12:29:16 +01:00 |
mike12345567
|
d448f469f1
|
Updating image names.
|
2024-07-29 19:00:25 +01:00 |
mike12345567
|
c328799488
|
Merge branch 'test-oracle' of github.com:Budibase/budibase into test-oracle
|
2024-07-29 18:56:32 +01:00 |
mike12345567
|
fe36b76fe9
|
Getting something working - using a different version and a pre-built image.
|
2024-07-29 18:56:15 +01:00 |
Sam Rose
|
ad414b982e
|
Gone some way toward getting time-only fields to work. Still test failures though.
|
2024-07-29 16:54:59 +01:00 |
Sam Rose
|
a4b66e00e4
|
Fix bigints.
|
2024-07-29 14:32:28 +01:00 |
Sam Rose
|
50d1972127
|
wip
|
2024-07-29 09:57:24 +01:00 |
Sam Rose
|
20bad903cc
|
Merge branch 'master' of github.com:budibase/budibase into test-oracle
|
2024-07-25 09:38:41 +01:00 |
mike12345567
|
ea7dffa3d7
|
PR comment.
|
2024-07-24 17:33:39 +01:00 |
mike12345567
|
b68697002a
|
Anoter fix.
|
2024-07-24 16:48:35 +01:00 |
mike12345567
|
e9d3c48ff4
|
Fixing images to use a locked SHA, this means that we shouldn't have issues with CI breaking due to using images which are receiving updates (we've experienced two CI breakages due to MariaDB and MS-SQL updates).
|
2024-07-24 16:31:13 +01:00 |