Junyi
|
a96783a4b0
|
fix(plugin-workflow-loop): fix pending nodes in loop but resolved (#6236)
* fix(plugin-workflow-loop): fix pending nodes in loop but resolved
* fix(plugin-workflow-test): fix test instruction
|
2025-02-18 00:16:35 +08:00 |
|
Sheldon Guo
|
feb9074e56
|
refactor(test): modify the test function login to be asynchronous and update the relevant test cases (#6181)
* refactor(test): modify the test function login to be asynchronous and update the relevant test cases
|
2025-02-08 13:53:30 +08:00 |
|
nocobase[bot]
|
0b7e7347c4
|
Merge branch 'next' into develop
|
2025-02-07 14:15:33 +00:00 |
|
Junyi
|
48ca650a68
|
fix(plugin-workflow): add loading to duplicate action (#6179)
|
2025-02-07 22:14:46 +08:00 |
|
Sheldon Guo
|
0144e2e510
|
fix(auth): use loginWithJti to update authentication-related test cases and prevent errors (#6175)
* refactor(auth): update login method to use loginWithJti for test cases
|
2025-02-07 17:45:48 +08:00 |
|
nocobase[bot]
|
4d2045e358
|
Merge branch 'next' into develop
|
2025-01-28 15:19:20 +00:00 |
|
Junyi
|
2783e62aa5
|
fix(plugin-field-sort): fix move action to trigger workflow (#6145)
|
2025-01-28 23:18:53 +08:00 |
|
Chareice
|
2b58c13aa5
|
chore: migration rules
|
2025-01-24 22:31:39 +08:00 |
|
Zeke Zhang
|
e29f9fa39e
|
Merge branch 'next' into develop
|
2025-01-24 16:46:21 +08:00 |
|
katherinehhh
|
955c167f5e
|
Merge branch 'main' into next
|
2025-01-24 15:51:52 +08:00 |
|
Junyi
|
19ffa45ee9
|
fix(plugin-workflow): fix tsfn for generating SQL (#6128)
|
2025-01-23 20:33:04 +08:00 |
|
nocobase[bot]
|
67c1d9d131
|
Merge branch 'next' into develop
|
2025-01-21 01:57:00 +00:00 |
|
Junyi
|
8b0b46190b
|
fix(plugin-workflow): fix styles (#6095)
* fix(plugin-workflow): remove useless node id from node card
* fix(plugin-workflow): option locale
* fix(plugin-workflow): fix add node button style
* fix(plugin-workflow): fix styles
* fix(plugin-workflow): revert node id back
|
2025-01-21 09:56:37 +08:00 |
|
mytharcher
|
6af8f4cfdf
|
Merge branch 'next' into develop
|
2025-01-20 12:09:17 +08:00 |
|
Junyi
|
a598120277
|
refactor(plugin-workflow): adjust canvas style (#6088)
* refactor(plugin-workflow): adjust canvas style
* fix: adjust end sign height
* fix(plugin-workflow-test): fix e2e model
* fix(plugin-workflow): fix e2e locator
* fix(plugin-workflow): fix e2e locator
|
2025-01-19 16:20:10 +08:00 |
|
nocobase[bot]
|
7093f478c1
|
Merge branch 'next' into develop
|
2025-01-18 06:16:40 +00:00 |
|
citlalinda
|
aee8d9b7ce
|
feat: add stack limit to workflow (#6077)
* feat: add stack limit to workflow
* test: add stack limit test
---------
Co-authored-by: Linda <huanghui9850@gmail.com>
|
2025-01-18 14:16:15 +08:00 |
|
nocobase[bot]
|
53afd48756
|
Merge branch 'next' into develop
|
2025-01-17 15:47:58 +00:00 |
|
nocobase[bot]
|
222b4bc9da
|
Merge branch 'main' into next
|
2025-01-17 15:46:56 +00:00 |
|
Junyi
|
04b817036f
|
fix(plugin-workflow): fix dispatch not process in preparing phase (#6087)
|
2025-01-17 23:46:29 +08:00 |
|
nocobase[bot]
|
50ab97fdc7
|
Merge branch 'next' into develop
|
2025-01-17 01:58:50 +00:00 |
|
Junyi
|
85b36da746
|
refactor(plugin-workflow): refactor validate context api (#6082)
|
2025-01-17 09:58:28 +08:00 |
|
Junyi
|
000095114c
|
feat: add validateConfig to trigger (#6040) (#6073)
* feat: add validateConfig to trigger
* refactor: validateConfig
* fix: validate config
Co-authored-by: citlalinda <hxn9850@163.com>
|
2025-01-16 16:52:15 +08:00 |
|
Junyi
|
f26e501172
|
feat(plugin-workflow-manual): add task title column (#6051)
* feat(plugin-workflow-manual): add task title column
* fix(plugin-workflow-manual): fix distribution and assignee logic
|
2025-01-16 10:26:27 +08:00 |
|
citlalinda
|
63ffe1a99d
|
feat: add validateConfig to trigger (#6040)
* feat: add validateConfig to trigger
* refactor: validateConfig
* fix: validate config
|
2025-01-16 10:16:27 +08:00 |
|
chenos
|
5aec227032
|
Merge branch 'next' into develop
# Conflicts:
# packages/plugins/@nocobase/plugin-workflow/src/client/variable.tsx
|
2025-01-15 21:09:10 +08:00 |
|
Junyi
|
04b3540739
|
chore(plugin-workflow): cherry pick (#6057)
* refactor(plugin-workflow): change api of manually execute (#5850)
* feat: add subflow node
* feat: add execution event
* feat: add force option
* feat: avoid recurring call
* feat: add stack to execution
* feat: add cyclic call validator
* feat: collection trigger add execution stack
* fix: stack
* fix: manual execute
* refactor(plugin-workflow): adjust api and implementent
* chore: revert locale back
* feat: trigger field set add scope variables
* feat: add changeOnSelect
* feat: variables support ID reference
* feat: change locale
* refactor(plugin-workflow): support execute by passing filterByTk for a record
* refactor(plugin-workflow): adjust props name
* fix(plugin-workflow): fix execute variable context
* fix(plugin-workflow): fix variables and locales
* chore(plugin-workflow): remove demo code
* fix(plugin-workflow): fix import
* fix(plugin-workflow): fix build error
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
* fix(plugin-workflow): fix schedule picker value (#6039)
* fix(plugin-workflow): fix variable compoent onchange (#5964)
---------
Co-authored-by: shz <huanghui9850@gmail.com>
|
2025-01-15 17:42:49 +08:00 |
|
nocobase[bot]
|
9bf8fb3bb1
|
Merge branch 'next' into develop
|
2025-01-15 09:00:48 +00:00 |
|
nocobase[bot]
|
540a22ba31
|
Merge branch 'main' into next
|
2025-01-15 09:00:22 +00:00 |
|
Junyi
|
6906d87375
|
fix(plugin-workflow): fix repeat field component (#6067)
|
2025-01-15 16:59:58 +08:00 |
|
nocobase[bot]
|
f05f533842
|
Merge branch 'next' into develop
|
2025-01-12 08:12:44 +00:00 |
|
nocobase[bot]
|
de35229e64
|
Merge branch 'main' into next
|
2025-01-12 08:12:19 +00:00 |
|
Junyi
|
095ee3b23c
|
fix(plugin-workflow): fix schedule trigger conditions and logs (#6042)
* fix(plugin-workflow): fix schedule trigger conditions and logs
* fix(plugin-workflow): fix resume dispatch
|
2025-01-12 16:11:53 +08:00 |
|
Junyi
|
0adab556f8
|
fix(plugin-workflow): fix schedule picker value (#6039)
|
2025-01-11 12:06:24 +08:00 |
|
nocobase[bot]
|
4582009346
|
Merge branch 'next' into develop
|
2025-01-10 11:43:14 +00:00 |
|
nocobase[bot]
|
dc25e8a9d4
|
Merge branch 'main' into next
|
2025-01-10 11:42:53 +00:00 |
|
Junyi
|
2efa3eddea
|
fix(plugin-workflow): fix logger api (#6036)
|
2025-01-10 19:42:29 +08:00 |
|
mytharcher
|
5c7a38c569
|
Merge branch 'next' into develop
|
2025-01-10 17:05:15 +08:00 |
|
mytharcher
|
ff526f9a78
|
Merge branch 'main' into next
|
2025-01-10 16:46:08 +08:00 |
|
Junyi
|
a3ae8032f4
|
fix(plugin-workflow): fix duplicate triggering (#6022)
* fix(plugin-workflow): fix duplicate triggering
* fix(plugin-workflow): await executing before resume
* fix(plugin-workflow): fix failed test case
|
2025-01-10 15:03:08 +08:00 |
|
chenos
|
85238df440
|
Merge branch 'next' into develop
# Conflicts:
# packages/core/client/src/locale/zh-CN.json
|
2025-01-09 18:19:38 +08:00 |
|
nocobase[bot]
|
1e3b945537
|
Merge branch 'main' into next
|
2025-01-09 02:17:05 +00:00 |
|
Junyi
|
edcdf00ea3
|
fix(evaluators): change reference links to doc site (#6021)
|
2025-01-09 10:16:43 +08:00 |
|
Katherine
|
5d5f455b3c
|
feat: supports configuring dynamic environment variables and secrets (#5966)
* feat: environments plugin
* feat: improve code
* fix: improve code
* feat: improve code
* refactor: package description
* feat: bulk import
* fix: remove
* refactor: file manager support environment variables
* refactor: file manager support environment variables
* refactor: map manager support environment variables
* refactor: support environment variables
* refactor: support environment variables
* refactor: support delete environment variables
* fix: bug
* refactor: workflow support environment variables
* refactor: email environment variables
* refactor: support bulk import
* refactor: support bulk import
* refactor: support bulk import
* refactor: support bulk import
* refactor: code improve
* feat: env
* chore: update
* feat: environment
* fix: bug
* fix: acl snippet
* fix: acl snippets
* chore: map manager
* refactor: support line break
* refactor: support password
* chore: environment variables
* fix: bug
* fix: bug
* chore: enviroment variables
* chore: system settings
* fix: improve code
* feat: verification
* feat: map
* feat: file-manager
* feat: notification
* fix: bug
* feat: workflow
* fix: improve code
* fix: bug
* feat: data-source
* feat: auth
* fix: error
* fix: bug
* refactor: description
* refactor: locale
* refactor: locale
* refactor: locale
* refactor: code improve
* refactor: locale
* refactor: locale
* style: style improve
* fix: error
* fix: bug
* fix: bug
* refactor: environment
* fix: ellipsis
* refactor: password
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* chore: test
* fix: cache
* fix: mysql dialect options
* refactor: email config form
* fix: bug
* fix: bug
* fix: authenticator.dataValues parse
* fix: include undefined
* fix: json
* fix: json parse
* chore: enviromentProvider
* fix: acl
* fix: rowKey
* fix: update ProviderOptions.tsx
* feat: get app instance
* fix: bug
* fix: text
* fix: build error
* fix: error
* chore: migration rules options
* chore: migration rules
* refactor: code improve
* feat: env v2
* chore: environment varibales
* chore: environment serve
* fix: getVariables
* feat: improve code
* fix: bug
* chore: collection options for migration
* chore: tree collection options
* chore: migration rules
* chore: migration rules
* chore: env api
* chore: env api
* fix: optionsKeysNotAllowedInEnv
* fix: required true
* fix: improve code
* fix: app refresh
* fix: remove db.import
* fix: type error
* fix: map
* refactor: locale improve
* refactor: tx-cos
* fix: undefined
* refactor: code improve
* chore: use bookworm
* fix: npm add user
* fix: npm login
* fix: npm adduser
* fix: npm adduser
* fix: expect
* fix: expect
* fix: environmentVariables
* refactor: support bulk delete & filter
* refactor: locale improve
* feat: filter
* refactor: useGlobalVariable
* fix: scope
* fix: bug
* fix: optionsKeysNotAllowedInEnv
* fix: test error
* fix: test
* fix: test
* feat: improve code
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Chareice <chareice@live.com>
|
2025-01-08 09:32:49 +08:00 |
|
nocobase[bot]
|
30ea467dc8
|
Merge branch 'next' into develop
|
2024-12-31 12:16:25 +00:00 |
|
ChengLei Shao
|
61e7a89067
|
refactor: export action (#5665)
* chore: export xlsx command
* chore: container service
* chore: report export progress
* chore: export
* chore: performInsert
* chore: export command
* chore: base exporter
* chore: limit option
* chore: export
* chore: export
* chore: types
* chore: ws socket with auth
* refactor: refactor exporter, change addRows method to handleRow method to support row-by-row processing
* chore: xlsx exporter
* chore: base exporter
* chore: export limit
* chore: import action
* chore: load websocket
* chore: import action
* chore: object to cli args
* chore: import options
* chore: import action
* chore: import runner
* chore: import action
* chore: import options
* chore: import options
* chore: plugin load event
* chore: test
* chore: i18n
* chore: i18n
* chore: i18n
* fix: ws auth status
* chore: cache in data source
* chore: load datasource
* chore: import with field alias
* fix: build
* fix: test
* fix: build
* fix: import schema settings
* fix: import action
* fix: import progress
* chore: template creator
* fix: import error message
* fix: import error message
* chore: test
* chore: workflow dispatch event
* chore: export alias
* fix: typo
* chore: error render
* fix: event error
* chore: send message to tags
* fix: test
* fix: import action setting
|
2024-12-31 20:16:03 +08:00 |
|
Junyi
|
0b3e46e414
|
fix(plugin-workflow): fix variable compoent onchange (#5964)
|
2024-12-30 09:48:56 +08:00 |
|
shz
|
be44388e90
|
refactor(plugin-workflow): change api of manually execute (#5850)
* feat: add subflow node
* feat: add execution event
* feat: add force option
* feat: avoid recurring call
* feat: add stack to execution
* feat: add cyclic call validator
* feat: collection trigger add execution stack
* fix: stack
* fix: manual execute
* refactor(plugin-workflow): adjust api and implementent
* chore: revert locale back
* feat: trigger field set add scope variables
* feat: add changeOnSelect
* feat: variables support ID reference
* feat: change locale
* refactor(plugin-workflow): support execute by passing filterByTk for a record
* refactor(plugin-workflow): adjust props name
* fix(plugin-workflow): fix execute variable context
* fix(plugin-workflow): fix variables and locales
* chore(plugin-workflow): remove demo code
* fix(plugin-workflow): fix import
* fix(plugin-workflow): fix build error
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
|
2024-12-29 16:54:21 +08:00 |
|
nocobase[bot]
|
6a488f2189
|
Merge branch 'next' into develop
|
2024-12-27 11:35:35 +00:00 |
|
nocobase[bot]
|
1d57ab1799
|
Merge branch 'main' into next
|
2024-12-27 11:35:13 +00:00 |
|