Commit Graph

1627 Commits

Author SHA1 Message Date
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
Zeke Zhang
cbe26b7bfc Merge branch 'main' into feat/dataSource-manager 2024-02-02 13:15:54 +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
dream2023
56be4a38c5 fix: bug T-3026 2024-02-02 11:04:24 +08:00
dream2023
d18c7b389b fix: collection is object 2024-02-02 10:49:55 +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
dream2023
befde8a5ea fix: unit test 2024-02-01 20:05:25 +08:00
dream2023
0a912fa462 fix: datasource loading bug 2024-02-01 09:55:20 +08:00
dream2023
c1e1ac4aac fix: e2e bug 2024-01-31 22:43:06 +08:00
dream2023
01faadb0b4 fix: bug 2024-01-31 20:12:43 +08:00
dream2023
1c8d104898 fix: e2e bug 2024-01-31 18:11:55 +08:00
dream2023
d83a9e57c7 fix: e2e and unit test bug 2024-01-31 16:00:22 +08:00
dream2023
db003c66b2 Merge remote-tracking branch 'origin/main' into feat/dataSource-manager 2024-01-31 15:05:49 +08:00
Zeke Zhang
e7a28035c2
fix(defaultValue): should not use defaultValue in filter blocks (#3472) 2024-01-31 13:20:15 +08:00
dream2023
6b5c1d61a9 fix: unit test error 2024-01-31 11:33:04 +08:00
dream2023
21b5fce6d3 fix: data source loading and error 2024-01-31 10:33:45 +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
dream2023
03b4e2c80d fix: unit test bug 2024-01-30 21:19:47 +08:00
dream2023
2c281572da fix: data source error fallback 2024-01-30 21:16:48 +08:00
dream2023
e01c2ce9c2 fix: rename "CollectionFieldBase" and "CollectionTemplateBase" 2024-01-30 21:07:15 +08:00
dream2023
7bf178cd75 Merge remote-tracking branch 'origin/T-2327-and-2771' into feat/dataSource-manager 2024-01-30 20:55:07 +08:00
dream2023
27ed4fcbe9 Merge remote-tracking branch 'origin/main' into T-2327-and-2771 2024-01-30 20:47:09 +08:00
dream2023
d0f5ebd26f Merge branch 'T-2327-and-2771' of https://github.com/nocobase/nocobase into T-2327-and-2771 2024-01-30 20:47:01 +08:00
dream2023
1d9e079d8e test: application unit test 2024-01-30 20:46:08 +08:00
chenos
8765208016 chore(versions): 😊 publish v0.19.0-alpha.5 2024-01-30 17:11:37 +08:00
Zeke Zhang
b7ed8027b8 Merge branch 'main' into T-2327-and-2771 2024-01-30 14:22:50 +08:00
Zeke Zhang
bdaa2197a7
refactor: remove SharedFilterProvider (#3424) 2024-01-30 14:17:44 +08:00
dream2023
4c174d848d Merge remote-tracking branch 'origin/main' into T-2327-and-2771 2024-01-30 11:26:50 +08:00
dream2023
f340e2b3a9 test: plugin settings manager 2024-01-30 11:24:58 +08:00
dream2023
add5fde717 test: router manager 2024-01-30 11:07:26 +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
dream2023
9ab6785f69 test: add CollectionManager tests 2024-01-29 17:23:08 +08:00
dream2023
3ebd668a33 Merge branch 'T-2327-and-2771' of https://github.com/nocobase/nocobase into T-2327-and-2771 2024-01-29 17:18:52 +08:00
dream2023
27f0b6010e fix: unit test 2024-01-29 17:15:41 +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
katherinehhh
822cc446a6 refactor: local improve 2024-01-29 11:49:07 +08:00
chenos
4433d0f599 Merge branch 'main' into feat/dataSource-manager 2024-01-29 09:14:37 +08:00
ChengLei Shao
5ca2cc9405
Merge branch 'T-2327-and-2771' into feat/dataSource-manager 2024-01-28 20:22:42 +08:00
dream2023
1540d7515a fix: bug 2024-01-28 20:16:54 +08:00
Zeke Zhang
2fc1604d78
style: fix side menu text overflow style (#3450) 2024-01-28 12:40:39 +08:00
Zeke Zhang
12c95e8284 Merge branch 'main' into T-2327-and-2771 2024-01-28 11:09:18 +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
dream2023
2c0b8de79f Merge branch 'feat/dataSource-manager' of https://github.com/nocobase/nocobase into feat/dataSource-manager 2024-01-26 21:59:44 +08:00
dream2023
d6385cf212 fix: bug 2024-01-26 21:54:30 +08:00
chenos
65020f69d4 chore(versions): 😊 publish v0.19.0-alpha.4 2024-01-26 21:16:57 +08:00
chenos
af6849005b Merge branch 'T-2327-and-2771' into feat/dataSource-manager
# Conflicts:
#	packages/core/client/src/application/data-block/DataBlockResourceProvider.tsx
2024-01-26 20:46:12 +08:00
chenos
db11b62437 Merge branch 'main' into feat/dataSource-manager 2024-01-26 20:44:21 +08:00
Junyi
804e282241
fix(client): fix cron locale when DOM and DOW both present (#3442) 2024-01-26 18:09:21 +08:00
dream2023
3ad1a8e25f Merge remote-tracking branch origin/main into T-2327-and-2771 2024-01-26 11:21:42 +08:00
dream2023
b95b2a577b fix: change data source ui 2024-01-26 11:04:56 +08:00
chenos
294493c43b
Merge branch 'main' into feat/dataSource-manager 2024-01-26 09:44:09 +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
katherinehhh
3c6e70f1cb refactor: refactor dataSource manager 2024-01-25 22:55:17 +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
dream2023
44ad995d81 fix: data-block docs and bug 2024-01-25 18:11:06 +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
dream2023
e0ffb32a90 Merge remote-tracking branch 'origin/main' into T-2327-and-2771 2024-01-24 16:14:38 +08:00
dream2023
3090174df2 fix: bug 2024-01-23 17:36:12 +08:00
dream2023
15c1f16eeb Merge remote-tracking branch 'origin/T-2327-refactor2' into T-2327-and-2771 2024-01-23 16:28:18 +08:00
dream2023
5340ac1811 fix: local collection 2024-01-23 16:17:51 +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
dream2023
b3ced4c7e1 fix: block resource 2024-01-23 11:09:29 +08:00
dream2023
819b38fe28 fix: data-block dataSource 2024-01-23 10:13:56 +08:00
dream2023
3da6bdc659 fix: withDynamicSchemaProps 2024-01-22 21:22:33 +08:00
dream2023
a9eaeea639 docs: namespace to dataSource 2024-01-22 17:27:33 +08:00
dream2023
2a8cf7a5b8 refactor: namespace to dataSource 2024-01-22 17:06:27 +08:00
katherinehhh
5a09774cf6
refactor: permission sholud passed without setting x-acl action (#3410) 2024-01-22 14:40:04 +08:00
Zeke Zhang
89828d099c feat: add collectionName for Record 2024-01-21 15:27:22 +08:00
Zeke Zhang
c0e5dd2453 refactor: extract 2024-01-21 15:08:53 +08:00
Zeke Zhang
9a33216640 refactor: extract condition 2024-01-21 14:54:22 +08:00
Zeke Zhang
8e7cb845d4 Merge branch 'main' into T-2327-and-2771 2024-01-21 12:25:20 +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
dream2023
4c2f3592db fix: change role bug 2024-01-19 17:48:03 +08:00
dream2023
1d6a828f43 fix: bug 2024-01-19 16:40:16 +08:00
dream2023
0895bccde2 fix: e2e bug 2024-01-19 15:36:40 +08:00
dream2023
59abd5b41d fix: e2e bug 2024-01-19 15:29:48 +08:00
katherinehhh
cf8c30d435 fix: foreignKey 2024-01-19 15:21:51 +08:00
katherinehhh
1d983ccadf Merge branch 'T-2327-and-2771' of github.com:nocobase/nocobase into T-2327-and-2771 2024-01-19 15:10:31 +08:00
katherinehhh
96bf8398de refactor: availableTypes 2024-01-19 15:08:44 +08:00
dream2023
1e79eb5484 fix: e2e bug 2024-01-19 14:29:29 +08:00
dream2023
137d912802 fix: bug 2024-01-19 10:18:33 +08:00
dream2023
0f108158d5 fix: bug 2024-01-19 09:16:37 +08:00
dream2023
9782e53f42 fix: reload database 2024-01-18 22:41:22 +08:00
katherinehhh
69dcc2bf4d refactor: menu side bar 2024-01-18 21:01:17 +08:00
katherinehhh
1fa4d48869
fix: attachment deletion and re upload do not display (#3405) 2024-01-18 19:10:44 +08:00
dream2023
b4d950566c fix: bug 2024-01-18 18:41:15 +08:00
katherinehhh
ae62b83397 refactor: namespace in useresource 2024-01-18 17:12:16 +08:00
dream2023
b1ba7722c1 fix: unit test 2024-01-18 16:31:40 +08:00
dream2023
48e4b2118d fix: single and multi data source 2024-01-18 16:30:38 +08:00
katherinehhh
a15a72a113 Merge branch 'T-2327-and-2771' of github.com:nocobase/nocobase into T-2327-and-2771 2024-01-18 15:20:04 +08:00
katherinehhh
2f9f42dca8 refactor: acl support namespace 2024-01-18 15:19:06 +08:00
dream2023
31ed99810c Merge branch 'T-2327-and-2771' of https://github.com/nocobase/nocobase into T-2327-and-2771 2024-01-18 15:02:29 +08:00
dream2023
da34bf051b fix: e2e bug 2024-01-18 15:02:02 +08:00
katherinehhh
ccee2df920 refactor: acl support namespace 2024-01-18 14:44:58 +08:00
katherinehhh
3535a8d559 refactor: acl support namespace 2024-01-18 14:44:02 +08:00
dream2023
681b551697 Merge remote-tracking branch 'origin/main' into T-2327-refactor2 2024-01-18 14:42:01 +08:00
dream2023
554b1f45bb fix: delete placedholder tip 2024-01-18 14:24:26 +08:00