f69779fc0c
chore(api): linearize migration
2026-05-14 16:59:13 +08:00
fdc20e460b
fix(api): fix tests
2026-05-14 16:58:45 +08:00
68ea88c82d
fix(api): adapt graphon changes and fix tests
2026-05-14 15:45:51 +08:00
f045359e67
chore(api): adapt new graphon api
2026-05-14 15:26:22 +08:00
4ff95853c2
fix(api): resolve_variable_select_input_options should raise type error for invalid variable
2026-05-14 15:24:36 +08:00
c96d108198
test(api): ensure select values are replaced in events
2026-05-14 14:47:23 +08:00
c067498f73
chore(api): upgrade graphon to v0.4.0
2026-05-14 14:29:27 +08:00
da90c934c0
test(api): add a test to ensure extra_contents exists
2026-05-14 14:21:47 +08:00
226ce25596
chore(api): fix typing errors
2026-05-14 14:21:47 +08:00
e897e275ef
fix(api): change values for select input to runtime values
2026-05-14 14:21:47 +08:00
5f1b47c21b
fix(api): fix missing extra_contents in HITL forms
2026-05-14 14:21:47 +08:00
186fd60712
Merge branch 'main' into tp
2026-05-13 14:49:47 +08:00
934a20e745
fix: restore tracing after HITL workflow resume ( #36064 )
...
Co-authored-by: -LAN- <laipz8200@outlook.com >
2026-05-13 03:23:32 +00:00
070f8bcf14
Merge branch 'main' into tp
2026-05-13 11:15:58 +08:00
9a65969744
test(api): inject file_reference_factory to HumanInputNode in test
2026-05-13 10:01:13 +08:00
7facbfcb71
test(api): introduce a test for HumanInputNode initialization
2026-05-13 10:00:47 +08:00
fce6d017d6
test(api): renaming import according to graphon changes
2026-05-13 10:00:23 +08:00
f9729e8764
fix(api): fix HumanInputNode initialization error
2026-05-13 09:59:41 +08:00
b3c007461d
chore(api): upgrade grpahon dependency
2026-05-13 09:59:22 +08:00
6facd9360c
chore: some match case ( #36080 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-12 14:45:58 +00:00
680ef077ae
chore: admin also has the permission of changing role ( #36069 )
...
Co-authored-by: Yansong Zhang <916125788@qq.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-12 10:15:05 +00:00
26c14fd58a
Merge branch 'main' into tp
2026-05-12 15:55:20 +08:00
17759c0b80
Merge remote-tracking branch 'upstream/main' into feat/hitl-form-enhancement
2026-05-12 15:04:10 +08:00
51a8f79d67
chore: DocumentSegment to Typebase ( #35635 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-12 07:02:17 +00:00
bb73776339
chore(release): bump version to 1.14.1 ( #36034 )
2026-05-12 06:56:16 +00:00
9424bf60b0
fix: the /threads and /db-pool-stat endpoints in api... in... ( #35665 )
2026-05-12 05:43:37 +00:00
cbedcd2882
fix(security): harden self-hosted SECRET_KEY bootstrap ( #36049 )
...
Co-authored-by: EndlessLucky <66432853+EndlessLucky@users.noreply.github.com >
2026-05-12 05:35:24 +00:00
1a93af5cd0
refactor: rewrite estimate_args_validate using Pydantic v2 models ( #36036 )
...
Signed-off-by: Deepam Goyal <deepam02goyal@gmail.com >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-12 05:34:45 +00:00
4bb987eca3
fix: validate missing text indexing technique ( #35941 )
2026-05-12 05:07:03 +00:00
4fd4615c56
fix: avoid trial workflow schema model collision ( #36061 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-12 03:24:14 +00:00
c7d30bf09a
chore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /api ( #36050 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-12 01:56:40 +00:00
a60cb3b800
chore: port WorkflowComment ( #36039 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-11 09:17:12 +00:00
7fc40e6c9e
feat: improve phoenix workflow tracing ( #35605 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com >
2026-05-11 08:37:17 +00:00
d625ac0bf1
refactor: port some if else to match ( #31841 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-11 06:39:59 +00:00
f1c4c1a5ff
refactor: replace dict params with BaseModel in AppService ( #35904 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-11 06:09:50 +00:00
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
1aa6188b7d
chore(deps): bump the google group across 1 directory with 2 updates ( #36012 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 04:35:14 +00:00
279b66bc7f
chore(deps): bump gunicorn from 25.3.0 to 26.0.0 in /api in the flask group ( #36011 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 03:53:07 +00:00
9e3e616391
chore(deps): bump the storage group in /api with 2 updates ( #36017 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 03:52:13 +00:00
837b5cad86
chore(deps): bump opentelemetry-exporter-otlp-proto-grpc from 1.41.0 to 1.41.1 in /api in the opentelemetry group ( #36013 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 03:51:51 +00:00
1a011dc14a
refactor: port DatasetProcessRule ( #31004 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-11 03:37:26 +00:00
bf117dd0c8
fix(trace): LangSmith trace_id mismatch in chatflow workflow traces ( #35979 )
2026-05-11 02:52:29 +00:00
1e6dc62470
chore: separate websocket service ( #35981 )
2026-05-11 02:22:40 +00:00
0b70eec695
feat(human-input): expose selected action value ( #35451 )
2026-05-11 02:16:29 +00:00
e8dc706414
fix(api): "File validation failed" on Chatflow follow-up with custom file type + memory ( #35891 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-11 01:57:56 +00:00
7b5c371b9d
chore: api para type ( #35985 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-10 06:04:42 +00:00
c67ce6f66d
chore: unify api && clean some type ignore ( #35984 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-10 04:16:29 +00:00
f720a3bed2
fix: Image rendering in the knowledge base failed. ( #35914 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-09 10:06:01 +00:00
4a56763d2f
refactor(api): migrate console.app.workflow etc. to BaseModel ( #35967 )
2026-05-09 08:34:15 +00:00
1efd365b62
fix(swagger): Apply the inline-nested-dicts patch to HTTP Swagger endpoints ( #35952 )
2026-05-09 08:21:26 +00:00