Commit Graph

1366 Commits

Author SHA1 Message Date
chenos
c71f45ca6a feat: improve code 2022-04-27 20:23:33 +08:00
Zhou
d5a0f36e92
Update README.zh-CN.md 2022-04-27 18:22:41 +08:00
chenos
7c048e034f
fix: cannot find module mkdirp (#330)
* fix: cannot find module mkdirp

* fix: remove cb
2022-04-27 12:27:31 +08:00
Junyi
2e80e0c2c2
Fix(plugin workflow): UX issues (#329)
* fix(plugin-workflow): typo

* fix(plugin-workflow): text and style

* fix(plugin-workflow): fix trigger form validation

* fix(plugin-workflow): try to fix config field

* fix: config

* fix(plugin-workflow): node config value

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-04-27 10:31:16 +08:00
chenos
72d32be2b0 fix(plugin-file-manager): test failed 2022-04-27 08:26:54 +08:00
Zhou
08fc241b1b
Update README.md 2022-04-27 08:01:13 +08:00
Zhou
e2d8f0f9ea
Update README.zh-CN.md 2022-04-27 07:48:23 +08:00
Zhou
4317de7eb1
Update README.md 2022-04-27 07:45:38 +08:00
chenos
f0d9b0ec02 chore(versions): 😊 publish v0.7.0-alpha.15 2022-04-26 22:32:06 +08:00
chenos
91289c4530 chore: dotenv with pm2 2022-04-26 22:30:46 +08:00
chenos
87362789f3 chore(versions): 😊 publish v0.7.0-alpha.14 2022-04-26 21:09:46 +08:00
chenos
83d82adf1c fix(app-server): dist options 2022-04-26 20:40:52 +08:00
chenos
9dabe2fbd6 fix(plugin-file-manager): remove mkdirp 2022-04-26 20:37:59 +08:00
chenos
62eb85de5f chore(versions): 😊 publish v0.7.0-alpha.13 2022-04-26 18:48:54 +08:00
chenos
932c56d5ea chore: pm2 runtime 2022-04-26 18:48:17 +08:00
chenos
d87a72480e docs: update readme.md 2022-04-26 16:49:33 +08:00
chenos
9e152c3a0a chore(versions): 😊 publish v0.7.0-alpha.12 2022-04-26 16:15:21 +08:00
chenos
1682e80310 chore: update dependencies 2022-04-26 16:12:48 +08:00
chenos
231600afdc fix: update yarn.lock 2022-04-26 12:57:46 +08:00
ChengLei Shao
fd7e77fcf9
fix: create-nocobase-app compatibility (#323) 2022-04-26 12:56:10 +08:00
chenos
8144cfdbea chore(versions): 😊 publish v0.7.0-alpha.10 2022-04-26 00:36:36 +08:00
chenos
14f30e61e8 fix(plugin-error-handler): cannot find module '@formily/json-schema' 2022-04-26 00:35:40 +08:00
chenos
2b3cd45ca1 fix(database): cannot find module lodash 2022-04-26 00:20:09 +08:00
chenos
3fb66d345f feat(plugin-china-region): import data with sqlite 2022-04-26 00:19:31 +08:00
ChengLei Shao
219dbee467
fix: create-nocobase-app client package version (#321)
* fix: create-nocobase-app client package version

* chore: create-nocobase-app package name

* feat: nocobase-prod script

* chore: npm registry

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-04-25 22:05:05 +08:00
chenos
0bda80e323
fix: app manager (#320)
* fix: bugfix

* chore(versions): 😊 publish v0.7.0-alpha.7

* docs: update readme.md
2022-04-25 19:05:33 +08:00
chenos
7d0087cbb3 chore(versions): 😊 publish v0.7.0-alpha.6 2022-04-25 16:16:19 +08:00
chenos
a00b45a268 chore(versions): 😊 publish v0.7.0-alpha.5 2022-04-25 16:14:29 +08:00
chenos
b0d3274b2d fix(plugin-system-settings): cannot read property cliArgs of undefined 2022-04-25 16:13:35 +08:00
chenos
327e413b6d chore(versions): 😊 publish v0.7.0-alpha.4 2022-04-25 14:47:13 +08:00
chenos
b12507f6e4 chore(versions): 😊 publish v0.7.0-alpha.3 2022-04-25 14:45:28 +08:00
chenos
733c7048ed fix: antd use ~v4.19.5 2022-04-25 14:37:10 +08:00
chenos
0e0e99ef79 chore(versions): 😊 publish v0.7.0-alpha.2 2022-04-25 12:10:30 +08:00
chenos
ed9b2b6d95 feat(license): update license 2022-04-25 12:05:37 +08:00
chenos
05a251b1fc feat: kanban disableCardDrag 2022-04-25 12:04:59 +08:00
chenos
e7293ad7aa chore(versions): 😊 publish v0.7.0-alpha.1 2022-04-25 10:27:04 +08:00
chenos
82167c6c47 chore(versions): 😊 publish v0.7.0-alpha.0 2022-04-25 09:51:35 +08:00
chenos
0e107cb528 docs: update readme.md 2022-04-25 09:45:56 +08:00
chenos
717efa889d feat(license): replace MIT license with Apache-2.0 2022-04-25 09:45:24 +08:00
chenos
21448f3232 feat: improve kanban 2022-04-25 08:35:07 +08:00
SemmyWong
cc4da4ca15
refactor: modify default lable style (#318) 2022-04-24 23:28:28 +08:00
chenos
3750484cbc fix: lang option for install command 2022-04-24 23:17:42 +08:00
ChengLei Shao
c1f94d3d1b
Fix multiple apps (#317)
* chore: multiple apps

* fix: multiple apps with application options

* fix: multiple apps AppSelector type

* chore: multiple apps with plugin config

* chore: rename multiple-apps to multiple-apps-manager

* chore: application association

* chore: plugin multi-app manager

* chore: notifications transaction
2022-04-24 22:33:40 +08:00
ChengLei Shao
b1086ee728
Fix multiple apps (#316)
* chore: multiple apps

* fix: multiple apps with application options

* fix: multiple apps AppSelector type

* chore: multiple apps with plugin config

* chore: rename multiple-apps to multiple-apps-manager

* chore: application association

* chore: plugin multi-app manager
2022-04-24 20:22:50 +08:00
chenos
ea0dd6e31a fix: no paging of china regions 2022-04-24 16:15:38 +08:00
chenos
4f8cf13d1d fix: the left menu does not collapse when switching routes 2022-04-24 16:05:08 +08:00
chenos
85882f7c7a feat: custom request headers 2022-04-24 15:41:30 +08:00
chenos
bc293b8fef feat: favicon 2022-04-24 13:58:10 +08:00
chenos
d32261bb88 fix: content loading 2022-04-24 12:39:23 +08:00
chenos
8acba12025 feat: improve storage options 2022-04-24 12:38:54 +08:00