Commit Graph

2128 Commits

Author SHA1 Message Date
dream2023
e0774b04e2 fix: bug 2024-02-06 11:06:38 +08:00
dream2023
4058db1ebf fix: bug T-3074 2024-02-06 10:57:21 +08:00
dream2023
386804f277 fix: bug 2024-02-06 10:41:13 +08:00
dream2023
d3207e839d fix: exports bug 2024-02-06 10:32:00 +08:00
dream2023
a3ee7c3d55 fix: bug 2024-02-06 09:25:12 +08:00
chenos
213e7b8cf1 fix: export bugs 2024-02-05 22:54:26 +08:00
chenos
376944d063 fix: version 2024-02-05 21:11:37 +08:00
dream2023
c6ac051244 fix: bug 2024-02-05 19:53:59 +08:00
dream2023
f0d0727ba8 Merge remote-tracking branch 'origin/main' into feat/dataSource-manager 2024-02-05 19:36:14 +08:00
dream2023
f1d59de3a8 fix: old unit tests ok 2024-02-05 18:04:27 +08:00
dream2023
68a377ef3a fix: build bug 2024-02-05 14:59:02 +08:00
katherinehhh
a059b27d13
refactor: plugin manager keywords (#3490) 2024-02-05 14:37:07 +08:00
dream2023
3830440c1c fix: bug 2024-02-05 14:30:25 +08:00
dream2023
b5509ac429 Merge branch 'feat/dataSource-manager' of https://github.com/nocobase/nocobase into feat/dataSource-manager 2024-02-05 14:22:23 +08:00
dream2023
39c2d7716c refactor: data source v3 2024-02-05 14:20:56 +08:00
xilesun
9120955733 fix: error message of uid field 2024-02-04 20:14:53 +08:00
katherinehhh
014c87c35a Merge branch 'feat/dataSource-manager' of github.com:nocobase/nocobase into feat/dataSource-manager 2024-02-04 20:14:34 +08:00
Chareice
2b8ce9141b
chore: association field validate 2024-02-04 19:12:47 +08:00
YANG QIA
e8138816f2
fix: fix T-3012 (#3489) 2024-02-04 18:06:54 +08:00
Chareice
3831bc47ba
fix: insert with belongs to many association 2024-02-04 17:42:26 +08:00
katherinehhh
8c33dfed9c fix: record.id 2024-02-04 16:52:09 +08:00
katherinehhh
839f40c7ef fix: association fieldNames 2024-02-04 15:39:43 +08:00
katherinehhh
e05178b7af fix: pm link 2024-02-04 14:20:14 +08:00
katherinehhh
4182140f13 fix: remoteSelect support data-source 2024-02-04 14:13:38 +08:00
katherinehhh
bb93f68912 Merge branch 'feat/dataSource-manager' of github.com:nocobase/nocobase into feat/dataSource-manager 2024-02-04 13:31:05 +08:00
katherinehhh
c1215ec29d fix: targetkey & source key 2024-02-04 13:30:22 +08:00
Chareice
7926fb14f2
fix: decimal type 2024-02-04 11:36:32 +08:00
katherinehhh
e4e2a3813e Merge branch 'feat/dataSource-manager' of github.com:nocobase/nocobase into feat/dataSource-manager 2024-02-04 10:24:47 +08:00
katherinehhh
438cef09e9 fix: schemaSettingsTemplate 2024-02-04 10:23:03 +08:00
Chareice
3f1e3baaef
chore: decimal field type 2024-02-04 10:14:12 +08:00
S.Feng
f1a3c17522
style(lang): add zh-tw (#3446) 2024-02-03 20:22:17 +08:00
chenos
04e0a4db50 Merge branch 'main' into feat/dataSource-manager
# Conflicts:
#	packages/core/client/src/pm/PluginManagerLink.tsx
2024-02-03 20:18:46 +08:00
chenos
6c9520e0a2
fix: layout of plugin settings icons (#3478) 2024-02-03 19:41:26 +08:00
dream2023
47c106b321 refactor: data-source core 2024-02-03 16:26:12 +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
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
dream2023
e69a88db17 Merge branch 'feat/dataSource-manager' of https://github.com/nocobase/nocobase into feat/dataSource-manager 2024-02-02 10:35:39 +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
Chareice
68f9c4193a
chore: await load datasource at application start 2024-02-01 22:54:46 +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
8aca1d0bba Merge branch 'feat/dataSource-manager' of https://github.com/nocobase/nocobase into feat/dataSource-manager 2024-01-31 22:43:33 +08:00
dream2023
c1e1ac4aac fix: e2e bug 2024-01-31 22:43:06 +08:00
Chareice
c6fc1b65b8
fix: middleware position 2024-01-31 22:21:28 +08:00
Chareice
d694a7b483
fix: middleware position 2024-01-31 22:17:11 +08:00