tachybase_todo/packages/core/data-source-manager/src
Junyi d691e4c7e6
feat(plugin-workflow): support multiple data source in workflow (#3739)
* feat(plugin-workflow): support multiple data source in workflow

* fix(plugin-workflow): fix test cases

* test(plugin-workflow-sql): debug test case

* fix(plugin-workflow): fix collection trigger creation without config

* test(plugin-workflow-sql): debug test case

* fix: workflow e2e test

* chore(ci): disable console intercept in vitest

* chore(ci): disable console intercept in vitest

* chore(ci): disable console intercept in vitest

* chore(ci): disable console intercept in vitest

* test(plugin-workflow-sql): debug test case

* test: approval e2e

* fix: remove pro-plugins from packages

* refactor(plugin-workflow): support pass collection from props to CollectionBlockInitializer

* test(plugin-workflow): add test case

* fix(plugin-workflow): disable modification of executed workflow

* fix: e2ePageObjectModel

* fix: load data source when data source load failed (#3793)

* chore: console.log

* fix(subTable): fix sorting rule setting (#3795)

* fix: through collection support search (#3800)

* fix(client): visible -> useVisible

* fix(client): fix action designer error occured in custom form (#3801)

* fix(client): fix action designer error occured in custom form

* fix(client): fix from the source

* chore(module): remove submodule

* fix(plugin-workflow): fix client cycling import

* fix(plugin-workflow): fix collection event name

* fix(plugin-workflow): fix undefined ref

---------

Co-authored-by: hongboji <j414562100@qq.com>
Co-authored-by: ChengLei Shao <chareice@live.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
Co-authored-by: katherinehhh <shunai.tang@hand-china.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-03-25 14:46:22 +08:00
..
__tests__ feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
default-actions fix: import 2024-03-03 23:35:13 +08:00
collection-field.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
collection-manager.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
collection.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
data-source-factory.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
data-source-manager.ts chore: console.log 2024-03-22 13:59:39 +08:00
data-source-with-database.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
data-source.ts fix(data-source-manager): resource prefix 2024-03-18 18:28:35 +08:00
index.ts refactor(client): add component to support data source select (#3691) 2024-03-13 10:23:08 +08:00
load-default-actions.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
repository.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
resource-manager.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
sequelize-collection-manager.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
sequelize-data-source.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
types.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
utils.ts feat(plugin-workflow): support multiple data source in workflow (#3739) 2024-03-25 14:46:22 +08:00