Commit Graph

9100 Commits

Author SHA1 Message Date
Adria Navarro 8303c3b473
Merge branch 'master' into BUDI-8270/validation-for-search-api 2024-11-29 13:26:17 +01:00
Adria Navarro aab7428dde
Merge pull request #15095 from Budibase/BUDI-8270/feature-flag
Feature flag zod
2024-11-29 13:26:05 +01:00
Adria Navarro a2f1977376 Add validation for search view 2024-11-29 13:15:35 +01:00
Adria Navarro ccbf282c69 Flag zod 2024-11-29 13:07:24 +01:00
Naveen Kumar a6022c11a5 fix loop not counting as step, test case failing 2024-11-29 16:52:55 +05:30
Adria Navarro 47898d315d
Merge branch 'master' into BUDI-8270/validation-for-search-api 2024-11-29 11:36:32 +01:00
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 d4104a519b
Merge master. 2024-11-28 17:34:07 +00:00
Michael Drury 758cf82d33
Merge branch 'master' into chore/refactor-finalizerow 2024-11-28 17:22:34 +00:00
mike12345567 bcd8bcdc1c Fixing issue detected by test. 2024-11-28 17:17:29 +00:00
mike12345567 0f6fb4a73f Merge branch 'master' of github.com:Budibase/budibase into chore/refactor-finalizerow 2024-11-28 17:05:19 +00:00
mike12345567 13918c5789 More linting. 2024-11-28 16:49:35 +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 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
Adria Navarro 0501980e45 Fix types 2024-11-28 16:44:25 +01:00
Sam Rose 22d6b95101
Put errors back how they were. 2024-11-28 15:39:16 +00:00
Adria Navarro 7ed45f71d2 Fix type tests 2024-11-28 16:35:24 +01: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
Peter Clement bb254292d9 migrate bash tests and actually make some useful automations with them 2024-11-28 15:25:27 +00:00
Adria Navarro b8a2c4d6b3 Lint 2024-11-28 16:14:25 +01:00
Adria Navarro 840e5e27df Merge branch 'master' into BUDI-8270/validation-for-search-api 2024-11-28 16:01:47 +01:00
Peter Clement 3ef8540857 migrate queryrows 2024-11-28 11:52:00 +00:00
Sam Rose 112e5eeb60
Merge master. 2024-11-28 11:44:43 +00:00
Peter Clement 97b1c41313 update openai automation tests 2024-11-28 11:36:59 +00:00
Sam Rose b700f16a3a
Fix search.spec.ts. 2024-11-28 10:12:16 +00:00
Sam Rose f49f9280d9
Working on search tests. 2024-11-28 09:42:01 +00:00
mike12345567 04ea2b99e9 Fixing issue uncovered by test case. 2024-11-27 18:37:05 +00:00
mike12345567 ce44975317 Removing test changes. 2024-11-27 18:07:44 +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
mike12345567 70cdb99583 Increasing timeouts. 2024-11-27 15:30:48 +00:00
Michael Drury 7d006302ef
Merge branch 'master' into chore/refactor-finalizerow 2024-11-27 13:36:32 +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
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
Sam Rose 5ea1744609
Merge branch 'master' into chore/refactor-finalizerow 2024-11-27 09:59:37 +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
Sam Rose f211990117
Some sqs fixes. 2024-11-26 17:36:17 +00:00
Sam Rose 8e756ccf84
Type checks pass. 2024-11-26 17:09:32 +00:00
Sam Rose c35e443225
Making progress toward type checking successfully. 2024-11-26 17:05:47 +00:00
Sam Rose 26d34cb1f6
Merge branch 'master' of github.com:budibase/budibase into bigint-relationship-fix 2024-11-26 16:28:33 +00:00
Sam Rose 594af57339
wip 2024-11-26 16:28:22 +00:00
mike12345567 a27c28ccdf Fixing test case. 2024-11-26 15:54:59 +00:00
Peter Clement b99d411cec migrate deleteRow from runStep to test builder 2024-11-26 15:48:40 +00:00
mike12345567 a190feb4ea Fixing test cases. 2024-11-26 12:05:16 +00:00
mike12345567 b75e2e85c6 Fixing issues with retrieval. 2024-11-26 12:03:13 +00:00
Peter Clement e8ade0caee update row spec file using automation builder 2024-11-26 12:00:47 +00:00
Sam Rose f7c81d742c
Remove .only 2024-11-26 12:00:42 +00:00
Sam Rose 26fa0222a1
Get all bigint tests passing. 2024-11-26 12:00:30 +00:00
mike12345567 f8e766823c Merge branch 'master' of github.com:Budibase/budibase into chore/refactor-finalizerow 2024-11-26 11:21:58 +00:00
Peter Clement f3c5a2b973
Merge branch 'master' into fix/automation-adjacent-bugs 2024-11-26 10:02:05 +00:00
Sam Rose 1c27ddcb8a
rename table fields 2024-11-25 17:58:40 +00:00
Sam Rose ac3e0750bc
Rename table variables. 2024-11-25 17:56:16 +00:00
Sam Rose 7138c02f27
Put things back how they were. 2024-11-25 17:53:58 +00:00
Sam Rose c3b2c2e1c7
Revert "Trying to make it easier to understand my tests."
This reverts commit 93d8bd792c.
2024-11-25 17:53:11 +00:00
Sam Rose 93d8bd792c
Trying to make it easier to understand my tests. 2024-11-25 17:36:18 +00:00
Sam Rose 98717de61f
Merge upstream. 2024-11-25 17:18:36 +00:00
Sam Rose e25d92a49e
wip 2024-11-25 17:18:12 +00:00
Sam Rose 866e9dcadd
Merge branch 'master' of github.com:budibase/budibase into bigint-relationship-fix 2024-11-25 16:20:55 +00:00
Peter Clement 6da45f5e7c reverse check in serverlog step 2024-11-25 16:15:21 +00:00
Peter Clement 9f35ea0839 fix tests 2024-11-25 12:40:20 +00:00
Peter Clement db032ed35b update properties to be correct 2024-11-25 10:14:32 +00:00
Peter Clement 08f5df2546 add execute script automation tests 2024-11-25 09:45:42 +00:00
Peter Clement 6a5c327085 add log back 2024-11-25 08:59:29 +00:00
mike12345567 276493e33d Add required keys to the mappings. 2024-11-22 16:49:57 +00:00
mike12345567 16acf8751b PR comment. 2024-11-22 16:45:43 +00:00
mike12345567 e3e4ea6319 Fixing view fetch test case. 2024-11-22 15:35:05 +00:00
mike12345567 14bbd9a21c Setting CORS headers to allow cross-origin on public API. 2024-11-22 14:51:53 +00:00
Peter Clement 2a3f943957 fix issue where bindings where incorrect in automations 2024-11-22 11:30:46 +00:00
mike12345567 23f29f9381 Adding relationship helper for defining existing relationships. 2024-11-21 18:41:04 +00:00
mike12345567 f464a80484 Adding helper to create relationship to datasource API in tests. 2024-11-21 18:09:21 +00:00
Sam Rose ebf82a0ef5
wip 2024-11-21 17:33:47 +00:00
Adria Navarro 9c460424a9 Merge branch 'master' into BUDI-8270/validation-for-search-api
# Conflicts:
#	packages/server/package.json
#	packages/server/src/api/controllers/row/index.ts
#	packages/server/src/api/routes/tests/search.spec.ts
#	yarn.lock
2024-11-20 18:11:49 +01:00
mike12345567 f7c89fd20a Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-20 17:04:35 +00:00
Martin McKeaveney e5e0563546
Merge branch 'master' into security-updates 2024-11-20 16:13:58 +00:00
Adria Navarro ed6d434843 Fix 2024-11-20 16:14:03 +01:00
mike12345567 2da873c6a1 Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-20 15:02:06 +00:00
Adria Navarro 414d79d73c Fix types 2024-11-20 14:16:26 +01:00
Adria Navarro cf7daf0602 Fix 2024-11-20 14:16:10 +01:00
Adria Navarro 3250ad4947 Allow nullable bookmarks 2024-11-20 14:15:46 +01:00
Adria Navarro 8519cfc495 Fix typing 2024-11-20 14:05:57 +01:00
Adria Navarro 0d5bac67db Merge branch 'master' into BUDI-8270/validation-for-search-api 2024-11-20 13:59:16 +01:00
Martin McKeaveney 803247f87b lint 2024-11-20 12:15:23 +00:00
Martin McKeaveney f96983184f explain NTLM type ignore 2024-11-20 12:11:48 +00:00
Martin McKeaveney d0ad87d504 revert curlconverter 2024-11-20 11:40:53 +00:00
Martin McKeaveney 941aa181dd more types 2024-11-19 19:16:10 +00:00
Martin McKeaveney 70b9e4680f types and lint 2024-11-19 19:03:54 +00:00
Martin McKeaveney 79c515e57d types 2024-11-19 19:02:22 +00:00
Martin McKeaveney 98795501c4 update mssql and aws sdk deps 2024-11-19 18:23:50 +00:00
Adria Navarro 4445ef89a9 Merge branch 'master' into security-updates 2024-11-19 18:49:47 +01:00
Michael Drury 3469e633c6
Merge branch 'master' into fix/use-direct-describe 2024-11-19 15:34:00 +00:00
Martin McKeaveney c563bb64b5 remove snowflake-promise lib, update curlconverter to use dynamic import 2024-11-19 14:54:06 +00:00
mike12345567 19416b4650 Fix for row action. 2024-11-19 14:41:07 +00:00
Sam Rose 62297fbbfc
Fix mongo query tests. 2024-11-19 11:45:25 +00:00
Sam Rose 889d3158e8
Bypass transformers that are trivial, allow users to configure bson buffer size. 2024-11-19 11:34:15 +00:00
mike12345567 66ade79ff9 Updating rest of test cases. 2024-11-18 17:55:40 +00:00
mike12345567 c7a0489b82 Single function. 2024-11-18 17:34:35 +00:00
mike12345567 f25dd387b1 Converting one test case to try using describe directly. 2024-11-18 16:56:11 +00:00
mike12345567 149579cf5c PR comments. 2024-11-18 15:39:55 +00:00
mike12345567 83b1919019 Merge branch 'master' of github.com:Budibase/budibase into fix/formula-response-types 2024-11-18 14:34:28 +00:00
mike12345567 895d109f41 Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-18 14:05:55 +00:00
Sam Rose 3f98bcdeef
Resolve merge conflicts. 2024-11-18 11:09:44 +00:00
Adria Navarro f1483473d1 Cleanups 2024-11-18 10:45:45 +01:00
Adria Navarro b67162baa5 Clean tests 2024-11-18 10:44:50 +01:00
Sam Rose 73f2fa8b34
Merge chore/sqs-always-on 2024-11-18 09:38:58 +00:00
Adria Navarro 2dee07c2bb
Merge branch 'master' into chore/sqs-always-on 2024-11-18 10:29:09 +01:00
mike12345567 cdf7cb9fab Final update to view mapping and typing. 2024-11-15 17:54:14 +00:00
mike12345567 82c7c089cb Updating schema. 2024-11-15 17:24:21 +00:00
Martin McKeaveney dcbe4f0493 clean up env var 2024-11-15 16:18:53 +00:00
Martin McKeaveney f72809a30a
Merge branch 'master' into csp-updates 2024-11-15 14:55:23 +00:00
Adria Navarro e9d7e28196
Merge branch 'master' into chore/sqs-always-on 2024-11-12 09:46:48 +01:00
Martin McKeaveney 1543e6dc2b env variable for turning off csp 2024-11-10 13:08:51 +00:00
mike12345567 ce529d2f45 Some final updates to view public API, adding test cases. 2024-11-08 18:04:53 +00:00
Martin McKeaveney 9996fc7f12 CSP nonce E2E 2024-11-08 17:40:29 +00:00
mike12345567 a1c319a5d1 Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-08 17:16:46 +00:00
mike12345567 4076e98308 Disable static formula tests in external DBs. 2024-11-08 16:01:05 +00:00
Michael Drury 3971b0e42e
Merge branch 'master' into fix/formula-response-types 2024-11-08 15:16:19 +00:00
andz-bb 932b119a66 make opt not optional 2024-11-08 14:24:31 +00:00
andz-bb 33656a4ae5 prevent attachment column updates when importing budibase templates 2024-11-08 14:04:51 +00:00
Adria Navarro 34d6eb0f57 Merge branch 'master' into chore/sqs-always-on 2024-11-08 10:27:44 +01:00
mike12345567 db3c6c36fc Adding test cases for all formula response types. 2024-11-07 17:01:42 +00:00
Sam Rose cd17683284
Remove logging and tmpfs changes, weren't that impactful. 2024-11-07 15:53:56 +00:00
mike12345567 7c2bfec22c Adding the ability to set formula response type - returning native values. 2024-11-07 15:53:04 +00:00
Sam Rose 36502b8410
Up startup timeouts on containers. 2024-11-07 15:37:22 +00:00
mike12345567 ff410c1857 Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-07 14:18:38 +00:00
Sam Rose 3b982dc21e
See what difference tmpfs mounts make on the data directories of each DB. 2024-11-07 12:51:30 +00:00
Adria Navarro 28724602a2 use startContainer utils 2024-11-07 13:12:03 +01:00
Sam Rose 63f4bbdbd5
Attempt to fix race condition in Oracle tests. 2024-11-07 11:41:14 +00:00
Sam Rose cec4571ee9
Seeing how fast this runs on our bigger workers. 2024-11-07 11:19:28 +00:00
Sam Rose a51b8edf14
GitHub Actions change attempt 7/4728139432 2024-11-07 11:04:16 +00:00
Sam Rose a9216bf653
GitHub Actions change attempt 4/4728139432 2024-11-07 10:31:12 +00:00
Sam Rose 1e84297fdc
GitHub Actions change attempt 3/4728139432 2024-11-07 10:28:00 +00:00
Sam Rose c418ffc8a9
Merge branch 'chore/sqs-always-on' of github.com:budibase/budibase into split-server-tests-out-by-database 2024-11-07 10:16:57 +00:00
Sam Rose f60c65df52
Merge branch 'master' into chore/sqs-always-on 2024-11-07 10:16:44 +00:00
Adria Navarro c5da1a06c6 Close server back 2024-11-07 11:16:31 +01:00
Adria Navarro 02ebe9cb15 Do not close apps 2024-11-07 11:16:31 +01:00
Adria Navarro 5089528ffd
Merge branch 'master' into BUDI-8683/correct-automation-cron-server-timestamp 2024-11-07 10:58:35 +01:00