Zeke Zhang
28eae4a85b
fix(subTable): should clear form value after submit ( #3508 )
...
* fix(subTable): should clear form value after submit
* test: add test
2024-02-16 08:48:37 +08:00
Zeke Zhang
b232586f7b
style(PinnedPluginList): fix hover background color ( #3501 )
2024-02-08 08:47:33 +08:00
Junyi
1978d66ccd
docs(plugin-workflow): fix keyword ( #3498 )
2024-02-07 22:38:13 +08:00
chenos
d8bbdc9648
chore(versions): 😊 publish v0.19.0-alpha.6
2024-02-07 20:11:19 +08:00
chenos
b71f12560a
fix: plugin load collections ( #3499 )
2024-02-07 20:10:13 +08:00
katherinehhh
ea35d103ac
fix: sub-table should not support action column ( #3497 )
...
* fix: sub-table should not support action column
* fix: sub-table should not support action column
2024-02-07 15:43:07 +08:00
Zeke Zhang
626823b4b5
Revert "fix(upload): fix upload url for relationship blocks"
...
This reverts commit bb83face08
.
2024-02-07 13:13:57 +08:00
Zeke Zhang
bb83face08
fix(upload): fix upload url for relationship blocks
2024-02-07 13:12:14 +08:00
chenos
2d5b70b3f7
fix: cannot find module 'pg'
2024-02-06 10:40:08 +08:00
chenos
9ff785dca4
fix: password cannot be empty ( #3491 )
2024-02-05 22:56:36 +08:00
chenos
c0988d9fc6
feat: update package.json
2024-02-05 21:10:48 +08:00
katherinehhh
a059b27d13
refactor: plugin manager keywords ( #3490 )
2024-02-05 14:37:07 +08:00
Junyi
ed35a35837
fix(plugin-workflow-form-trigger): fix locale ( #3488 )
2024-02-04 21:20:19 +08:00
xilesun
9120955733
fix: error message of uid field
2024-02-04 20:14:53 +08:00
YANG QIA
e8138816f2
fix: fix T-3012 ( #3489 )
2024-02-04 18:06:54 +08:00
Junyi
dcd732db89
fix(plugin-workflow): fix revision with new properties ( #3487 )
2024-02-04 09:49:18 +08:00
S.Feng
f1a3c17522
style(lang): add zh-tw ( #3446 )
2024-02-03 20:22:17 +08:00
chenos
6c9520e0a2
fix: layout of plugin settings icons ( #3478 )
2024-02-03 19:41:26 +08:00
Junyi
237c4aa084
fix(server): fix messages in data-wrapping ( #3485 )
2024-02-03 10:37:28 +08:00
Zeke Zhang
33edd78531
style: fix color of more button and scrollbar style ( #3486 )
...
* style(header): fix color of more button
* style: fix scrollbar style
2024-02-03 10:21:21 +08:00
Junyi
407f887584
fix(plugin-workflow): fix processor options to pass any context ( #3483 )
2024-02-02 21:11:08 +08:00
Junyi
74a0254d5c
refactor(plugin-workflow): optimize hint on binding workflow ( #3480 )
...
* refactor(plugin-workflow): optimize hint on binding workflow
* fix(plugin-workflow-form-trigger): fix action triggerable check for form trigger
2024-02-02 14:49:27 +08:00
katherinehhh
44a70107af
refactor: plugin manager optimize & support keywords ( #3467 )
...
* refactor: plugin manager refactor
* refactor: plugin manager keywords
* refactor: plugin manager keywords
* refactor: disabled plugin support seccend confirm
* refactor: plugin manager
* refactor: plugin manager
* refactor: plugin manager
* refactor: plugin manager
* refactor: plugin manager
* refactor: plugin manager
* fix: styles
* fix: 4
* refactor: plugin manger sort by display name
* refactor: plugin manger homepage
* refactor: plugin manger keyword
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-02-02 12:02:18 +08:00
Junyi
4d4a70b2f4
refactor(plugin-workflow): support any context in processor as options ( #3473 )
...
* refactor(plugin-workflow): support any context in processor as options
* fix(plugin-workflow): fix collection trigger
* fix(plugin-workflow): fix collection trigger and instructions
* fix(plugin-workflow): fix bind workflow configuration on button
* fix(plugin-workflow): fix e2e test cases
2024-02-02 10:32:27 +08:00
hongboji
cd09649e1c
test: parallel branch node e2e ( #3471 )
...
* test: add parallel branch node e2e
* test: parallel branch node e2e
2024-02-01 17:49:07 +08:00
Zeke Zhang
e7a28035c2
fix(defaultValue): should not use defaultValue in filter blocks ( #3472 )
2024-01-31 13:20:15 +08:00
katherinehhh
89bf75871f
fix: attachment field set as single and doesn't display re-uploaded attachments after deleted ( #3469 )
2024-01-31 09:08:35 +08:00
chenos
8765208016
chore(versions): 😊 publish v0.19.0-alpha.5
2024-01-30 17:11:37 +08:00
chenos
7247c94763
fix(create-nocobase-app): support mariadb dialect ( #3466 )
2024-01-30 17:10:16 +08:00
Zeke Zhang
bdaa2197a7
refactor: remove SharedFilterProvider ( #3424 )
2024-01-30 14:17:44 +08:00
Junyi
644039ba53
fix(client): fix variable textarea ime state under edge ( #3458 )
...
* fix(client): fix variable textarea ime state under edge
* test(plugin-workflow): adjust delay for typing in test case
* test(plugin-workflow): adjust delay for typing in test case
2024-01-30 09:34:31 +08:00
Zeke Zhang
3c4000fdad
fix(CascadeSelect): should change value when deleting value ( #3440 )
...
* fix(CascadeSelect): should change value when deleting value
* fix: cascadeSelect should support clear option
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-01-29 19:00:25 +08:00
katherinehhh
a52816cc86
fix: filter form block failed to connect templat block ( #3457 )
2024-01-29 17:04:21 +08:00
katherinehhh
dad6072abb
refactor: bulk edit action set changeTo as default value ( #3455 )
2024-01-29 16:56:05 +08:00
ChengLei Shao
535d14b0bb
fix: load sql collection with source field ( #3456 )
...
* chore: load view
* chore: load sql collection
2024-01-29 16:40:57 +08:00
hongboji
1cad202745
test: Workflow manual node e2e ( #3451 )
...
* test: workflow manual node e2e
* fix: datablocks
* fix: timeout-minutes
* fix: datablocks&createRecordForm
* fix: createRecordForm
2024-01-29 15:59:07 +08:00
Junyi
ad065431fb
fix(plugin-workflow): fix end logic when success ( #3453 )
2024-01-29 14:04:37 +08:00
Zeke Zhang
2fc1604d78
style: fix side menu text overflow style ( #3450 )
2024-01-28 12:40:39 +08:00
Zeke Zhang
ec67f5fbc1
feat: support to add filter blocks for relationship blocks ( #3436 )
...
* refactor: use props to make more extensible
* feat: support to add filter blocks for relationship blocks
* test: fix error
* test: fix error
2024-01-28 09:22:53 +08:00
Junyi
fae544d1b1
fix(plugin-workflow): fix collection cycling triggering ( #3448 )
...
* fix(plugin-workflow): fix collection cycling triggering
* fix(plugin-workflow-test): fix test trigger
* fix(plugin-workflow): fix sqlite transaction triggering
2024-01-27 22:46:19 +08:00
Junyi
f7b62ed42b
fix(plugin-workflow): fix sql transaction and locale ( #3444 )
...
* fix(plugin-workflow): fix sql transaction and locale
* fix(plugin-workflow): fix locale
2024-01-27 09:37:40 +08:00
chenos
65020f69d4
chore(versions): 😊 publish v0.19.0-alpha.4
2024-01-26 21:16:57 +08:00
chenos
26ace127f9
fix: tree kill prompt
2024-01-26 21:16:25 +08:00
Junyi
804e282241
fix(client): fix cron locale when DOM and DOW both present ( #3442 )
2024-01-26 18:09:21 +08:00
Junyi
dada993d80
fix(plugin-workflow): fix sync collection trigger transaction ( #3437 )
2024-01-26 11:08:45 +08:00
chenos
d692d9cf1b
fix: skip migration if exists ( #3439 )
2024-01-26 09:31:28 +08:00
Junyi
2c90c0c6c3
feat(core): add message handling on success ( #3435 )
...
* feat(core): add message handling on success
* fix(core): fix nullable body messages
2024-01-25 22:56:14 +08:00
Junyi
4b8915b616
refactor(plugin-workflow): add sync option for trigger ( #3383 )
...
* refactor(plugin-workflow): add sync option for trigger
* feat(plugin-workflow-request): support sync call in request
* fix(plugin-workflow-request): fix request async call
* refactor(plugin-workflow): add method to check if workflow is sync
* fix(plugin-workflow): fix useAvailable in nodes
* fix(plugin-workflow): fix node.isAvailable check
* test(plugin-workflow): limit mysql version to pass test
* fix(plugin-workflow-delay): fix test case
* fix(plugin-workflow-delay): fix test case
* feat(plugin-workflow): add sync field for workflow
* refactor(plugin-workflow): adjust end node logic
* fix(plugin-workflow): support sync mode in form trigger
* feat(plugin-workflow): add end instruction
* fix(plugin-workflow-form-trigger): fix test cases
* fix(plugin-workflow): fix transaction for sync event
2024-01-25 22:10:03 +08:00
seonghookim
be7a4845ab
feat: add Korean translation ( #3428 )
...
* ko_KR 国际化
* fix: ko
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-25 22:07:22 +08:00
Zeke Zhang
a771e4ff1f
fix: should load association data of sub details ( #3432 )
...
* test: add test
* fix: should load association data of sub details
2024-01-25 14:50:25 +08:00
Junyi
fb11c82b79
feat(plugin-workflow): add cancel action for execution ( #3425 )
...
* feat(plugin-workflow): add cancel action for execution
* feat(plugin-workflow): add cancel button in execution canvas
* fix(plugin-workflow-manual): fix canceled execution actions
2024-01-24 21:09:48 +08:00
jack zhang
dc61f10f78
fix: change exit description ( #3430 )
2024-01-24 17:12:00 +08:00
jack zhang
b7948d5409
fix: remove tree-kill package to core/cli ( #3429 )
...
* fix: remove tree-kill package to core/cli
* fix: remove unuse code
2024-01-24 16:05:29 +08:00
chenos
2792cb1b0a
fix: e2e test did not exit successfully ( #3427 )
...
* fix: e2e test did not exit successfully
* fix: tree kill
---------
Co-authored-by: dream2023 <1098626505@qq.com>
2024-01-24 14:55:41 +08:00
chenos
1b2c67fea7
fix: symlink dir
2024-01-24 13:06:06 +08:00
katherinehhh
10e0f6ec1f
refactor: configuration mode, buttons without permission should be displayed, but cannot be clicked ( #3421 )
2024-01-23 15:33:48 +08:00
katherinehhh
5a09774cf6
refactor: permission sholud passed without setting x-acl action ( #3410 )
2024-01-22 14:40:04 +08:00
Junyi
3b60ba2cf8
test: mysql version bug ( #3412 )
...
* test(plugin-workflow): limit mysql version to pass test
* fix(plugin-workflow-delay): fix test case
* fix(plugin-workflow-delay): fix test case
2024-01-20 20:59:49 +08:00
chenos
1260934d2b
fix(client): cannot read properties of null (reading 'removeEventListener')
...
at http://localhost:13000/p . index.f739617tasyncis:118:3551
2024-01-20 14:48:17 +08:00
katherinehhh
1fa4d48869
fix: attachment deletion and re upload do not display ( #3405 )
2024-01-18 19:10:44 +08:00
chenos
acabb9cbf0
fix: run postinstall after pm add
2024-01-18 11:23:57 +08:00
katherinehhh
fe260d0371
refactor: parent inherited collection support enable child collection in add new action ( #3398 )
...
* refactor: parent inherited collectionsholud enable child collection in add new
* fix: useisDetailBlock
* fix: useIsDetailBlock
* fix: useIsDetailBlock
* fix: useIsDetailBlock
2024-01-18 09:46:27 +08:00
chenos
8217ebfb1b
feat: improve plugin manager process ( #3386 )
...
* feat: improve plugin manager process
* fix: skip help error
* fix: ipc check
* fix: improve remove
* fix: refresh
* fix: remove dir
* fix: improve code
* fix: update yarn.lock
* fix: e2e error
* fix: migration
* fix: pm create
* Revert "fix: migration"
This reverts commit 8f8fe04436
.
* fix: remove sample-hello
2024-01-18 00:33:15 +08:00
Junyi
a4b9544944
Fix/plugin workflow migration ( #3404 )
...
* fix(plugin-workflow): fix migration
* fix(plugin-workflow): add job.nodeKey when saving
2024-01-17 20:09:24 +08:00
katherinehhh
8d06b73c48
fix: varibales as & &Iteration is not correct in record picker ( #3399 )
2024-01-17 11:16:19 +08:00
Junyi
6f72451d27
fix(plugin-workflow-manual): fix value block in todo block ( #3400 )
2024-01-17 00:06:40 +08:00
katherinehhh
d3704f6807
fix: assciation field in sub-table should support enable link when readOnly or readPrety ( #3390 )
2024-01-16 15:58:18 +08:00
katherinehhh
bc927af640
refactor: local translate ( #3396 )
2024-01-16 11:31:03 +08:00
YANG QIA
8530da7c23
fix: fix T-2916 ( #3393 )
2024-01-15 23:46:29 +08:00
katherinehhh
6fb5af993e
refactor(sub-table): sub-table support selection of existing records ( #3311 )
...
* refactor: sub-table support selection of existing records
* refactor: local improve
* refactor: sub-table support select existing records
* refactor: create action support updateAssociationValues
* refactor: sub-table
* fix: omit foreignKey
* refactor: record picker omit foreignKey
* test: manyToMany
* test: subform: basic fields
* test: table column & sub-table in edit form
2024-01-15 17:46:55 +08:00
YANG QIA
dc71a77d8c
fix(auth): redirect URL after signing in by SSO sucessfully ( #3387 )
...
* fix: fix T-2900
* fix: saml
2024-01-14 22:26:13 +08:00
chenos
88dd3dd569
feat: update docs
2024-01-13 18:36:11 +08:00
Dunqing
8ab69500c7
fix(custom-request): permission issues ( #3306 )
...
* fix(custom-request-plugin): cannot see custom request action in non-root role when acl doesn't set
* fix: list all roles
* feat: display all roles
* feat: support
* fix: remove unused code
* fix: options is null
* fix: translation
* fix: migration error
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-13 18:13:18 +08:00
chenos
1adaa53c2b
feat: supports the WS_PATH environment variable ( #3384 )
2024-01-13 18:05:22 +08:00
chenos
c44f459756
fix: migration error
2024-01-13 09:47:35 +08:00
Zeke Zhang
f466e6ec95
test(e2e): increase the number of retries for error-prone tests
2024-01-12 17:14:18 +08:00
katherinehhh
dfb4421484
fix: table column sort params should support cancel sort ( #3372 )
...
* fix: sort params
* fix: sort params
2024-01-12 09:50:17 +08:00
chenos
57a2bac72a
fix(api-doc): invalid headers
2024-01-12 09:14:27 +08:00
YANG QIA
1871fdd895
fix: fix T-2909 ( #3373 )
2024-01-11 19:29:25 +08:00
katherinehhh
c9901d1681
fix: graph collection auto layout reporting error ( #3370 )
2024-01-11 16:51:32 +08:00
katherinehhh
80b71c4a7b
test: collection selector test ( #3371 )
...
* test: collection selector test
* test: collection selector test
2024-01-11 16:51:22 +08:00
Zeke Zhang
29a09b1ceb
fix(TableSelectorProvider): parse filter param ( #3366 )
...
* fix(TableSelectorProvider): parse filter param
* fix: avoid duplicate loading of data
2024-01-11 16:22:06 +08:00
katherinehhh
b650d30996
Revert "test: collection selector test" ( #3369 )
2024-01-11 16:20:00 +08:00
katherinehhh
5903541f43
test: collection selector test ( #3368 )
2024-01-11 15:44:55 +08:00
katherinehhh
f38e4bcaa8
refactor: local impeove ( #3367 )
2024-01-11 15:19:44 +08:00
YANG QIA
7d29c717eb
feat(oidc): add advanced options ( #3364 )
...
* fix(oidc): params issue
* fix: test
* fix: exchangeBody
* feat: add advanced settings
* fix: locale
* fix: bug
* feat: allow to set state token manually
2024-01-11 11:27:40 +08:00
katherinehhh
4d44c6e24e
fix: useDesigner Designer should has default toolbar ( #3365 )
...
* fix: useDesigner Designer should has default toolbar
* test: e2e schemaSeting for linkage rule
* test: e2e schemaSeting for linkage rule
* test: e2e schemaSeting for linkage rule
2024-01-11 11:21:18 +08:00
chenos
2f8b0e75f8
feat: optimize translation
2024-01-11 10:06:44 +08:00
katherinehhh
77ef27d524
fix: linkage rules support multi-level association value calculation and assignment ( #3359 )
2024-01-10 17:01:20 +08:00
katherinehhh
79735a372b
fix: linkage rule only support action with context record ( #3355 )
2024-01-10 17:00:44 +08:00
Zeke Zhang
7534e12029
fix(header): avoid affecting the colours of other menus ( #3357 )
...
* fix: avoid affecting the colours of other menus
* Revert "Revert "fix(theme): fix color of header menu (#3354 )""
This reverts commit 3a06893463
.
2024-01-10 16:52:02 +08:00
hongboji
6eff76ffa2
fix: compute node random data even error ( #3346 )
...
* fix: compute node random data even error
* fix: expression edit box error
* fix: expression edit box error
2024-01-10 15:17:21 +08:00
Zeke Zhang
3a06893463
Revert "fix(theme): fix color of header menu ( #3354 )"
...
This reverts commit 70633840da
.
2024-01-10 11:33:23 +08:00
Zeke Zhang
70633840da
fix(theme): fix color of header menu ( #3354 )
2024-01-10 09:15:41 +08:00
ChengLei Shao
0ce0ca6441
fix: dump with sql collection ( #3350 )
...
* chore: dump with sql collection
* fix: dump with view that not exists in database
* fix: test
* fix: test
* fix: test
* fix: test
2024-01-09 22:19:43 +08:00
chenos
38c19818d3
chore(versions): 😊 publish v0.19.0-alpha.3
2024-01-09 18:32:09 +08:00
chenos
f2de05bea0
fix(client): hide gmt property
2024-01-09 18:12:34 +08:00
chenos
f5d88c9057
fix: e2e ci ( #3349 )
...
* fix: e2e ci
* fix: ci
* fix: error
* test: e2e
* fix: error
* fix: remove load
* fix: test error
2024-01-09 17:43:14 +08:00
katherinehhh
6d68515275
fix: collection field update reporting error ( #3352 )
2024-01-09 16:51:46 +08:00
jack zhang
849096aafa
fix: build clean ( #3351 )
2024-01-09 15:56:53 +08:00
by
effff269dc
fix: filter form drop-down selection to add data range ( #3321 )
...
* fix: filter form drop-down selection to add data range
* refactor: use existing code directly
* test: add tests
---------
Co-authored-by: zhangboya3 <zhangboya3@xiaomi.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-01-09 12:21:16 +08:00
chenos
2070f2046d
chore(versions): 😊 publish v0.19.0-alpha.2
2024-01-09 09:13:16 +08:00
chenos
6567013440
fix: error creating sock file on windows
2024-01-09 09:12:48 +08:00
chenos
c39d3398ae
chore(versions): 😊 publish v0.19.0-alpha.1
2024-01-08 19:32:54 +08:00
chenos
eed36c3bba
fix: test error
2024-01-08 19:28:26 +08:00
chenos
7779cd79ac
refactor: optimize the command line ( #3339 )
...
* fix: perform load action on boot main app
* feat: add dataType option in collection duplicator
* chore: reset optional dumpable config
* chore: dump command
* chore: dump & restore command
* chore: delay restore
* fix: dump test
* chore: restore command
* chore: dump command action
* chore: dumpable collection api
* chore: client collection option
* feat: backup& restore client
* chore: content disposition header in dump response
* chore: download backup field
* feat: collection origin option
* fix: test
* chore: collection manager collection origin
* chore: upload backup field
* chore: upload restore file
* chore: upload restore file
* fix: test
* chore: backup and restore support learn more
* refactor: upload restore file
* refactor: upload restore file
* fix: test
* fix: test
* chore: dumpable collection with title
* chore: pg only test
* chore: test
* fix: test
* chore: test sleep
* style: locale improve
* refactor: download backup file
* refactor: start restore
* fix: restore key name
* refactor: start restore
* refactor: start restore
* refactor: start restore
* refactor: start restore
* refactor: start restore
* refactor: start restore
* chore: unify duplicator option
* fix: dump empty collection
* chore: test
* chore: test
* style: style improve
* refactor: locale improve
* chore: dumpalbe collection orders
* style: style improve
* style: style improve
* style: icon adjust
* chore: nginx body size
* chore: get file status
* feat: run dump task
* feat: download api
* chore: backup files resourcer
* feat: restore destroy api
* chore: backup files resoucer
* feat: list backup files action
* chore: get collection meta from dumped file
* fix: dump file name
* fix: test
* chore: backup and restore ui
* chore: swagger api for backup & restore
* chore: api doc
* chore: api doc
* chore: api doc
* chore: backup and restore ui
* chore: backup and restore ui
* chore: backup and restore ui
* chore: backup and restore ui
* chore: backup and restore ui
* fix: restore values
* style: style improve
* fix: download field respontype
* fix: restore form local file
* refactor: local improve
* refactor: delete backup file
* fix: in progress status
* refactor: locale improve
* refactor: locale improve
* refactor: style improve
* refactor: style improve
* refactor: style improve
* test: dump collection table attribute
* chore: dump collection with table attributes
* chore: test
* chore: create new table in restore
* fix: import error
* chore: restore table from backup file
* chore: sync collection after restore collections
* fix: restore json data
* style: style improve
* chore: restore with fields
* chore: test
* fix: test
* fix: test with underscored
* style: style improve
* fix: lock file state
* chore: add test file
* refactor: backup & restore plugin
* fix: mysql test
* chore: skip import view collection
* chore: restore collection with inherits topo order
* fix: import
* style: style improve
* fix: restore sequence fields
* fix: themeConfig collection duplicator option
* fix: restore with dialectOnly meta
* fix: throw error
* fix: restore
* fix: import backup file created in postgres into mysql
* fix: repeated items in inherits
* chore: upgrade after restore
* feat: check database env before restore
* feat: handle autoincr val in postgres
* chore: sqlite & mysql queryInterface
* chore: test
* fix: test
* chore: test
* fix: build
* fix: pg test
* fix: restore with date field
* chore: theme-config collection
* chore: chage import collections method to support collection origin
* chore: fallback get autoincr value in mysql
* fix: dataType normalize
* chore: delay restore
* chore: test
* fix: build
* feat: collectin onDump
* feat: collection onDump interface
* chore: dump with view collection
* chore: sync in restore
* refactor: locale improve
* refactor: code improve
* fix: test
* fix: data sync
* chore: rename backup & restore plugin
* chore: skip test
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* chore: import version check
* chore: backup file dir
* chore: build
* fix: bugs
* fix: error
* fix: pageSize
* fix: import origin
* fix: improve code
* fix: remove namespace
* chore: dump rules config
* fix: dump custom collection
* chore: version
* fix: test
* fix: test
* fix: test
* fix: test
* chore: test
* fix: load custom collection
* fix: client
* fix: translation
* chore: code
* fix: bug
* fix: support shared option
* fix: roles collection dumpRules
* chore: test
* fix: define collections
* chore: collection group
* fix: translation
* fix: translation
* fix: restore options
* chore: restore command
* refactor: optimize the command line
* chore: dump error
* fix: test error
* fix: test error
* fix: test error
* fix: test error
* fix: test error
* fix: skip cli test cases
* fix: test error
* fix: too many open files
* fix: update migration version
* fix: migrations
* fix: upgrade
* fix: error
* fix: migration error
* fix: upgrade
* fix: test error
* fix: timeout
* fix: width
* feat: auto load collections
* fix: test error
* fix: test error
* fix: test error
* fix: test error
* fix: test error
* fix: test error
* fix: test error
* fix: ipc error
* fix: test error
---------
Co-authored-by: Chareice <chareice@live.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-01-08 19:05:14 +08:00
ChengLei Shao
fa97d0a642
feat: application backup and restore ( #3268 )
...
* fix: perform load action on boot main app
* feat: add dataType option in collection duplicator
* chore: reset optional dumpable config
* chore: dump command
* chore: dump & restore command
* chore: delay restore
* fix: dump test
* chore: restore command
* chore: dump command action
* chore: dumpable collection api
* chore: client collection option
* feat: backup& restore client
* chore: content disposition header in dump response
* chore: download backup field
* feat: collection origin option
* fix: test
* chore: collection manager collection origin
* chore: upload backup field
* chore: upload restore file
* chore: upload restore file
* fix: test
* chore: backup and restore support learn more
* refactor: upload restore file
* refactor: upload restore file
* fix: test
* fix: test
* chore: dumpable collection with title
* chore: pg only test
* chore: test
* fix: test
* chore: test sleep
* style: locale improve
* refactor: download backup file
* refactor: start restore
* fix: restore key name
* refactor: start restore
* refactor: start restore
* refactor: start restore
* refactor: start restore
* refactor: start restore
* refactor: start restore
* chore: unify duplicator option
* fix: dump empty collection
* chore: test
* chore: test
* style: style improve
* refactor: locale improve
* chore: dumpalbe collection orders
* style: style improve
* style: style improve
* style: icon adjust
* chore: nginx body size
* chore: get file status
* feat: run dump task
* feat: download api
* chore: backup files resourcer
* feat: restore destroy api
* chore: backup files resoucer
* feat: list backup files action
* chore: get collection meta from dumped file
* fix: dump file name
* fix: test
* chore: backup and restore ui
* chore: swagger api for backup & restore
* chore: api doc
* chore: api doc
* chore: api doc
* chore: backup and restore ui
* chore: backup and restore ui
* chore: backup and restore ui
* chore: backup and restore ui
* chore: backup and restore ui
* fix: restore values
* style: style improve
* fix: download field respontype
* fix: restore form local file
* refactor: local improve
* refactor: delete backup file
* fix: in progress status
* refactor: locale improve
* refactor: locale improve
* refactor: style improve
* refactor: style improve
* refactor: style improve
* test: dump collection table attribute
* chore: dump collection with table attributes
* chore: test
* chore: create new table in restore
* fix: import error
* chore: restore table from backup file
* chore: sync collection after restore collections
* fix: restore json data
* style: style improve
* chore: restore with fields
* chore: test
* fix: test
* fix: test with underscored
* style: style improve
* fix: lock file state
* chore: add test file
* refactor: backup & restore plugin
* fix: mysql test
* chore: skip import view collection
* chore: restore collection with inherits topo order
* fix: import
* style: style improve
* fix: restore sequence fields
* fix: themeConfig collection duplicator option
* fix: restore with dialectOnly meta
* fix: throw error
* fix: restore
* fix: import backup file created in postgres into mysql
* fix: repeated items in inherits
* chore: upgrade after restore
* feat: check database env before restore
* feat: handle autoincr val in postgres
* chore: sqlite & mysql queryInterface
* chore: test
* fix: test
* chore: test
* fix: build
* fix: pg test
* fix: restore with date field
* chore: theme-config collection
* chore: chage import collections method to support collection origin
* chore: fallback get autoincr value in mysql
* fix: dataType normalize
* chore: delay restore
* chore: test
* fix: build
* feat: collectin onDump
* feat: collection onDump interface
* chore: dump with view collection
* chore: sync in restore
* refactor: locale improve
* refactor: code improve
* fix: test
* fix: data sync
* chore: rename backup & restore plugin
* chore: skip test
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* chore: import version check
* chore: backup file dir
* chore: build
* fix: bugs
* fix: error
* fix: pageSize
* fix: import origin
* fix: improve code
* fix: remove namespace
* chore: dump rules config
* fix: dump custom collection
* chore: version
* fix: test
* fix: test
* fix: test
* fix: test
* chore: test
* fix: load custom collection
* fix: client
* fix: translation
* chore: code
* fix: bug
* fix: support shared option
* fix: roles collection dumpRules
* chore: test
* fix: define collections
* chore: collection group
* fix: translation
* fix: translation
* fix: restore options
* chore: restore command
* chore: dump error
* fix: too many open files
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-08 18:59:56 +08:00
hongboji
56b1234c1c
fix: workflow e2e concurrency errors ( #3345 )
...
* fix: workflow e2e concurrency errors
* fix: edit Collection event name
2024-01-08 14:05:35 +08:00
chenos
fd4809d8ad
fix: e2e with build
2024-01-08 10:29:41 +08:00
hongboji
3c87755e6c
test: workflow aggregate node e2e ( #3342 )
2024-01-07 19:52:01 +08:00
hongboji
908944ce62
test: workflow sql node e2e ( #3341 )
2024-01-07 17:09:32 +08:00
Zeke Zhang
d85aaa36e3
fix(z-index): avoid obscuring the pop-up and upgrade antd to v5.12.8 ( #3337 )
...
* fix(z-index): avoid obscuring the pop-up
* test: optimize
* chore: fix build
* test: fix errors
2024-01-06 18:32:25 +08:00
Junyi
05078faf1a
refactor(plugin-workflow): add trigger title for workflow which is different with title ( #3333 )
2024-01-06 11:17:28 +08:00
chenos
5ff7f686b1
fix(database): cannot find module 'node-fetch' ( #3335 )
2024-01-06 10:35:59 +08:00
Zeke Zhang
2ab9f8625e
chore(e2e): make parallelism mode more stable ( #3294 )
...
* chore: make parallelism mode more stable
* refactor: optimize e2e tests
* test: make test more stable
* chore: change concurrency to 4 from 2
* refactor: inline variable
* test: fix error
* test: avoid error
* test: avoid error
* test: avoid error
* chore(e2e): remove --stop-on-error on CI runs
* Revert "refactor: inline variable"
This reverts commit 454bb04613
.
* test: make more stable
* chore: adjust timeout
* chore: update config
* test: make test more stable
* chore: update yarn.lock
* Revert "chore: update yarn.lock"
This reverts commit 1bb7a661d1
.
* test(workflow): increase local timeout
* test: optimize
* test: more stable
* test: fix errors
* test: more stable
* chore: increase retries to 2 in CI
2024-01-06 06:37:23 +08:00
chenos
16b34be05c
fix: date parse
2024-01-05 22:36:57 +08:00
Junyi
b9398d1cd4
fix(plugin-workflow-manual): adjust locale and column ( #3331 )
2024-01-05 21:48:21 +08:00
chenos
da99573545
feat: add onChange props to SchemaComponent ( #3292 )
...
* feat: add onChange props to SchemaComponent
* fix(client): avoid undefined method error
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
2024-01-05 21:36:00 +08:00
YANG QIA
33c690b877
fix: fix T-2879 ( #3330 )
2024-01-05 20:12:30 +08:00
katherinehhh
c102655317
refactor: gantt tooltip hover ( #3328 )
2024-01-05 14:30:45 +08:00
katherinehhh
393b9f47c2
refactor: view collection should omit rawTitle when sync form database ( #3327 )
2024-01-05 10:37:25 +08:00
katherinehhh
c26edf6282
fix: view collection should omit rawTitle when sync form database ( #3326 )
2024-01-05 09:57:23 +08:00
Junyi
dfcd21f34f
refactor(client): pass props to antd list ( #3319 )
2024-01-04 20:57:21 +08:00
YANG QIA
f803105e69
perf(bi): optimize performance of chart filter block ( #3316 )
...
* perf: add useMemo
* fix: bug
* fix: bug
* chore: remove memo
2024-01-04 19:21:54 +08:00
katherinehhh
5f55f4d8db
fix: attachment reporting error while opening preview modal in table ( #3318 )
...
* fix: attachment report error while opening preview modal
* fix: attachment report error while opening preview modal
2024-01-04 17:35:16 +08:00
Junyi
0b1eb36152
refactor(client): adjust list item style and fix warning ( #3315 )
...
* refactor(client): adjust list item style and fix warning
* refactor(client): adjust list item padding
* refactor(client): adjust list style
2024-01-04 14:45:14 +08:00
Zeke Zhang
ba67b7aede
fix: z-index of antd ( #3313 )
...
* chore: auto update yarn.lock
* fix: z-index of antd
* test: add test
* test: add tests
2024-01-04 11:34:34 +08:00
Zeke Zhang
fdbdbac3c6
fix: fix filter param of data scope of list block
2024-01-03 17:59:32 +08:00
jack zhang
4c42dd8a13
fix: in the dev environment, all plugins are loaded locally ( #3309 )
...
* fix: cna plugin load
* fix: support storage
* fix: storage plugins
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-03 17:31:58 +08:00
Junyi
c4c7b7a6b6
fix(plugin-workflow): adjust locale ( #3308 )
2024-01-03 11:15:18 +08:00
xilesun
004998a80a
chore(versions): 😊 publish v0.18.0-alpha.9
2024-01-03 10:00:45 +08:00
Junyi
cebd8efd2e
chore(plugin-workflow): add metric example ( #3305 )
...
* chore(plugin-workflow): add metric example
* refactor(plugin-workflow): refactor some code
* refactor(plugin-workflow): remove type for less dependencies
2024-01-03 09:59:33 +08:00
Junyi
e8b7fbd699
chore(vscode): add inspect argument for attaching to debug port ( #3307 )
2024-01-03 09:19:51 +08:00
katherinehhh
4dbac496be
fix(client): detail block should support save as block template ( #3303 )
...
* fix: detail block should support save as block template
* test: detail block setting test
2024-01-02 22:24:17 +08:00
Junyi
64e0659f7b
feat(plugin-workflow-request): allow to use variable in url ( #3304 )
2024-01-02 21:35:09 +08:00
katherinehhh
fda30fd519
fix: dateformat setting should support sub-table/table block ( #3297 )
...
* fix: dateformat should effect immediately in sub-table
* refactor: dateformat setting for sub-table/table block
* refactor: dateformat setting for sub-table/table block
* refactor: schemaSettingsDateFormat
2024-01-02 17:36:28 +08:00
katherinehhh
e8759588b5
fix: record picker should support popupsize setting ( #3299 )
2024-01-02 15:48:42 +08:00
chenos
5de28cd4c4
fix(ui-schema-storage): duplicate of empty schema
2024-01-02 14:44:54 +08:00
chenos
29b47c1d40
fix: plugin does not exist
2024-01-02 12:32:47 +08:00
YANG QIA
0dbc01c330
feat: telemetry ( #3279 )
...
* feat: telemetry
* fix: build
* chore: update
* refactor: improve api
* fix: test
* fix: version
* fix: build
* feat: support for adding views
* fix: typo
* fix: version
* chore: update
* chore(env): `true` -> `on`
* fix: metric version
2024-01-02 12:17:46 +08:00
YANG QIA
66ee3f6864
chore(logger): append url to request log message ( #3296 )
2024-01-02 09:35:46 +08:00
Zeke Zhang
e99c2f2011
fix(defaultValue): fix unparsed default value in edit form's subtable ( #3289 )
...
* chore: yarn.lock
* fix: fix unparsed default value in edit form's subtable
* test: fix test
* fix: fix T-2805
* chore: increase timeout
* chore: increase expect timeout
* test: optimize parallelism mode
* test: reduce expect timeout
* test: mack test more stable
* chore: test
* chore: test
* test: fix parallelism mode
* chore: restart
2024-01-01 18:44:42 +08:00
katherinehhh
cc251b3222
fix: previewFields ( #3293 )
2024-01-01 17:10:12 +08:00
YANG QIA
318b433482
chore(logger): improve format ( #3290 )
...
* chore(logger): improve format
* fix: build
* feat: develop format
* chore: develop -> console
2023-12-30 23:34:40 +08:00
katherinehhh
2836df2f10
fix: view collection should set title value when sync form database ( #3287 )
2023-12-29 17:51:07 +08:00
chenos
467f3b6b79
fix: remove require cache ( #3288 )
2023-12-29 17:34:12 +08:00
chenos
8bac8dac71
chore(versions): 😊 publish v0.18.0-alpha.8
2023-12-29 15:49:02 +08:00
chenos
6816aded87
fix: add LICENSE
2023-12-29 13:11:56 +08:00
Zeke Zhang
c739cff581
Revert "test: fix 'window is not defined'"
...
This reverts commit aefabffd77
.
2023-12-29 12:19:19 +08:00
katherinehhh
7334e0b3fb
refactor: record picker submit button display by association type ( #3283 )
2023-12-29 11:53:04 +08:00