tachybase_todo/packages/core/database/src
ChengLei Shao 0e0eb6432e
feat: provide the underscored option for the database (#1366)
* feat: underscored options

* feat: underscored using hook

* feat: database underscored options

* feat: underscored env

* fix: collectionExistsInDb

* fix: test

* fix: nocobase install

* fix: test

* fix: belongsTo association

* fix: test of underscored

* chore: console.log

* fix: list action test

* fix: dump test

* chore: snakeCase algo

* fix: underscored field create

* fix: underscored env

* fix(acl): custom appends merge strategy (#1416)

* Update index.md

* fix(plugin-workflow): use promise to request (#1426)

* Update index.md

* Update collection.md

* Update index.md

* Update index.md

* Update collection.md

* Update field.md

* Update repository.md

* Update has-one-repository.md

* Update has-many-repository.md

* Update belongs-to-many-repository.md

* Update index.md

* chore: translate 'Add tab' in page header (#1424)

* fix: test

* fix: workflow test

* fix: underscored with inherits

* fix: underscored test

* fix:  process.env.DB_UNDERSCORED

* fix: process.env.DB_UNDERSCORED === 'true'

* fix: test

* fix: pg test

* fix: underscored table name

* feat: tableName & fieldName conflict check

* fix: test

* fix: underscored index

* fix: update field unique index

* fix: sync default value

* fix: collection manager create field

* chore: field sync

* fix: pg test

* chore: test

* fix: test

* chore: default constraint name

* chore: syncUniqueIndex

* feat: field destory before check

* feat: field type check

* fix: test

* fix: test

* fix: improve

* fix: should destroy when fields refer to the same field

* fix: acl meta with underscored

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-02-13 21:38:47 +08:00
..
__tests__ feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +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 fix(database): filter match (#1319) 2023-01-03 13:38:20 +08:00
fields feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
operators chore: upgrade sequelize version to to latest (#1234) 2022-12-24 16:30:01 +08:00
relation-repository feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
collection-importer.ts refactor(plugin-workflow): abstract to classes (#515) 2022-06-20 23:29:21 +08:00
collection.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
database.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
filter-match.ts fix(database): filter match (#1319) 2023-01-03 13:38:20 +08:00
filter-parser.ts chore: upgrade sequelize version to to latest (#1234) 2022-12-24 16:30:01 +08:00
index.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
inherited-collection.ts fix: inherit startup sort (#1402) 2023-01-29 15:46: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 feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
model-hook.ts chore: upgrade sequelize version to to latest (#1234) 2022-12-24 16:30:01 +08:00
model.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
options-parser.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
playground.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
repository.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
sync-runner.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
types.ts Fix(plugin-sequence): support sequence field in m2m through table (#1383) 2023-01-18 22:54:08 +08:00
update-associations.ts fix: through collection individual hooks (#1378) 2023-01-17 12:32:28 +08:00
update-guard.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
utils.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00