justwho
|
74b93f58fd
|
feat: update zh_CN.ts (#1458)
|
2023-02-16 21:03:31 +08:00 |
|
chenos
|
a6aec25343
|
refactor: export plugin (#1460)
* refactor: export plugin
* fix: improve code
|
2023-02-16 16:48:00 +08:00 |
|
ChengLei Shao
|
542175f454
|
feat: beforeSubAppLoad event
|
2023-02-16 01:46:23 +00:00 |
|
ChengLei Shao
|
6b40c92d49
|
Merge branch 'main' into fix/pg-schema-with-inherit
|
2023-02-15 15:08:06 +00:00 |
|
Chareice
|
897cede160
|
fix: inherited collection test
|
2023-02-15 17:08:35 +08:00 |
|
chenos
|
b1b3e523c2
|
fix(map): cannot read properties of undefined (reading 'title')
|
2023-02-15 15:58:09 +08:00 |
|
chenos
|
1b5f3a38cf
|
fix: skip migration test case
|
2023-02-15 15:23:04 +08:00 |
|
chenos
|
50a4da84d2
|
fix: skip test
|
2023-02-15 14:27:47 +08:00 |
|
chenos
|
d08c7833ee
|
fix: collection categories need to be sorted
|
2023-02-15 14:22:37 +08:00 |
|
Chareice
|
d232a7bb50
|
fix: test table name
|
2023-02-15 12:13:32 +08:00 |
|
Chareice
|
05243d03ca
|
fix: test
|
2023-02-15 11:55:53 +08:00 |
|
chenos
|
83bca97db0
|
fix: optimize import performance
|
2023-02-15 11:37:19 +08:00 |
|
Chareice
|
f03bcf716d
|
Merge branch 'main' into fix/pg-schema-with-inherit
|
2023-02-15 10:43:28 +08:00 |
|
Chareice
|
d3fb665e61
|
fix: test
|
2023-02-15 10:10:44 +08:00 |
|
Chareice
|
1575364736
|
chore: test
|
2023-02-15 00:18:48 +08:00 |
|
Chareice
|
408383becf
|
chore: show constraints query path
|
2023-02-14 21:36:42 +08:00 |
|
Chareice
|
f82be2a207
|
chore: show constraints query path
|
2023-02-14 21:35:44 +08:00 |
|
Chareice
|
130fe22704
|
fix: schema test
|
2023-02-14 21:34:23 +08:00 |
|
Chareice
|
ee3db22c8a
|
fix: update to bigint test
|
2023-02-14 20:15:32 +08:00 |
|
Chareice
|
1589d11e82
|
feat: collection add schema table name method
|
2023-02-14 20:04:49 +08:00 |
|
Chareice
|
5040182713
|
chore: db schema test options
|
2023-02-14 19:53:23 +08:00 |
|
Chareice
|
f1c269cb57
|
fix: test
|
2023-02-14 17:57:29 +08:00 |
|
Chareice
|
899a7f7141
|
Merge branch 'main' into fix/pg-schema-with-inherit
|
2023-02-14 15:32:49 +08:00 |
|
chenos
|
05740672a0
|
feat: multiple apps admin (#1431)
* fix: dynamic routerBase
* fix: start sub app with empty options
* chore: sync options
* fix: sub app create database
* fix: test
* fix: deps
* feat: register app db creator
* feat: default db creator
* feat: app options factory
* chore: api name
* fix: test
* fix: running sub app
* fix: beforeGetApplication hook
* fix: mysql test
* fix: appManager get selector
* chore: callback
---------
Co-authored-by: Chareice <chareice@live.com>
|
2023-02-14 15:30:58 +08:00 |
|
CraK
|
176bd6e7ac
|
chore: fix build plugin error (#1454)
* chore: fix build plugin error
* Update evaluate.ts
* Update package.json
* chore: update formulajs@3.1.7 → 4.2.0
* Update evaluate.ts
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-02-14 15:27:49 +08:00 |
|
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 |
|
Frozen FIsh
|
00acbfb9b0
|
Revert "fix(table): make filed overflow behavior right (#1392)" (#1452)
This reverts commit 7fda978fe8 .
|
2023-02-13 16:22:43 +08:00 |
|
katherinehhh
|
7591a0e8ea
|
fix(collection category): zh_cn locale defect (#1451)
|
2023-02-13 15:11:11 +08:00 |
|
chenos
|
e5e503fe87
|
feat: add namespace and duplicator parameters for collection options (#1449)
* feat: add namespace and duplicator parameters for collection options
* fix: duplicator:getDict
|
2023-02-13 09:57:03 +08:00 |
|
anuoua
|
2cfdfd2084
|
fix(snapshot-field): remove depth limit (#1450)
|
2023-02-13 09:55:04 +08:00 |
|
anuoua
|
6c837ee08c
|
feat: association snapshot (#1438)
* feat: snapshota
* feat: snapshota i18n & bugs
* feat: snapshota association value fix
* feat: snapshota remove require true
* feat: snapshota params.values null fix
* feat: snapshota i18n
* feat: snapshota CR fix
* feat: snapshota field change fix
* feat: snapshota magicstring fix
* feat: snapshota field del fix
* feat: snapshota CR fix
* feat: snapshota tag fix
* feat: snapshota depth < 3
* fix: improve code
* feat: snapshota test
* feat: snapshota remove disabled
* fix: disabled isOverride
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-02-12 14:43:48 +08:00 |
|
被雨水过滤的空气-Rairn
|
7fda978fe8
|
fix(table): make filed overflow behavior right (#1392)
* fix(Table): fix overflow issue on td element (#1392)
* chore(table): update style
|
2023-02-11 23:34:38 +08:00 |
|
chenos
|
d7dad1855f
|
fix(duplicator): automatic file path recognition
|
2023-02-11 11:09:14 +08:00 |
|
Chareice
|
f69b062b4f
|
fix: test
|
2023-02-11 09:41:59 +08:00 |
|
chenos
|
68511f05bc
|
docs: add plug-in documentation
|
2023-02-11 00:09:39 +08:00 |
|
Junyi
|
e2e85808e4
|
fix(plugin-sequence): fix missed createdAt field in bulk hook (#1448)
|
2023-02-10 23:41:30 +08:00 |
|
Chareice
|
5e603b5a52
|
chore: databse utils
|
2023-02-10 12:52:23 +08:00 |
|
chenos
|
2dc9c5c444
|
fix: error:0308010C:digital envelope routines::unsupported (#1447)
* fix: error:0308010C:digital envelope routines::unsupported
* fix: process.env.UNSET_NODE_OPTIONS
|
2023-02-10 11:16:36 +08:00 |
|
katherinehhh
|
f8a11cbbf0
|
feat: collection categories (#1327)
* feat: collection categories
* feat: collection category
* feat: collection category
* feat: collection category belongsToMany
* feat: collection category
* feat: collection category
* feat: collection category
* feat: collection category local
* feat: collection category
* feat: collection category collection
* feat: collection category code improve
* feat: collection category code improve
* feat: collection category column
* feat: collection category color
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category refresh
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: graph collection show category color
* feat: graph collection show category color
* feat: graph collection category style improve
* fix: change the variable names to camel case
* fix: category
* fix: collectionCategory
* fix: field options
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-02-10 09:15:37 +08:00 |
|
Junyi
|
2b7f138491
|
fix(plugin-fm): fix path config for storages (#1445)
|
2023-02-09 22:40:26 +08:00 |
|
Chareice
|
9c9c39c0cd
|
fix: restore with pg schema
|
2023-02-09 22:00:30 +08:00 |
|
SemmyWong
|
d79143e3ed
|
fix: node.js 17+, add openssl-legacy-provider (#1434)
* fix: node upgrade 17+, add openssl-legacy-provider
* fix: node upgrade 17+, add openssl-legacy-provider
* fix: param NODE_OPTIONS_OPENSSL_LEGACY_PROVIDER change to NODE_OPTIONS
|
2023-02-09 17:04:32 +08:00 |
|
Junyi
|
71dcabec25
|
fix(plugin-workflow): fix schedule on field null value (#1442)
|
2023-02-09 16:24:51 +08:00 |
|
Chareice
|
4449325489
|
fix: pg schema in sync runner
|
2023-02-09 13:01:25 +08:00 |
|
Chareice
|
7fe70da4fa
|
chore: db schema options support
|
2023-02-09 11:24:52 +08:00 |
|
ChengLei Shao
|
1b63403811
|
feat: pg schema support (#1439)
* chore: pg schema test
* test: collection schema
* fix: test
* feat: create schema if not exist in sync method
* fix: test
|
2023-02-08 22:08:25 +08:00 |
|
Junyi
|
88c35a086a
|
fix(i18n): set key and ns separator default to false (#1432)
|
2023-02-06 19:57:40 -08:00 |
|
ChengLei Shao
|
debd95894f
|
feat: disable trigger when import collection (#1417)
* feat: dump with pg user defined functions
* chore: restore db in restorer
* chore: restore log
* feat: disable trigger when import collection
|
2023-02-07 11:55:11 +08:00 |
|
被雨水过滤的空气-Rairn
|
8657710997
|
chore: translate 'Add tab' in page header (#1424)
|
2023-02-05 13:25:18 +08:00 |
|
Junyi
|
3115134f3a
|
fix(plugin-workflow): use promise to request (#1426)
|
2023-02-04 16:03:25 +08:00 |
|