1
0
Fork 0
mirror of synced 2024-08-11 08:01:42 +12:00
Commit graph

390 commits

Author SHA1 Message Date
Adria Navarro
24994ab03c Update yarn.lock 2024-01-15 11:09:41 +01:00
mike12345567
8483a53178 This removes the need for constant DB HEAD requests to check if a database exists or not. Instead, it tries to make the request, and if it fails it will check if the reason for failure is the database not existing. If it doesn't exist it runs through the same old flow to confirm that it definitely doesn't exist, and if it doesn't then it will create it. 2024-01-11 16:44:15 +00:00
Adria Navarro
52b97336ee lodash.clonedeep 2024-01-10 14:56:29 +01:00
Adria Navarro
a4cc424b69 Update @budibase/handlebars-helpers package 2024-01-10 14:38:58 +01:00
Adria Navarro
1586925b5a Add @types/koa-send 2024-01-09 09:44:49 +01:00
Adria Navarro
4f5c151dad yarn dedupe 2024-01-09 09:33:56 +01:00
Adria Navarro
0ec869303e Unify koa-send 2024-01-09 09:33:05 +01:00
Adria Navarro
0b46b6883d Remove unused regexparam 2024-01-08 14:06:54 +01:00
mike12345567
bbeaed48a7 Removing the use of the addQueries quota functionality from row API - we don't make use of these statistics anymore (and haven't in a while) counting them is pointless and could be causing some loss in performance in these heavily used endpoints. 2024-01-04 17:38:54 +00:00
melohagan
9f7b84c07a
Focus the code editor on mount (#12628)
* Focus the code editor on mount

* Save drawer shortcut

* Revert "Save drawer shortcut"

This reverts commit 95860ea6b9.

* Autofocus prop CodeEditor

* autofocusEditor prop for JS binding
2024-01-04 11:33:36 +00:00
Adria Navarro
622e345809 Update yarn.lock 2024-01-03 14:21:38 +01:00
Adria Navarro
7413fd96a8
Merge branch 'master' into chore/node-20 2024-01-03 14:15:21 +01:00
mike12345567
9be6d6c645 Removing CLI pkg build - this has been a problematic element of our build for a while now and it is rarely utilised - rather than continuing to maintain this, getting rid of it. 2024-01-02 17:45:19 +00:00
Adria Navarro
7b89422b6a Update mssql 2023-12-22 14:59:25 +01:00
Sam Rose
794ff7c9ef
run yarn install 2023-12-20 17:21:54 +00:00
Adria Navarro
f0a789ca5b Run yarn audit 2023-12-20 11:52:05 +01:00
Sam Rose
85829d4643
Update yarn.lock 2023-12-18 17:13:47 +00:00
mike12345567
6173497afa Adding a UUID helper to simplify things, question comes up fairly regularly. 2023-12-13 17:56:16 +00:00
Adria Navarro
cb229ce243 Update yarn.lock 2023-12-12 17:29:22 +01:00
mike12345567
7b2880fbe2 Initial work to get relationship column saving working as expecting, sending out events on datasource update for tables, trying to move more to table API where possible. 2023-12-11 17:27:05 +00:00
Adria Navarro
1e267fca5b Merge branch 'master' into BUDI-7580/account_portal_submodule 2023-12-11 09:50:48 +01:00
Adria Navarro
5355238713 Add title to migration 2023-12-05 11:02:44 +01:00
Adria Navarro
85ac271d60 Update yarn.lock 2023-12-04 13:14:43 +01:00
Adria Navarro
d283a2d336 Update yarn.lock and refs 2023-12-04 10:33:20 +01:00
Adria Navarro
9c9f45436f Merge branch 'master' into BUDI-7580/account_portal_submodule 2023-12-04 09:30:00 +01:00
Adria Navarro
f1fafc07f2 Update ioredis-mock 2023-11-30 18:39:33 +01:00
Adria Navarro
e6ba87a092 Update yarn.lock 2023-11-27 20:52:10 +01:00
Adria Navarro
e7bcabf1d2 Merge branch 'master' into BUDI-7580/account_portal_submodule 2023-11-27 20:48:32 +01:00
Adria Navarro
e8abb5cb46 Detect non-barrel workspace usages 2023-11-17 14:39:52 +01:00
Adria Navarro
ab56228192 Use eslint-plugin-import and import/no-relative-packages 2023-11-17 13:03:28 +01:00
Adria Navarro
004e0a5f11 Update jest 2023-11-06 14:24:33 +01:00
Adria Navarro
d568957c1d Clean unused packages 2023-11-06 10:43:21 +01:00
Adria Navarro
042254d3ac Install dependencies 2023-10-31 15:21:40 +01:00
Adria Navarro
3ed2aa1d77 Revert major update 2023-10-27 16:59:49 +02:00
Adria Navarro
09075b4347 Update @budibase/nano 2023-10-27 16:37:36 +02:00
Adria Navarro
d28593dea4 Update yarn.lock 2023-10-27 16:24:17 +02:00
Adria Navarro
3272a5c6e3 Revert major update 2023-10-27 15:35:52 +02:00
Adria Navarro
a56babd83a Revert major update 2023-10-27 15:32:57 +02:00
Adria Navarro
cb6c9f6ecb Update nano 2023-10-27 15:11:16 +02:00
Adria Navarro
68a476de30 Unify jest 2023-10-27 13:58:59 +02:00
Adria Navarro
4b7cfa9e5a Dedup 2023-10-27 13:51:44 +02:00
Adria Navarro
c79f37ee9c Update eslint packages 2023-10-27 12:14:21 +02:00
Adria Navarro
c072c2da47 Update vite packages 2023-10-27 11:07:58 +02:00
Adria Navarro
6abb1b5f70 Merge branch 'master' into BUDI-7580/account_portal_submodule 2023-10-27 10:57:07 +02:00
Sam Rose
ae356b6a50
Bump version of @budibase/nano to complete the DatabaseQueryOpts type usage. 2023-10-26 15:51:28 +01:00
Adria Navarro
3851a67915 Unify jsonwebtoken and lodash packages 2023-10-19 11:00:53 +02:00
Adria Navarro
3fd2973152 Remove sentry packages 2023-10-18 10:51:09 +02:00
Adria Navarro
4f1a2df495 Deps 2023-10-18 10:50:18 +02:00
Adria Navarro
28d84309d8 Remove sentry dependencies 2023-10-18 10:50:18 +02:00
Adria Navarro
f556ced459 Update yarn 2023-10-18 10:50:18 +02:00