|
|
084bbfaa63
|
Merge remote-tracking branch 'origin/main' into feat/step-by-step-tour-shell
# Conflicts:
# packages/contracts/generated/api/console/orpc.gen.ts
# packages/contracts/generated/api/console/router.gen.ts
# packages/iconify-collections/custom-public/icons.json
# web/app/components/apps/app-card.tsx
# web/app/components/apps/empty.tsx
# web/app/components/apps/first-empty-state/index.tsx
# web/app/components/apps/list.tsx
# web/app/components/datasets/list/dataset-card/components/operations-dropdown.tsx
# web/app/components/datasets/list/datasets.tsx
# web/app/components/datasets/list/first-empty-state/index.tsx
# web/app/components/datasets/list/index.tsx
# web/app/components/explore/app-list/index.tsx
# web/app/components/explore/try-app/app-info/index.tsx
# web/app/components/header/account-setting/api-based-extension-page/index.tsx
# web/app/components/header/account-setting/model-provider-page/install-from-marketplace.tsx
# web/app/components/main-nav/components/help-menu.tsx
# web/app/components/main-nav/index.tsx
|
2026-07-10 14:36:00 -07:00 |
|
|
|
7e05f28a46
|
feat: create app init rbac scope to all and add workspace members. (#38636)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-10 09:31:41 +00:00 |
|
|
|
3775f569f1
|
fix: run user_connect authorization inside Flask app context (#38585)
|
2026-07-09 06:00:29 +00:00 |
|
|
|
89d5f74a40
|
refactor(api): migrate dataset endpoints to BaseModel (#37957)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-09 04:22:30 +00:00 |
|
|
|
9bb3b1fa98
|
refactor(api): migrate snippet workspace endpoints to BaseModel (#37956)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-07-09 04:21:27 +00:00 |
|
|
|
3cd8d850fa
|
refactor(api): migrate workspace model endpoints to BaseModel (#37963)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Byron Wang <byron@dify.ai>
|
2026-07-09 04:05:32 +00:00 |
|
|
|
c080a062ec
|
Merge remote-tracking branch 'origin/main' into feat/step-by-step-tour-shell
# Conflicts:
# web/app/components/apps/app-card.tsx
# web/app/components/apps/list.tsx
# web/app/components/datasets/list/__tests__/index.spec.tsx
# web/app/components/datasets/list/dataset-card/components/operations-dropdown.tsx
# web/app/components/datasets/list/index.tsx
# web/app/components/explore/app-list/__tests__/index.spec.tsx
# web/app/components/explore/app-list/index.tsx
# web/app/components/header/account-setting/api-based-extension-page/index.tsx
# web/app/components/main-nav/__tests__/index.spec.tsx
# web/app/components/main-nav/components/help-menu.tsx
# web/app/components/main-nav/index.tsx
# web/hooks/use-import-dsl.ts
|
2026-07-08 18:13:05 -07:00 |
|
|
|
98d9b11f7b
|
chore(agent-v2): sync changes (#38513)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: Jashwanth Reddy Gummula <gmrnlg1971@gmail.com>
Co-authored-by: WH-2099 <wh2099@pm.me>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: wangxiaolei <fatelei@gmail.com>
Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-08 12:05:04 +00:00 |
|
|
|
9465dc2477
|
refactor(api): remove remaining legacy field remnants (#37967)
|
2026-07-08 09:59:10 +00:00 |
|
|
|
74f177efe6
|
refactor(api): migrate workspace tool endpoints to BaseModel (#37959)
|
2026-07-08 09:56:04 +00:00 |
|
|
|
0525480315
|
chore: remove the eligible from api
|
2026-07-08 14:02:39 +08:00 |
|
|
|
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 |
|
|
|
5c4cdedeeb
|
Merge remote-tracking branch 'origin/main' into feat/step-by-step-tour-shell
# Conflicts:
# web/app/components/header/account-setting/model-provider-page/__tests__/index.spec.tsx
# web/app/components/header/account-setting/model-provider-page/model-provider-page-body.tsx
|
2026-07-07 11:13:53 -07:00 |
|
|
|
64aa142681
|
chore(api): cache the setup status to cut down DB access (#36966)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Byron.wang <byron@dify.ai>
|
2026-07-07 14:30:28 +00:00 |
|
|
|
5db9d92a2c
|
Merge remote-tracking branch 'origin/main' into feat/step-by-step-tour-shell
# Conflicts:
# web/app/components/apps/__tests__/list.spec.tsx
# web/app/components/plugins/plugin-page/empty/index.tsx
# web/contract/router.ts
|
2026-07-06 11:37:55 -07:00 |
|
|
|
fc01d112a0
|
refactor(api): Stop masking refresh-token service errors as 401 (#38463)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-06 18:14:54 +00:00 |
|
|
|
d0ea5a5e0d
|
chore(agent-v2): sync changes (#38442)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
|
2026-07-06 13:51:33 +00:00 |
|
|
|
5aae5c15b3
|
refactor(api): migrate web auth endpoints to BaseModel (#37961)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-07-06 07:53:21 +00:00 |
|
|
|
904fadde20
|
refactor(api): remove member field compatibility (#37966)
Co-authored-by: WH-2099 <wh2099@pm.me>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-07-06 07:00:43 +00:00 |
|
|
|
77ae583b44
|
refactor(api): migrate dataset rag pipeline endpoints to BaseModel (#37958)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-07-06 07:00:04 +00:00 |
|
|
|
c3b1508712
|
refactor(api): migrate workspace account endpoints to BaseModel (#37954)
|
2026-07-06 06:57:40 +00:00 |
|
|
|
94c0967e30
|
refactor(api): migrate console explore endpoints to BaseModel (#37953)
|
2026-07-06 02:51:10 +00:00 |
|
|
|
1b3e8e9943
|
chore(agent-v2): sync daily changes (#38298)
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
|
2026-07-05 08:09:38 +00:00 |
|
|
|
2e1ab194b7
|
refactor: replace db.paginate with plain SQLAlchemy pagination (#38280)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-04 04:50:01 +00:00 |
|
|
|
070aed81d9
|
refactor: make session boundaries explicit for migration flows (#38379)
|
2026-07-04 04:43:01 +00:00 |
|
|
|
5e17af4530
|
feat(api): add sandbox info endpoint for Agent App conversations (#38390)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-03 09:43:57 +00:00 |
|
|
|
5cb76f5eff
|
refactor: manage rag pipeline sessions explicitly (#38274)
|
2026-07-03 08:15:37 +00:00 |
|
|
|
f4ec608ef4
|
chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify (#38247)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-03 03:45:21 +00:00 |
|
|
|
2f0c6c10bd
|
refactor: thread explicit sessions through app retrieval paths (#38309)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 17:00:47 +00:00 |
|
|
|
ff56fb7e23
|
fix(workspace): expose last opened in contract (#38323)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 11:14:35 +00:00 |
|
|
|
3f92e38616
|
fix: normalize query array params for oRPC (#38322)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 11:07:10 +00:00 |
|
|
|
1ae2f95f7c
|
test(e2e): add agent v2 core coverage (#38209)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 06:18:38 +00:00 |
|
|
|
5d0576de0a
|
refactor(api): migrate console app chat endpoints to BaseModel (#37952)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 04:43:58 +00:00 |
|
|
|
61650d34ce
|
refactor(web): remove custom console contract loaders (#38284)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 03:32:02 +00:00 |
|
|
|
4fc8f0ddd1
|
refactor(api): migrate console app common endpoints to BaseModel (#37951)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 03:24:38 +00:00 |
|
|
|
1e934a5d3f
|
Merge remote-tracking branch 'origin/main' into feat/step-by-step-tour-shell
# Conflicts:
# packages/contracts/generated/api/console/orpc.gen.ts
# web/app/components/apps/__tests__/list.spec.tsx
# web/app/components/datasets/list/first-empty-state/__tests__/index.spec.tsx
# web/app/components/header/account-setting/model-provider-page/install-from-marketplace.tsx
# web/app/components/header/account-setting/model-provider-page/model-provider-page-body.tsx
# web/app/components/main-nav/index.tsx
|
2026-07-01 11:36:09 -07:00 |
|
|
|
ca8b680322
|
refactor(web): migrate trial app console contracts (#38254)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-01 16:31:49 +00:00 |
|
|
|
8540ca9242
|
refactor(web): migrate snippet console contracts (#38258)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-01 16:31:39 +00:00 |
|
|
|
37bcb60c26
|
refactor(web): migrate plugin console contracts (#38252)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-01 15:34:52 +00:00 |
|
|
|
6eb9928df7
|
refactor(web): migrate trigger console contracts (#38255)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-01 14:46:30 +00:00 |
|
|
|
93981cf75f
|
refactor(web): migrate console contracts to generated routes (#38233)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
|
2026-07-01 05:41:37 +00:00 |
|
|
|
0923ebaf88
|
chore(agent-v2): sync daily changes (#38162)
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Yunlu Wen <wylswz@163.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yanli 盐粒 <yanli@dify.ai>
Co-authored-by: 盐粒 Yanli <beautyyuyanli@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
|
2026-07-01 05:07:23 +00:00 |
|
|
|
8809cc036d
|
feat(workflow-generator): enhance the AI auto-creation flow end-to-end (#38175)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
|
2026-07-01 02:28:58 +00:00 |
|
|
|
62cb5b5865
|
fix(api): scope nested resource lookups by owner refs (#38177)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-30 08:19:58 +00:00 |
|
|
|
102e1ede6e
|
chore: inject more db.session (#38045)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-30 06:55:54 +00:00 |
|
|
|
528bf95d1b
|
feat: support dataset permission migrate to rbac (#38166)
|
2026-06-30 06:43:46 +00:00 |
|
|
|
62f1135eac
|
Merge branch 'main' into feat/step-by-step-tour-shell
# Conflicts:
# packages/iconify-collections/custom-public/icons.json
# packages/iconify-collections/custom-vender/icons.json
# packages/iconify-collections/custom-vender/info.json
# web/app/components/apps/__tests__/list.spec.tsx
# web/app/components/main-nav/index.tsx
|
2026-06-29 12:49:19 -07:00 |
|
|
|
ca2755e0c1
|
feat: refine snippet siderbar and support RBAC. (#38134)
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-29 06:03:40 +00:00 |
|
|
|
60151790e9
|
feat: step by step backend
|
2026-06-29 11:44:11 +08:00 |
|
|
|
8d09b32cd5
|
chore: inject session (#37941)
Co-authored-by: WH-2099 <wh2099@pm.me>
|
2026-06-26 13:42:47 +00:00 |
|