Zeke Zhang
|
6bd0568d08
|
chore: upgrade antd to v5.12.2 (#3185)
* chore: upgrade antd to v5.12.2
* refactor: rename to StablePopover
* fix: fix tests
* test: fix e2e
* chore(CI): optimize E2E workflow
* chore: fix playwright
* fix: re-generate yarn.lock to fix e2e errors
* test: update locator
* fix: fix build errors
* fix: fix unit tests
* fix: fix e2e tests
* fix: should not auto close when clicking menu item
* fix: fix column width
* test: increase e2e timeout-minutes to 90
* test: fix e2e
* fix: update dockerfile
* fix: npmignore
* fix: app component false
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-12-18 15:21:57 +08:00 |
|
chenos
|
f82b4d8726
|
feat(ui-schema): nocobase-admin-menu & nocobase-mobile-container (#3213)
* feat(ui-schema): nocobase-admin-menu & nocobase-mobile-container
* fix: db.sync
* fix: error
* fix: error
* fix: error
* fix: add test case
* fix: migration error
* fix: test error
|
2023-12-17 11:16:30 +08:00 |
|
xilesun
|
d6dbc970a5
|
chore(versions): 😊 publish v0.17.0-alpha.7
|
2023-12-15 11:39:15 +08:00 |
|
chenos
|
a702762cca
|
chore(versions): 😊 publish v0.17.0-alpha.6
|
2023-12-13 16:36:59 +08:00 |
|
xilesun
|
35301358de
|
chore(versions): 😊 publish v0.17.0-alpha.5
|
2023-12-12 23:07:55 +08:00 |
|
chenos
|
cf9ccfe4f9
|
chore(versions): 😊 publish v0.17.0-alpha.4
|
2023-12-12 14:10:36 +08:00 |
|
Junyi
|
0e7cb9e5cf
|
refactor(plugin-workflow): split workflow features into plugins (#3115)
* refactor(plugin-workflow): split manual and dynamic calculation into plugins
* refactor(plugin-workflow): move loop to plugin
* refactor(plugin-workflow): move parallel to plugin
* fix(plugin-dynamic-calculation): fix package title
* fix(plugin-workflow): fix plugin name
* refactor(plugin-workflow): move delay to plugin
* refactor(plugin-workflow): simplify exporting names
* refactor(plugin-workflow): move aggregate to plugin
* refactor(plugin-workflow): move sql to plugin
* refactor(plugin-workflow): move reqeust to plugin
* refactor(plugin-workflow): move form trigger to plugin
* refactor(plugin-workflow): move locale to plugins
* fix(plugin-workflow): fix test cases
* fix(plugin-workflow-request): package name typo
* fix(plugin-workflow): remove clean db from testkit
* fix(plugin-workflow-sql): skip independent case
* fix(plugin-workflow-sql): skip independent case
* fix(plugin-workflow-delay): fix test cases
* test(plugin-workflow-delay): fix test cases
* test(plugin-workflow-delay): fix test cases
* test(plugin-workflow-delay): fix test cases
* test(plugin-workflow-delay): fix test cases
* fix(plugin-workflow): fix migration version matching
* test(plugin-workflow): fix test case
* refactor(plugin-workflow): correct exporting of testkit
* fix(plugin-workflow): fix testkit and require module
* refactor(plugin-workflow): add workflow-test package for testing
* test(plugin-workflow): test weird case
* fix(plugin-workflow-test): remove workflow dependency to avoid cycling
* fix(plugin-workflow): fix migration version
* fix(plugin-workflow): fix migration and packages
* fix(plugin-workflow): fix package dependencies
* fix(preset): fix builtin list in preset
* fix(plugin-workflow): add package entry file
* fix(plugin-workflow): fix migrations
* refactor(plugin-workflow): remove require
* fix(plugin-workflow): fix locale namespace
* fix(plugin-workflow): fix merged errors
* fix(plugin-workflow): fix import cycling references
* refactor(plugin-workflow): change instruction and triggers to classes in client
* fix(plugin-workflow): fix migration version
|
2023-12-07 05:46:58 -08:00 |
|
Junyi
|
a86a65cf2c
|
fix(plugin-workflow): fix destroy node locale (#3150)
|
2023-12-06 08:06:10 -08:00 |
|
chenos
|
eef101c177
|
chore(versions): 😊 publish v0.17.0-alpha.3
|
2023-12-06 17:19:35 +08:00 |
|
YANG QIA
|
ff097936dd
|
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* fix: fix T-2063
* fix: fix T-2589
* chore: remove translation of page header
* chore: add version check for migration
* chore: switch locale files to JSON format
* fix: bug
* fix(auth): fix translation
* fix: add App provider
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-12-06 14:30:17 +08:00 |
|
chenos
|
36fd4881b2
|
chore(versions): 😊 publish v0.17.0-alpha.2
|
2023-12-06 13:20:48 +08:00 |
|
chenos
|
1757a96b51
|
chore(versions): 😊 publish v0.17.0-alpha.1
|
2023-12-04 14:58:09 +08:00 |
|
jack zhang
|
bf1a19426a
|
refactor: new schema initializer and schema settings (#2802)
* fix: form
* refactor: schema-initializer
* fix: bug
* refactor: schema initializer
* refactor: rename
* fix: delete SchemaInitializerProvider
* refactor: props `insert` to hooks `useSchemaInitializerV2`
* fix: bug
* refactor: delete `SchemaInitializer.Button`
* refactor: delete old SchemaInitializer
* fix: bug
* fix: workflow
* fix: docs
* fix: bug
* fix: bug
* feat: style
* fix: remove v2
* fix: visible
* fix: bug
* fix: item hook
* feat: item hook
* fix: add search DataBlockInitializer
* fix: build bug
* fix: style bug
* fix: style bug
* fix: test bug
* fix: test bug
* fix: rerender bug
* fix: remove menu select
* fix: bug
* chore: add aria-label for SchemaInitializerButton
* refactor: rename name to camel case
* fix: menu height bug
* fix: build errors
* fix: build errors
* fix: bug
* fix: bug
* fix: performance
* test: add test for header
* fix: sidebar is not refresh (T-2422)
* feat(e2e): support to add group page and link page
* chore: make sure the page is configurable when using page.goto
* test: add tests for menu initializer
* fix: imporve code
* chore: fix build error
* chore: optimize locator of menu item
* refactor: rename testid for select
* test: make tests passing
* fix: make tests passing
* chore: upgrade vitest to v0.34.6
* chore: increase timeout of e2e
* feat: core
* fix: revert schema initializer demos
* test: menu, page tabs, page grid, table column
* fix: schema button interface
* feat: refactor: page tab settings
* feat: page settings
* fix: dumirc
* fix: export CSSVariableProvider
* feat: lazy render
* fix: form-item
* fix: general schema desinger
* feat: filter form item settings
* refactor: form-v2 schema settings
* refactor: form-v1 schema settings
* refactor: action schema settings
* fix: action bug
* fix: form-item bug
* fix: types error
* docs: schema settings doc
* docs: schema settings
* feat: schema setting item add name
* fix: visible lazy render bug
* fix: revert form item filter
* fix: test bug
* fix: test JSON.parse bug
* fix: test bug
* fix: improve styling
* fix: styling
* fix: cleanup
* fix: token.borderRadiusSM
* fix: bug
* test: add tests
* fix: style bug
* fix: add chart performance
* feat: add SchemaDesignerContext
* fix: bug
* fix: test bug
* style: create record action style improve
* fix: make test passing
* chore: mack tests passing
* chore: make tests passing
* test: fix tests
* style: style revert
* fix: bug
* fix: data selector
* fix: fix tests
* fix: fix tests
* fix: delete PluginManagerContext
* refactor: improve router and add SchemaComponentProvider & CSSVariableProvider to MainComponent
* fix: add dn and field builtin to SchemaSettingWrapper
* feat: update docs
* refactor: application providers
* fix: test bug
* fix: fix tests
* chore: make test passing
* feat: update docs
* chore: rename collection name
* feat: update docs
* chore: skip weird test
* fix: blockInitializers media to otherBlocks
* fix: cancel to skip test
* fix: bug
* test: add test
* refactor: migrate to small files
* test: add tests for form block settings
* chore: format
* fix: add chart scroll bug
* refactor: action designer improve
* refactor: formitem designer schemaSetting
* feat: schemaSettingsManager and schemaInitializerManager addItem and removeItem
* test: add tests for color field in creating block
* test: add tests for email field in creating block
* test: make tests passing
* perf: reduce fields number
* fix: sub menu bug
* test: add tests basic in editing form
* test: add tests basic in details form
* fix: improve code
* test: make tests passing
* test(plugin-mock-collections): add color for enum options
* refactor: improve code
* fix: bug
* fix: bug
* refactor: convert parameters to destructured object
* test: add tests choices
* test: add tests media
* test: add tests for datetime in creating form
* feat(plugin-mock-collection): generate faker time
* test: add tests for datetime in editing form
* test: add tests for datetime in details form
* fix: bug
* feat: improve code
* test: add tests for relation fields
* fix: rename SchemaSettings
* fix: type bug
* refactor: useDesinger()
* fix: bug
* fix: bug
* fix: build tip
* fix: designableState
* fix: bug
* fix: designable
* fix: designable
* test: add tests for relation fields
* test: add tests for relation fields
* test: add tests for relation fields
* feat: client api doc
* test: add tests for relation fields
* test: avoid errors
* test: make tests passing
* fix: bug
* test: make tests passing
* test: add tests for advanced fields
* test: increase e2e timeout-minutes to 60
* fix: bug
* fix: improve code
* feat: add schema initailizer component demos
* test: make tests passing
* fix: schema settings demos
* feat: shallowMerge & deepMerge
* test: reduce number of tests
* test: make tests passing
* feat: updates
* fix: add Initializer Internal
* demos: useSchemaSettingsRender
* test: make tests passing
* test: make tests passing
* fix: improve docs
* fix: bug
* chore: upgrade dumi theme
* test: make tests passing
* test: add tests for linkage rules
* test: add test for form data templates
* test: add tests for default value
* test: reduce number of tests
* fix: dn.deepMerge
* fix: bug
* fix: bug
* fix: toolbar
* fix: docs ssr
* test: add tests for system fields
* test: add tests for actions
* fix: bug
* test: add tests for lazy loading of variables
* test: make testing more stable
* fix: update docs
* fix: bug
---------
Co-authored-by: Rain <958414905@qq.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
|
2023-12-04 14:56:46 +08:00 |
|
xilesun
|
9d644304c1
|
chore(versions): 😊 publish v0.16.0-alpha.6
|
2023-12-04 11:01:24 +08:00 |
|
Junyi
|
9bf3be222a
|
fix(plugin-workflow): fix condition branch node finding logic (fix #3082) (#3128)
|
2023-12-01 21:32:43 -08:00 |
|
chenos
|
8977420eec
|
chore(versions): 😊 publish v0.16.0-alpha.5
|
2023-11-30 12:41:50 +08:00 |
|
Junyi
|
bd6fbcd319
|
fix(plugin-workflow): fix form event parse variables (#3106)
|
2023-11-28 04:58:15 -08:00 |
|
Junyi
|
d574c8c7ce
|
fix(plugin-workflow): fix schedule trigger (#3096)
* fix(plugin-workflow): fix schedule trigger
* fix(plugin-workflow): fix increment bug based on dialect
|
2023-11-25 23:07:50 -08:00 |
|
chenos
|
ffb300d357
|
chore(versions): 😊 publish v0.16.0-alpha.4
|
2023-11-24 23:15:10 +08:00 |
|
Junyi
|
2630f25e51
|
refactor(plugin-workflow): show header of manual drawer (#3085)
|
2023-11-23 19:28:36 -08:00 |
|
chenos
|
cba967933e
|
chore(versions): 😊 publish v0.16.0-alpha.3
|
2023-11-20 19:36:12 +08:00 |
|
chenos
|
dfb940e091
|
feat: node >= 18 (#3066)
* feat: node >= 18
* fix: release version
* chore(versions): test publish packages xxx
* fix: gitignore
|
2023-11-20 19:35:30 +08:00 |
|
chenos
|
91053b31ef
|
chore(versions): 😊 publish v0.16.0-alpha.1
|
2023-11-20 17:19:09 +08:00 |
|
Junyi
|
fbe3d2d9a5
|
fix(plugin-workflow): client minor fixes (#3062)
|
2023-11-19 03:24:34 -08:00 |
|
chenos
|
ef1b9db2a9
|
chore(versions): 😊 publish v0.15.0-alpha.4
|
2023-11-18 21:22:03 +08:00 |
|
chenos
|
60112aae62
|
chore(versions): 😊 publish v0.15.0-alpha.3
|
2023-11-16 15:03:40 +08:00 |
|
chenos
|
b597aec1dc
|
chore(versions): 😊 publish v0.15.0-alpha.2
|
2023-11-13 18:28:48 +08:00 |
|
chenos
|
29457cb2bc
|
chore(versions): 😊 publish v0.15.0-alpha.1
|
2023-11-13 11:02:35 +08:00 |
|
jack zhang
|
35b06cbfa0
|
refactor: plugin settings manager (#2712)
* feat: add settingsCenter
* fix: style bug
* chore: optimized code
* refactor: settingCenter Auth
* feat: add aclSnippet option
* refactor: all plugin's setting center api
* feat: add plugin with name
* docs: add settings-center doc
* fix: settings center menu sort by name
* fix: change setting center layout
* fix: change hello sort
* test: add SettingsCenter.ts test case
* fix: bug
* fix: acl bug
* fix: bug
* fix: bug and 404 page
* fix: test bug
* fix: test bug
* fix: bug
* fix: locale
* fix: styling
* fix: rename settingsCenter to pluginSettingsManager
* fix: styling
* fix: e2e bug
* fix: e2e bug
* fix: locale
* feat: update docs
* fix: update
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-11-13 11:01:18 +08:00 |
|
Junyi
|
61d14309ed
|
fix(plugin-workflow): add missed component (#3007)
|
2023-11-09 20:40:27 +08:00 |
|
Junyi
|
e74fcc32e7
|
refactor(plugin-workflow): allow to use function for values when creating node (#3002)
|
2023-11-09 01:20:56 +08:00 |
|
Junyi
|
8ee8b0052a
|
fix(plugin-workflow): fix configuration drawer close logic (#3001)
|
2023-11-09 00:51:42 +08:00 |
|
被雨水过滤的空气-Rain
|
81cea6b596
|
chore: add aria label for workflow table (#2995)
|
2023-11-08 16:28:53 +08:00 |
|
Junyi
|
00cabc5e23
|
refactor(plugin-workflow): change to function (#2991)
|
2023-11-07 07:30:53 -08:00 |
|
Junyi
|
30de7865c5
|
fix(plugin-workflow): fix loop scope variable (#2989)
|
2023-11-07 06:17:07 -08:00 |
|
Junyi
|
2747e7640f
|
fix(plugin-workflow): fix node form values when closed (#2978)
* fix(plugin-workflow): fix node form values when closed
* fix(plugin-workflow): fix manual schema config refresh
|
2023-11-06 07:50:25 -08:00 |
|
Junyi
|
9da6606e86
|
refactor(plugin-workflow): add exports for client (#2960)
|
2023-11-03 08:25:33 -07:00 |
|
Junyi
|
98d8ddc43e
|
fix(plugin-workflow): fix canvas style (#2959)
|
2023-11-03 06:13:43 -07:00 |
|
Junyi
|
1f9dae6ebd
|
fix(plugin-workflow): fix variables and form changed (#2955)
|
2023-11-03 05:08:11 -07:00 |
|
Junyi
|
a722d0af5a
|
feat(plugin-workflow): add zoomer for workflow canvas (#2951)
* feat(plugin-workflow): add zoomer for workflow canvas
* fix(plugin-workflow): fix zoomer position
|
2023-11-02 07:08:34 -07:00 |
|
chenos
|
2bb0f7c51c
|
chore(versions): 😊 publish v0.14.0-alpha.8
|
2023-11-01 09:52:49 +08:00 |
|
Junyi
|
f771a476b2
|
fix(plugin-workflow): ajdust style (#2934)
|
2023-10-28 22:24:05 -07:00 |
|
Junyi
|
770f1b7af7
|
refactor(plugin-workflow): add end property to branch (#2928)
|
2023-10-27 20:33:54 -07:00 |
|
Junyi
|
4bac9abbbb
|
fix(plugin-workflow): fix migration (#2927)
|
2023-10-27 06:14:56 -07:00 |
|
被雨水过滤的空气-Rain
|
29bf187fbf
|
chore: optimize locators (#2833)
* test(e2e): better locators for designer buttons
* fix: make test passing
* refactor: remove DesignerControl
* chore: better locators
* fix: should not disable add-menu-item
* chore: better test id for block
* chore: optimize Action
* chore: remove role in BlockItem
* feat: improve locators
* chore: menu & add block
* chore: initializer
* chore: testid -> aria label
* chore: tabs
* chore: designers
* refactor: optimize schemaInitializer
* refactor: rename
* chore: add collectionName
* chore: block item
* chore: action
* fix: avoid crashting
* chore(e2e): add __E2E__
* chore: all dialog
* chore: add aria-label for block menu
* Revert "chore: add aria-label for block menu"
This reverts commit 6a840ef816 .
* chore: optimize aria-label of Action
* chore: schema-initializer
* chore(e2e): increase timeout
* chore: schema settings
* chore: optimize table
* chore: workflow
* chore: plugin manager
* chore: collection manager and workflow
* chore: details of workflow
* chore: remove testid of Select
* test: fix unit-tests
* test: fix unit-tests
* test(e2e): passing tests
* test: fix unit test
* chore: should use hover
* test: passing tests
* chore: passing tests
* chore: fix CI
* chore: fix CI
* chore: increase timeout in CI
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-10-27 15:32:17 +08:00 |
|
Junyi
|
e86c5a7636
|
refactor(plugin-workflow): adjust branch styles (#2922)
|
2023-10-26 20:34:08 -07:00 |
|
Junyi
|
a845dc0937
|
refactor(plugin-workflow): change to use node key for variables (#2909)
* refactor(plugin-workflow): change to use node key for variables
* refactor(plugin-workflow): add node key to node panel
* fix(plugin-workflow): fix locale
* fix(plugin-workflow): fix nodes variables
* fix(plugin-workflow): fix migration
* fix(plugin-workflow): fix migration and manual detail block
|
2023-10-25 08:14:54 -07:00 |
|
Junyi
|
ab9457c7fc
|
refactor(plugin-workflow): add isAvailable check for adding node (#2898)
|
2023-10-23 21:15:55 +08:00 |
|
Junyi
|
41f913b12f
|
fix(plugin-workflow): fix schedule workflow under normal multi-apps (#2896)
|
2023-10-23 03:25:53 -07:00 |
|
Junyi
|
b18822aaa9
|
fix(plugin-workflow): fix cycling association stackoverflow (#2892)
|
2023-10-22 09:05:15 -07:00 |
|