tachybase_todo/packages/core/server/src
ChengLei Shao 02559b61ba
feat(ci): run backend tests concurrently (#2815)
* chore: run backend tests concurrently

* fix: mock app server create database

* chore: using @swc/jest instead of ts-jest

* chore: create test database

* chore: database distributor

* fix: test collection manager

* fix: test

* chore: to  use Jest.mock, change the formatter to the commonjs module

* chore: db acquire

* chore: github action

* fix: pg test action

* chore: formatter

* chore: jest workaround

* fix: mysql test

* chore: mysql github action

* chore: clean storage

* chore: gitignore

* chore: max workers
2023-10-17 22:22:45 +08:00
..
__tests__ feat(gateway): extend app selector as middleware (#2761) 2023-10-09 13:02:36 +08:00
acl feat: acl optimization (#1136) 2023-01-09 07:35:48 +08:00
commands chore(command): set command handle by ipc server or not (#2660) 2023-09-19 14:39:54 +08:00
cron feat(application): cron job in application (#2730) 2023-09-27 19:31:14 +08:00
errors feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
gateway feat(gateway): extend app selector as middleware (#2761) 2023-10-09 13:02:36 +08:00
helpers feat: application supervisor (#2353) 2023-08-24 17:47:45 +08:00
locale fix: remove PluginManager.getPackageName 2023-09-13 14:40:43 +08:00
middlewares feat(variable): lazy load association fields (#2382) 2023-10-07 15:49:09 +08:00
migrations fix: migration error 2023-09-13 03:56:51 +08:00
plugin-manager fix: version source (#2836) 2023-10-15 20:30:58 +08:00
swagger fix: core doc filter params (#2695) 2023-09-21 16:00:33 +08:00
app-command.ts chore(command): set command handle by ipc server or not (#2660) 2023-09-19 14:39:54 +08:00
app-supervisor.ts feat(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
application.ts feat(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
helper.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
index.ts feat: application supervisor (#2353) 2023-08-24 17:47:45 +08:00
migration.ts feat: improve migrations (#510) 2022-06-17 10:25:59 +08:00
plugin.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
read-config.ts fix: create-nocobase-app (#306) 2022-04-21 00:15:38 +08:00