mytharcher
|
f9182c4004
|
feat(plugin-workflow): use toggle instead of mount and unmount
|
2022-01-28 21:03:30 +08:00 |
|
mytharcher
|
e592d03f18
|
chore(plugin-workflow): migrate from 0.5 to 0.6
|
2022-01-28 00:25:26 +08:00 |
|
mytharcher
|
4249047318
|
fix(plugin-workflow): test for error job
|
2022-01-26 23:32:18 +08:00 |
|
mytharcher
|
6018013195
|
feat(plugin-workflow): execution life cycle with branch and join
|
2022-01-26 23:32:17 +08:00 |
|
mytharcher
|
1cce3bf164
|
feat: server mvp for configurable workflow with nodes
|
2022-01-26 23:32:17 +08:00 |
|
chenos
|
d0b6efaaf5
|
feat: api service support
|
2022-01-26 18:20:31 +08:00 |
|
chenos
|
765bf9daa9
|
chore: commitlint
|
2022-01-26 12:07:47 +08:00 |
|
SemmyWong
|
c5220ce09b
|
feat: add select component into schema component (#168)
* feat: select migrate
* feat: select migrate
* feat: add Select component into schema components
* refactor
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-26 10:43:29 +08:00 |
|
chenos
|
6e95278ce4
|
fix(database): missing context in hook
|
2022-01-25 17:08:35 +08:00 |
|
SemmyWong
|
a648adace8
|
feat: add TreeSelect component into schema components (#167)
* feat: migrate TreeSelect into schema components
* fix: modify enum to tredata
* fix: options replace treeData
* feat: migrate TreeSelect into schema components
* fix: modify enum to tredata
* fix: options replace treeData
|
2022-01-25 10:50:44 +08:00 |
|
chenos
|
9684e55f1a
|
feat: memoized schema component
|
2022-01-25 09:21:41 +08:00 |
|
chenos
|
3c54393073
|
refactor(client): improve schema component
|
2022-01-25 00:18:34 +08:00 |
|
chenos
|
6ba2d6b5e5
|
fix(client): get sideMenuRef from context
|
2022-01-24 15:50:46 +08:00 |
|
chenos
|
1238f1ee8c
|
fix(plugin-collection-manager): missing transaction
|
2022-01-24 14:57:04 +08:00 |
|
chenos
|
003745681b
|
fix(plugin-collection-manager): filter out the fields
|
2022-01-24 14:41:27 +08:00 |
|
semmy
|
9c6ad9967f
|
optimize: remove unused import
|
2022-01-24 14:32:32 +08:00 |
|
ChengLei Shao
|
bd285e0ba9
|
Plugin acl (#166)
* feat: getRepository
* getRepository return type
* export action
* add: acl
* feat: setResourceAction
* feat: action alias
* chore: code struct
* feat: removeResourceAction
* chore: file name
* ignorecase
* remove ACL
* feat: ACL
* feat: role toJSON
* using emit
* chore: test
* feat: plugin-acl
* feat: acl with predicate
* grant universal action test
* grant action test
* update resource action test
* revoke resource action
* usingActionsConfig switch
* plugin-ui-schema-storage
* remove global acl instance
* fix: collection manager with sqlite
* add own action listener
* add acl middleware
* add acl allowConfigure strategy option
* add plugin-acl allowConfigure
* change acl resourceName
* add acl middleware merge params
* bugfix
* append fields on acl action params
* acl middleware parse template
* fix: collection-manager migrate
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-24 14:10:35 +08:00 |
|
chenos
|
a2f3e1904e
|
fix(client): adjust the order of props
|
2022-01-24 14:03:18 +08:00 |
|
chenos
|
b398e65c9c
|
fix(plugin-collection-manager): test error
|
2022-01-24 11:46:10 +08:00 |
|
chenos
|
2a2d67e38b
|
feat: improve mock server agent
|
2022-01-23 15:04:50 +08:00 |
|
chenos
|
f0eb2eee20
|
feat: improve the params of the ctx.action
|
2022-01-23 12:42:35 +08:00 |
|
chenos
|
2b078a28be
|
docs: add more examples
|
2022-01-23 00:46:21 +08:00 |
|
Chareice
|
1d11a3e793
|
fix: collection manager with sqlite
|
2022-01-22 21:20:46 +08:00 |
|
SemmyWong
|
be1192531c
|
add upload component into schema components (#165)
* feat: add Upload component into schema components
* docx file
* upload with customRequest
* action
* optimize: remove downloadFile instead of saveAs
* fix: direct download of non-image files
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-22 21:05:06 +08:00 |
|
chenos
|
5e7e3c2c46
|
fix(plugin-collection-manager): cannot destructure property 'skipExist' of 'loadOptions' as it is undefined.
|
2022-01-22 16:42:25 +08:00 |
|
chenos
|
31340f4773
|
fix: missing request params
|
2022-01-22 16:36:37 +08:00 |
|
chenos
|
11bbec7fd4
|
add tsconfig-paths/register
|
2022-01-22 16:34:31 +08:00 |
|
chenos
|
4715ba8d22
|
feat: improve code
|
2022-01-21 14:04:15 +08:00 |
|
chenos
|
84f3ed1564
|
feat: improve demo
|
2022-01-21 09:38:34 +08:00 |
|
SemmyWong
|
48722c7c99
|
feat: cacader component
* feat: add Cacader component into schema component
* docs: change document language
* Nocobase next color select (#157)
* feat: add useCompile hook
* feat: add ColorSelect component into schema component
* optimize: rename checkbox component file (#155)
* optimize: rename checkbox component file
* optimize: rename checkbox component file
* feat: optimize antd-config-orovider
* feat: move admin-layout and auth-layout to route-switch
* feat: add application demo
* feat: add radio into schema component (#154)
* feat: add radio to schema component
* docs: add Radio demos into schema component
* rafactor: change import path
* docs: change demo language
* fix: add title and description to demos
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: add input into schema component (#158)
* feat: add Input Component to schema compoennt
* code cleanup
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: add RemoteSchemaComponent
* feat: add admin layout
* feat: add menu into schema component
* fix: remove antd/dist/antd.css
* feat: improve application demo
* feat: add DatePicker into schema components (#161)
* feat: add DatePicker into schema components
* improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
* feature/nocobase next password (#159)
* feat: add Password Component into schema components
* improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: add InputNumber Component into schema component (#160)
* feat: add InputNumber Component into schema component
* improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat(client-menu): improve code
* feat: acl (#153)
* feat: getRepository
* getRepository return type
* export action
* add: acl
* feat: setResourceAction
* feat: action alias
* chore: code struct
* feat: removeResourceAction
* chore: file name
* ignorecase
* remove ACL
* feat: ACL
* feat: role toJSON
* using emit
Co-authored-by: chenos <chenlinxh@gmail.com>
* Acl (#162)
* feat: getRepository
* getRepository return type
* export action
* add: acl
* feat: setResourceAction
* feat: action alias
* chore: code struct
* feat: removeResourceAction
* chore: file name
* ignorecase
* remove ACL
* feat: ACL
* feat: role toJSON
* using emit
* chore: test
Co-authored-by: chenos <chenlinxh@gmail.com>
* Feat/plugin collection manager (#147)
* refactor: collection manager plugin
* feat(database): magic attribute model
* MagicAttributeModel
* load collections & fields options
* collections filterTargetKey
* Feat/plugin UI schema v0.6 (#143)
* v0.6
* plugin-ui-schema: insert && getJsonSchema
* plugin-ui-schema: insert schema with sort
* plugin-ui-schema: node with x-index
* insert adjacent method
* chore: insert
* typo
* insert with x-uid
* fix: getSchema by subtree
* add ui-schema actions
* fix: mysql compatibility
* remove ui-schema when remove node tree
* ui schema patch
* ui_schemas.create
* test cases
* test cases
* fix(database): reset changed before update
* feat: insert ui schema node after created
* feat: patch ui schema node after updated
* fix: sqlite error
* uid
* cleanup
* test cases
* feat: ui_schema items type support
* fix: insert items node
* fix: get inner type
* change items struct
* add insert return value
* add insert return value
Co-authored-by: chenos <chenlinxh@gmail.com>
* update yarn.lock
* rename
* feat(client): plugin manager toolbar
* feat: add demo for plugin manager toolbar
* feat: improve the toolbar of the plugin manager
* feat: improve document title and page title support
* feat: add IconPicker component into schema components
* feat: improve icon component
* migrate TimePicker component into schema components (#164)
* feat: add TimePicker component into schema components
* improve
* TimePicker.RangePicker
Co-authored-by: chenos <chenlinxh@gmail.com>
* Load Options Lazily
* feat: extract read pretty
* fix: useEffect only on update
* feat: add Cacader component into schema component
* docs: change document language
* feat: extract read pretty
* Load Options Lazily
* improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: ChengLei Shao <chareice@live.com>
|
2022-01-21 09:32:13 +08:00 |
|
chenos
|
f882ab42c5
|
fix: useEffect only on update
|
2022-01-20 23:48:35 +08:00 |
|
SemmyWong
|
b0b79b7d9d
|
migrate TimePicker component into schema components (#164)
* feat: add TimePicker component into schema components
* improve
* TimePicker.RangePicker
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-20 20:33:46 +08:00 |
|
chenos
|
091fb7f5ee
|
feat: improve icon component
|
2022-01-20 18:19:59 +08:00 |
|
semmy
|
d04d3d0639
|
feat: add IconPicker component into schema components
|
2022-01-20 15:16:12 +08:00 |
|
chenos
|
d94874d345
|
feat: improve document title and page title support
|
2022-01-20 12:06:09 +08:00 |
|
chenos
|
a1ccc82fa1
|
feat: improve the toolbar of the plugin manager
|
2022-01-20 10:45:00 +08:00 |
|
chenos
|
b49440da00
|
feat: add demo for plugin manager toolbar
|
2022-01-19 22:21:20 +08:00 |
|
chenos
|
d1f9d3e25d
|
feat(client): plugin manager toolbar
|
2022-01-19 15:14:00 +08:00 |
|
chenos
|
e7918b7887
|
rename
|
2022-01-19 10:18:53 +08:00 |
|
chenos
|
becff7d55c
|
update yarn.lock
|
2022-01-19 10:11:53 +08:00 |
|
ChengLei Shao
|
f67658129f
|
Feat/plugin UI schema v0.6 (#143)
* v0.6
* plugin-ui-schema: insert && getJsonSchema
* plugin-ui-schema: insert schema with sort
* plugin-ui-schema: node with x-index
* insert adjacent method
* chore: insert
* typo
* insert with x-uid
* fix: getSchema by subtree
* add ui-schema actions
* fix: mysql compatibility
* remove ui-schema when remove node tree
* ui schema patch
* ui_schemas.create
* test cases
* test cases
* fix(database): reset changed before update
* feat: insert ui schema node after created
* feat: patch ui schema node after updated
* fix: sqlite error
* uid
* cleanup
* test cases
* feat: ui_schema items type support
* fix: insert items node
* fix: get inner type
* change items struct
* add insert return value
* add insert return value
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-19 10:09:30 +08:00 |
|
chenos
|
380b5e8c7a
|
Feat/plugin collection manager (#147)
* refactor: collection manager plugin
* feat(database): magic attribute model
* MagicAttributeModel
* load collections & fields options
* collections filterTargetKey
|
2022-01-19 10:02:52 +08:00 |
|
ChengLei Shao
|
43f33044ea
|
Acl (#162)
* feat: getRepository
* getRepository return type
* export action
* add: acl
* feat: setResourceAction
* feat: action alias
* chore: code struct
* feat: removeResourceAction
* chore: file name
* ignorecase
* remove ACL
* feat: ACL
* feat: role toJSON
* using emit
* chore: test
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-18 20:29:41 +08:00 |
|
ChengLei Shao
|
fd32705954
|
feat: acl (#153)
* feat: getRepository
* getRepository return type
* export action
* add: acl
* feat: setResourceAction
* feat: action alias
* chore: code struct
* feat: removeResourceAction
* chore: file name
* ignorecase
* remove ACL
* feat: ACL
* feat: role toJSON
* using emit
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-18 16:38:03 +08:00 |
|
chenos
|
c9742c1710
|
feat(client-menu): improve code
|
2022-01-18 15:19:54 +08:00 |
|
SemmyWong
|
e48e70e82a
|
feat: add InputNumber Component into schema component (#160)
* feat: add InputNumber Component into schema component
* improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-18 10:08:56 +08:00 |
|
SemmyWong
|
206b37edc1
|
feature/nocobase next password (#159)
* feat: add Password Component into schema components
* improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-18 09:52:29 +08:00 |
|
SemmyWong
|
637b3165ca
|
feat: add DatePicker into schema components (#161)
* feat: add DatePicker into schema components
* improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-01-18 09:21:55 +08:00 |
|
chenos
|
f8c0a7ac69
|
feat: improve application demo
|
2022-01-17 23:05:27 +08:00 |
|
chenos
|
06a75d31a5
|
fix: remove antd/dist/antd.css
|
2022-01-17 23:04:55 +08:00 |
|