Commit Graph

6509 Commits

Author SHA1 Message Date
1d0ef4c4d8 refactor(tool_manager): clean up unused imports 2025-07-04 18:39:46 +08:00
5298e06763 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/core/plugin/backwards_invocation/encrypt.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/encryption.py
#	api/services/plugin/plugin_parameter_service.py
#	api/services/tools/api_tools_manage_service.py
#	api/services/tools/builtin_tools_manage_service.py
#	api/services/tools/tools_transform_service.py
2025-07-04 17:37:26 +08:00
0dc5bfb2c7 feat(oauth): refactor tool encryption utils 2025-07-04 17:28:22 +08:00
eaefa1b7e6 feat(oauth): refactor encryption 2025-07-04 17:28:13 +08:00
9f053f3bbc feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency 2025-07-04 17:28:09 +08:00
26b46b88c9 feat(oauth): add multi credentials support 2025-07-04 17:28:06 +08:00
9d17bb10b4 fix(oauth): update default credential_type value to 'api-key' 2025-07-04 15:45:46 +08:00
556d031850 chore: handle migrations 2025-07-04 15:39:59 +08:00
db8e516f57 Merge remote-tracking branch 'origin/deploy/dev' into deploy/dev 2025-07-04 15:30:09 +08:00
478c156f7d feat(oauth&mcp): refactor credential encrypter 2025-07-04 15:28:41 +08:00
c160a0e5e3 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/controllers/console/workspace/tool_providers.py
#	api/core/tools/entities/api_entities.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/configuration.py
#	api/services/tools/tools_transform_service.py
2025-07-04 14:42:43 +08:00
9b25b7a8d8 feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency 2025-07-04 14:29:34 +08:00
9ce6f34dc4 feat(oauth): add multi credentials support 2025-07-04 14:25:33 +08:00
e9ee6e901c Merge branch 'feat/mcp-frontend' into deploy/dev 2025-07-04 14:03:47 +08:00
6cb7e70098 fix: spell error 2025-07-04 14:03:27 +08:00
1afc50bbc6 Merge branch 'feat/mcp-frontend' into deploy/dev 2025-07-04 11:39:23 +08:00
6284cdda6f chore: min width 2025-07-04 11:37:47 +08:00
801fcabb94 Merge branch 'feat/mcp-frontend' into deploy/dev 2025-07-04 11:16:43 +08:00
a741ee36d9 fix: agent node text overflow 2025-07-04 11:16:24 +08:00
ef453c7a65 fix: text too width caused ui issue in tool picker 2025-07-04 11:07:52 +08:00
dc472bc734 Merge branch 'feat/mcp-frontend' into deploy/dev 2025-07-03 18:28:03 +08:00
f401fc24df fix: open ai icon 2025-07-03 18:27:03 +08:00
a1afe1c514 chore: only show search link when has res 2025-07-03 18:19:25 +08:00
2803f5a0a8 Merge branch 'feat/mcp-frontend' into deploy/dev 2025-07-03 16:44:44 +08:00
29deab509c fix: no data placeholder 2025-07-03 16:33:24 +08:00
b316867bab Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth 2025-07-02 21:54:50 +08:00
988a76066d feat(oauth): enhance OAuth client handling and add custom client support 2025-07-02 20:19:04 +08:00
4799defeee Merge branch 'fix/workflow-use-nodes-hooks' into deploy/dev 2025-07-02 16:30:20 +08:00
2d16b1d6d1 fix: refactor useNodes hooks to prevent rerender 2025-07-02 16:29:47 +08:00
ce402ca505 Merge branch 'fix/workflow-use-nodes-hooks' into deploy/dev 2025-07-02 16:21:49 +08:00
06fcd15b61 fix: refactor useNodes hooks to prevent rerender 2025-07-02 16:21:11 +08:00
e965eaca1f Merge branch 'feat/mcp' into deploy/dev 2025-07-02 15:25:17 +08:00
3e9368ce84 refactor: simplify logic based on review suggestions 2025-07-02 15:15:38 +08:00
08fa6f0ef9 Merge branch 'chore/workflow-last-run' into deploy/dev 2025-07-02 15:03:46 +08:00
2a2964cd0b fix 2025-07-02 15:03:18 +08:00
3f139133a0 chore: change order 2025-07-02 14:58:56 +08:00
6ef1e017df feat(oauth): add support for retrieving credential info and OAuth client schema 2025-07-02 14:58:50 +08:00
a89a57d427 Merge branch 'chore/workflow-last-run' into deploy/dev 2025-07-02 14:55:41 +08:00
6cb13925c2 fix 2025-07-02 14:55:09 +08:00
826bf25abf Fix: prevent SQL errors when metadata filter Constant value is None or blank (#21803) 2025-07-02 14:43:01 +08:00
4ccbe6a6e7 Merge branch 'chore/workflow-last-run' into deploy/dev 2025-07-02 14:38:56 +08:00
453c65df6a fix 2025-07-02 14:31:35 +08:00
e26c9ee44a merge 2025-07-02 14:17:48 +08:00
1be4a43fc6 Merge branch 'main' into feat/mcp-frontend 2025-07-02 14:04:59 +08:00
89250a36b7 fix(api): files not returned in the answer node (#21807) 2025-07-02 13:54:10 +08:00
c2e599cd85 fix(api): Fix resetting sys var causing internal server error (#21604)
and sorts draft variables by their creation time, ensures a consist order.
2025-07-02 13:36:35 +08:00
71d6cf1b1d fix: Make the latency and logs of web applications consistent. (#21578)
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-07-02 12:04:33 +08:00
8f9d7d649a Merge branch 'chore/workflow-last-run' into deploy/dev 2025-07-02 11:38:36 +08:00
d60d67bf23 fix 2025-07-02 11:38:11 +08:00
86179beaa5 FIX: dollar-sign escaping in preprocessLaTeX code‐block handling (#21796)
Co-authored-by: LinYing <linying@momenta.ai>
2025-07-02 11:32:23 +08:00