2733e04039
fix CI
2025-10-30 20:28:47 +08:00
e49ec82258
fix CI
2025-10-30 20:25:35 +08:00
cf301eb1d9
fix CI
2025-10-30 20:23:22 +08:00
98b9ba2b2e
fix CI
2025-10-30 20:22:01 +08:00
2126c64468
fix CI
2025-10-30 20:17:11 +08:00
271a1b4f98
fix CI
2025-10-30 20:10:49 +08:00
9be3c62c04
fix CI
2025-10-30 20:08:16 +08:00
04bfa235a9
fix: test
2025-10-30 19:49:08 +08:00
3b37ae1b4e
fix: dotenv lint
2025-10-30 19:37:45 +08:00
c1cb93cd26
fix
2025-10-30 18:55:08 +08:00
75fa161c46
apply fix
2025-10-30 18:49:06 +08:00
d6d82cff33
apply linter
2025-10-30 18:48:16 +08:00
7244978b24
fix
2025-10-30 18:33:46 +08:00
623021dcff
cleanup
2025-10-30 18:32:05 +08:00
20bd059a6c
fix CI
2025-10-30 17:58:59 +08:00
cbebac1d45
fix: webhook container tests
2025-10-30 17:46:59 +08:00
4dbd26ff66
[autofix.ci] apply automated fixes
2025-10-30 09:14:08 +00:00
d018ef9033
apply autofix to autofix CI
2025-10-30 17:11:49 +08:00
291e9a3aee
fix: ruff
2025-10-30 17:10:21 +08:00
5861ca773e
fix: mapping to dict
2025-10-30 17:09:40 +08:00
eb3b5f751a
[autofix.ci] apply automated fixes
2025-10-30 09:08:11 +00:00
8750796f9f
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-30 16:59:56 +08:00
41be581594
fix: python package vulnerability ( #27645 )
...
Signed-off-by: kenwoodjw <blackxin55+@gmail.com >
2025-10-30 16:43:07 +08:00
b25d379ef4
cleanup
2025-10-30 16:33:39 +08:00
edd50420ec
apply test fix
2025-10-30 16:24:43 +08:00
e9078eedbd
fix: Variable e is not accessed (reportUnusedVariable)
2025-10-30 16:14:13 +08:00
501698d844
Potential fix for code scanning alert no. 243: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-30 16:11:32 +08:00
dd089b1b21
fix: coding style
2025-10-30 16:10:54 +08:00
6260a1a28c
fix: cycle imports
2025-10-30 16:09:39 +08:00
8bc5035624
Potential fix for code scanning alert no. 211: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-30 16:00:57 +08:00
2dbfd9ea5a
Potential fix for code scanning alert no. 241: Use of a broken or weak cryptographic hashing algorithm on sensitive data
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-30 16:00:44 +08:00
08e61d76d6
Potential fix for code scanning alert no. 244: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-30 16:00:24 +08:00
447127cee4
Update api/controllers/console/app/workflow.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-30 15:59:37 +08:00
49ebbd05b5
Update api/controllers/console/app/workflow.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-30 15:58:58 +08:00
defea962f6
Update api/controllers/console/workspace/trigger_providers.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-30 15:58:41 +08:00
20ad5b7ac2
docs(api): update docs about gevent setup in app.py ( #27611 )
...
Add a warning about top level importing in gunicorn.conf.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-30 15:43:08 +08:00
cac60a25bb
cleanup: migrations
2025-10-30 15:27:02 +08:00
57c65ec625
fix: typing
2025-10-30 14:58:30 +08:00
ffc3c61d00
merge workflow pasuing
2025-10-30 14:54:14 +08:00
aa3b16a136
fix: migrations
2025-10-30 14:45:26 +08:00
6e0b408dd5
Merge branch 'main' into feat/trigger
2025-10-30 14:43:27 +08:00
a1c0bd7a1c
feat(api): Introduce workflow pause state management ( #27298 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-30 14:41:09 +08:00
be9eeff6c2
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-30 12:14:47 +08:00
41e549af14
fix(weaviate): skip init checks to prevent PyPI requests on each search ( #27624 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-30 09:59:08 +08:00
c71f7c7613
fix(http_request): set response.text if there is no file ( #27610 )
2025-10-30 09:34:59 +08:00
1e477af05f
feat(trigger): add system variables to webhook node outputs
...
Enhanced the TriggerWebhookNode to include system variables as outputs. This change allows for better accessibility of system variables during node execution, improving the overall functionality of the webhook trigger process. A TODO comment has been added to address future improvements for direct access to system variables.
2025-10-29 18:15:36 +08:00
9b5e5f0f50
refactor(api): replace dict type hints with Mapping for improved type safety
...
Updated type hints in several services to use Mapping instead of dict for better compatibility with various dictionary-like objects. Adjusted credential handling to ensure consistent encryption and decryption processes across ToolManager, DatasourceProviderService, ApiToolManageService, BuiltinToolManageService, and MCPToolManageService. This change enhances code clarity and adheres to strong typing practices.
2025-10-29 18:10:38 +08:00
fb12f31df2
feat(trigger): system variables for trigger nodes
...
Added a timestamp field to the SystemVariable model and updated the WorkflowAppRunner to include the current timestamp during execution. Enhanced node type checks to recognize trigger nodes in various services, ensuring proper handling of system variables and node outputs in TriggerEventNode and TriggerScheduleNode. This improves the overall workflow execution context and maintains consistency across node types.
2025-10-29 18:10:38 +08:00
f260627660
feat: use id for webapp ( #27576 )
2025-10-29 01:45:40 -07:00
1e9142c213
feat: enhance tencent trace integration with LLM core metrics ( #27126 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com >
2025-10-29 15:53:30 +08:00