Skip to content
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
88560cb
feat: native v2 workflows endpoint with pluggable stream protocols
ogabrielluiz Jun 1, 2026
95f9102
feat(api): add output_text and session_id to v2 workflow response
ogabrielluiz Jun 2, 2026
461e593
test(api/v2): cover output_text and session_id on the v2 workflow res…
ogabrielluiz Jun 3, 2026
37d8a78
feat(api/v2): structured output with resolution reason on v2 response
ogabrielluiz Jun 3, 2026
f3c06ef
feat(api/v2): add request-side output selection (output_ids)
ogabrielluiz Jun 3, 2026
a1b9cb7
feat(api/v2): emit per-output events on the langflow stream
ogabrielluiz Jun 4, 2026
d696cae
feat(api/v2): durable background execution service (store + default b…
ogabrielluiz Jun 4, 2026
23a4884
test(background-execution): rename hard_proof marker to real_services
ogabrielluiz Jun 6, 2026
3a7b8e7
Merge remote-tracking branch 'origin/release-1.10.0' into feat/v2-wor…
ogabrielluiz Jun 9, 2026
8cba565
fix(api/v2): enforce no-code-execution gate on public workflow endpoint
ogabrielluiz Jun 9, 2026
2e214d7
fix(api/v2): reconstruct background workflow status from job-keyed ve…
ogabrielluiz Jun 9, 2026
53660b3
Merge release-1.11.0 into feat/v2-workflows-agui
ogabrielluiz Jun 10, 2026
80b105a
Merge release-1.11.0 (via feat/v2-workflows-agui) into feat/v2-workfl…
ogabrielluiz Jun 10, 2026
0c88299
fix(api/v2): merge workflow AG-UI cancellation hardening LE-1389
ogabrielluiz Jun 10, 2026
c84e965
fix(api/v2): signal cross-worker workflow stops LE-1389
ogabrielluiz Jun 10, 2026
54fc550
fix(api/v2): report unconfirmed workflow stops LE-1389
ogabrielluiz Jun 10, 2026
0aab6f8
Merge origin/feat/v2-workflows-agui into codex/v2-workflows-agui-merge
ogabrielluiz Jun 10, 2026
60469a6
fix(api/v2): keep background workflows out of polling watchdog LE-1389
ogabrielluiz Jun 10, 2026
6f5de50
fix(api/v2): buffer parallel messages in the AG-UI translator instead…
ogabrielluiz Jun 10, 2026
d96157e
Merge remote-tracking branch 'origin/feat/v2-workflows-agui' into HEAD
ogabrielluiz Jun 10, 2026
c03466e
fix(api/v2): gate AG-UI message finalization on non-partial state and…
ogabrielluiz Jun 10, 2026
f7c4024
Merge remote-tracking branch 'origin/feat/v2-workflows-agui' into HEAD
ogabrielluiz Jun 10, 2026
38dc899
Fix AG-UI workflow lifecycle edges
ogabrielluiz Jun 11, 2026
93d59c8
Merge branch 'feat/v2-workflows-agui' of https://github.com/langflow-…
ogabrielluiz Jun 11, 2026
3a124dd
[autofix.ci] apply automated fixes
autofix-ci[bot] Jun 11, 2026
78baed8
fix(frontend): enable downlevelIteration for jest Set/Map iteration
ogabrielluiz Jun 15, 2026
76bc8ee
fix(api/v2): surface inactivated branch vertices over AG-UI
ogabrielluiz Jun 15, 2026
91f650c
fix(api/v2): dedupe repeated inactive node deltas in AG-UI stream
ogabrielluiz Jun 15, 2026
05830e2
Merge feat/v2-workflows-agui into feat/v2-workflows-bg-default
ogabrielluiz Jun 15, 2026
0e209c9
fix(api/v2): no duplicate WORKFLOW job row on durable background runs
ogabrielluiz Jun 15, 2026
e0176f9
test(api/v2): update stale workflow-stop tests for the durable design
ogabrielluiz Jun 15, 2026
e5a9e36
fix(api/v2): move FrameSourceFactory alias under TYPE_CHECKING
ogabrielluiz Jun 15, 2026
33cd3ba
test(lfx): register background-execution Settings fields in the field…
ogabrielluiz Jun 15, 2026
98aa98d
fix(api/v2): restore "end" side-channel event in AG-UI workflow stream
ogabrielluiz Jun 16, 2026
02e06fe
fix(api/v2): apply request tweaks on the streaming and background paths
ogabrielluiz Jun 16, 2026
b3d3a22
fix(api/v2): return background run output from completed status
ogabrielluiz Jun 16, 2026
7a884d8
fix(api/v2): address review findings on the v2 workflows endpoint
ogabrielluiz Jun 22, 2026
3a46d44
test(lfx): register public_flow_rate_limit_per_minute in settings com…
ogabrielluiz Jun 22, 2026
a21d0d9
refactor(v2 workflows): split workflow.py and address review blockers
ogabrielluiz Jun 22, 2026
7116ea1
refactor(lfx): extract v2 workflow contract layer into lfx.workflow
ogabrielluiz Jun 23, 2026
7931905
Merge feat/lfx-v2-shared-layer into feat/v2-workflows-bg-default
ogabrielluiz Jun 23, 2026
eef308c
fix(background-execution): prevent worker deadlock on stop() under Py…
ogabrielluiz Jun 29, 2026
00210f7
merge: sync release-1.11.0 into feat/v2-workflows-bg-default
ogabrielluiz Jul 8, 2026
116d804
Merge branch 'release-1.11.0' into feat/v2-workflows-bg-default
ogabrielluiz Jul 8, 2026
473e147
fix(background-execution): keep ephemeral frames on reattach, pin psy…
ogabrielluiz Jul 8, 2026
ec435f9
Merge branch 'release-1.11.0' into feat/v2-workflows-bg-default
ogabrielluiz Jul 10, 2026
e6c849b
fix(migrations): merge alembic heads (mcp_server + execution_signals)
ogabrielluiz Jul 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 59 additions & 2 deletions .github/workflows/migration-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- 'src/backend/base/langflow/services/database/service.py'
- 'src/backend/tests/unit/alembic/**'
- '.github/workflows/migration-validation.yml'
- 'src/backend/base/langflow/services/background_execution/**'
- 'src/backend/base/langflow/services/jobs/**'
- 'src/backend/base/langflow/services/job_queue/**'
- 'src/backend/tests/unit/background_execution/**'

jobs:
model-migration-consistency:
Expand All @@ -19,7 +23,7 @@ jobs:
image: postgres:16
env:
POSTGRES_USER: langflow
POSTGRES_PASSWORD: langflow
POSTGRES_PASSWORD: langflow # pragma: allowlist secret
POSTGRES_DB: langflow
ports:
- 5432:5432
Expand Down Expand Up @@ -50,10 +54,63 @@ jobs:
- name: Check model/migration consistency
env:
MIGRATION_VALIDATION_CI: "true"
LANGFLOW_TEST_DATABASE_URI: "postgresql://langflow:langflow@localhost:5432/langflow"
LANGFLOW_TEST_DATABASE_URI: "postgresql://langflow:langflow@localhost:5432/langflow" # pragma: allowlist secret
run: |
uv run pytest src/backend/tests/unit/alembic/test_migration_execution.py -x -v

background-real-service:
name: Background Execution Real-Service Tests (real Postgres + Redis)
runs-on: ubuntu-latest

services:
postgres:
image: postgres:16
env:
POSTGRES_USER: langflow
POSTGRES_PASSWORD: langflow # pragma: allowlist secret
POSTGRES_DB: langflow
ports:
- 5432:5432
options: >-
--health-cmd="pg_isready -U langflow"
--health-interval=10s
--health-timeout=5s
--health-retries=5
redis:
image: redis:7
ports:
- 6379:6379
options: >-
--health-cmd="redis-cli ping"
--health-interval=10s
--health-timeout=5s
--health-retries=5

steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Install uv
uses: astral-sh/setup-uv@v6

- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'

- name: Install dependencies
run: |
uv sync --extra postgresql

- name: Run real-service tests
env:
LANGFLOW_TEST_DATABASE_URI: "postgresql://langflow:langflow@localhost:5432/langflow" # pragma: allowlist secret
LANGFLOW_TEST_REDIS_URL: "redis://localhost:6379/0"
run: |
uv run pytest src/backend/tests/unit/background_execution -m real_services -x -v

validate-migration:
name: Migration Pattern Validation
runs-on: ubuntu-latest
Expand Down
Loading
Loading