tachybase_todo/packages/core/database/src
Junyi e3e352ffeb
refactor(sequence-field): move to plugin and use table to record (#1209)
* refactor(sequence-field): move to plugin and use table to record

* fix(database): skip test case which not in core

* fix(plugin-sequence): add migration

* fix(plugin-sequence): fix types

* test(plugin-sequence): fix test cases

* fix(plugin-sequence): fix configuration ui

* fix(plugin-sequence): fix merge

* fix(plugin-sequence): fix schema and error message
2022-12-16 01:04:22 -08:00
..
__tests__ refactor(sequence-field): move to plugin and use table to record (#1209) 2022-12-16 01:04:22 -08:00
decorators feat: update many (#1135) 2022-11-24 00:24:27 +08:00
errors feat: limit database identifier (#908) 2022-10-14 15:02:41 +08:00
features fix: reference check after remove collection (#1123) 2022-11-22 16:19:48 +08:00
field-repository feat: set field (#1237) 2022-12-13 18:02:03 +08:00
fields refactor(sequence-field): move to plugin and use table to record (#1209) 2022-12-16 01:04:22 -08:00
operators refactor(database): fix some fields and types (#820) 2022-09-11 21:58:49 +08:00
relation-repository fix(database): cannot read properties of null (reading 'constructor') 2022-11-30 10:57:41 +08:00
collection-importer.ts refactor(plugin-workflow): abstract to classes (#515) 2022-06-20 23:29:21 +08:00
collection.ts fix(database): id is not generated when custom primary key 2022-12-01 10:00:46 +08:00
database.ts feat: set field (#1237) 2022-12-13 18:02:03 +08:00
filter-parser.ts fix: empty logic operator filter (#961) 2022-10-27 14:11:36 +08:00
index.ts feat: set field (#1237) 2022-12-13 18:02:03 +08:00
inherited-collection.ts fix: collections load order 2022-12-12 18:50:53 +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 docs: relation repository & acl (#848) 2022-10-06 10:29:53 +08:00
model-hook.ts fix: association accessors rebind (#1027) 2022-11-04 09:04:53 +08:00
model.ts fix: create inherits with empty table (#1160) 2022-11-30 10:00:46 +08:00
options-parser.ts feat: collection inheritance (#1069) 2022-11-16 12:53:58 +08:00
playground.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
repository.ts feat: set field (#1237) 2022-12-13 18:02:03 +08:00
sync-runner.ts fix: transaction error (#1162) 2022-11-30 11:37:59 +08:00
types.ts Doc: api database events (#887) 2022-10-14 17:22:32 +08:00
update-associations.ts feat: no recursive update associations (#1091) 2022-11-15 20:37:26 +08:00
update-guard.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
utils.ts fix(database): cannot read properties of null (reading 'constructor') 2022-11-30 10:57:41 +08:00