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

33734 commits

Author SHA1 Message Date
Sam Rose
00970d5db3
Fix lint. 2024-08-06 14:35:36 +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
589909c3a2
Bump up the packages/server test runners. 2024-08-06 14:35:23 +01:00
Michael Drury
0d032ed32d
Merge branch 'master' into fix/bump-google-spreadsheet-version 2024-08-06 13:54:53 +01:00
Dean
853e891664 Fixes for Single select and Single user pickers. Now displaying binding status correctly 2024-08-06 11:58:12 +01:00
Sam Rose
a451b6eb3c
Add Oracle to datasource.spec.ts. 2024-08-06 09:58:02 +01:00
Adria Navarro
185a3462b5 Fix tsconfig paths 2024-08-06 09:11:34 +02:00
Adria Navarro
b9c1aa05b0 Add todo for types 2024-08-06 09:10:41 +02:00
Adria Navarro
1e6bb7ebd7 Fix build on view search 2024-08-06 08:15:30 +02:00
Adria Navarro
98d9f52f66 Fix shared-core build 2024-08-06 08:09:20 +02:00
Sam Rose
879552d298
Fix account-portal server tests. 2024-08-05 17:27:03 +01:00
Sam Rose
da74441c1c
Merge branch 'master' of github.com:budibase/budibase into budi-8483-consolidate-feature-flags-into-a-single-endpoint 2024-08-05 17:11:23 +01:00
Dean
8279a0b31c Merge remote-tracking branch 'origin/master' into dean-fixes 2024-08-05 17:05:12 +01:00
Dean
e3f021aea1 Added single user validation config so user fields display as set when bindings are used. 2024-08-05 17:05:09 +01:00
mike12345567
48ddc059af Bumping google-spreadsheet version to latest version with fix added by Dean. 2024-08-05 16:38:21 +01:00
Adria Navarro
58162410ea Fix merge conflicts 2024-08-05 17:32:40 +02:00
Adria Navarro
9743aca715
Merge branch 'master' into BUDI-8508/sql-support-for-logical-operators 2024-08-05 17:28:58 +02:00
Adria Navarro
c845db966f Fix prefixes for SQS 2024-08-05 17:25:17 +02:00
Adria Navarro
1cd3347262 Types 2024-08-05 17:23:55 +02:00
Adria Navarro
0b5eb9f21c Run tests for all sql 2024-08-05 17:19:14 +02:00
Budibase Staging Release Bot
f846507877 Bump version to 2.29.29 2024-08-05 15:18:06 +00:00
Sam Rose
9f5ca1fb4f
Merge pull request #14263 from Budibase/test-oracle
Fix Oracle support as a datasource and add tests for it.
2024-08-05 15:55:40 +01:00
Adria Navarro
ebca381e9b Nested $and's and $or's test 2024-08-05 15:09:33 +02:00
Sam Rose
6c79f3410c
Merge branch 'master' of github.com:budibase/budibase into test-oracle 2024-08-05 14:08:26 +01:00
Sam Rose
7fe0e31883
Fix sql.spec.ts 2024-08-05 14:08:07 +01:00
melohagan
f07ebc18db
Make sure to delete SSO ID doc as well (#14307) 2024-08-05 12:54:36 +01:00
Sam Rose
d2f4817472
Add Oracle to docker pulls in budibase_ci.yml. 2024-08-05 12:12:24 +01:00
Sam Rose
2efa8dfca2
Fix lint. 2024-08-05 12:10:03 +01:00
Sam Rose
43d6e5c849
Merge branch 'master' of github.com:budibase/budibase into test-oracle 2024-08-05 12:06:00 +01:00
Sam Rose
eecd521a8a
Fix generic-sql.spec.ts 2024-08-05 12:05:42 +01:00
Adria Navarro
940a080e18 Run only for external 2024-08-05 12:35:09 +02:00
Adria Navarro
2e23a0e4ce Implement SQL and/or 2024-08-05 12:33:44 +02:00
deanhannigan
b440f8d532
Merge branch 'master' into dean-fixes 2024-08-05 11:25:43 +01:00
Adria Navarro
47de3f0c53 Add or tests 2024-08-05 11:07:37 +02:00
Dean
2b9298963f Assorted builder fixes and a fix for Google sheets filtering 2024-08-05 09:57:27 +01:00
Adria Navarro
ff0bee5974 Add tests 2024-08-05 10:55:56 +02:00
Adria Navarro
4799e0c2c4 Add extra typings 2024-08-05 10:29:36 +02:00
Guspan Tanadi
f0d3f3fdc1 docs: reference link 2024-08-05 01:14:45 +07:00
Sam Rose
165e368a24
Add Oracle to viewV2.spec.ts 2024-08-02 17:22:18 +01:00
Sam Rose
1ce5b53409
Add Oracle to executeQuery.spec.ts 2024-08-02 17:20:52 +01:00
Sam Rose
bc797238aa
row.spec.ts passing in full 2024-08-02 17:17:33 +01:00
Sam Rose
2671b9d5ef
More row.spec.ts fixes. 2024-08-02 16:58:12 +01:00
Budibase Staging Release Bot
374a1ba871 Bump version to 2.29.28 2024-08-02 14:38:15 +00:00
Sam Rose
7ab442eae7
Merge master. 2024-08-02 15:29:48 +01:00
Michael Drury
f48a9bec5c
Merge pull request #14305 from Budibase/fix/export-row-correct-search
Fixing export rows to use correct search
2024-08-02 15:12:41 +01:00
mike12345567
661fc361a0 Refactoring search SDK to make it obvious the different search methods, exports was using lucene always when doing internal export rows which shouldn't be the case, should go through the complete search SDK. 2024-08-02 15:01:33 +01:00
Michael Drury
d1e523e621
Merge pull request #14292 from Budibase/fix/sql-pagination-fixes
SQL pagination improvements
2024-08-02 13:31:22 +01:00
Michael Drury
c443ad5d5b
Merge branch 'master' into fix/sql-pagination-fixes 2024-08-02 13:21:22 +01:00
Adria Navarro
88ba546710
Merge pull request #14302 from Budibase/BUDI-8396/user-column-csv-import-error
User column csv import error
2024-08-02 14:20:30 +02:00
Adria Navarro
d8f55498ad Treat bigint as string 2024-08-02 13:44:20 +02:00