1
0
Fork 0
mirror of synced 2024-09-02 18:51:36 +12:00
Commit graph

3125 commits

Author SHA1 Message Date
Adria Navarro
82d2116ce0 Merge branch 'BUDI-8064/doc-writethrough' into BUDI-8046/scim-logger 2024-03-05 13:59:33 +01:00
Adria Navarro
caf142f1db Clean 2024-03-05 13:55:07 +01:00
Adria Navarro
e648503e4f Tests 2024-03-05 13:50:58 +01:00
Adria Navarro
2d84bc5da2 Use bull 2024-03-04 16:34:05 +01:00
Adria Navarro
91468d2569 Add doc-writethrough queue 2024-03-04 16:18:01 +01:00
Adria Navarro
62fe394139 Merge branch 'BUDI-8046/improve-test-queues' into BUDI-8064/doc-writethrough 2024-03-04 15:41:10 +01:00
Adria Navarro
824dd1c1fc Type inMemoryQueue 2024-03-04 15:38:45 +01:00
Adria Navarro
4ff2b36553 Use overloads 2024-03-01 13:59:51 +01:00
Adria Navarro
2da5cb3ddb Namespace key in redis by db 2024-03-01 13:41:40 +01:00
Adria Navarro
93e462b8c7 Namespace key in redis by db 2024-03-01 13:38:48 +01:00
Adria Navarro
4e53cb5143 Flags 2024-03-01 13:09:42 +01:00
Adria Navarro
3a341338a1 Log requests 2024-03-01 13:07:27 +01:00
Adria Navarro
1c17121568 Fix types 2024-03-01 11:12:31 +01:00
Adria Navarro
8611fade5e
Merge branch 'master' into BUDI-8064/doc-writethrough 2024-03-01 11:08:49 +01:00
Adria Navarro
ff7c784342 Type caches 2024-03-01 11:04:55 +01:00
Adria Navarro
2b7c988823 Making code more readable 2024-03-01 11:04:30 +01:00
Adria Navarro
66751728bb Fixes and tests 2024-03-01 10:53:18 +01:00
Sam Rose
f876c5c6e4
Merge master. 2024-02-29 17:34:16 +00:00
mike12345567
50bbbb2e06 Updating datasource controller types, this branched out a little bit to removing as many anys as possible, and allowing RowValue to correctly be returned from the allDocs function of the DB. 2024-02-29 16:28:00 +00:00
Adria Navarro
6b8f67ed41 Extra tests 2024-02-29 17:01:16 +01:00
Adria Navarro
3068e58c31 Ensure keys are removed 2024-02-29 16:48:16 +01:00
Adria Navarro
720d5a4105 Test concurrency 2024-02-29 15:51:42 +01:00
Adria Navarro
3ec0052481 Add extra tests 2024-02-29 15:41:26 +01:00
Adria Navarro
dc4d1fdbda Add persisting tests 2024-02-29 15:28:35 +01:00
Adria Navarro
40d7a0a741 docWritethrough test 2024-02-29 15:23:32 +01:00
Adria Navarro
3af2da3b7d DatabaseImpl.docExists test 2024-02-29 15:17:18 +01:00
Adria Navarro
7d50a70d03 USe get for doc exists 2024-02-29 13:47:18 +01:00
Adria Navarro
ff7c8d3b95 DocWritethrough 2024-02-29 13:44:52 +01:00
Sam Rose
6b306266b5
Only show stack traces if you ask for them. 2024-02-29 11:09:39 +00:00
Adria Navarro
76b9cbcc5f Create docWriteThrough redis cache 2024-02-29 11:22:27 +01:00
Sam Rose
8488ff4144
Print stack traces from inside request handler. 2024-02-29 09:19:14 +00:00
Sam Rose
237634386c
More typing fixes. 2024-02-28 12:19:08 +00:00
Sam Rose
2e8eda47f1
Respond to PR feedback. 2024-02-26 17:38:33 +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
c15554547b
Respond to PR feedback. 2024-02-26 17:28:37 +00:00
Sam Rose
b9600d8330
More progress on modernising application tests. 2024-02-26 11:57:56 +00:00
jvcalderon
eafb8a6903 Merge branch 'master' into feature/synchronicity 2024-02-23 16:49:24 +01:00
jvcalderon
1ef5e54c29 Add BPM_EVENTS to Redis DB list 2024-02-23 16:26:23 +01:00
Adria Navarro
8e77365c19 Allow mocking multiple features 2024-02-22 13:55:38 +01:00
Adria Navarro
fb1bfbdae8 Clean code 2024-02-22 13:55:26 +01:00
melohagan
c12e5fd196
Fix array type missing from query schema selector (#12772)
* Tidy MongoDB aggregation pipeline view

* Remove unused code

* WIP

* Add bindings for bindings drawer

* Is not external table if it's a query

* Add QueryArrayFetch

* Bug fix

* JavaScript is the worst

* refactor

* Add array label to query schema

* Remove console log

* type fix

* Don't include Array in SchemaTypeOptions, but show label

* Fix bindings

* refactor

* Rename isObject to hasSchema

* WIP

* Typing WIP

* Type not Types

* Unused import

* type fix

* Handle json array subtype

* Support queryarray datasource type

* refactor

* yarn lock

* update account portal

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
2024-02-19 09:13:03 +00:00
mike12345567
364579acc4 Fixing an issue when invalid version is supplied (not semver) shouldn't crash server. 2024-02-16 15:41:36 +00:00
Sam Rose
e4b0330866
Simplify the typing of workerRequests.ts 2024-02-15 15:49:30 +00:00
Sam Rose
dde8f77877
Type workerRequests.ts 2024-02-15 14:48:47 +00:00
Adria Navarro
4f42fd832d Lint 2024-02-09 16:47:58 +01:00
Adria Navarro
7ce9756d8c Revert jsRunner changes to vm 2024-02-09 16:36:43 +01:00
Sam Rose
77b3d479a0
Update dd-trace to 5.2.0. 2024-02-09 12:01:37 +00: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
3b8b60aa03 Use wrapper 2024-02-08 09:38:09 +01:00