Commit Graph

264 Commits (feat/datasource)

Author SHA1 Message Date
twwu af64f29e87 Merge branch 'feat/rag-pipeline' into deploy/rag-dev 9 months ago
-LAN- 6b1ad634f1
fix(workflow_run): sequence_number race. (#21228)
Signed-off-by: -LAN- <laipz8200@outlook.com>
9 months ago
jyong b618f3bd9e r2 9 months ago
jyong f7fbded8b9 Merge branch 'main' into feat/r2 9 months ago
Xin Zhang 30cfc9c172
Feat/plugin install scope management (#19963) 9 months ago
jyong 7f7ea92a45 r2 9 months ago
jyong 9eb8597957 r2 10 months ago
jyong 1d8b390584 Merge branch 'main' into feat/r2
# Conflicts:
#	docker/docker-compose.middleware.yaml
10 months ago
jyong 874e1bc41d r2 10 months ago
jyong e934503fa0 r2 10 months ago
QuantumGhost 930c4cb609
feat(api): Adjust `WorkflowDraftVariable` and `WorkflowNodeExecutionModel` (#20746)
- Add `node_execution_id` column to `WorkflowDraftVariable`, allowing efficient implementation of 
  the "Reset to last run value" feature.
- Add additional index for `WorkflowNodeExecutionModel` to improve the performance of last run lookup.

Closes #20745.
10 months ago
jyong 8a86a2c817 r2 10 months ago
-LAN- 5ccfb1f4ba
refactor: Improve model status handling and structured output (#20586)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong 8a147a00e8 r2 10 months ago
jyong c09c8c6e5b r2 10 months ago
jyong 9cdd2cbb27 r2 10 months ago
jyong 309fffd1e4 Merge branch 'main' into feat/r2
# Conflicts:
#	api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
#	api/core/workflow/entities/node_entities.py
#	api/core/workflow/enums.py
10 months ago
-LAN- 2ebf4e767b
fix(models): WorkflowRun's total_steps and exceptions_count mismatch with database (#20452)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
-LAN- f7fb10635f
refactor(workflow): Rename workflow node execution models (#20458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
-LAN- 482e50aae9
Refactor/remove db from cycle manager (#20455)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong 976b465e76 r2 10 months ago
jyong 69529fb16d r2 10 months ago
jyong e7c48c0b69 r2 10 months ago
jyong a025db137d Merge branch 'main' into feat/r2 10 months ago
jyong 7f59ffe7af r2 10 months ago
-LAN- b357eca307
fix: Copy request context and current user in app generators. (#20240)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong 5fc2bc58a9 r2 10 months ago
Good Wood 6f982eb7e4
feat: add author_name for app list card (#16900)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
10 months ago
Yeuoly 83ca7f8deb feat: add datasource support to PluginDeclaration and PluginCategory 10 months ago
jyong 678d6ffe2b r2 10 months ago
jyong 35be8721b9 Merge branch 'main' into feat/r2 10 months ago
jyong 64d997fdb0 r2 10 months ago
jyong b93d26ee9f Merge remote-tracking branch 'origin/feat/r2' into feat/r2
# Conflicts:
#	api/core/datasource/entities/datasource_entities.py
10 months ago
jyong b82b26bba5 r2 10 months ago
非法操作 9b1dc1de7a
fix: system file upload can't export custom file types (#20122) 10 months ago
-LAN- d31235ca13
feat: Introduce WorkflowExecution Domain Entity and Repository, Replace WorkflowRun Direct Usage, and Unify Stream Response Logic (#20067)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Yeuoly 3bfc602561 refactor: update datasource entity structure and parameter handling
- Renamed and split parameters in DatasourceEntity into first_step_parameters and second_step_parameters.
- Updated validation methods for new parameter structure.
- Adjusted datasource_node to reference first_step_parameters.
- Cleaned up unused imports and improved type hints in workflow.py.
10 months ago
QuantumGhost 13dc1c8795
Simplify `execution_metadata` Handling for `WorkflowNodeExecution` (#20062)
Currently, `WorkflowNodeExecution.execution_metadata_dict` returns `None` when metadata is absent in the database. This requires all callers to perform `None` checks when processing metadata, leading to more complex caller-side logic.

This pull request updates the `execution_metadata_dict` method to return an empty dictionary instead of `None` when metadata is absent. This change would simplify the caller logic, as it removes the need for explicit `None` checks and provides a more consistent data structure to work with.
10 months ago
-LAN- 3196dc2d61
refactor: Use typed SQLAlchemy base model and fix type errors (#19980)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong 82be119fec Merge branch 'main' into feat/r2 10 months ago
jyong a64df507f6 r2 10 months ago
jyong ba52bf27c1 r2 10 months ago
湛露先生 911f9eadd0
fix model workflow_draft_variables duplicate app_id set. (#19949)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
10 months ago
QuantumGhost 6a9e0b1005
feat(api): Introduce `WorkflowDraftVariable` Model (#19737)
- Introduce `WorkflowDraftVariable` model and the corresponding migration.
- Implement `EnumText`,  a custom column type for SQLAlchemy designed
  to work seamlessly with enumeration classes based on `StrEnum`.
10 months ago
-LAN- 4977bb21ec
feat(workflow): domain model for workflow node execution (#19430)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
jyong 8bea88c8cc r2 10 months ago
jyong e710a8402c r2 10 months ago
jyong 360f8a3375 Merge branch 'main' into feat/r2 10 months ago
jyong 818eb46a8b r2 10 months ago
-LAN- 5360180a2a
feat: add index for workflow_conversation_variables.conversation_id (#19657)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago