JzoNg
|
23d0d6a65d
|
chore(web): i18n of metrics
|
2026-03-30 14:20:43 +08:00 |
|
JzoNg
|
1660067d6e
|
feat(web): judgement model selector
|
2026-03-30 14:03:37 +08:00 |
|
JzoNg
|
0642475b85
|
Merge branch 'main' into jzh
|
2026-03-30 13:30:10 +08:00 |
|
yyh
|
62376f507b
|
chore(web): remove stale i18n check test (#34237)
|
2026-03-30 03:56:43 +00:00 |
|
JzoNg
|
8cb634c9bc
|
feat(web): evaluation layout
|
2026-03-30 11:27:06 +08:00 |
|
JzoNg
|
ca88516d54
|
refactor(web): refactor evaluation page
|
2026-03-30 11:06:41 +08:00 |
|
JzoNg
|
871a2a149f
|
refactor(web): split snippet index
|
2026-03-30 10:32:59 +08:00 |
|
JzoNg
|
60e381eff0
|
Merge branch 'main' into jzh
|
2026-03-30 09:48:58 +08:00 |
|
dependabot[bot]
|
fe9c2b0e4b
|
chore(deps-dev): bump happy-dom from 20.8.8 to 20.8.9 in /web (#34243)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-29 21:49:25 +00:00 |
|
JzoNg
|
768b3eb6f9
|
feat(web): test run of snippet
|
2026-03-29 20:55:11 +08:00 |
|
JzoNg
|
2f88da4a6d
|
feat(web): add variable inspect for snippet
|
2026-03-29 20:23:24 +08:00 |
|
JzoNg
|
a8cdf6964c
|
feat(web): test run button
|
2026-03-29 20:02:59 +08:00 |
|
JzoNg
|
985c3db4fd
|
feat(web): snippet input field panel layout
|
2026-03-29 18:02:27 +08:00 |
|
JzoNg
|
9636472db7
|
refactor(web): snippet main
|
2026-03-29 17:50:30 +08:00 |
|
JzoNg
|
0ad268aa7d
|
feat(web): snippet publish
|
2026-03-29 17:29:37 +08:00 |
|
JzoNg
|
a4ea33167d
|
feat(web): block selector in snippet
|
2026-03-29 17:01:32 +08:00 |
|
JzoNg
|
0f13aabea8
|
feat(web): input fields in snippet
|
2026-03-29 16:31:38 +08:00 |
|
JzoNg
|
1e76ef5ccb
|
chore(web): ignore system vars & conversation vars in rag-pipeline and snippet
|
2026-03-29 15:56:24 +08:00 |
|
JzoNg
|
e6e3229d17
|
feat(web): input field button style
|
2026-03-29 15:45:05 +08:00 |
|
JzoNg
|
dccf8e723a
|
feat(web): snippet version panel
|
2026-03-29 15:26:59 +08:00 |
|
JzoNg
|
c41ba7d627
|
feat(web): snippet header in graph
|
2026-03-29 15:02:34 +08:00 |
|
JzoNg
|
559d326cbd
|
chore(web): mock data of snippet
|
2026-03-27 17:24:01 +08:00 |
|
JzoNg
|
d01428b5bc
|
feat(web): snippet graph draft sync
|
2026-03-27 16:02:47 +08:00 |
|
JzoNg
|
17d07a5a43
|
feat(web): init snippet graph
|
2026-03-27 15:23:03 +08:00 |
|
JzoNg
|
3bdbea99a3
|
Merge branch 'main' into jzh
|
2026-03-27 14:04:10 +08:00 |
|
Stephen Zhou
|
07f4950cb3
|
test: use happy dom (#34154)
|
2026-03-27 01:46:19 +00:00 |
|
非法操作
|
368896d84d
|
feat: add copy/delete to multi nodes context menu (#34138)
|
2026-03-27 01:20:39 +00:00 |
|
JzoNg
|
515036e758
|
test(web): add tests for snippets
|
2026-03-26 21:38:22 +08:00 |
|
JzoNg
|
22b382527f
|
feat(web): add snippet to workflow
|
2026-03-26 21:26:29 +08:00 |
|
JzoNg
|
2cfe4b5b86
|
feat(web): snippet graph data fetching
|
2026-03-26 21:11:09 +08:00 |
|
JzoNg
|
6876c8041c
|
feat(web): snippet list data fetching in block selector
|
2026-03-26 20:58:42 +08:00 |
|
JzoNg
|
7de45584ce
|
refactor: snippets list
|
2026-03-26 20:41:51 +08:00 |
|
JzoNg
|
f0ae8d6167
|
fix(web): unused imports caused by merge
|
2026-03-26 16:28:56 +08:00 |
|
JzoNg
|
2514e181ba
|
Merge branch 'main' into jzh
|
2026-03-26 16:16:10 +08:00 |
|
Mahmoud Hamdy
|
8ca54ddf94
|
refactor(web): convert 7 enums to as-const objects (batch 5) (#33960)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-26 15:50:54 +08:00 |
|
非法操作
|
3e073404cc
|
fix: the menu of multi nodes always display on left top corner (#34120)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2026-03-26 15:49:42 +08:00 |
|
Wu Tianwei
|
0acabf5f73
|
chore(deps): update picomatch version in nodejs-client and web packages (#34123)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-03-26 15:49:19 +08:00 |
|
Stephen Zhou
|
38285aa1ac
|
chore: enable no-barrel-files (#34121)
|
2026-03-26 15:11:25 +08:00 |
|
Stephen Zhou
|
c32eebf57d
|
refactor: use ungh for github api (#34108)
|
2026-03-26 14:37:17 +08:00 |
|
JzoNg
|
be2e6e9a14
|
Merge branch 'main' into jzh
|
2026-03-26 14:23:29 +08:00 |
|
Wu Tianwei
|
6f3fcf2276
|
fix(prompt-editor): fix unexpected blur effect in prompt editor (#34069)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-26 10:53:18 +08:00 |
|
非法操作
|
3df4bba280
|
fix: datasource api-key modal z-index incorrect (#34103)
|
2026-03-26 09:28:36 +08:00 |
|
JzoNg
|
6318bf0a2a
|
feat(web): create snippet from workflow
|
2026-03-25 22:57:48 +08:00 |
|
JzoNg
|
5e1f252046
|
feat(web): selection context menu style update
|
2026-03-25 22:36:27 +08:00 |
|
JzoNg
|
df3b960505
|
fix(web): position of selection context menu in workflow graph
|
2026-03-25 22:02:50 +08:00 |
|
JzoNg
|
26bc108bf1
|
chore(web): tests for snippet info
|
2026-03-25 21:35:36 +08:00 |
|
JzoNg
|
a5cff32743
|
feat(web): snippet info operations
|
2026-03-25 21:29:06 +08:00 |
|
JzoNg
|
d418dd8eec
|
Merge branch 'main' into jzh
|
2026-03-25 20:17:32 +08:00 |
|
-LAN-
|
59639ca9b2
|
chore: bump Dify to 1.13.3 and sandbox to 0.2.13 (#34079)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-25 20:03:15 +08:00 |
|
Coding On Star
|
449d8c7768
|
test(workflow-app): enhance unit tests for workflow components and hooks (#34065)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: lif <1835304752@qq.com>
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: Stephen Zhou <hi@hyoban.cc>
Co-authored-by: tmimmanuel <14046872+tmimmanuel@users.noreply.github.com>
Co-authored-by: Desel72 <pedroluiscolmenares722@gmail.com>
Co-authored-by: Renzo <170978465+RenzoMXD@users.noreply.github.com>
Co-authored-by: Krishna Chaitanya <krishnabkc15@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-25 18:34:32 +08:00 |
|