Ruben Fiszel
c3b536b1b8
fix(app): make s3 uploads persistent across tabs change
2024-10-16 19:43:20 +02:00
wendrul
c06c42a1ed
Win 465 index observability 1 ( #4538 )
...
* Factor isJobCancellable function in a utils file
* Add message for last indexed job and warning of deployement
* Prepare sqlx
* Update ee repo ref
2024-10-16 19:25:50 +02:00
Ruben Fiszel
01b95ebd8d
nitso utline triggers
2024-10-16 19:23:16 +02:00
Ruben Fiszel
99814c7ab0
nits schedule UX
2024-10-16 19:19:24 +02:00
Ruben Fiszel
10414df4a7
fix email token generation
2024-10-16 18:23:06 +02:00
91a3d06529
feat(frontend): unify all triggers UX and simplify flow settings ( #4259 )
...
* feat(frontend): added list of triggers in the flow graph
* feat(frontend): added list of triggers in the flow graph
* feat(frontend): clean up
* feat(frontend): improve UX
* feat(frontend): triggers
* feat(frontend): triggers
* feat(frontend): done
* feat(frontend): fix trigger when position when a preprocessor is presetn
* 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 >
* Connect top bar cron to schedules settings
* Turn copilot into node
* fix copilot placement
* remove useless import
* fix center copilot
* fix binding
* remove copilot on top of preprocessor
* render copilot node on condition
* quickfix
* remove copilot node
* fix minor issues
* fix route count update
* fix schedule sync
* harmonize colors
* fix alignment and add edges
* recenter node summary
* fix schedules sync
* Add id title
* all
* all
* all
* iteration
* all
* all
* done
* fix
* more fixes
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-10-16 17:58:15 +02:00
Alexander Petric
f38b3d14e8
fix(ui): dark mode support for queue metrics based critical alert ( #4535 )
2024-10-16 16:26:07 +02:00
wendrul
e736572db1
fix: canceled jobs button reporting 0 jobs cancelled ( #4534 )
2024-10-16 16:15:25 +02:00
wendrul
7126ba12c7
feat: Scroll to element in virtual list when clicking on graph point ( #4532 )
...
* Scroll to element in virtual list when clicking on graph point
* Remove debug statements
* Remove reactive statement in favor of eventful triggering
2024-10-16 14:37:20 +02:00
Alexander Petric
99c5b3ecda
feat(sso): adding the ability to define a custom display name for sso ( #4529 )
...
* feat(sso): adding the ability to define a custom display name for sso
* adding openapi-deref.json
* make the display_name field optional
* Update ee-repo-ref.txt
2024-10-15 17:32:39 +02:00
Ruben Fiszel
9eb1ecc9f3
fix(app): accept connecting to non yet existing state output for convenience
2024-10-15 09:47:22 +02:00
Ruben Fiszel
dcdbf1afb4
fix(app): improve absolute url handling in download button and downloadFile
2024-10-15 09:18:24 +02:00
Ruben Fiszel
34c39ce0ab
nit closing flowgraph
2024-10-13 01:30:01 +02:00
Ruben Fiszel
288dfe7c70
custom windmill icon2
2024-10-13 00:47:10 +02:00
Alexander Petric
f82f091290
feat(app builder): file download helper ( #4511 )
...
* feat(app builder): file download helper
* surface error via toast
* save
* handle s3 object
2024-10-12 00:39:31 +02:00
Ruben Fiszel
2dab068fd3
nit FileDownload
2024-10-11 16:04:25 +02:00
Ruben Fiszel
7e754a1e50
improve handling of toString arg in schema
2024-10-11 15:55:02 +02:00
Ruben Fiszel
be112408e7
fix(frontend): set unused schema property fields to null
2024-10-11 15:25:32 +02:00
Ruben Fiszel
982dde2b9d
fix(frontend): s3 file uploader works on public apps too
2024-10-11 01:08:40 +02:00
Ruben Fiszel
d9bdc5a5b0
fix: improve default properties of new nodes of flows (suspend, branchone, branchall)
2024-10-10 15:00:46 +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
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
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 and 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
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
Ruben Fiszel
b034b070c0
fix: fix id save on apps
2024-10-04 07:06:26 +02:00
Ruben Fiszel
4da02a54ba
usr local bin uv
2024-10-03 22:48:09 +02:00
Ruben Fiszel
19c62ba195
fix: fix uv path
2024-10-03 22:42:34 +02:00
Guilhem and Guilhem
b96cc19718
prevent flow logo to shrink ( #4481 )
...
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home >
2024-10-03 21:17:27 +02:00
Ruben Fiszel
c84e6fd05d
fix: flow picker of flows + precache hub scripts as bundles
2024-10-03 20:48:26 +02:00
Ruben Fiszel
642f3876fa
nit hub filtering on flow picker
2024-10-03 15:13:22 +02:00
Ruben Fiszel
92f61f07ed
fix: flow picker of flows
2024-10-03 15:09:58 +02:00
Ruben Fiszel
f25eb3455f
padding nits
2024-10-03 14:34:33 +02:00
45ccd45e30
feat(frontend): add quick access menu in flow editor ( #4415 )
...
* (frontend) add quick access menu in flow editor
* (frontend) add quick access menu in flow editor
* improve UI
* make design prettier
* add scroll effects
* improve loading preview
* change no items found
* prevent scroll using menu
* change user folder button
* set default integration icon
* reduce column width
* ajust font
* add defaults script button
* add shadow divider
* fix scroll
* add chevron
* Change toogle bar
* Add preprocessor menu
* add handler
* simplify scroll
* fix display
* fix minor issues
* delete useless log
* revert node tree changes
* merge main
* fix z-index issues
* iterate
* fix: improve allowed domains setting for sso
* chore(main): release 1.402.3 (#4458 )
* chore(main): release 1.402.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* improve allowed domains change handling
* send stats when renewing key if last >24h (#4430 )
* feat: send stats when renewing key if last >24h
* nits
* fix: sqlx
* nit
* renewal reason
* stats reason
* update ee ref
* Update ee-repo-ref.txt
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
* fix: skip one migration to avoid using md5 for azure support
* all
* all
* Apply automatic changes
* all
* done?
* nit
* nit
* nit
* nit
* nit noAi if prefilter is not all
* fix shadow
* fix error handler
* fix error handler
* Polishing default script settings
* all
* all
* full
* all
* add deno_core as features
* all
* remove warnings
* all
* npm check
* npm check
* new script script
* nits
* nits item 0
* nits item 0
---------
Co-authored-by: Guilhem Le Mouel <guilhem.le-mouel.ext@altran.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home >
2024-10-03 14:15:01 +02:00
Ruben Fiszel
8e58e4320a
fix: fix id editor for app
2024-10-03 11:55:26 +02:00
HugoCasa
3134f79ced
fix(frontend): disable runnable field on route editor from detail panel ( #4469 )
2024-10-02 12:07:11 +02:00
HugoCasa
b70ca6e3ed
skip step better UI ( #4465 )
2024-10-01 12:28:46 +02:00
HugoCasa
161c3fe577
flow skip step nit ( #4462 )
2024-09-30 16:38:01 +02:00
HugoCasa
0df169e3f9
feat: flow step skipping ( #4461 )
2024-09-30 16:30:59 +02:00
Ruben Fiszel
cc1a75e114
improve allowed domains change handling
2024-09-30 11:22:04 +02:00
Ruben Fiszel
24f4a7caaa
fix: improve allowed domains setting for sso
2024-09-30 09:52:03 +02:00
Ruben Fiszel
334b8d903d
avoid overlap on flow timelines with long ids
2024-09-28 18:29:38 +02:00
Ruben Fiszel
0779d47c1d
fix: make form properties disablable
2024-09-28 18:10:42 +02:00
Ruben Fiszel
56db1d9196
accept multiple whitelabelled domains for sso
2024-09-28 17:45:19 +02:00