Commit Graph

30241 Commits

Author SHA1 Message Date
Naveen Kumar 26f2c69fb9 fix PR comment for keeping status boolean and adding status conditionally 2024-11-29 15:31:44 +05:30
Naveen Kumar 6f8f866b7e fix: loop context lost when max iterations are reached. Add/test cases for the same 2024-11-29 15:31:44 +05:30
Sam Rose 1279ff6031
Merge branch 'bigint-cleanup' of github.com:budibase/budibase into bigint-cleanup 2024-11-28 17:37:48 +00:00
Sam Rose 4f915f4522
Update pro reference. 2024-11-28 17:37:40 +00:00
Sam Rose 2aa93c458f
Merge branch 'master' into bigint-cleanup 2024-11-28 17:37:13 +00:00
Sam Rose d4104a519b
Merge master. 2024-11-28 17:34:07 +00:00
Sam Rose f504ef404f
Merge branch 'master' of github.com:budibase/budibase into use-right-docker-socket 2024-11-28 17:23:23 +00:00
Sam Rose 3bff9f2e55
Unfocus test. 2024-11-28 17:23:16 +00:00
Sam Rose b73530feed
Merge branch 'master' into clean-out-stopped-containers 2024-11-28 17:20:09 +00:00
Sam Rose 3cf2dbe37c
Make sure we're always using the current docker context. 2024-11-28 17:16:23 +00:00
Michael Drury f0be21cc17
Merge branch 'master' into chore/remove-ds-query-api 2024-11-28 17:05:00 +00:00
Sam Rose 4438257868
Merge branch 'master' into clean-out-stopped-containers 2024-11-28 16:52:09 +00:00
mike12345567 13918c5789 More linting. 2024-11-28 16:49:35 +00:00
Sam Rose f91d442ad4
Remove exited containers when running tests. 2024-11-28 16:48:28 +00:00
melohagan 8b653d8dd9
Update pro ref (#15088) 2024-11-28 16:45:43 +00:00
mike12345567 69106306c4 Removing unused validator. 2024-11-28 16:43:47 +00:00
mike12345567 a162d8d9f5 Linting. 2024-11-28 16:43:21 +00:00
mike12345567 d2f8105e73 Merge branch 'master' of github.com:Budibase/budibase into chore/remove-ds-query-api 2024-11-28 16:40:37 +00:00
Sam Rose 00dc5d60a2
Update pro reference. 2024-11-28 16:35:36 +00:00
Sam Rose 29a6a6683b
Fix link. 2024-11-28 16:34:52 +00:00
Sam Rose 69aa5efcd1
Fix sqlAlias.spec.ts 2024-11-28 16:23:18 +00:00
Sam Rose f6ad53f442
Follow-up PR to bigint fixes. 2024-11-28 16:17:09 +00:00
Sam Rose b17c6ab43a
Cleanup following bigint fixes. 2024-11-28 16:01:28 +00:00
Sam Rose 2c8c80a086
Merge chore/remove-ds-query-api 2024-11-28 15:45:15 +00:00
Sam Rose 22d6b95101
Put errors back how they were. 2024-11-28 15:39:16 +00:00
mike12345567 d4ec07fa8a Removing the datasource query API for datasource plus, this isn't used and has no real purpose (internal tables aren't supported) removing it as it exposes very internal types to the API, making it harder to adjust these types. 2024-11-28 15:30:10 +00:00
Sam Rose 112e5eeb60
Merge master. 2024-11-28 11:44:43 +00:00
melohagan 525b6f84bb
Remove references to day passes (#15079)
* Remove references to day passes

* lint

* Point pro to branch with no day passes code

* update yarn lock
2024-11-28 10:37:44 +00:00
Sam Rose 80a5215392
Merge master. 2024-11-28 10:12:44 +00:00
Sam Rose b700f16a3a
Fix search.spec.ts. 2024-11-28 10:12:16 +00:00
Andrew Kingston e2e38ff704
Merge branch 'master' of github.com:Budibase/budibase into client-vite 2024-11-28 09:53:41 +00:00
Sam Rose f49f9280d9
Working on search tests. 2024-11-28 09:42:01 +00:00
Sam Rose dbe9eedcba
Fix table.spec.ts. 2024-11-27 17:28:20 +00:00
Sam Rose 78bbf90f17
Fix row.spec.ts 2024-11-27 16:37:29 +00:00
Sam Rose 4feda79903
Fix Oracle tests. 2024-11-27 15:52:39 +00:00
Sam Rose 525cf2ab09
Update pro reference. 2024-11-27 13:16:21 +00:00
Sam Rose e7f2dc840e
Merge Mike's changes. 2024-11-27 13:15:45 +00:00
Sam Rose 332505388d
Fix postgres tests. 2024-11-27 13:14:42 +00:00
Adria Navarro 7b15d69cc4 Update submodule 2024-11-27 14:11:48 +01:00
Adria Navarro 273aa2e650 Update submodule 2024-11-27 13:57:11 +01:00
Adria Navarro 75d7950161 Update pro submodule 2024-11-27 13:44:19 +01:00
Sam Rose cb7c1dd6d4
Merge branch 'master' of github.com:budibase/budibase into bigint-relationship-fix 2024-11-27 12:40:40 +00:00
Sam Rose 504ddba9b9
SQS row tests passing. 2024-11-27 12:40:34 +00:00
Sam Rose bd17770e4e
Fix _some_ sqs problems. 2024-11-27 12:21:27 +00:00
mike12345567 f12be3b703 Updating OpenAPI specs, fixing an issue found when attempting to publish and automating this so don't need to manually check this again. 2024-11-27 11:23:51 +00:00
Peter Clement 5ccef12d97
Merge branch 'master' into feat/update-automation-tests 2024-11-27 09:16:41 +00:00
Peter Clement 977c0e44f3 Merge remote-tracking branch 'origin/master' into feat/update-automation-tests 2024-11-26 20:08:10 +00:00
Peter Clement 685657b8eb migrate createrow step to use test builder 2024-11-26 19:50:18 +00:00
mike12345567 6470c2e21a Merge branch 'bigint-relationship-fix' of github.com:Budibase/budibase into bigint-relationship-fix 2024-11-26 18:18:23 +00:00
mike12345567 92e92c8b7f Updating sql alias test case. 2024-11-26 18:15:08 +00:00