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
|
4ee4dbf104
|
fix center copilot
|
2024-10-08 13:35:18 +02:00 |
|
Guilhem
|
86057a1176
|
Turn copilot into node
|
2024-10-08 12:33:47 +02:00 |
|
 GuilhemandGuilhem
|
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 |
|
Ruben Fiszel
|
19c62ba195
|
fix: fix uv path
|
2024-10-03 22:42:34 +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 |
|
HugoCasa
|
b70ca6e3ed
|
skip step better UI (#4465)
|
2024-10-01 12:28:46 +02:00 |
|
Faton Ramadani
|
8053c927ef
|
feat(frontend): fix trigger when position when a preprocessor is presetn
|
2024-09-30 19:08:35 +02:00 |
|
Faton Ramadani
|
5f55f6005d
|
feat(frontend): done
|
2024-09-30 11:59:00 +02:00 |
|
Faton Ramadani
|
46b25b851e
|
Merge branch 'main' into fr/flow-triggers-v0
|
2024-09-30 11:41:31 +02:00 |
|
Faton Ramadani
|
6956a3a2ba
|
fix(frontend): Fix flow graph bg in dark mode on chrome (#4454)
|
2024-09-27 21:14:58 +02:00 |
|
Faton Ramadani
|
2f25c243c0
|
Merge branch 'main' into fr/flow-triggers-v0
|
2024-09-25 18:38:16 +02:00 |
|
Ruben Fiszel
|
fd58e7eb48
|
fix: fix flow rendering
|
2024-09-25 18:10:12 +02:00 |
|
Faton Ramadani
|
50654c6174
|
feat(frontend): merge main
|
2024-09-25 17:00:12 +02:00 |
|
Faton Ramadani
|
84eefadfcf
|
feat(frontend): Catch flow errors in the UI (#4429)
* feat(frontend): Catch flow errors in the UI
* feat(frontend): typo
|
2024-09-25 16:22:02 +02:00 |
|
Faton Ramadani
|
9ed4ccf634
|
feat(frontend): triggers
|
2024-09-25 16:15:10 +02:00 |
|
Faton Ramadani
|
95eba654b9
|
feat(frontend): triggers
|
2024-09-25 16:12:15 +02:00 |
|
Faton Ramadani
|
ec437bdd99
|
Merge branch 'main' into fr/flow-triggers-v0
|
2024-09-25 15:44:24 +02:00 |
|
HugoCasa
|
8a277a0ad9
|
do not call workspace error handler if flow has error handler (#4434)
* do not call workspace error handler if flow has error handler
* optimize + UI improvements for error handler
|
2024-09-25 09:10:41 +02:00 |
|
Faton Ramadani
|
65120393c5
|
feat(frontend): add support for routes
|
2024-09-24 15:19:50 +02:00 |
|
Faton Ramadani
|
30017cc2b1
|
fix(frontend): Fix delete branch one index (#4418)
|
2024-09-23 11:32:47 +02:00 |
|
 HugoCasaandRuben Fiszel
|
304dac3447
|
feat: http routing (#4339)
* feat: http routing
* all
* feat: improve UI
* final stuff
* fix: sqlx
* fix: nit
* fix: nits
* fix: error handler display
* fix: routes panel perms
* all
* fix: improve ability to paste from macos in vscode extension
* fix lock-write for deno
* all
* cleaning
* fix
* cli preprocessor
* nits
* nits
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2024-09-20 15:38:38 +02:00 |
|
Faton Ramadani
|
519566b7b8
|
feat(frontend): merge main
|
2024-09-20 09:31:43 +02:00 |
|
Ruben Fiszel
|
042a2bf917
|
fix: graceful worker exits for same worker jobs (#4371)
* all
* fix compile
|
2024-09-11 18:32:08 +02:00 |
|
Ruben Fiszel
|
a19db9a8d3
|
feat: add ability to edit id in flows (#4364)
* all
* all
* nit mailto
* fix
* fix
|
2024-09-10 20:16:43 +02:00 |
|
Ruben Fiszel
|
71cdb1905e
|
remove frontend warnings
|
2024-09-03 14:23:22 +02:00 |
|
Ruben Fiszel
|
d1d5848294
|
nits
|
2024-09-03 00:49:44 +02:00 |
|
Ruben Fiszel
|
e311684a66
|
fix: fix erronous branchone status
|
2024-09-02 14:03:44 +02:00 |
|
Faton Ramadani
|
4efc40fbb0
|
fix(frontend): fix inserting Ws scripts from the search menu (#4290)
* fix(frontend): fix inserting Ws scripts from the AI gen
* fix(frontend): fix inserting Ws scripts from the search menu
|
2024-08-26 16:36:22 +02:00 |
|
Faton Ramadani
|
fa7c8222d5
|
Merge branch 'main' into fr/flow-triggers-v0
|
2024-08-23 14:56:36 +02:00 |
|
Ruben Fiszel
|
d1c2e1f40b
|
improve modularity for whitelabelling
|
2024-08-21 15:37:26 +02:00 |
|
Faton Ramadani
|
84d4e2cb95
|
fix(frontend): Fix initial FlowGraph rendering on Chrome (#4268)
|
2024-08-20 18:23:30 +02:00 |
|
Faton Ramadani
|
f1ad07cf83
|
feat(frontend): improve UX
|
2024-08-20 10:31:26 +02:00 |
|
Faton Ramadani
|
5e091edb5b
|
feat(frontend): clean up
|
2024-08-19 14:10:32 +02:00 |
|
Faton Ramadani
|
6d7832c442
|
feat(frontend): added list of triggers in the flow graph
|
2024-08-19 14:06:21 +02:00 |
|
Faton Ramadani
|
9230f46bdb
|
feat(frontend): added list of triggers in the flow graph
|
2024-08-19 13:56:48 +02:00 |
|
 Faton RamadaniandRuben Fiszel
|
632bd18a2e
|
use xyflow internally instead of svelvet for graph rendering (#4173)
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): fix while loops + theme
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): same view as before
* fix(frontend): wip
* fix(frontend): wip
* feat(frontend): flow status viewer
* fix(frontend): wip
* feat(frontend): migrate to xyflow
* feat(frontend): dataflow
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): fix min-height
* feat(frontend): clean up
* feat(frontend): add missing insert button for empty loops
* feat(frontend): Fix insert
* feat(frontend): Fix branch one
* feat(frontend): Support default branch for branch one
* feat(frontend): fix add and delete branches
* feat(frontend): Make the iterations menu work
* feat(frontend): Fix graph height in the flow status viewer
* feat(frontend): code improvement
* feat(frontend): add missing trigger
* feat(frontend): add support for triggers
* feat(frontend): fix move
* feat(frontend): fix No branch for branch one
* feat(frontend): fix light theme
* feat(frontend): fix build
* feat(frontend): remove dead code
* feat(frontend): fix move
* feat(frontend): fix vertical alignement
* feat(frontend): fix viewport
* feat(frontend): style fix
* feat(frontend): fix viewgraph
* feat(frontend): fix build
* feat(frontend): Fix node position
* feat(frontend): UI nits
* feat(frontend): UI nits
* feat(frontend): fix zoom level + fix insert button position
* feat(frontend): svelvet clean up
* feat(frontend): fix paste button position
* feat(frontend): clean up
* feat(frontend): migrate Decision Tree
* feat(frontend): clean up
* feat(frontend): add callback
* feat(frontend): migrate Decision Tree
* feat(frontend): fix build
* feat(frontend): fix branches
* feat(frontend): fix branches
* feat(frontend): fix insert
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): fix reactivity
* feat(frontend): fix z-index issues
* feat(frontend): fix bg issue
* feat(frontend): fix border status
* add padding to flow height
* Update FlowGraphV2.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
|
2024-08-19 09:17:56 +02:00 |
|
Ruben Fiszel
|
49835ca6ca
|
fix: workspace specific default tags do not override step level custom tags
|
2024-08-16 17:00:34 +02:00 |
|
Ruben Fiszel
|
c55d15c0a9
|
whitelabel custom settings
|
2024-08-02 13:47:28 +02:00 |
|
Ruben Fiszel
|
d49b2d0f06
|
fix: fix webhooks urls after BASE_URL change
|
2024-07-24 13:31:06 +02:00 |
|
Faton Ramadani
|
fc749c687c
|
fix(frontend): fix flow graph when anode has multiple steps to the flow inputs (#4097)
|
2024-07-17 16:15:17 +02:00 |
|
Faton Ramadani
|
e6dfa390bb
|
fix(frontend): flow editor improvements (#4008)
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): add missing iter input for while loops
* fix(frontend): improve code
* fix(frontend): improve code
* fix(frontend): failure status for fake modules on hold
* fix(frontend): wip
* fix(frontend): improve flow step warnings
* fix(frontend): add debounce
* fix(frontend): improve rpath detection
* feat(frontend): improve code
* fix(frontend): use the code parser to detect missing dependencies
* fix(frontend): improve code
* fix(frontend): improve code
|
2024-07-15 09:46:35 +02:00 |
|
Ruben Fiszel
|
c1d9784897
|
nit light mode flow style
|
2024-07-14 09:48:38 +02:00 |
|
Ruben Fiszel
|
290516179e
|
nit light mode flow style
|
2024-07-14 09:43:18 +02:00 |
|
Ruben Fiszel
|
b498664c76
|
feat: improve flow status viewer (show branch chosen + all iterations in for loop) (#4074)
* all
* all
* all
* all
* all
|
2024-07-13 18:53:24 +02:00 |
|
Faton Ramadani
|
fd4fe15f49
|
fix(frontend): app editor improvements (#4052)
* fix(frontend): wip
* fix(frontend): fix dataflow to error handler module
* fix(frontend): add missing flow_input and result properties
* fix(frontend): fix build
* fix(frontend): improve code
|
2024-07-11 12:00:52 +02:00 |
|
Ruben Fiszel
|
b9e0f2fd2f
|
nit dataflow dark mode colors
|
2024-07-05 20:09:12 +02:00 |
|
Ruben Fiszel
|
c6fa154a50
|
nit dataflow dark mode colors
|
2024-07-05 20:06:31 +02:00 |
|
Faton Ramadani
|
7007f14a10
|
feat(frontend): add indicator when required field are missing (#3935)
* feat(frontend): add indicator when required field are missing
* feat(frontend): add indicator when required field are missing
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): handle init flow
* feat(frontend): done
* feat(frontend): done
* feat(frontend): simplify code
* feat(frontend): improve code
* feat(frontend): improve ArgInput
* feat(frontend): fix icon alignement
|
2024-06-20 15:40:27 +02:00 |
|
Ruben Fiszel
|
5152e0f2a0
|
frontend nits
|
2024-06-04 23:06:34 +02:00 |
|