|
|
e2586aa0cd
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-03-25 00:34:43 +08:00 |
|
|
|
ca703fdda1
|
test: migrate mcp tools manage service tests to testcontainers (#34024)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-25 00:06:28 +09:00 |
|
|
|
b15d312f68
|
test: migrate dataset service document indexing tests to testcontainers (#34022)
|
2026-03-24 23:42:34 +09:00 |
|
|
|
cc0dadb5e3
|
test: migrate forgot password tests to testcontainers (#33972)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 23:34:13 +09:00 |
|
|
|
b78ca4e8e8
|
test: migrate email register tests to testcontainers (#33971)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 23:33:47 +09:00 |
|
|
|
defb982c3e
|
test: remove agent service tests superseded by testcontainers (#34023)
|
2026-03-24 22:55:06 +09:00 |
|
|
|
4f87625df5
|
test: migrate retention delete archived workflow run tests to testcon… (#34020)
|
2026-03-24 22:52:10 +09:00 |
|
|
|
2a35f8a625
|
test: remove feedback service tests superseded by testcontainers (#34026)
|
2026-03-24 22:50:51 +09:00 |
|
|
|
e3c1112b15
|
refactor: select in console datasets document controller (#34019)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 21:57:38 +09:00 |
|
|
|
542c1a14e0
|
test: migrate oauth tests to testcontainers (#33973)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 21:56:40 +09:00 |
|
|
|
27f32ce383
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-03-24 19:30:56 +08:00 |
|
|
|
67d5c9d148
|
feat: configurable model parameters with variable reference support in LLM, Question Classifier and Variable Extractor nodes (#33082)
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 17:41:51 +08:00 |
|
|
|
6756745062
|
Merge branch 'main' into feat/support-agent-sandbox
|
2026-03-24 17:12:13 +08:00 |
|
|
|
7e65659239
|
refactor: rename model instance extraction method to improve clarity and update related logic in LLMQuotaLayer; enhance unit tests for model instance handling
|
2026-03-24 15:33:48 +08:00 |
|
|
|
1674f8c2fb
|
fix: fix omitted app icon_type updates (#33988)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 15:10:05 +08:00 |
|
|
|
7fe25f1365
|
fix(rate_limit): flush redis cache when __init__ is triggered by changing max_active_requests (#33830)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 15:08:55 +08:00 |
|
|
|
8b634a9bee
|
refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983)
|
2026-03-24 13:27:50 +09:00 |
|
|
|
ecd3a964c1
|
refactor(api): type auth service credentials with TypedDict (#33867)
|
2026-03-24 13:22:17 +09:00 |
|
|
|
8775003732
|
Merge branch 'main' into sandboxed-agent-rebase
Made-with: Cursor
# Conflicts:
# api/tests/unit_tests/controllers/console/app/test_message.py
# api/tests/unit_tests/controllers/console/app/test_statistic.py
# api/tests/unit_tests/controllers/console/app/test_workflow_draft_variable.py
# api/tests/unit_tests/controllers/console/auth/test_data_source_bearer_auth.py
# api/tests/unit_tests/controllers/console/auth/test_data_source_oauth.py
# api/tests/unit_tests/controllers/console/auth/test_oauth_server.py
# web/app/components/header/account-setting/data-source-page/data-source-notion/operate/index.tsx
# web/app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx
# web/app/components/header/account-setting/data-source-page/data-source-website/config-jina-reader-modal.tsx
# web/app/components/header/account-setting/data-source-page/data-source-website/config-watercrawl-modal.tsx
# web/app/components/header/account-setting/data-source-page/panel/config-item.tsx
# web/app/components/header/account-setting/data-source-page/panel/index.tsx
# web/app/components/workflow/nodes/knowledge-retrieval/node.tsx
# web/package.json
# web/pnpm-lock.yaml
|
2026-03-24 11:19:50 +08:00 |
|
|
|
dcd614ca77
|
feat: add LLM quota deduction functionality and enhance model configuration handling in llm_utils.py; update test cases for LLM node context handling
|
2026-03-24 08:45:11 +08:00 |
|
|
|
49a1fae555
|
test: migrate password reset tests to testcontainers (#33974)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 06:04:34 +09:00 |
|
|
|
cc17c8e883
|
refactor: use EnumText for TidbAuthBinding.status and MessageFile.type (#33975)
|
2026-03-24 05:38:29 +09:00 |
|
|
|
5d2cb3cd80
|
refactor: use EnumText for DocumentSegment.type (#33979)
|
2026-03-24 05:37:51 +09:00 |
|
|
|
f2c71f3668
|
test: migrate oauth server service tests to testcontainers (#33958)
|
2026-03-24 03:15:22 +09:00 |
|
|
|
0492ed7034
|
test: migrate api tools manage service tests to testcontainers (#33956)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 02:54:33 +09:00 |
|
|
|
dd4f504b39
|
refactor: select in remaining console app controllers (#33969)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 02:53:05 +09:00 |
|
|
|
75c3ef82d9
|
refactor: use EnumText for TenantCreditPool.pool_type (#33959)
|
2026-03-24 02:51:10 +09:00 |
|
|
|
8ca1ebb96d
|
test: migrate workflow tools manage service tests to testcontainers (#33955)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-24 02:50:10 +09:00 |
|
|
|
3f086b97b6
|
test: remove mock tests superseded by testcontainers (#33957)
|
2026-03-24 02:46:54 +09:00 |
|
|
|
4a2e9633db
|
refactor: use EnumText for ApiToken.type (#33961)
|
2026-03-24 02:46:06 +09:00 |
|
|
|
20fc69ae7f
|
refactor: use EnumText for WorkflowAppLog.created_from and WorkflowArchiveLog columns (#33954)
|
2026-03-24 02:44:46 +09:00 |
|
|
|
f5cc1c8b75
|
test: migrate saved message service tests to testcontainers (#33949)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-23 22:26:31 +09:00 |
|
|
|
6698b42f97
|
test: migrate api based extension service tests to testcontainers (#33952)
|
2026-03-23 22:20:53 +09:00 |
|
|
|
848a041c25
|
test: migrate dataset service create dataset tests to testcontainers (#33945)
|
2026-03-23 22:20:25 +09:00 |
|
|
|
30deeb6f1c
|
feat(firecrawl): follow pagination when crawl status is completed (#33864)
Co-authored-by: Crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2026-03-23 21:19:32 +08:00 |
|
|
|
ed1bd338f1
|
refactor: update model attribute references from 'model' to 'model_name' across multiple files and introduce new fetch_model_config function in llm_utils.py
|
2026-03-23 21:17:43 +08:00 |
|
|
|
30dd36505c
|
test: migrate batch update document status tests to testcontainers (#33951)
|
2026-03-23 21:57:01 +09:00 |
|
|
|
65223c8092
|
test: remove mock-based tests superseded by testcontainers (#33946)
|
2026-03-23 21:55:50 +09:00 |
|
|
|
72e3fcd25f
|
test: migrate end user service batch tests to testcontainers (#33947)
|
2026-03-23 21:54:37 +09:00 |
|
|
|
4b4a5c058e
|
test: migrate file service zip and lookup tests to testcontainers (#33944)
|
2026-03-23 21:52:31 +09:00 |
|
|
|
d956b919a0
|
ci: fix AttributeError: 'Flask' object has no attribute 'login_manager' FAILED #33891 (#33896)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-23 20:27:14 +08:00 |
|
|
|
abda859075
|
refactor: migrate execution extra content repository tests from mocks to testcontainers (#33852)
|
2026-03-23 17:32:11 +09:00 |
|
|
|
02e13e6d05
|
refactor: select in console app message controller (#33893)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-23 16:38:04 +09:00 |
|
|
|
ba7827acd1
|
fix: resolve test failures and lint errors after segment 5 merge
- Add login_manager mock to controller test fixtures (6 files)
- Remove duplicate MemoryConfig import in llm_utils.py
- Fix line-too-long in test_workflow_draft_variable.py
Made-with: Cursor
|
2026-03-23 15:23:33 +08:00 |
|
|
|
82b094a2d5
|
refactor: migrate attachment service tests to testcontainers (#33900)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-23 16:18:46 +09:00 |
|
|
|
6014853d45
|
test: migrate dataset permission tests to testcontainers (#33906)
|
2026-03-23 16:07:51 +09:00 |
|
|
|
a71b7909fd
|
refactor: migrate conversation variable updater tests to testcontainers (#33903)
|
2026-03-23 16:06:08 +09:00 |
|
|
|
1bf296982b
|
refactor: migrate workflow deletion tests to testcontainers (#33904)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-23 16:04:47 +09:00 |
|
|
|
2b6f761dfe
|
refactor: use EnumText for Conversation/Message invoke_from and from_source (#33901)
|
2026-03-23 16:03:35 +09:00 |
|
|
|
6ecf89e262
|
refactor: migrate credit pool service tests to testcontainers (#33898)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-23 15:59:16 +09:00 |
|