tachybase_todo/packages/database/src
ChengLei Shao 3be12644ed
feat: sort in collection fields (#207)
* feat: sort in collection fields

* fix: sort should call before hidden

* mov: test file

* refactor: toJSON with traverseJSON

* fix: toJSON test

* fix: sortBy with hidden field
2022-02-26 15:12:18 +08:00
..
__tests__ feat: sort in collection fields (#207) 2022-02-26 15:12:18 +08:00
fields feat: sort in collection fields (#207) 2022-02-26 15:12:18 +08:00
operators fix: postgres array operator (#200) 2022-02-20 10:33:26 +08:00
relation-repository refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
collection-importer.ts v0.6 2021-12-06 21:23:34 +08:00
collection.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
database.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
filter-parser.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +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 Feat(plugin workflow): add more instructions (#201) 2022-02-20 21:23:39 +08:00
model-hook.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
model.ts feat: sort in collection fields (#207) 2022-02-26 15:12:18 +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 refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
transaction-decorator.ts feat: add acl plugin (#169) 2022-01-30 10:37:27 +08:00
update-associations.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00
update-guard.ts refactor(database): model toJSON without the hidden fields 2022-02-23 18:18:38 +08:00