dify/api/tests/unit_tests
GareArc 1f7da9c191
Merge branch 'main' into feat/cli
Conflicts resolved:
- api/services/app_service.py: extend AppListParams with status + openapi_visible fields so the openapi caller's per-page visibility gate survives the dict->BaseModel refactor; openapi controller now constructs AppListParams.
- pnpm-workspace.yaml: union of CLI-only entries (@napi-rs/keyring, @oclif/*) with main's bumped versions (@next/*, @orpc/*, eslint-plugin-sonarjs, eslint-plugin-storybook); kept eventsource-parser.
- pnpm-lock.yaml: regenerated.
- web/app/signin/utils/post-login-redirect.ts: union impl — keep main's resolvePostLoginRedirect(searchParams) + setOAuthPendingRedirect; add hardened sessionStorage-based setPostLoginRedirect for device flow with same-origin + path whitelist; device redirect takes precedence over oauth pending.
2026-05-11 19:29:37 -07:00
..
commands ci: auto gen api doc and download link (#35919) 2026-05-09 03:01:47 +00:00
configs feat: support SQLALCHEMY_POOL_RESET_ON_RETURN config (#31156) 2026-05-08 12:25:46 +00:00
controllers Merge branch 'main' into feat/cli 2026-05-11 19:29:37 -07:00
core Merge branch 'main' into feat/cli 2026-05-11 19:29:37 -07:00
enterprise/telemetry refactor: replace bare dict with dict[str, Any] in enterprise telemetry, external data tool, and moderation tests (#35185) 2026-04-14 17:51:02 +00:00
enums refactor: quota v3 integration (#35436) 2026-04-27 01:49:40 +00:00
events chore(api): upgrade graphon to v0.3.0 (#35469) 2026-05-09 07:30:03 +00:00
extensions chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
factories fix(api): "File validation failed" on Chatflow follow-up with custom file type + memory (#35891) 2026-05-11 01:57:56 +00:00
fields chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
libs Merge branch 'main' into feat/cli 2026-05-11 19:29:37 -07:00
models chore: port WorkflowComment (#36039) 2026-05-11 09:17:12 +00:00
oss fix(test): register baidu_obs mock as pytest plugin (#35618) 2026-04-28 05:02:03 +00:00
repositories feat: add service api of HITL (#32826) 2026-04-24 06:37:10 +00:00
services Merge branch 'main' into feat/cli 2026-05-11 19:29:37 -07:00
tasks feat: improve phoenix workflow tracing (#35605) 2026-05-11 08:37:17 +00:00
tools chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
utils feat: marketplace and oauth fixes (#35509) 2026-04-24 07:53:14 +00:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
.gitignore Enhance Code Consistency Across Repository with .editorconfig (#19023) 2025-04-29 18:04:33 +08:00
conftest.py chore: fix use select style api in orm (#35531) 2026-04-24 08:35:20 +00:00