budibase/packages/server/src
Peter Clement 9bf37b34ae
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
..
api Server and Worker tests (#8928) 2022-12-12 22:02:32 +00:00
automations Server and Worker tests (#8928) 2022-12-12 22:02:32 +00:00
constants Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
db Merge remote-tracking branch 'origin/develop' into fix/sample-data-edit-removed-delete-fixed 2022-11-29 12:54:22 +00:00
definitions Fixing issue with self host build - import of backend-core changes mean that loading the public API files can require setup of backend-core, making it so that the JWT Strategy doesn't need to be setup to load backend-core. 2022-11-01 12:59:10 +00:00
events Fixes based on server build so far. 2022-11-26 15:10:41 +00:00
integrations Final fix for #8882 - adding text to show the error - as well as fixing an issue with many to many updating correctly. 2022-12-02 17:28:37 +00:00
middleware Some fixes based on test runs. 2022-11-23 11:44:15 +00:00
migrations PR comments, moving more stuff into SDK. 2022-12-06 12:22:41 +00:00
sdk Fixing repl options. 2022-12-07 18:22:02 +00:00
tests Server and Worker tests (#8928) 2022-12-12 22:02:32 +00:00
threads Server and Worker tests (#8928) 2022-12-12 22:02:32 +00:00
utilities Server and Worker tests (#8928) 2022-12-12 22:02:32 +00:00
app.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
environment.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
index.ts
startup.ts Fixes based on server build so far. 2022-11-26 15:10:41 +00:00
watch.ts Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions. 2022-11-22 19:49:59 +00:00
websocket.ts