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 |
|
Byron.wang
|
891627b210
|
refactor(api): decouple data source API key auth flow (#40452)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-18 04:30:17 +00:00 |
|
Stephen Zhou
|
7adbaca9ab
|
fix: reconcile main merge regressions
|
2026-08-12 10:51:20 +08:00 |
|
Stephen Zhou
|
574461604d
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/commands/system.py
# api/controllers/console/init_validate.py
# api/controllers/console/workspace/account.py
# api/controllers/console/wraps.py
# api/controllers/openapi/auth/data.py
# api/core/hosting_configuration.py
# api/core/provider_manager.py
# api/core/rag/retrieval/dataset_retrieval.py
# api/services/workspace_service.py
# api/tasks/workflow_cfs_scheduler/entities.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/openapi/auth/test_data.py
# api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
# api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
# api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
# dev/start-worker
# packages/contracts/console.ts
# packages/contracts/package.json
# packages/iconify-collections/custom-public/icons.json
# web/app/components/workflow/__tests__/index.spec.tsx
# web/app/components/workflow/index.tsx
# web/features/new-rag/document-chunk-tree.tsx
# web/service/fetch.spec.ts
|
2026-08-12 10:33:29 +08:00 |
|
Stephen Zhou
|
6f6198f719
|
test: align password reset token assertion
|
2026-07-29 11:01:25 +08:00 |
|
Stephen Zhou
|
cd86ffd6f8
|
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
# api/controllers/console/app/completion.py
# api/core/app/apps/agent_app/app_generator.py
# api/services/agent/composer_service.py
# api/services/agent/roster_service.py
# api/tests/unit_tests/controllers/console/agent/test_agent_controllers.py
# api/tests/unit_tests/core/agent/test_publish_visibility.py
# api/tests/unit_tests/core/app/apps/agent_app/test_resolve_agent.py
# api/tests/unit_tests/core/workflow/nodes/agent_v2/test_binding_resolver.py
# api/tests/unit_tests/services/agent/test_agent_services.py
|
2026-07-29 10:58:29 +08:00 |
|
samzong
|
922ed4d67d
|
feat(oauth): expose stable account id on provider account endpoint (#39470)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-24 02:09:48 +00:00 |
|
Asuka Minato
|
0ad985515b
|
test: move password reset coverage to unit tests (#38936)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-23 03:16:06 +00:00 |
|
Asuka Minato
|
79a5b31bc6
|
test: move console OAuth coverage to unit tests (#38923)
|
2026-07-22 02:27:55 +00:00 |
|
wangxiaolei
|
7dfd84472f
|
fix: fix miss create rbac binding (#39023)
|
2026-07-16 02:25:42 +00:00 |
|
Asuka Minato
|
c277f48084
|
test: move email registration coverage to unit tests (#38928)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-15 04:05:59 +00:00 |
|
Asuka Minato
|
22429d275a
|
test: move console forgot-password coverage to unit tests (#38922)
|
2026-07-15 03:56:41 +00:00 |
|
林玮 (Jade Lin)
|
82ff93cbdd
|
feat(oauth): preserve redirect_url through OAuth state for post-login… (#38900)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-14 08:23:39 +00:00 |
|
Asuka Minato
|
68d8328b9c
|
chore: clean Db session from service (#38227)
Co-authored-by: chariri <w@chariri.moe>
Co-authored-by: WH-2099 <wh2099@pm.me>
|
2026-07-08 03:07:27 +00:00 |
|
Asuka Minato
|
2112115962
|
chore: make AccountService.load_user use passed session (#37764)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-24 07:29:12 +00:00 |
|
jashwanth_reddy_gummula
|
2cde7e4a94
|
fix: resolve DetachedInstanceError via session management refactoring (#37847)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-24 05:33:12 +00:00 |
|
kunal
|
d0b2239c60
|
refactor: accept db.session explicitly in ApiKeyAuthService (#37832)
Co-authored-by: kunalj1-arch <kunal.j1@turing.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-24 01:20:47 +00:00 |
|
Asuka Minato
|
a7b53b33ee
|
chore: move one db.session (#37656)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-19 19:52:59 +00:00 |
|
Asuka Minato
|
fae607e2fe
|
chore: add Type to test (#37191)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-19 16:44:20 +00:00 |
|
chariri
|
eed8d659d1
|
refactor(api): migrate tenant/user via DI: apikey, extension, data_source_bearer, oauth_server (#36660)
|
2026-05-26 08:22:35 +00:00 |
|
Asuka Minato
|
7ecbed3b04
|
chore: add Type to test (#36454)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-21 19:25:03 +00:00 |
|
yyh
|
a252fbddfa
|
feat: initialize user timezone and language from browser (#36170)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-15 08:12:52 +00:00 |
|
QuantumGhost
|
74a04afe27
|
chore(api): upgrade graphon to v0.3.1 (#35987)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-05-11 05:32:17 +00:00 |
|
Asuka Minato
|
ecd830083a
|
test: add type to test (#35871)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-08 01:06:25 +00:00 |
|
Asuka Minato
|
8fd616d27f
|
refactor: add type to test (#30873)
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-05-07 03:46:23 +00:00 |
|
wangxiaolei
|
bcd738d2e6
|
fix: fix orm_exc.DetachedInstanceError (#34904)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 07:13:59 +00:00 |
|
Desel72
|
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 |
|
Desel72
|
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 |
|
Desel72
|
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 |
|
Desel72
|
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 |
|
Asuka Minato
|
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 |
|