Sam Rose
a1567227cd
Merge branch 'master' of github.com:budibase/budibase into budi-8091-cant-rename-ms-sql-columns-incorrect-syntax-near
2024-04-08 16:11:26 +01:00
Sam Rose
e1da9cbfa4
Fix types.
2024-04-08 16:11:05 +01:00
Sam Rose
8ad0729317
Fix ViewV2API.get to hit the API instead of using the sdk.
2024-04-08 15:48:27 +01:00
Dean
9b276aa3c1
Add in signature field testing support. Some signature fixes
2024-04-08 12:18:05 +01:00
Sam Rose
4347667cb3
Remove .only
2024-04-08 10:44:08 +01:00
mike12345567
2876085b61
Fixing test case to update schema when updating column name.
2024-04-05 18:35:56 +01:00
mike12345567
4d20c78eb0
Removing another null bookmark.
2024-04-05 17:59:32 +01:00
Sam Rose
9da10c790e
One failure left for MSSQL
2024-04-05 17:47:55 +01:00
Sam Rose
7d8cadb47f
table.spec.ts passing with MariaDB
2024-04-05 16:55:00 +01:00
Sam Rose
de2afa01b9
table.spec.ts passing with MySQL
2024-04-05 16:54:29 +01:00
Sam Rose
bcc09bd86e
table.spec.ts passing for internal and postgres
2024-04-05 16:38:57 +01:00
Sam Rose
bc072e1424
More progress on fixing up table.spec.ts.
2024-04-05 11:50:27 +01:00
Adria Navarro
e5843929f1
Add attachment_single tests
2024-04-04 20:50:53 +02:00
Adria Navarro
615e27c798
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
2024-04-04 19:28:17 +02:00
mike12345567
30c81e58ec
Some typing and test fixes.
2024-04-04 18:16:23 +01:00
Sam Rose
f80a207d28
Working towards running table.spec.ts against external datasources.
2024-04-04 17:39:35 +01:00
mike12345567
65fa317f9e
Fixing yarn lock merge conflict.
2024-04-04 17:23:28 +01:00
Sam Rose
db6aec725b
Removed focused test.
2024-04-04 15:32:05 +01:00
mike12345567
d11c316572
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-04-04 15:02:25 +01:00
Sam Rose
b6431e57ff
Attempt to make JS timeout tests more consistent.
2024-04-04 10:28:19 +01:00
Michael Drury
5437188385
Revert "Revert "Single attachment column type""
2024-04-03 16:05:18 +01:00
Michael Drury
1cfe4da027
Revert "Single attachment column type"
2024-04-03 16:01:45 +01:00
Sam Rose
193d40f86c
Fix some tests.
2024-04-03 15:40:10 +01:00
Sam Rose
b2ef045ecf
Merge master.
2024-04-03 15:17:38 +01:00
Adria Navarro
9438662603
Merge branch 'master' into BUDI-8122/single-attachment-column-type
2024-04-03 16:07:11 +02:00
Sam Rose
db877b7802
Create unique MongoDB databases.
2024-04-03 12:55:44 +01:00
Adria Navarro
a8c3011071
Rename FieldType.ATTACHMENT to FieldType.ATTACHMENTS
2024-04-03 12:54:20 +02:00
mike12345567
0b02233055
Moving test case to be more accurate in placement.
2024-03-28 17:59:51 +00:00
mike12345567
4c755b3af3
Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library.
2024-03-28 17:57:37 +00:00
Sam Rose
4183a0aeb7
Set default packages/server test timeout to 30 seconds, and unmock console.log.
2024-03-27 16:57:31 +00:00
Sam Rose
1205cfcbcc
Fix mysql.spec.ts
2024-03-27 16:31:31 +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
1eae212f83
Stop relying on config.request and create a supertest instance per request.
2024-03-26 15:41:51 +00:00
Sam Rose
b84bbd6003
Migrate viewV2.spec.ts to new datasource providers.
2024-03-26 14:43:17 +00:00
Sam Rose
2304aeaa71
Migrate mysql.spec.ts to new datasource providers.
2024-03-26 14:36:18 +00:00
Sam Rose
5530d7f4b6
Migrate mongodb.spec.ts to new datasource providers.
2024-03-26 14:05:58 +00:00
Michael Drury
69f0c06171
Refactoring, moving SQS around, re-introducing old internal search.
2024-03-25 19:00:08 +00:00
Sam Rose
a925132fdf
Fix broken tests.
2024-03-25 15:00:16 +00:00
Sam Rose
869ed4256e
Merge master.
2024-03-25 14:13:48 +00:00
Michael Drury
6824d8626a
Fixing failing test.
2024-03-25 11:19:31 +00:00
Michael Drury
5240c2c2ca
Merge branch 'master' into fix/BUDI-7444
2024-03-25 10:03:38 +00:00
mike12345567
cc8a0274a4
Updating based on PR comments.
2024-03-22 15:26:02 +00:00
Sam Rose
a9aa409d7c
Fix up tests.
2024-03-22 15:01:40 +00:00
Sam Rose
5e6a9d2176
Convert executeQuery.spec.js to TypeScript and make it hit real databases.
2024-03-22 14:41:09 +00:00
mike12345567
defb925d16
Query seq fix.
2024-03-22 13:38:52 +00:00
mike12345567
185e9c3425
Fixing test case.
2024-03-22 13:01:51 +00:00
mike12345567
2464020a22
Test fixes after running in CI.
2024-03-22 12:36:00 +00:00
Sam Rose
08fecca9f2
Delete query.seq.spec.ts
2024-03-22 12:00:26 +00:00
mike12345567
f4f7ac42ec
Adding test cases for interpolation of SQL, confirming that the context correctly gets cleaned up before passing into bindings.
2024-03-22 11:40:44 +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
Sam Rose
78c878c3ea
Merge branch 'master' into remove-mongodb-mock
2024-03-21 11:35:09 +00:00
Sam Rose
ef435ce9e1
Merge branch 'master' into remove-mssql-mock
2024-03-21 10:26:56 +00:00
Adria Navarro
8a6080ac19
Merge branch 'master' into reorganise-row-tests-3
2024-03-21 10:55:55 +01:00
Sam Rose
30a8a89f60
Fix debug spec assertions.
2024-03-20 18:03:02 +00:00
Sam Rose
545c67eac6
Remove mssql mock, unify SQL-based query tests.
2024-03-20 17:59:35 +00:00
Sam Rose
a81a1b13ce
Remove mysql mocks.
2024-03-20 16:55:34 +00:00
Sam Rose
6da84d2941
Fix lint errors.
2024-03-20 16:06:22 +00:00
Sam Rose
a82c38dc0c
Merge branch 'reorganise-row-tests-3' of github.com:budibase/budibase into reorganise-row-tests-3
2024-03-20 16:01:49 +00:00
Sam Rose
07c6dcc0c0
Merge branch 'master' of github.com:budibase/budibase into reorganise-row-tests-3
2024-03-20 16:01:29 +00:00
Sam Rose
681c53156f
Merge master.
2024-03-20 15:52:44 +00:00
Sam Rose
db4c3eb214
Remove no longer needed jest.unmnock call.
2024-03-20 15:42:40 +00:00
Sam Rose
ff22db3d9f
Fold MongoDB unit tests into integration tests, delete MongoDB mocks.
2024-03-20 15:42:06 +00:00
Sam Rose
4783426b0f
Merge branch 'master' of github.com:budibase/budibase into reenable-no-unused-vars
2024-03-20 11:46:59 +00:00
Sam Rose
217b39c232
Reenable no-unused-vars
2024-03-20 11:46:39 +00:00
Adria Navarro
beb02bfcac
Fix flakiness
2024-03-20 11:15:12 +01:00
Michael Drury
856334e333
Merge branch 'master' into fix/13282
2024-03-19 17:05:51 +00:00
mike12345567
74abee8902
Fixing snapshot test.
2024-03-19 16:52:16 +00:00
Sam Rose
9eeb04fa95
Fix broken mocks.
2024-03-19 16:50:48 +00:00
Sam Rose
9d351bcfed
Merge branch 'master' of github.com:budibase/budibase into add-lints-for-only
2024-03-19 15:25:33 +00:00
mike12345567
abdff7d8e6
Adding test case.
2024-03-19 13:22:43 +00:00
Sam Rose
1785f3af7e
Get lint passing.
2024-03-19 10:55:51 +00:00
Sam Rose
7a63dc9830
Making progress on getting the eslint-jest plugin working.
2024-03-19 10:46:59 +00:00
Sam Rose
1f63f0bddf
Run auto fix.
2024-03-19 09:46:10 +00:00
Adria Navarro
6d7712fbdc
Remove .only
2024-03-18 10:18:45 +01:00
Sam Rose
d4f9822c74
Move viewV2 tests out of row.spec.ts and into viewV2.spec.ts.
2024-03-15 17:03:47 +00:00
Sam Rose
fec6c7d267
Fold some mocky unit tests into row.spec.ts
2024-03-15 15:57:27 +00:00
Sam Rose
ac61087379
Merge branch 'master' into reorganise-row-tests
2024-03-15 12:02:17 +00:00
deanhannigan
72a671e93b
Merge branch 'master' into feature/app-list-actions
2024-03-15 09:10:57 +00:00
Sam Rose
3c2f2b95b3
Finishing touches.
2024-03-14 17:29:50 +00:00
Sam Rose
3b68873fc4
Move more view tests out of row.spec.ts
2024-03-14 17:17:56 +00:00
Sam Rose
850fb3d4ec
Get viewV2.spec.ts running against real databases.
2024-03-14 17:11:09 +00:00
Sam Rose
76e1a4b7da
Fix type check errors.
2024-03-14 11:19:04 +00:00
deanhannigan
1db358d5c2
Merge branch 'master' into feature/app-list-actions
2024-03-14 09:33:33 +00:00
Sam Rose
3da2261735
Convert view.spec.js to TypeScript, remove reliace on TestConfiguration.
2024-03-14 09:22:50 +00:00
Sam Rose
76ecfedaed
Reduce reliance on config a bit more.
2024-03-13 16:44:05 +00:00
Sam Rose
68777b0843
Remove all uses of config.createTable
2024-03-13 16:32:33 +00:00
Sam Rose
d3c8a28ab6
Remove more old testing practices.
2024-03-13 16:20:45 +00:00
Sam Rose
ed2926d924
Significantly reduce reliance on the config.* methods on row.spec.ts, making them more independent.
2024-03-13 16:08:21 +00:00
Sam Rose
a70cb903f6
Remove jest timeout.
2024-03-12 17:17:01 +00:00
Sam Rose
aff0209176
MariaDB tests passing.
2024-03-12 15:27:34 +00:00
Sam Rose
1334f5dcc5
SQL Server fully passing.
2024-03-12 14:46:52 +00:00
Sam Rose
477d17b53e
Making progress on getting SQL Server working.
2024-03-12 12:25:30 +00:00
Sam Rose
d1f876d67f
Fix test that was failing because SQL Server doesn't allow you to insert values into primary key columns unless you set a setting.
2024-03-12 10:55:58 +00:00
Sam Rose
ce209a16b3
Get tests running with SQL Server. Need to make them pass next.
2024-03-12 10:42:42 +00:00
Sam Rose
186f916b40
Get tests passing against a real MySQL.
2024-03-12 09:57:59 +00:00
Dean
d6fd5933a4
PR feedback and bug fix for server tests being completely skipped
2024-03-11 14:22:41 +00:00
deanhannigan
66f0deecae
Merge branch 'master' into feature/app-list-actions
2024-03-08 14:44:08 +00:00
deanhannigan
460c2573e4
Merge branch 'master' into feature/app-list-actions
2024-03-08 12:24:15 +00:00
mike12345567
9ec77c45c8
Adding test case to confirm works as expected.
2024-03-08 10:24:48 +00:00
Sam Rose
182a1df960
Fix the bug, I think.
2024-03-05 17:35:04 +00:00
Dean
136eeefc26
Merge remote-tracking branch 'origin/master' into feature/app-list-actions
2024-03-05 16:24:14 +00:00
Dean
320b443ca4
Feedback changes. Permission change for app delete from GLOBAL_BUILDER to BUILDER. Minor updates to quota behaviour for apps.
2024-03-05 16:23:39 +00:00
Sam Rose
f1decee010
Get test passing.
2024-03-05 14:37:06 +00:00
Sam Rose
aa124524d4
Add a simpler test.
2024-03-05 10:05:05 +00:00
Sam Rose
13563d18dc
Write a failing test.
2024-03-05 09:20:20 +00:00
Sam Rose
ca4884e9cc
Merge branch 'master' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles-4
2024-03-04 16:43:37 +00:00
Sam Rose
9d8c18337d
Type role controller.
2024-03-04 16:42:41 +00:00
Michael Drury
df1821faba
Merge branch 'master' into budi-7710-user-groups-do-not-fully-support-custom-roles-3
2024-03-04 16:07:14 +00:00
melohagan
ee0f0abad2
Fix/rename mysql column ( #13186 )
...
* Rebuild table schema when adding new column to get externalType
* Added MySQL integration test suite
* Add test for emitting datasource on save new column
* Update packages/server/src/integration-test/mysql.spec.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
* remove duplicate tests
* Use UUID
* update account portal
* Remove _add for internal save
* Internal DB add column unit test
* rename column test
* update modules
* fix tests
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-03-04 15:55:45 +00:00
Dean
41b55c28b7
Merge remote-tracking branch 'origin/master' into feature/app-list-actions
2024-03-04 15:13:47 +00:00
Dean
3c684d8cb5
Further refactoring of the tests to bring them up to date
2024-03-04 15:11:26 +00:00
Sam Rose
1e184605a1
Migrate users of switchToSelfHosted to config.withEnv
2024-03-04 13:47:53 +00:00
Dean
5f27e3a742
Refactored app duplicate tests
2024-03-04 12:20:34 +00:00
Dean
42893c1218
Merge remote-tracking branch 'origin/master' into feature/app-list-actions
2024-03-04 10:00:03 +00:00
Sam Rose
90f981724d
Fix typing.
2024-03-01 17:38:21 +00:00
Sam Rose
37a10857df
Migrate ViewV2API
2024-03-01 17:35:51 +00:00
Sam Rose
7fa5dbeec9
Migrate UserAPI
2024-03-01 17:17:38 +00:00
Sam Rose
02ac338c3f
deleteMany -> bulkDelete
2024-03-01 17:11:19 +00:00
Sam Rose
a4e212c0d8
Migrate RowAPI.exportRows
2024-03-01 17:10:49 +00:00
Sam Rose
a98948150d
Migrate RowAPI.delete
2024-03-01 17:03:34 +00:00
Sam Rose
a639ba91d3
Migrate RowAPI.save
2024-03-01 16:38:31 +00:00
Sam Rose
d5c6ab8648
Fix tests.
2024-03-01 16:03:52 +00:00
Sam Rose
5d42804020
Migrate some of RowAPI, WIP
2024-03-01 15:20:07 +00:00
Sam Rose
f5f81a5fb0
Fix tests.
2024-03-01 13:59:55 +00:00
Sam Rose
46bec3c515
Migrate PermissionAPI
2024-02-29 17:33:36 +00:00
Sam Rose
1a2a77fc91
Migrate LegacyViewAPI
2024-02-29 15:59:03 +00:00
Sam Rose
4fbe03bbda
Migrate DatasourceAPI.
2024-02-29 15:50:18 +00:00
Sam Rose
5163434b08
Convert BackupAPI.
2024-02-29 14:33:09 +00:00
Sam Rose
d9cffa1878
Migrate AttachmentAPI.
2024-02-28 17:43:39 +00:00
Sam Rose
7a48fd85ac
Migrate ApplicationAPI
2024-02-28 17:27:15 +00:00
Sam Rose
3e76511ffd
Merge branch 'master' of github.com:budibase/budibase into test-api-unification
2024-02-28 16:56:39 +00:00
Sam Rose
3203cc3d72
Convert TableAPI.
2024-02-28 16:27:14 +00:00
Sam Rose
237634386c
More typing fixes.
2024-02-28 12:19:08 +00:00
Sam Rose
07b3d83ebb
Remove test skeleton.
2024-02-28 12:14:03 +00:00
Sam Rose
a9392b2176
More types.
2024-02-28 12:13:13 +00:00
Sam Rose
bfb0064289
More types.
2024-02-28 11:46:58 +00:00
Sam Rose
fde5825589
Fix type checks.
2024-02-28 11:20:42 +00:00
Sam Rose
c81ca66aa4
Get tests passing again.
2024-02-28 11:16:26 +00:00
Sam Rose
7ac2449201
Working on typing TestConfiguration.ts.
2024-02-28 10:08: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
04e5699c9c
Finish modernising application.spec.ts
2024-02-26 16:00:12 +00:00
Sam Rose
b9600d8330
More progress on modernising application tests.
2024-02-26 11:57:56 +00:00
deanhannigan
ddcc433484
Merge branch 'master' into feature/app-list-actions
2024-02-23 11:34:31 +00:00
melohagan
896b879ce7
Feature/query array schema ( #13118 )
...
* Revert "Revert "Add nestedSchemaFields to RestQueryViewer (#13102 )""
This reverts commit 6545af12fa
.
* Revert "Revert "Dynamic schema generation for query arrays: bug fix and refactor (#13…""
This reverts commit ae4bc362c3
.
2024-02-22 17:06:08 +00:00
Dean
18f09f4e13
Duplicate app behaviour and test updates
2024-02-22 15:00:16 +00:00
Martin McKeaveney
ae4bc362c3
Revert "Dynamic schema generation for query arrays: bug fix and refactor (#13…"
...
This reverts commit 0c9d13c79a
.
2024-02-21 21:30:22 +00:00
Sam Rose
b2c4f04aa6
Typing and config.api'ing application.spec.ts, WIP
2024-02-21 17:52:58 +00:00
melohagan
0c9d13c79a
Dynamic schema generation for query arrays: bug fix and refactor ( #13082 )
...
* Bug fix and refactor
* lint
* Refactor
* refactor
* lint
* type fixes
* Unit test fix and refactor
* refactor
* Make name option for preview, required for query
* Refactor unit tests
* Fix test
* update account-portal
* Revert "update account-portal"
This reverts commit e378f8d702
.
* simplify set iteration
* comment
2024-02-21 15:33:13 +00:00
Sam Rose
f904adda19
Merge branch 'master' into fix-flaky-backup-test
2024-02-20 14:51:37 +00:00
Sam Rose
c7ec698d30
Ensure a backup is complete before attempting to import it.
2024-02-20 12:20:35 +00:00
Adria Navarro
3e2ce0bf08
Merge branch 'master' into fix-flaky-table-test
2024-02-20 12:38:39 +01:00
Sam Rose
f67173b757
Fix flaky table test.
2024-02-20 11:35:29 +00:00
Sam Rose
a866677080
Add tests.
2024-02-20 10:59:04 +00:00
Sam Rose
d42ce6ac09
Merge branch 'master' into postgres-query-tests
2024-02-14 16:26:22 +00:00
Adria Navarro
6cdfd4b621
Lint
2024-02-12 12:36:29 +01:00
Adria Navarro
ffdfb731fb
Fix tests
2024-02-12 12:25:56 +01:00
Adria Navarro
2c26b55a7c
Handle view creation on new table requests
2024-02-12 11:59:05 +01:00
Adria Navarro
f1a75b84b4
Add test
2024-02-12 11:03:08 +01:00
Adria Navarro
c18a3d4abb
Add creation tests
2024-02-12 11:03:08 +01:00
Adria Navarro
573096e869
Merge branch 'master' into revert-12934-revert-12930-revert-12929-revert-12769-isolated-vm
2024-02-08 18:15:36 +01:00
Sam Rose
8e9db069e5
Remove all uses of test.com in the code, replace them with example.com and create a lint rule to prevent this in future.
2024-02-08 16:32:14 +00:00
Sam Rose
75c2392b60
Flesh out Postgres tests, add MySQL tests.
2024-02-08 15:32:38 +00:00
Adria Navarro
5bc9eb884a
Make timeout per request more specific
2024-02-08 16:23:27 +01:00
Adria Navarro
1e101744de
Make timeout per invocation more specific
2024-02-08 16:20:33 +01:00
Adria Navarro
e72e7c614a
Merge branch 'master' into revert-12934-revert-12930-revert-12929-revert-12769-isolated-vm
2024-02-07 10:57:28 +01:00
Adria Navarro
8e85f9e444
Replace expect.anything for type checks
2024-02-07 10:49:38 +01:00
Adria Navarro
2c4601440f
Merge branch 'master' into revert-12934-revert-12930-revert-12929-revert-12769-isolated-vm
2024-02-06 17:53:22 +01:00
Sam Rose
8bb25c4715
More MongoDB query tests.
2024-02-06 10:47:47 +00:00
Sam Rose
4d1b13f754
Flesh out MongoDB query tests a bit more.
2024-02-05 17:45:38 +00:00
Sam Rose
7a012f1f4b
Add tests for create queries.
2024-02-05 16:49:21 +00:00
Sam Rose
1573242031
Respond to PR feedback.
2024-02-05 14:26:19 +00:00
Sam Rose
bb1c5c93d2
Remove shorter timeout on MongoDB tests.
2024-02-05 11:45:50 +00:00
Sam Rose
7cceb04ca2
Basic Postgres and Mongo query testcases.
2024-02-05 11:43:40 +00: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
3808718004
Fix tests
2024-02-01 12:42:23 +01:00
Adria Navarro
1024bd1dbf
Lint
2024-01-30 09:23:28 +01:00
Adria Navarro
7394a7cd64
Smart typing
2024-01-29 23:19:07 +01:00
Adria Navarro
ff75fbf99e
Convert query.sec.spec.ts to ts
2024-01-29 22:57:20 +01:00
Adria Navarro
d806029075
Merge branch 'master' into remove_test_flakiness
2024-01-29 15:21:24 +01:00
Adria Navarro
cb53d31833
Renames
2024-01-26 10:56:38 +01:00
mike12345567
ccc751d09c
A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully.
2024-01-24 16:58:13 +00:00
mike12345567
2a21556402
Get rid of schemaFields on backend.
2024-01-22 13:29:14 +00:00
mike12345567
bc0f70d23d
Removing checks for query usage.
2024-01-04 18:07:11 +00:00
Sam Rose
3d522ce3d1
Update packages/server/src/api/routes/tests/row.spec.ts
...
Co-authored-by: Adria Navarro <adria@budibase.com>
2023-12-19 09:40:57 +00:00
Sam Rose
c25963bc6f
Make tests faster and more robust.
2023-12-18 17:05:50 +00:00
Sam Rose
1c34147357
Add tests for per-request execution timeout.
2023-12-18 17:01:56 +00:00
mike12345567
02fefa5529
Fixes for postgres test case, there was an issue with creating tables with relationships during the creation phase.
2023-11-30 15:09:01 +00:00
mike12345567
160fbf2125
Adding test case and fixing issue that it revealed with external tables as well.
2023-11-29 19:53:56 +00:00
melohagan
0e93717f1a
Allow null strings ( #12298 )
...
* Allow null strings
* Don't update null to blank
* Save empty as null
* Make blank string map to null
* Add mappings for BigInt
* Fix unit tests
2023-11-23 09:53:35 +00:00
Adria Navarro
3a3658fd03
Merge branch 'master' into chore/lint_imports
2023-11-21 13:51:39 +01:00
Sam Rose
79dcc468b8
Add a test for uppercase malicious extensions.
2023-11-21 10:42:44 +00:00
Adria Navarro
db2c20e3ae
eslint import/newline-after-import
2023-11-20 21:52:29 +01:00
Adria Navarro
92f411bf77
Prettier
2023-11-20 21:48:49 +01:00
Adria Navarro
4d27ff1dc0
eslint import/no-duplicates
2023-11-20 21:48:49 +01:00
Adria Navarro
742eb4ff46
Lint fix
2023-11-20 15:36:55 +01:00
mike12345567
8d98da6c57
Fixing issue with table names.
2023-11-08 14:57:30 +00:00
mike12345567
4dc6b1eeda
Merge branch 'master' of github.com:Budibase/budibase into fix/11972-external-relationship-formulas
2023-11-08 14:41:53 +00:00