Commit Graph

  • d37b6716cd
    Fix #22508 (#22590) mudiko 2025-07-18 07:43:58 +0200
  • 399866e0ac fix: add 'no-spinner' class to InputNumber component for better styling twwu 2025-07-18 13:42:05 +0800
  • eb207f9f78 review 1 jubinsoni 2025-07-18 10:55:25 +0530
  • 633bfc25e0 feat: update provider parameter naming and refactor related logic in datasource_auth.py Harry 2025-07-18 13:13:20 +0800
  • 0ac5c0bf3e feat: refactor OAuth provider handling and improve provider name generation Harry 2025-07-18 12:47:32 +0800
  • e39494c761 Clean up imports and argument formatting in workflow nodes fdb02983rhy 2025-07-18 13:31:58 +0900
  • ce7c57e393
    Merge branch 'main' into fix-agent-node-file-hanlding-one-turn-delay-bug Kalo Chin 2025-07-18 13:23:34 +0900
  • 23c36453c3 去除不再需要的知识库 Vector get_vector_factory LZC6244 2025-07-18 11:48:24 +0800
  • 677716346a chore: change currentprompt Joel 2025-07-18 11:47:46 +0800
  • b035f3f884
    feat: convert components to dynamic imports for improved performance (#22614) Wu Tianwei 2025-07-18 11:43:37 +0800
  • a66422ba81 feat: update VECTOR_STORE supported types in api/.env.example nicksarno 2025-07-18 11:27:50 +0800
  • ce92dbccc0 fix: update acorn dependency to version 8.15.0 twwu 2025-07-18 11:27:09 +0800
  • c11b833e19 Merge branch 'test/performance' into feat/performance-optimization twwu 2025-07-18 11:26:14 +0800
  • bfb366240c 知识库 _init_vector import 提速 LZC6244 2025-07-18 11:23:44 +0800
  • f14678a0d8 feat: call gen api Joel 2025-07-18 11:08:05 +0800
  • cb023189a9 fix: update docker-compose.yaml with correct Clickzetta defaults yunqiqiliang 2025-07-18 10:49:49 +0800
  • 54cdfb6593 chore: update CLICKZETTA_WORKSPACE default value to quick_start yunqiqiliang 2025-07-18 10:43:48 +0800
  • ecbe555cb0 refactor: remove clickzetta/ folder and update service endpoint yunqiqiliang 2025-07-18 10:43:15 +0800
  • 1f9cd99bc2
    refactor: elegant event dispatch patterns (92% complexity reduction) (#22600) -LAN- 2025-07-18 10:34:47 +0800
  • d4dc1478ef
    refactor: remove redundant comments from task pipeline -LAN- 2025-07-18 10:28:06 +0800
  • 9028d1e257 Merge branch 'main' into fix/tool-node-version Novice 2025-07-18 10:16:22 +0800
  • ffee6f3288
    fix: admin feedback uses the same method create_feedback (#22580) jiangbo721 2025-07-18 10:10:31 +0800
  • ed7ca673d9
    refactor: replace Optional[Any] and Generator[Any] with specific types -LAN- 2025-07-18 10:05:01 +0800
  • 705eafc132
    refactor(task_pipeline): Remove unused EventHandler -LAN- 2025-07-18 09:32:34 +0800
  • 4a3307e9e8
    refactor: elegant event dispatch patterns (92% complexity reduction) -LAN- 2025-07-18 09:29:35 +0800
  • 460a825ef1
    refactor: decouple Node and NodeData (#22581) -LAN- 2025-07-18 10:08:51 +0800
  • 99d9a318a7 fix: admin feedback uses the same method create_feedback 刘江波 2025-07-18 10:02:26 +0800
  • 54c56f2d05
    chore: translate i18n files (#22563) github-actions[bot] 2025-07-18 09:59:42 +0800
  • 2444c7ef03
    Merge e10eacd7f0 into 61a5741c05 taewoong Kim 2025-07-18 09:45:16 +0800
  • 61a5741c05
    fix celery config (#22566) kenwoodjw 2025-07-18 09:41:09 +0800
  • 0e235e5872
    Fix valid check of mcp server address (#22510) KVOJJJin 2025-07-18 09:40:16 +0800
  • d0bece1679
    fix(docs): correct workflow API parameter name from workflow_id to workflow_run_id (#22587) kawabata-mcl 2025-07-18 10:31:33 +0900
  • 1715dd4320
    refactor: Fix some type error (#22594) -LAN- 2025-07-18 09:26:29 +0800
  • 14513b7677
    use nolyfill to reduce download size (#22589) Asuka Minato 2025-07-18 10:26:14 +0900
  • b88dd17fc1
    feat(workflow_cycle_manager): Removes redundant repository methods and adds caching (#22597) -LAN- 2025-07-18 09:26:05 +0800
  • 3826b57424
    remove node-info for non mcp (#22595) znn 2025-07-18 06:55:57 +0530
  • 02de417615 Merge branch 'main' into feat/dependency-relations Minamiyama 2025-07-18 08:20:58 +0800
  • 326b2b573b
    test(test_sqlalchemy_repository): Remove outdated test cases -LAN- 2025-07-18 07:38:12 +0800
  • 640c0625d1
    refactor(workflow_cycle_manager): Improve readability -LAN- 2025-07-18 07:26:17 +0800
  • c6dde2f5a3
    feat(workflow_cycle_manager): Removes redundant repository methods and adds caching -LAN- 2025-07-18 07:11:26 +0800
  • 324bc8cb88 fix text splitter jubinsoni 2025-07-18 04:13:07 +0530
  • 05f83ff991 remove node-info for non mcp jubinsoni 2025-07-18 03:53:54 +0530
  • b0bfbf8876
    refactor(*): Fix some type error -LAN- 2025-07-18 05:44:40 +0800
  • 69f66b0bd8
    refactor(knowledge_retrieval_node): Remove unused cast -LAN- 2025-07-18 03:41:33 +0800
  • 1f2e6e96b6
    chore(sqlalchemy_api_workflow_run_repository): Put APIWorkflowRunRepository back -LAN- 2025-07-18 03:33:13 +0800
  • e7bea600c6
    refactor: Simplifies ModelMode instantiation -LAN- 2025-07-18 03:08:42 +0800
  • 5feddefca9
    refactor: Removes redundant code and simplifies agent node logic -LAN- 2025-07-18 03:01:11 +0800
  • 52bc116e0b
    refactor(base/node.py): Rename `_get_base_node_data` to `get_base_node_data` -LAN- 2025-07-18 02:56:58 +0800
  • ae4c7ab34a
    refactor: Refactors error handling in WorkflowNodeRunFailedError -LAN- 2025-07-18 02:55:15 +0800
  • 578601975e
    refactor: Refactors node attribute access and method names -LAN- 2025-07-18 02:53:45 +0800
  • 678a39a113
    test(test_llm): Fix test -LAN- 2025-07-18 02:27:40 +0800
  • 67269ab61e
    test(integration_tests): fix tests -LAN- 2025-07-18 02:11:19 +0800
  • 1130a94d76
    test(integration_tests): Fix tests -LAN- 2025-07-18 01:55:14 +0800
  • f6c6f260db
    tests: fix tests -LAN- 2025-07-18 01:31:33 +0800
  • ba40054f44
    refactor(nodes): rename `node_data` to `_node_data` -LAN- 2025-07-17 23:29:11 +0800
  • 956f9158c7
    chore(base_node): Remove unused comments -LAN- 2025-07-17 23:17:40 +0800
  • b538b4f79a
    test(nodes): Fix nodes tests -LAN- 2025-07-17 23:14:29 +0800
  • cbc501875a
    fix: structured output handling in nodes -LAN- 2025-07-17 22:04:10 +0800
  • 98333ec65f
    refactor(nodes): Refactor node data access for improved encapsulation -LAN- 2025-07-17 21:56:58 +0800
  • 8cce31548d
    refactor(nodes): Use `model_validate` to create NodeData. -LAN- 2025-07-17 20:04:13 +0800
  • dc83c9822f
    refactor(nodes): Update `_extract_variable_selector_to_variable_mapping` to receive a mapping node data. -LAN- 2025-07-17 19:59:07 +0800
  • 3f143aea59
    refactor(nodes): rename `from_dict` to `init_node_data`. -LAN- 2025-07-17 19:43:38 +0800
  • 49c2714e47
    refactor: Refactors error handling and simplifies imports -LAN- 2025-07-17 11:55:23 +0800
  • 2ef31de170
    refactor: Refactors Knowledge Retrieval Node for enhanced modularity -LAN- 2025-07-15 17:24:55 +0800
  • 4f7f37f398
    refactor(tool_node, agent_node): Refactors agent node message handling -LAN- 2025-07-14 18:31:18 +0800
  • fbfb7fa131
    refactor(ndoes): Refactors node data management in workflow engine -LAN- 2025-07-14 18:10:54 +0800
  • 3c631aa94c
    docs(api/repositories/sqlalchemy_api_workflow_node_execution_repository.py): Add tenant isolation warning in method docstring -LAN- 2025-07-14 14:38:03 +0800
  • 8a6d783dfb
    docs(api/repositories/api_workflow_node_execution_repository.py): Add note on tenant isolation responsibility -LAN- 2025-07-14 14:28:03 +0800
  • 3aa85c7f4a
    feat(api/repositories/sqlalchemy_api_workflow_run_repository.py): Improves pagination logic for workflow runs -LAN- 2025-07-14 14:19:03 +0800
  • a5a1db1ce5
    refactor(remove_app_and_related_data_task): Remove 'expire_on_commit' to prevent session issues -LAN- 2025-07-14 14:14:52 +0800
  • 77afa2f1f7
    test(api): fix tests broken by refactor QuantumGhost 2025-07-10 17:33:21 +0800
  • ab28f9a292
    chore(api): improve type hints for `DifyCoreRepositoryFactory` QuantumGhost 2025-07-10 17:07:53 +0800
  • 6c8aee28ad
    refactor(api): Simplify the constructor for WorkflowDraftVariableService QuantumGhost 2025-07-10 17:05:46 +0800
  • 9f1e998b8b
    refactor(api_workflow_node_execution_repository): Refactors workflow run query for clarity -LAN- 2025-07-10 14:44:05 +0800
  • 83efc16c3c
    docs(api_workflow_node_execution_repository): Add notice about datat isolation -LAN- 2025-07-10 14:37:37 +0800
  • f050754959
    refactor(factory): Move import statement to the top -LAN- 2025-07-10 14:32:50 +0800
  • c5e0ab5469
    refactor(workflow_response_converter): Remove unused workflow_execution_repository -LAN- 2025-07-10 14:26:28 +0800
  • b1e9c086cf
    refactor(token_buffer_memory): Convert ValueError to AssertionError -LAN- 2025-07-10 14:26:00 +0800
  • 65cac6affa
    feat: Integrates execution repository inheritance -LAN- 2025-07-09 19:08:08 +0800
  • 908ea295bc
    test(test_workflow_draft_variable_service): Fix tests -LAN- 2025-07-07 15:29:05 +0800
  • 979c4affa1
    test(workflow_service): Fix test -LAN- 2025-06-27 13:38:04 +0800
  • 8c945b7a08
    feat: Create a APIWorkflowRunRepository -LAN- 2025-06-27 12:54:17 +0800
  • bc4efc3b48
    feat: Create a DifyAPIRepositoryFactory to handle workflow node execution operations out of core. -LAN- 2025-06-27 11:17:34 +0800
  • d2bb48d38f
    feat(api/repo): Allow to config repository implementation -LAN- 2025-06-24 13:58:50 +0800
  • 02f46a4288 missing check, add to pyproject Asuka Minato 2025-07-18 01:33:06 +0900
  • 3969911fd1 uv run Asuka Minato 2025-07-18 01:28:38 +0900
  • d6f29bbdbb add tyck tool (currently ignore the error) Asuka Minato 2025-07-18 01:14:45 +0900
  • 07e00eb14a use nolyfill to reduce download size Asuka Minato 2025-07-18 00:39:22 +0900
  • 1ed34a7dd4 fix(docs): correct workflow API parameter name from workflow_id to workflow_run_id kawabata-mcl 2025-07-18 00:12:36 +0900
  • 62586719b3
    fix: remove redundant partial member list retrieval in dataset API (#15492) hato_code 2025-07-17 23:56:18 +0900
  • e7d80bf7bf
    Fix: the pict type picture was not processed in the docx (#19305) helojo 2025-07-17 22:53:35 +0800
  • 0246f39564 CRITICAL FIX: Correct Docker image versions and optimize build process yunqiqiliang 2025-07-17 22:43:16 +0800
  • ee6ce138eb Add Docker Hub multi-architecture build infrastructure for community testing yunqiqiliang 2025-07-17 22:37:46 +0800
  • dbdec33ed3 oxlint Asuka Minato 2025-07-17 23:29:01 +0900
  • 8e707cace9 Fix recall testing and search functionality for ClickZetta integration yunqiqiliang 2025-07-17 22:28:36 +0800
  • 7a69b57823
    Fix jinja2 variable naming inconsistencies (#22578) Kalo Chin 2025-07-17 23:16:47 +0900
  • fad9873180 fix: admin feedback uses the same method create_feedback 刘江波 2025-07-17 21:43:33 +0800
  • 2423f97c72
    remove overrides (#22575) feat/human-input Asuka Minato 2025-07-17 22:47:48 +0900
  • 395efbd6fb npm run eslint-fix-only-show-error Asuka Minato 2025-07-17 22:43:00 +0900
  • cfda0cfbc8 Fix jinja2 variable naming inconsistencies Kalo Chin 2025-07-17 22:27:41 +0900