Go to file
Junyi b59a239a82
Feat: client base entry of plugin workflow (#225)
* feat(plugin-workflow): add base client entry for workflow

* fix(plugin-workflow): workflow table

* feat: custom ui route (#227)

* feat(plugin-workflow): add execution table

* refactor(actions): expose utils of actions

* fix(repo): move ".editorconfig" to root

* feat(plugin-workflow): base workflow management able to add node

* fix(plugin-workflow): fix empty workflow

* feat(plugin-workfow): add flow canvas and style

* fix(plugin-workflow): fix type for building

* feat(plugin-workflow): fix add node in branch and add branch ui

* feat(plugin-workflow): add calculation structure to condition config

* fix(plugin-workflow): fix branch line style

* feat(plugin-workflow): remove node with sub-branch

* feat(plugin-workflow): add parallel node type

* fix(plugin-workflow): fix dependency in client

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-03-27 15:51:48 +08:00
.github/workflows Feat/GitHub actions (#148) 2022-01-08 17:16:11 +08:00
docker chore: update dockerfile 2022-03-09 17:50:45 +08:00
docs feat: client v0.6 (#150) 2022-01-10 19:22:21 +08:00
packages Feat: client base entry of plugin workflow (#225) 2022-03-27 15:51:48 +08:00
.editorconfig Feat: client base entry of plugin workflow (#225) 2022-03-27 15:51:48 +08:00
.env.example chore: yarn start 2022-02-20 20:11:58 +08:00
.eslintignore v0.6 2021-12-06 21:23:34 +08:00
.eslintrc v0.5 2021-05-23 08:38:08 +08:00
.gitignore feat: improve code 2022-02-24 16:52:35 +08:00
.prettierignore v0.6 2021-12-06 21:23:34 +08:00
.prettierrc refactor: code splitting of the table component (#121) 2021-12-02 22:56:16 +08:00
.umirc.ts feat: client v0.6 (#150) 2022-01-10 19:22:21 +08:00
commitlint.config.js chore: commitlint 2022-01-26 12:07:47 +08:00
docker-compose.yml chore: update dockerfile 2022-03-09 17:50:45 +08:00
jest.cli.js feat: rename ui_schemas to uiSchemas 2022-02-16 00:22:47 +08:00
jest.config.js chore(jest): modulePathIgnorePatterns 2022-02-15 11:02:56 +08:00
jest.setup.ts feat: error handle middleware (#214) 2022-03-02 12:50:15 +08:00
lerna.json v0.6 2021-12-06 21:23:34 +08:00
package.json chore: add build scripts 2022-03-19 20:50:22 +08:00
README.md docs: update readme 2021-12-06 21:25:28 +08:00
tsconfig.build.json feat: client v0.6 (#150) 2022-01-10 19:22:21 +08:00
tsconfig.jest.json feat: client v0.6 (#150) 2022-01-10 19:22:21 +08:00
tsconfig.json feat: client v0.6 (#150) 2022-01-10 19:22:21 +08:00
yarn.lock feat: upgrade formily 2022-03-18 21:38:12 +08:00