Peter Clement
9d841bc947
Server and Worker tests ( #8928 )
...
* automation unit tests
* row processor tests
* update executeQuery test
* update groups assertion
* some more worker tests
* plugin tests and tidying up
* linting
* temporarily disable group tests
* more tests
* fix import
* fix backup tests
* add pro mocks to worker
* check for app existence in import test
* test new tsconfig
* testing changes
* Pro test utils (#9020 )
* Pro test utils changes
* Add test fixes
* Remove ts-ignore
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-12 22:02:32 +00:00
mike12345567
a02e9017ec
Final fixes after re-running all test suites.
2022-11-28 19:12:23 +00:00
mike12345567
3aeb6653c6
Some fixes after re-running server tests.
2022-11-28 18:14:10 +00:00
mike12345567
658f12281d
Fixes based on server build so far.
2022-11-26 15:10:41 +00:00
mike12345567
a3bb2e0d77
Automation overhaul to Typescript, plus type updates.
2022-11-25 19:57:07 +00:00
mike12345567
02ede5d067
Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions.
2022-11-22 19:49:59 +00:00
mike12345567
c6366c573a
Final server test fixes, after all updates to context/removal of context faking.
2022-11-15 19:04:39 +00:00
mike12345567
bc94f20794
Typescript conversions - trying to get all of context/db layer into TS.
2022-11-11 11:57:50 +00:00
Martin McKeaveney
87717ebdf5
merge with master
2022-10-31 13:44:23 +00:00
mike12345567
51251b1fe2
Adding backup queue to bullboard if enabled.
2022-10-26 18:50:40 +01:00
mike12345567
a24694a4ea
Refactoring a lot of content around webhooks to Typescript, as well as fixing webhooks and automation app IDs on import of new app.
2022-10-25 18:19:18 +01:00
Mel O'Hagan
7166a48382
Unused import
2022-10-25 15:19:46 +01:00
Mel O'Hagan
e11f4932d3
Handle multiple automation loop bindings
2022-10-25 15:19:07 +01:00
Rory Powell
56456f3f6d
Startup fixes
2022-10-25 13:37:26 +01:00
mike12345567
0bd2a18e46
Main types and work for the CRUD operations of app backup backend in pro + the listeners to handle exporting apps from the server.
2022-10-14 19:24:03 +01:00
mike12345567
b702c7482a
Fixes for cronjob stop - correctly handle this without stalled job handle.
2022-10-14 13:26:42 +01:00
mike12345567
d620e54fdb
Handling listeners as part of queue creation, rather than external part.
2022-10-13 17:55:05 +01:00
mike12345567
b6ca14aa85
Renaming some queue to automationQueue, getting build working.
2022-10-13 17:39:26 +01:00
mike12345567
35525bfedd
Moving queue implementation into backend-core - so that pro can access.
2022-10-13 17:27:04 +01:00
mike12345567
8d7f40e443
Refactoring more to Typescript, adding the ability to use the _find API of CouchDB.
2022-10-12 17:02:23 +01:00
Shumpei Kishi
2f563f108a
Adding a validation check for undefined
2022-10-03 17:34:06 +09:00
Shumpei Kishi
8aee6c95d8
Fixing the validation logic to accept boolean false value.
2022-10-03 15:55:11 +09:00
Rory Powell
79226777b1
Merge develop
2022-09-28 08:56:45 +01:00
Martin McKeaveney
57bbf28119
merge with master
2022-09-26 17:57:23 +01:00
Peter Clement
f069ddb27e
Automation fixes
2022-09-23 13:35:27 +01:00
Mel O'Hagan
1b49f02092
CC and BCC interface
2022-09-21 15:58:04 +01:00
mike12345567
86c8618e8f
Fix for #7431 - reboot didn't work at all previously which is why apps couldn't be published with it enabled, this is now a self host only feature, I've removed the ability to enable a reboot cron in the Cloud and it will not run the lookup/execution.
2022-09-07 17:05:17 +01:00
Rory Powell
5f022e04a3
Merge branch 'develop' into user-fixes
2022-08-31 11:39:41 +01:00
Rory Powell
dd86875ea2
Update shutdown logging
2022-08-31 10:47:41 +01:00
Martin McKeaveney
02c93071ee
merge
2022-08-30 10:33:37 +01:00
Rory Powell
6cdcfe18c8
Disable automation chaining in cloud
2022-08-23 12:35:53 +01:00
Rory Powell
7275ec5f99
Disable recursive row update on cloud automations
2022-08-23 11:41:58 +01:00
melohagan
f56e72dffd
Merge pull request #7364 from Budibase/bug/sev2/app-action-no-field-crash
...
Null safety for App Action no fields
2022-08-23 11:28:29 +01:00
Rory Powell
28cdb16e08
enable stalled job disabling
2022-08-20 11:02:22 +01:00
Rory Powell
f273a6f779
Add logging to all event listeners for automations + stalled handling stub
2022-08-19 23:14:19 +01:00
Rory Powell
97cafac46c
Add support for NODE_DEBUG to app-service in kubernetes
2022-08-19 15:21:53 +01:00
Mel O'Hagan
ef7b7079b0
tableId null safety
2022-08-19 14:57:15 +01:00
mike12345567
1c7f860184
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-08-11 16:28:46 +01:00
Martin McKeaveney
b3ff94ea84
pr comments
2022-08-10 16:26:10 +01:00
Martin McKeaveney
b417521725
onEmptyFilter selection for automations
2022-08-10 15:38:08 +01:00
Andrew Kingston
7c96eb3bda
Fix crash when attempting to parse a nullish automation error
2022-08-08 16:44:00 +01:00
Michael Drury
be79114081
Merge pull request #6898 from Budibase/feature/automation-error-stop
...
CRON automation stop after a number of errors
2022-07-29 16:20:51 +01:00
Martin McKeaveney
c723deded3
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-29 15:45:27 +01:00
mike12345567
07f3897b55
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop
2022-07-29 14:31:18 +01:00
mike12345567
348f7e2d1c
Fixing some issues with automations + lucene filtering (with string templating on the backend) as well as type coercion in the query rows action.
2022-07-28 13:39:11 +01:00
mike12345567
76ce26c6b5
Adding more logging to server log for cloud etc.
2022-07-28 11:14:06 +01:00
Rory Powell
1dc062a3fb
Merge branch 'master' into develop
2022-07-27 16:32:36 -04:00
mike12345567
3a4f2a7e66
Fixing issue discovered in #6813 - versioning of query rows was not correct in automations, was using old broken method.
2022-07-27 16:18:12 +01:00
mike12345567
e7010296ae
Fixing issue with test after update.
2022-07-26 16:13:41 +01:00
mike12345567
3fad32899f
Main body of updates to support disabling the cron, some cleanup of metadata at deployment to make sure they can be re-ran.
2022-07-25 20:45:29 +01:00