tachybase_todo/packages/plugins/@nocobase/plugin-workflow/src/client
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
..
__tests__/e2e refactor: new schema initializer and schema settings (#2802) 2023-12-04 14:56:46 +08:00
components refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
hooks refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
locale feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
nodes refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
schemas refactor: plugin settings manager (#2712) 2023-11-13 11:01:18 +08:00
triggers refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
AddButton.tsx refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
Branch.tsx refactor(plugin-workflow): add end property to branch (#2928) 2023-10-27 20:33:54 -07:00
CanvasContent.tsx fix(plugin-workflow): fix canvas style (#2959) 2023-11-03 06:13:43 -07:00
constant.ts refactor: plugin settings manager (#2712) 2023-11-13 11:01:18 +08:00
constants.tsx refactor(plugin-workflow): add new status for 'retry needed' scenarios (#2765) 2023-10-08 19:49:40 -07:00
ExecutionCanvas.tsx refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
ExecutionLink.tsx refactor: plugin settings manager (#2712) 2023-11-13 11:01:18 +08:00
ExecutionPage.tsx feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
ExecutionResourceProvider.tsx feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
FlowContext.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
index.tsx refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
style.tsx feat(plugin-workflow): add zoomer for workflow canvas (#2951) 2023-11-02 07:08:34 -07:00
utils.ts refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
variable.tsx refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00
WorkflowCanvas.tsx fix(plugin-workflow): client minor fixes (#3062) 2023-11-19 03:24:34 -08:00
WorkflowLink.tsx refactor: plugin settings manager (#2712) 2023-11-13 11:01:18 +08:00
WorkflowPage.tsx feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
WorkflowPane.tsx refactor(plugin-workflow): split workflow features into plugins (#3115) 2023-12-07 05:46:58 -08:00