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 |
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
|
c0581e41d3
|
Renames
|
2024-01-26 10:57:35 +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 |
Adria Navarro
|
3f6e1bbaa2
|
Move datasource.buildSchemaFromDb to sdk
|
2024-01-08 19:07:47 +01:00 |
mike12345567
|
bc0f70d23d
|
Removing checks for query usage.
|
2024-01-04 18:07:11 +00:00 |
Adria Navarro
|
5240b04a3a
|
Remove 429 in dev
|
2023-12-22 14:37:54 +01: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 |
Adria Navarro
|
251663f38c
|
Renames
|
2023-12-14 10:10:16 +01:00 |
Adria Navarro
|
165d86c246
|
Create updating page
|
2023-12-14 10:10:16 +01: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 |
Andrew Kingston
|
c67d415c05
|
Merge branch 'master' of github.com:Budibase/budibase into creator-changes
|
2023-11-23 17:56:26 +00:00 |
Andrew Kingston
|
c2c0012013
|
Add new permission type for creators, update app creation endpoint to allow creators and assign access to new apps
|
2023-11-23 16:22:16 +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 |
mike12345567
|
a2adc5eff4
|
Merge branch 'master' of github.com:Budibase/budibase
|
2023-11-20 15:59:31 +00:00 |
mike12345567
|
1ca8edc285
|
Fixing a documentation issue, OpenAPI definition said it was an unpublish rather than publish endpoint.
|
2023-11-20 15:59:17 +00:00 |
Adria Navarro
|
742eb4ff46
|
Lint fix
|
2023-11-20 15:36:55 +01:00 |