FFXN
|
9b59c68737
|
fix(api): fix CI
|
2026-09-04 22:29:27 +08:00 |
|
Stephen Zhou
|
38457f27fb
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# .agents/skills/how-to-write-component/references/data.md
# .agents/skills/how-to-write-component/references/ownership.md
# api/controllers/inner_api/__init__.py
# api/tests/test_containers_integration_tests/services/test_account_service.py
# api/tests/unit_tests/services/test_account_service.py
# packages/iconify-collections/custom-public/icons.json
# packages/iconify-collections/custom-public/info.json
# web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
# web/features/new-rag/components/knowledge-space-card.tsx
# web/features/new-rag/document-chunk-tree.tsx
# web/features/tag-management/components/tag-search-content.tsx
# web/features/tag-management/components/tag-selector.tsx
# web/service/client.spec.ts
|
2026-09-04 19:42:31 +08:00 |
|
yyh
|
9e68c45058
|
fix(ci): avoid npm bootstrap in web setup (#41804)
|
2026-09-04 06:53:54 +00:00 |
|
Byron.wang
|
81abb7322d
|
ci: parallelize change detection and gate style jobs (#41678)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-09-04 05:05:30 +00:00 |
|
Yunlu Wen
|
2619d172dc
|
chore: run dify-agent typecheck in python-style (#41701)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-09-04 02:40:55 +00:00 |
|
Stephen Zhou
|
cd7e1be7cb
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/services/feature_service.py
# api/tests/unit_tests/controllers/console/workspace/test_members.py
# api/tests/unit_tests/core/workflow/nodes/agent_v2/test_validators.py
# api/tests/unit_tests/services/test_system_feature_service_knowledge_fs.py
# pnpm-lock.yaml
|
2026-09-02 10:31:10 +08:00 |
|
yyh
|
3f982e3dc8
|
ci(e2e): shard pull request browser tests (#41596)
|
2026-09-02 01:19:08 +00:00 |
|
yyh
|
8e064ffe98
|
chore: upgrade Node.js runtime to 24 LTS (#41573)
|
2026-09-01 06:57:38 +00:00 |
|
yyh
|
520e5e2beb
|
chore(deps): upgrade workspace dependencies (#41564)
|
2026-09-01 04:19:06 +00:00 |
|
Stephen Zhou
|
ecd41aed3f
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
|
2026-09-01 09:45:49 +08:00 |
|
Jyong
|
4f3a2952d6
|
perf(knowledge-fs): harden cross-format document ingestion
|
2026-08-31 07:48:35 -04:00 |
|
dependabot[bot]
|
8b8031710b
|
chore(deps): bump anthropics/claude-code-action from 1.0.199 to 1.0.210 in the github-actions-dependencies group (#41504)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-08-31 01:25:59 +00:00 |
|
Xiyuan Chen
|
3bc4ac44e5
|
fix(ci): correct difyctl release and e2e workflow gates (#41355)
|
2026-08-28 06:56:25 +00:00 |
|
Stephen Zhou
|
9098955a77
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/tests/unit_tests/controllers/console/test_knowledge_fs_proxy.py
# api/tests/unit_tests/services/test_knowledge_fs_proxy.py
# web/app/components/workflow-app/hooks/use-available-nodes-meta-data.ts
|
2026-08-28 14:50:39 +08:00 |
|
alanhuangyoo
|
97b5d8092c
|
ci: run the dify-agent test suite (#41327)
|
2026-08-28 05:09:34 +00:00 |
|
Stephen Zhou
|
30ed0907f3
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/controllers/console/app/site.py
# api/controllers/console/datasets/datasets.py
# api/core/plugin/backwards_invocation/model.py
# api/core/rag/rerank/rerank_model.py
# api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
# api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
# api/tests/unit_tests/tasks/test_batch_clean_document_task.py
# packages/contracts/generated/api/service/orpc.gen.ts
# web/app/components/datasets/rename-modal/index.tsx
# web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
# web/features/tag-management/components/tag-search-content.tsx
|
2026-08-27 10:06:48 +08:00 |
|
yyh
|
c7520d7c71
|
refactor(ci): trim redundant autofix work (#41259)
|
2026-08-25 13:10:06 +00:00 |
|
QuantumGhost
|
4f8a4c20fd
|
ci: add HITL IM test environment deployment (#41171)
|
2026-08-24 08:54:27 +00:00 |
|
dependabot[bot]
|
11c922b5d4
|
chore(deps): bump the github-actions-dependencies group with 4 updates (#41120)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-08-24 03:17:12 +00:00 |
|
Stephen Zhou
|
e6fe2cd5d7
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/tests/unit_tests/controllers/inner_api/test_auth_wraps.py
# api/tests/unit_tests/services/test_async_workflow_service.py
# web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
|
2026-08-21 10:39:39 +08:00 |
|
yyh
|
72b6a4e6ed
|
refactor: consolidate frontend browser test infrastructure (#40997)
|
2026-08-20 06:13:30 +00:00 |
|
yyh
|
11f830a17b
|
ci(web): run browser tests on GitHub Ubuntu (#40995)
|
2026-08-20 04:24:32 +00:00 |
|
WH-2099
|
ae20d64304
|
fix(ci): run Playwright E2E on GitHub Ubuntu (#40986)
|
2026-08-20 02:48:27 +00:00 |
|
Jyong
|
90d4bdec2e
|
fix(ci): apply knowledge migrations after deploy
|
2026-08-19 07:19:29 -04:00 |
|
Stephen Zhou
|
b3ddc3cdf2
|
fix: align merged KnowledgeFS checks
|
2026-08-19 09:55:36 +08:00 |
|
Stephen Zhou
|
ac8d216aa9
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
# api/tests/unit_tests/services/enterprise/test_rbac_service.py
# api/tests/unit_tests/services/test_dataset_service_dataset.py
|
2026-08-19 09:27:13 +08:00 |
|
Jyong
|
0ca46ae273
|
fix(ci): fail closed on knowledge deployment
|
2026-08-18 09:26:37 -04:00 |
|
FFXN
|
1ef3379d5a
|
feat(knowledge-fs): implement KnowledgeFS upgrade discovery and idempotency handling
|
2026-08-18 14:41:04 +08:00 |
|
yyh
|
09f8f43d20
|
fix(ci): use default Ubuntu mirror for Playwright (#40909)
|
2026-08-18 02:55:17 +00:00 |
|
Stephen Zhou
|
d9b51a409d
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
|
2026-08-18 10:54:19 +08:00 |
|
Bond Zhu
|
f6a472d948
|
feat(ci): sync E2B template on release tag push (#40858)
|
2026-08-17 06:06:46 +00:00 |
|
dependabot[bot]
|
08993dd622
|
chore(deps): bump the github-actions-dependencies group with 2 updates (#40834)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-08-17 02:50:41 +00:00 |
|
Stephen Zhou
|
cc3f901598
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/extensions/ext_celery.py
# api/tests/unit_tests/controllers/console/auth/test_oauth_server.py
# lint.config.ts
# packages/contracts/knowledge-fs-contract.test.mjs
# vite.config.ts
# web/features/new-rag/__tests__/document-detail-page.spec.tsx
# web/features/new-rag/__tests__/knowledge-space-shell.spec.tsx
# web/features/new-rag/__tests__/processing-task-events.spec.ts
# web/features/new-rag/create-knowledge-page.tsx
# web/features/new-rag/document-detail-page.tsx
# web/features/new-rag/knowledge-space-shell.tsx
|
2026-08-17 09:50:10 +08:00 |
|
yyh
|
de9b456e82
|
fix(ci): align staged checks with Vite+ (#40774)
|
2026-08-14 09:09:33 +00:00 |
|
yyh
|
12b3b62a7f
|
chore: update workspace dependencies (#40764)
|
2026-08-14 06:17:11 +00:00 |
|
Stephen Zhou
|
01254dcdb6
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/tests/unit_tests/controllers/web/test_wraps.py
# api/tests/unit_tests/extensions/otel/test_runtime.py
# web/app/components/header/account-setting/model-provider-page/model-selector/index.tsx
|
2026-08-14 10:59:24 +08:00 |
|
yyh
|
7ab368f4a4
|
refactor(web): migrate app icon commands (#40646)
|
2026-08-13 06:44:00 +00:00 |
|
yyh
|
29a4897e73
|
fix(ci): prevent false failures from superseded runs (#40699)
|
2026-08-13 06:18:22 +00:00 |
|
yyh
|
1f96da5e6d
|
fix(ci): always report required style checks (#40684)
|
2026-08-13 04:05:45 +00:00 |
|
Stephen Zhou
|
4120cb5eef
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/controllers/common/wraps.py
# api/tests/unit_tests/core/rag/docstore/test_dataset_docstore.py
# api/tests/unit_tests/core/rag/indexing/processor/test_parent_child_index_processor.py
# api/tests/unit_tests/services/agent/test_workflow_publish_service.py
|
2026-08-11 10:14:53 +08:00 |
|
Stephen Zhou
|
436cb0f544
|
tweaks
|
2026-08-10 19:30:03 +08:00 |
|
dependabot[bot]
|
c849be5e52
|
chore(deps): bump the github-actions-dependencies group with 2 updates (#40391)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-08-10 03:17:53 +00:00 |
|
Stephen Zhou
|
3e59fba46a
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/controllers/console/app/app.py
# api/controllers/console/app/app_import.py
# api/controllers/console/auth/activate.py
# api/controllers/console/setup.py
# api/tests/unit_tests/controllers/console/workspace/test_plugin.py
# web/features/new-rag/document-list.tsx
# web/features/new-rag/sources-page.tsx
# web/features/new-rag/website-crawl-preview.tsx
|
2026-08-10 10:34:47 +08:00 |
|
Joel
|
b439b6a800
|
feat: support accessibility checks in CI (#40137)
|
2026-08-07 10:28:44 +00:00 |
|
Stephen Zhou
|
fde800e337
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# .github/dependabot.yml
# .github/workflows/deploy-dev.yml
# api/app_factory.py
# api/core/indexing_runner.py
# api/services/feature_service.py
# api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
# api/tests/test_containers_integration_tests/services/test_feature_service.py
# api/tests/unit_tests/controllers/console/auth/test_account_activation.py
# api/tests/unit_tests/controllers/service_api/app/test_conversation.py
# api/tests/unit_tests/controllers/web/test_site.py
# api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
# api/tests/unit_tests/core/tools/test_base_tool.py
# api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
# api/tests/unit_tests/extensions/test_ext_login.py
# api/tests/unit_tests/services/test_feature_service_deployment_edition.py
# api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
# api/tests/unit_tests/services/test_feature_service_licensed_seats.py
|
2026-08-07 09:55:10 +08:00 |
|
yyh
|
7073baa737
|
fix(ci): switch Playwright jobs to Azure Ubuntu mirror (#40100)
|
2026-08-06 09:01:37 +00:00 |
|
yyh
|
febcc4e054
|
chore: format GitHub metadata with Oxfmt (#40073)
|
2026-08-06 06:37:06 +00:00 |
|
yyh
|
cfef48c408
|
chore: upgrade workspace dependencies (#40069)
|
2026-08-06 05:56:30 +00:00 |
|
Stephen Zhou
|
24847366e1
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/app_factory.py
# api/controllers/console/workspace/workspace.py
# api/services/agent/observability_service.py
# api/tests/unit_tests/core/rag/docstore/test_dataset_docstore.py
# api/tests/unit_tests/core/rag/embedding/test_token_counter.py
# api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
# api/tests/unit_tests/services/agent/test_agent_observability_service.py
|
2026-08-06 10:46:15 +08:00 |
|
yyh
|
7dd7b3dfa8
|
fix(ci): make web workflows reproducible (#40010)
|
2026-08-05 04:08:12 +00:00 |
|