tachybase_todo/packages/core/database/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(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
database-utils feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
decorators feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
eager-loading feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
errors feat: limit database identifier (#908) 2022-10-14 15:02:41 +08:00
features fix(database): skip reference delete on view collection (#2303) 2023-07-23 17:13:30 +08:00
field-repository feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
fields chore(database): clean invalid associations in collection model when set field failed (#2720) 2023-09-27 22:03:04 +08:00
listeners feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
operators feat(variable): lazy load association fields (#2382) 2023-10-07 15:49:09 +08:00
query-interface feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
relation-repository feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
repositories feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
sql-collection feat(db): add sql collection (#2419) 2023-09-25 15:03:23 +08:00
sql-parser feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
value-parsers refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
view chore: jsonb field type map 2023-09-26 15:00:25 +08:00
collection-group-manager.ts feat: multiple apps (#1540) 2023-03-10 19:16:00 +08:00
collection-importer.ts fix: improve build (#2643) 2023-09-15 08:51:20 +08:00
collection.ts feat(plugin-custom-request): support better custom-request (#2536) 2023-10-13 15:16:50 +08:00
database.ts feat(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
filter-match.ts fix(database): filter match (#1319) 2023-01-03 13:38:20 +08:00
filter-parser.ts feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
helpers.ts feat(database): support read ssl file in database config (#2689) 2023-09-21 11:55:18 +08:00
index.ts feat(db): add sql collection (#2419) 2023-09-25 15:03:23 +08:00
inherited-collection.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
inherited-map.ts fix: remove node after collection removed (#1095) 2022-11-16 20:10:26 +08:00
magic-attribute-model.ts feat(plugin-cm): add unique option for base fields (#745) 2022-08-20 23:23:13 +08:00
migration.ts feat: improve migrations (#510) 2022-06-17 10:25:59 +08:00
mock-database.ts feat(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
model-hook.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
model.ts feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
options-parser.ts feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
playground.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
repository.ts fix: create collections with multiple records (#2753) 2023-10-09 17:35:04 +08:00
sync-runner.ts chore: sync runner error message 2023-07-27 21:50:41 +08:00
types.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
update-associations.ts chore: should update belongs to many through table when it is a view (#2635) 2023-09-13 07:15:43 +08:00
update-guard.ts feat(database): perform data validation before the update/create operation (#2681) 2023-09-20 11:53:56 +08:00
utils.ts Refactor/append fields (#1883) 2023-05-19 16:39:00 +08:00
view-collection.ts feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00