Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
a4eb405
rework everything again
pyranota Dec 11, 2025
50fb994
Merge branch 'main' into separate-table-for-concurrency-and-debouncin…
pyranota Dec 11, 2025
cad3f3b
updcate sqlx
pyranota Dec 11, 2025
e67f555
update ref
pyranota Dec 11, 2025
88a17c7
Merge branch 'main' into separate-table-for-concurrency-and-debouncin…
pyranota Dec 11, 2025
d159ae8
fix things
pyranota Dec 11, 2025
7beacb3
Merge branch 'main' into separate-table-for-concurrency-and-debouncin…
pyranota Dec 11, 2025
84e58eb
Merge branch 'main' into separate-table-for-concurrency-and-debouncin…
pyranota Dec 11, 2025
3fd118d
fix function
pyranota Dec 11, 2025
c48f315
final fixes
pyranota Dec 11, 2025
3797a77
update sqlx
pyranota Dec 11, 2025
9148899
Merge branch 'main' into separate-table-for-concurrency-and-debouncin…
pyranota Dec 11, 2025
dfe56e1
fix script creation
pyranota Dec 11, 2025
b30075c
address todo
pyranota Dec 11, 2025
049bb6c
cleanup
pyranota Dec 11, 2025
0a4aa51
remove dbg
pyranota Dec 11, 2025
91e3a0b
cleanup
pyranota Dec 11, 2025
98b364c
fix
pyranota Dec 11, 2025
7f277cc
fixups
pyranota Dec 12, 2025
76f124b
fix cargo.toml
pyranota Dec 12, 2025
6229306
Merge branch 'main' into separate-table-for-concurrency-and-debouncin…
pyranota Dec 12, 2025
4d858ae
update ee repo
pyranota Dec 12, 2025
30aff43
Merge branch 'separate-table-for-concurrency-and-debouncing-settings'…
pyranota Dec 12, 2025
86b5759
fix ci
pyranota Dec 12, 2025
ce12c2c
nit
pyranota Dec 12, 2025
1775b56
ref
pyranota Dec 12, 2025
c922889
fix
pyranota Dec 12, 2025
5164eab
ee repo
pyranota Dec 12, 2025
f4f8d1f
sqlx
pyranota Dec 12, 2025
0614774
ee ref
pyranota Dec 12, 2025
0f38984
remove dbg
pyranota Dec 12, 2025
eac210e
Merge branch 'main' into separate-table-for-concurrency-and-debouncin…
pyranota Dec 16, 2025
099b6a1
sqlx
pyranota Dec 16, 2025
172bf1c
feat: v2 job debouncing
pyranota Dec 18, 2025
098a400
Merge branch 'main' into feat-v2-debouncing
pyranota Dec 18, 2025
ce24c74
v2 debouncing
pyranota Dec 20, 2025
76e6efb
compat
pyranota Dec 20, 2025
6b950ab
fix all
pyranota Dec 20, 2025
7bb45e7
remove legacy logic
pyranota Dec 20, 2025
fb87b3f
nit
pyranota Dec 20, 2025
75971a5
finish
pyranota Dec 21, 2025
0f2e35c
Merge branch 'main' into feat-v2-debouncing
pyranota Dec 21, 2025
cdde4c2
nits
pyranota Dec 21, 2025
cc43406
stage import
pyranota Dec 21, 2025
0d29bcc
remove unused import
pyranota Dec 21, 2025
2f66901
remove comments
pyranota Dec 21, 2025
a2dca8b
ee ref
pyranota Dec 21, 2025
fad1953
ee ref
pyranota Dec 21, 2025
e18cc3b
nits
pyranota Dec 21, 2025
727f675
Update backend/windmill-queue/src/jobs.rs
pyranota Dec 21, 2025
fe0cdc4
Update backend/windmill-common/src/runnable_settings/settings.rs
pyranota Dec 21, 2025
eb4775c
Update frontend/src/lib/components/flows/DebounceLimit.svelte
pyranota Dec 21, 2025
6eabf66
fix nits
pyranota Dec 21, 2025
7c87bf1
force no compat in ci
pyranota Dec 21, 2025
aa5a440
better default key handling
pyranota Dec 22, 2025
4973328
simplify
pyranota Dec 22, 2025
2504f6d
sqlx
pyranota Dec 22, 2025
411c0c3
optimize
pyranota Dec 22, 2025
0697ede
sqlx
pyranota Dec 22, 2025
8791336
fix flow step
pyranota Dec 22, 2025
f86577c
Merge branch 'main' into feat-v2-debouncing
pyranota Dec 22, 2025
a81cb36
add openapi
pyranota Dec 22, 2025
2363867
fix ci
pyranota Dec 22, 2025
a109b0f
ee ref
pyranota Dec 22, 2025
25386b3
rename WMDEBUG flag
pyranota Dec 23, 2025
12cf034
ee ref
pyranota Dec 23, 2025
4eb5212
remove gate for is_flow_step on pull
pyranota Dec 23, 2025
94a1cd2
remove dead code
pyranota Dec 23, 2025
cdd1a99
Merge branch 'main' into feat-v2-debouncing
pyranota Dec 23, 2025
e337359
nits
pyranota Dec 23, 2025
8fe6380
Merge branch 'feat-v2-debouncing' of github.com:windmill-labs/windmil…
pyranota Dec 23, 2025
f07afd9
chore: update ee-repo-ref to 71d872d27de44227b82f75a9c0879d8428684880
windmill-internal-app[bot] Dec 23, 2025
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
1 change: 1 addition & 0 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
CARGO_NET_GIT_FETCH_WITH_CLI: true
WMDEBUG_FORCE_V0_WORKSPACE_DEPENDENCIES: 1
WMDEBUG_FORCE_RUNNABLE_SETTINGS_V0: 1
WMDEBUG_FORCE_NO_LEGACY_DEBOUNCING_COMPAT: 1
run: |
deno --version && bun -v && go version && python3 --version
cd windmill-duckdb-ffi-internal && ./build_dev.sh && cd ..
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion backend/ee-repo-ref.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
576abf6519d1aa12a2b989a58a123501206284fb
71d872d27de44227b82f75a9c0879d8428684880
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ALTER TABLE debounce_key DROP COLUMN IF EXISTS debounced_times;
ALTER TABLE debounce_key DROP COLUMN IF EXISTS first_started_at;
ALTER TABLE debounce_key DROP COLUMN IF EXISTS previous_job_id;
DROP INDEX IF EXISTS idx_v2_job_debounce_batch_debounce_batch;
DROP TABLE IF EXISTS v2_job_debounce_batch;
DROP SEQUENCE IF EXISTS debounce_batch_seq;
Loading