hjlarry
20bd059a6c
fix CI
2025-10-30 17:58:59 +08:00
hjlarry
cbebac1d45
fix: webhook container tests
2025-10-30 17:46:59 +08:00
autofix-ci[bot]
4dbd26ff66
[autofix.ci] apply automated fixes
2025-10-30 09:14:08 +00:00
Yeuoly
d018ef9033
apply autofix to autofix CI
2025-10-30 17:11:49 +08:00
Yeuoly
291e9a3aee
fix: ruff
2025-10-30 17:10:21 +08:00
Yeuoly
5861ca773e
fix: mapping to dict
2025-10-30 17:09:40 +08:00
autofix-ci[bot]
eb3b5f751a
[autofix.ci] apply automated fixes
2025-10-30 09:08:11 +00:00
lyzno1
8750796f9f
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-30 16:59:56 +08:00
kenwoodjw
41be581594
fix: python package vulnerability ( #27645 )
...
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
2025-10-30 16:43:07 +08:00
Yeuoly
b25d379ef4
cleanup
2025-10-30 16:33:39 +08:00
Yeuoly
edd50420ec
apply test fix
2025-10-30 16:24:43 +08:00
Yeuoly
e9078eedbd
fix: Variable e is not accessed (reportUnusedVariable)
2025-10-30 16:14:13 +08:00
Yeuoly
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
Yeuoly
dd089b1b21
fix: coding style
2025-10-30 16:10:54 +08:00
Yeuoly
6260a1a28c
fix: cycle imports
2025-10-30 16:09:39 +08:00
Yeuoly
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
Yeuoly
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
Yeuoly
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
Yeuoly
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
Yeuoly
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
Yeuoly
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
QuantumGhost
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
Yeuoly
cac60a25bb
cleanup: migrations
2025-10-30 15:27:02 +08:00
Yeuoly
57c65ec625
fix: typing
2025-10-30 14:58:30 +08:00
Yeuoly
ffc3c61d00
merge workflow pasuing
2025-10-30 14:54:14 +08:00
Yeuoly
aa3b16a136
fix: migrations
2025-10-30 14:45:26 +08:00
Yeuoly
6e0b408dd5
Merge branch 'main' into feat/trigger
2025-10-30 14:43:27 +08:00
QuantumGhost
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
lyzno1
be9eeff6c2
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-30 12:14:47 +08:00
quicksand
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
kurokobo
c71f7c7613
fix(http_request): set response.text if there is no file ( #27610 )
2025-10-30 09:34:59 +08:00
Harry
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
Harry
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
Harry
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
Xiyuan Chen
f260627660
feat: use id for webapp ( #27576 )
2025-10-29 01:45:40 -07:00
XlKsyt
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
Jyong
82890fe38e
add uninstalled recommend tools detail ( #27537 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-29 15:33:41 +08:00
Blackoutta
7dc7c8af98
improve: speed up tracing config decryption process ( #27549 )
2025-10-29 15:33:16 +08:00
quicksand
addebc465a
fix: resolve 500 error when updating document chunk settings ( #27551 ) ( #27574 )
2025-10-29 15:31:18 +08:00
lyzno1
d37cc9f9c8
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-29 15:16:28 +08:00
Vivec
5ab315aeaf
fix: set conditional capabilities upon MCP client session initialization ( #26234 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
2025-10-29 15:11:45 +08:00
hjlarry
bebcbfd80e
chore: improve delete app related tables
2025-10-29 14:29:59 +08:00
Harry
dfc5e3609d
refactor(trigger): streamline OAuth client existence check
...
Replaced the method for checking the existence of a system OAuth client with a new dedicated method `is_oauth_system_client_exists` in the TriggerProviderService. This improves code clarity and encapsulates the logic for verifying the presence of a system-level OAuth client. Updated the TriggerOAuthClientManageApi to utilize the new method for better readability.
2025-10-29 14:22:56 +08:00
lyzno1
fa5765ae82
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-29 12:56:31 +08:00
hjlarry
0b599b44b0
chore: when delete app also delete related trigger tables
2025-10-29 12:15:34 +08:00
NeatGuyCoding
9e97248ede
fix unit test using enum ( #27575 )
...
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-10-29 10:26:40 +08:00
Asuka Minato
d532b06310
example of use api.model ( #27514 )
2025-10-29 10:25:15 +08:00
Eric Guo
42385f3ffa
Sync celery queue name list ( #27554 )
2025-10-29 10:19:57 +08:00
yangzheli
c597234374
fix(workflow): doc extractor node now correctly extracts mdx files ( #27570 )
2025-10-29 10:19:29 +08:00
Harry
5c95c77604
refactor(trigger): streamline workflow argument handling in DraftWorkflowTriggerNodeApi
...
- Simplified retrieval of workflow arguments by directly accessing event.workflow_args.
- Removed unnecessary conditional checks for user inputs, ensuring cleaner code.
- Enhanced TriggerEventNode to use deepcopy for user inputs to prevent unintended mutations.
2025-10-29 01:04:37 +08:00