Commit Graph

5167 Commits

Author SHA1 Message Date
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>
2024-10-10 04:42:55 +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>
2024-10-10 04:24:17 +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 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>
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 6280ed3524 fix s3 bucket test 2024-10-09 21:30:28 +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 b579db61ec allow more customisation of frontend (#4508)
* all

* npm check
2024-10-09 04:34:54 +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
Guilhem 4ee4dbf104 fix center copilot 2024-10-08 13:35:18 +02:00
Guilhem c6b892a98f remove useless import 2024-10-08 13:16:28 +02:00
Guilhem 3429bfa146 fix copilot placement 2024-10-08 12:39:15 +02:00
Guilhem 86057a1176 Turn copilot into node 2024-10-08 12:33:47 +02:00
Guilhem 81e74f456b Connect top bar cron to schedules settings 2024-10-08 10:48:32 +02:00
Guilhem f25c0dba31 Glm/rework flow settings v2 (#4497)
* fat(frontend): simplify flow settings menu

* improve scroll

* changing mute toggle

* Add advanced settings badge

* Add nord theme colors

* Add bage for advanced options

* fix minor issue

* fix minor issue

* Add triggers menu to flow settings

* Add quick trigger access

* remove triggers in flow settings

* fix minor issue

* Move triggers settings to flow right panel

* polishing

* fix unset store

* remove save up to for triggers

* fix padding

* reset default tag color

* remove custom select component

* revert path change

* revert section modif

* Revert unused feature

---------

Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home>
2024-10-08 08:57:31 +02:00
Guilhem 644dd87c50 fix icon alignment in add App button (#4496)
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home>
2024-10-07 21:20:28 +02:00
Ruben Fiszel 0c66dcab3a chore(main): release 1.405.5 (#4490)
* chore(main): release 1.405.5

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-10-06 17:00:03 +02:00
Ruben Fiszel e1e8c814e5 chore(main): release 1.405.4 (#4488)
* chore(main): release 1.405.4

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-10-04 15:16:22 +02:00
Ruben Fiszel da50e40010 nit flowStateStore 2024-10-04 15:15:49 +02:00
Ruben Fiszel 289ad51374 fix(frontend): correctly initialize step inputs on new inline script 2024-10-04 15:09:20 +02:00