Commit Graph

7865 Commits

Author SHA1 Message Date
Guilhem c8554c030f cleaning 2024-10-16 08:23:59 +02:00
Guilhem 9b2b974424 Remove Schedule Poll Panel 2024-10-15 22:17:10 +02:00
Guilhem b578824c54 Remove Schedule Poll Node 2024-10-15 22:06:22 +02:00
Guilhem d71832c831 Move trigger script inertion to trigger Node 2024-10-15 18:34:15 +02:00
Guilhem 0e4764ef66 fix display 2024-10-15 18:10:57 +02:00
Guilhem a10b902d30 improve 2024-10-15 18:00:37 +02:00
Guilhem b7485cf5ab Add graph logic to simplify display 2024-10-15 16:24:31 +02:00
Guilhem 48834f46ba Fix schedule poll position 2024-10-15 10:20:07 +02:00
Guilhem f478f6235c Add schedule poll in triggers 2024-10-15 10:05:56 +02:00
Guilhem 5e60d32c7d Draft 1 : insert shedule poll in the trigger 2024-10-14 14:51:42 +02:00
Ruben Fiszel 9aed6f39e0 all 2024-10-10 13:54:54 +02:00
Ruben Fiszel fd8451f9d2 Merge branch 'main' into fr/flow-triggers-v0 2024-10-10 04:46:07 +02:00
Ruben Fiszel 5de24d7a5c Merge branch 'main' into fr/flow-triggers-v0 2024-10-10 04:45:56 +02:00
Ruben Fiszel ba17dfc841 chore(main): release 1.407.1 (#4515)
* chore(main): release 1.407.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.407.1
2024-10-10 04:42:55 +02:00
Ruben Fiszel 7ca5bf2fae fix: improve handling of empty lock files on deno 2.0 2024-10-10 04:39:57 +02:00
Ruben Fiszel 3850ffd8e9 all 2024-10-10 04:26:24 +02:00
Ruben Fiszel cf8d443603 chore(main): release 1.407.0 (#4513)
* chore(main): release 1.407.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.407.0
2024-10-10 04:24:17 +02:00
Ruben Fiszel 0e61f8db78 deno 2.0 use frozen for cache 2024-10-10 04:06:27 +02:00
Ruben Fiszel aacd19b22b all 2024-10-10 04:05:08 +02:00
Ruben Fiszel caf4ccaa3a Merge branch 'main' into fr/flow-triggers-v0 2024-10-10 03:53:09 +02:00
Ruben Fiszel c3a5736641 fix: update internal deno runtime to latest (deno 2.0) 2024-10-10 03:42:28 +02:00
Ruben Fiszel 26b11a0015 feat: upgrade to deno 2 2024-10-10 02:30:42 +02:00
Ruben Fiszel 7dbe49b77b improve init script assignment 2024-10-10 02:25:25 +02:00
Ruben Fiszel 2e9312216e chore(main): release 1.406.0 (#4509)
* chore(main): release 1.406.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.406.0
2024-10-10 00:18:49 +02:00
Ruben Fiszel 7b0503332d fix: remove monaco-editor for app preview code path for faster app loads 2024-10-10 00:04:25 +02:00
Ruben Fiszel 25e417538f fix tests 2024-10-09 22:37:07 +02:00
Ruben Fiszel 6280ed3524 fix s3 bucket test 2024-10-09 21:30:28 +02:00
Ruben Fiszel ffaf756e9a sqlx 2024-10-09 21:17:01 +02:00
Ruben Fiszel 21cd7a63ae fix no resource picker 2024-10-09 21:00:30 +02:00
Alexander Petric d90d6c2b89 feat(monitoring): Critical Alerts for Jobs Waiting in Queue [enterprise] (#4491)
* adding the job queue monitor

* first draft of queue metrics ui

* fix svelte check complaints

* harmonizing naming

* adding concurrency_lock table

* updating ee repo ref

* Rename 20241008155800_alert_lock_table.up.sql to 20241008155800_concurrency_lock_table.up.sql

* Rename 20241008155800_alert_lock_table.down.sql to 20241008155800_concurrency_lock_table.down.sql

* updating ee.rs

* adding owner as optional column

* handling of ee/non-ee

* Update ee.rs with newline
2024-10-09 20:48:18 +02:00
Guilhem 16362dc01c Add id title 2024-10-09 20:41:21 +02:00
Guilhem d58aa51930 fix schedules sync 2024-10-09 20:37:02 +02:00
Guilhem ff5946e91c recenter node summary 2024-10-09 18:57:57 +02:00
Guilhem eabca83ada fix alignment and add edges 2024-10-09 17:56:10 +02:00
Guilhem 24d94381b0 harmonize colors 2024-10-09 17:19:56 +02:00
Guilhem 2e587b3dfa fix schedule sync 2024-10-09 16:34:07 +02:00
Guilhem f27320df23 fix route count update 2024-10-09 14:27:58 +02:00
Guilhem ef4b02e969 fix minor issues 2024-10-09 13:39:52 +02:00
Ruben Fiszel bdb7260083 Merge branch 'main' into fr/flow-triggers-v0 2024-10-09 04:12:43 -07:00
Faton Ramadani 111bfc6a65 feat(frontend): components can be moved inside containers by holding ctrl/cmd
* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): move component inside containers

* feat(frontend): done

* feat(frontend): done

* fix(frontend): wip

* fix(frontend): wip

* fix(frontend): done

* fix(frontend): done

* fix(frontend): fix anchored

* fix(frontend): restore event

* feat(frontend): support dropping on the top level + hide the shadow when leaving the grid

* feat(frontend): drop in the correct subgrid when there are multiple

* feat(frontend): wip

* feat(frontend): fix hide shadow

* feat(frontend): remove dead code

* feat(frontend): wip

* feat(frontend): fix overflow

* feat(frontend): wip

* feat(frontend): done

* feat(frontend): fix z-index

* feat(frontend): wip

* feat(frontend): fix shadow

* feat(frontend): fix resize + drop position

* feat(frontend): fix dropped when no movement

* feat(frontend): hide the fake shadow if the move mode is set

* feat(frontend): add small timeout when we leave the insert mode

* feat(frontend): render the shadow where the component will drop

* feat(frontend): done

* feat(frontend): done

* feat(frontend): improve perf

* feat(frontend): done

* feat(frontend): remove console.log

* feat(frontend): fix move toplevel

* feat(frontend): Components positions are restored when the mode changes

* feat(frontend): Components positions are restored when the mode changes

* feat(frontend): Components positions are restored when the mode changes

* feat(frontend): fix edges cases + improve perf

* feat(frontend): fix drop position

* feat(frontend): fix final drop position

* feat(frontend): fix final drop position

* feat(frontend): fix insert from component bar

* feat(frontend): Fix disapearing components
2024-10-09 13:08:16 +02:00
Ruben Fiszel 257f0971f8 fix(cli): instance sync push does not require sync pull 2024-10-09 12:58:49 +02:00
Alexander Petric f831b9b1fe improving pwsh error handling (#4504)
* making pwsh error handling more robust

* cargo fmt
2024-10-09 05:20:46 +02:00
Ruben Fiszel b579db61ec allow more customisation of frontend (#4508)
* all

* npm check
2024-10-09 04:34:54 +02:00
HugoCasa e44decb9c2 BYPASSRLS admin policy falllback (#4493)
* BYPASSRLS admin policy falllback

* use fixed list instead

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-10-08 20:08:29 +02:00
Guilhem 730f8875c9 remove copilot node 2024-10-08 16:06:09 +02:00
Guilhem d59a70ea71 quickfix 2024-10-08 15:00:11 +02:00
Guilhem f3b695dfef render copilot node on condition 2024-10-08 14:49:13 +02:00
Guilhem bd89623916 remove copilot on top of preprocessor 2024-10-08 14:20:59 +02:00
Guilhem d1b765039a Merge remote-tracking branch 'origin/main' into fr/flow-triggers-v0
# Conflicts:
#	frontend/src/lib/components/FlowBuilder.svelte
#	frontend/src/lib/components/graph/renderers/nodes/InputNode.svelte
2024-10-08 14:16:28 +02:00
Guilhem 83b6605a34 fix binding 2024-10-08 14:04:08 +02:00