tachybase_todo/packages/database/src
ChengLei Shao 81978711e4
featPlugin multiple apps (#248)
* feat: multiple apps plugin

* feat: multipleAppManager in Application

* stage

* fix: export error

* test: multiple app

* application model

* feat: create application with plugins

* load and install after sub application created

* create subApp database beforeInstall

* sub apps listen to main app start & stop events

* refactor: getPluginName as package name

* feat: load apps on mainApp starts

* fix: test

* feat: beforeGetApplication event

* fix: test

* fix: test with sqlite memory database

* test: lazyLoad application

* fix: test with sqlite memory

* chore: clone database collection & promise.all
2022-03-28 22:01:10 +08:00
..
__tests__ featPlugin multiple apps (#248) 2022-03-28 22:01:10 +08:00
fields fix(database): lost transaction 2022-03-18 15:14:23 +08:00
operators feat: ne operator (#233) 2022-03-13 19:34:24 +08:00
relation-repository refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
collection-importer.ts fix(database): ignore .d.ts 2022-03-19 20:51:02 +08:00
collection.ts featPlugin multiple apps (#248) 2022-03-28 22:01:10 +08:00
database.ts featPlugin multiple apps (#248) 2022-03-28 22:01:10 +08:00
filter-parser.ts fix: filter parser with number in key (#219) 2022-03-03 22:02:15 +08:00
index.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
magic-attribute-model.ts feat(client): improve the sub table field 2022-02-25 16:24:50 +08:00
mock-database.ts featPlugin multiple apps (#248) 2022-03-28 22:01:10 +08:00
model-hook.ts feat: init sort field values (#236) 2022-03-14 13:24:00 +08:00
model.ts feat: sortBy through table value (#209) 2022-02-27 23:02:26 +08:00
options-parser.ts fix: option parser test (#195) 2022-02-17 17:41:30 +08:00
playground.ts v0.6 2021-12-06 21:23:34 +08:00
repository.ts test: update reverseField (#231) 2022-03-11 10:08:58 +08:00
transaction-decorator.ts feat: add acl plugin (#169) 2022-01-30 10:37:27 +08:00
update-associations.ts add: test (#224) 2022-03-06 19:12:44 +08:00
update-guard.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00