nocobase/packages/core
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
..
acl fix(acl): custom appends merge strategy (#1416) 2023-02-02 16:34:53 +08:00
actions fix: missing context 2023-01-28 19:07:04 +08:00
build chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
cache chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
cli fix: error:0308010C:digital envelope routines::unsupported (#1447) 2023-02-10 11:16:36 +08:00
client Revert "fix(table): make filed overflow behavior right (#1392)" (#1452) 2023-02-13 16:22:43 +08:00
create-nocobase-app chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
database feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
devtools chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
dumi-theme-nocobase chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
logger chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
resourcer chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
sdk chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
server feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
test chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
utils chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00