Junyi
|
9f8460ca22
|
feat(plugin-workflow): change to unlimited depth preloading associations in workflow (#2142)
* refactor(plugin-snapshot): move AppendsTreeSelect component into client package
* refactor(plugin-workflow): change all appends fields select to AppendsTreeSelect
* refactor(plugin-workflow): change appends and toJSON logic on server side
* fix(plugin-workflow): fix toJSON logic and build error
* fix(plugin-workflow): fix missing component injection
* fix(plugin-workflow): fix cycle association in variables
* refactor(client): change AppendsTreeSelect to lazy load
* fix(client): fix lazy load in option
|
2023-07-17 20:36:17 -07:00 |
|
Junyi
|
6c19dad23d
|
chore(plugin-workflow): adjust types (#2206)
* chore(plugin-workflow): adjust types
* fix(plugin-workflow): fix types
|
2023-07-07 02:59:46 -07:00 |
|
Junyi
|
238af440e3
|
feat(plugin-workflow): loop (#1787)
* feat(plugin-workflow): add loop instruction
* fix(plugin-workflow): fix lint error
* feat(plugin-workflow): add loop variable in client
* feat(plugin-workflow): refactor and add job list to nodes in execution
* feat(plugin-workflow): allow to query multiple records
* fix(plugin-workflow): fix i18n
* fix(plugin-workflow): fix undefined value in component
* fix(plugin-workflow): fix parse context value with current node
* fix(plugin-workflow): fix revision with scope variable
* test(plugin-workflow): add failing case
* fix(plugin-workflow): fix revision with scope variable
* chore(plugin-workflow): fix lint errors
* fix(plugin-workflow): fix workflow canvas page style
* fix(plugin-workflow): revert abstracted node config drawer back to each node
* fix(plugin-workflow): fix parallel extra call
* fix(plugin-workflow): fix parallel branch end
* fix(plugin-workflow): fix jobs variable in processor
* fix(plugin-workflow): fix workflow canvas scroll style
* fix(plugin-workflow): fix slowly opening job modal
* fix(plugin-workflow): fix cycling reference
|
2023-05-15 18:45:45 -07:00 |
|
chenos
|
883f1e6fd1
|
fix: eslint (#1759)
* fix: eslint
* fix: eslint --fix
* fix: changelog
|
2023-04-25 13:12:14 +08:00 |
|
Junyi
|
cc50b38a12
|
fix(plugin-workflow): use toJSON instead of get to get valid result (#1596)
|
2023-03-24 23:54:07 +08:00 |
|
Junyi
|
ea4d4ac062
|
feat(plugin-workflow) config preload associations in triggers and nodes (#1548)
* feat(plugin-workflow): add preload associations for triggers and nodes
* feat(plugin-workflow): add appends parameter to schedule trigger
* fix(plugin-workflow): fix import
* fix(plugin-workflow): fix component injection
* test(plugin-workflow): add test case
|
2023-03-10 16:36:58 +08:00 |
|
Junyi
|
0288243a33
|
fix(plugin-workflow): fix transaction chain in trigger (#1089)
|
2022-11-15 13:35:10 +08:00 |
|
Junyi
|
cadaa8a2c2
|
fix(plugin-workflow): add req context to processor (#936)
|
2022-10-24 09:02:30 +08:00 |
|
Junyi
|
4a3cb6e65f
|
Refactor(plugin workflow): move client files into plugin (#556)
* refactor(plugin-workflow): move client files into plugin
* fix(client): fix package path block build
* test(plugin-workflow): trigger ci
|
2022-06-29 23:42:03 +08:00 |
|