HugoCasa
01c6f84520
feat: captures ( #4807 )
...
* feat: captures
* flow UI and improvements
* fix: build
* fix sqlx
* Move Capture WIP
* Add capture to webhook and websocket
* Move connection status viewer in the head
* change trigger section label
* Add popover capture picker using melt ui
* Add shortcut to triggers capture from input form
* remove capture tab in input
* Allways show capture
* remove useless logs
* Add email capture
* Add kafka capture into triggers
* Add edit option in capture table
* use light header for arg input
* Add prefilled group id
* Change button label
* fix logic
* Open resource drawer if prototype has fields
* fix default completion
* Change name Prototype
* Dissociate Editor Mode for triggers
* Fix bug for script
* Fix apply args
* fix apply schema
* Add capture table to script
* fix apply args
* Add capture button for script
* Delete capture tab
* Set capture on when opening triggers capture
* fix connection indicator
* fix minor issues
* Add preprocessor logic
* Use slot in log Panel for captures
* handle capture refresh in script
* Delete capture tab from script editor
* reset kafka resource on toggle static
* fix minor issue
* Allow resource in kafka capture
* use simple capture button in flow
* Remove capture panel
* Polish route trigger editor
* Fix resource saving
* Remove excessive padding
* merge nits
* add workflow_dispatch to build
* add workflow_dispatch to build
* better capture UI
* fix sqlx
* fix build
* fix build
* build
* make initial_messages optional in line with db
* fix npm check
* better handle args for capture webhook and http
* improve migration + http capture fixes
* fix sqlx
* update ee ref
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-06 12:07:09 +01:00
Ruben Fiszel
97901182b6
nit cache and skip on input node
2024-12-05 17:54:45 +01:00
dieriba
556b4a41a1
feat: Support mistral anthropic for ai ( #4692 )
...
* wip: openai proxy and other ai proxy integration
* fixing migration script
* wip: support different ai provider in front, fix proxy openai
* wip: adding frontend ai provider
* updated copilot types
* wip: working on anthropic integration
* done AI proxy front
* adding new type and support for anthropic
* updating gitignore
* adding streaming response
* added streaming prompt
* push lib/gen
* wip: fixing anthropic
* anthropic fully supported
* fix backend missing var error and fully support stream event for anthropic
* remove gen directory
* fixing openapi file
* add support for mistral, and update create workspace components
* remove deref.json
* remove package-json
* openapi
* fix ui enable code
* added utility function for init workspace ai provider
* fix workspace switch bug
* update anthropic property and fixed frontend error
* fix workspace settings
* update error message and fix typo migration file
* chore: update openapi file
* fix dev file
* add .sqlx
* all
* update sqlx
---------
Co-authored-by: dieriba <t.dieriba@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-14 14:24:35 +01:00
Ruben Fiszel
d44976f35e
feat: expandable subflows in flows ( #4683 )
...
* all
* nit right panel flow props
* nits
2024-11-11 10:05:18 +01:00
Guilhem
ceaf56c21e
feat(frontend): nodes from flow can be connected directly in expr input through a plug icon ( #4652 )
...
* Add flow prop picker
* fix unwanted copy
* cleaning
* Fix unset context
* move button and always display input
* fix unwanted proppicker display
* update
* update
* clean all
* clean all
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-07 15:53:37 +01:00
Guilhem
22ab51e991
feat(frontend): improve and simplify scheduled poll flows ( #4560 )
2024-11-04 23:18:09 +01:00
Ruben Fiszel
9fbcfc712c
fix(frontend): new approval steps default to timeout 1800
2024-10-29 10:47:06 +01:00
Ruben Fiszel
bd38b53124
fix: fix flow viewer renderer outside of flow details and editor context
2024-10-17 17:09:44 +02:00
Faton Ramadani
258445e523
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
Ruben Fiszel
a359d86c6c
fix: improve default properties of new nodes of flows (suspend, branchone, branchall)
2024-10-10 15:00:46 +02:00
Ruben Fiszel
dc04f6cc30
allow more customisation of frontend ( #4508 )
...
* all
* npm check
2024-10-09 04:34:54 +02:00
Ruben Fiszel
f26028efc7
nit flowStateStore
2024-10-04 15:15:49 +02:00
Ruben Fiszel
acab1c8bac
fix(frontend): correctly initialize step inputs on new inline script
2024-10-04 15:09:20 +02:00
Guilhem
7c36e554d7
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
Faton Ramadani
745fa66c90
fix(frontend): Fix flow graph bg in dark mode on chrome ( #4454 )
2024-09-27 21:14:58 +02:00
HugoCasa
ae8f29a4cb
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
fda1f21d5e
fix(frontend): add support for step id change for forloops and branch… ( #4395 )
...
* fix(frontend): add support for step id change for forloops and branchone + add initial value for DebounchedInput
* fix(frontend): fix initial value of DebouncedInput
2024-09-16 23:12:23 +02:00
Ruben Fiszel
9e8c9fb1cb
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
497edd047c
remove frontend warnings
2024-09-03 14:23:22 +02:00
Faton Ramadani
58d2005268
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
c702d4e74f
feat: embeddable apps using jwt ( #4229 )
...
* all
* all
* all
2024-08-13 00:11:54 +02:00
Ruben Fiszel
21db2eb340
whitelabel custom settings
2024-08-02 13:47:28 +02:00
Ruben Fiszel
df41acbdfe
fix: fix erronous not connected error message
2024-07-16 21:12:44 +02:00
Faton Ramadani
42db71fbdb
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
Faton Ramadani
092e5dd63a
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
288b9c8ce4
feat: while loop as new flow primitive
2024-04-02 17:38:11 +02:00
Ruben Fiszel
6fdfc1f112
fix: update internal deno runtime to 0.262.0 ( #3240 )
...
* feat: scim token and saml metadata setting in UI directly
* chore(main): release 1.271.0 (#3237 )
* chore(main): release 1.271.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* fix test
* all
* update all
* fix frontend
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-18 13:19:35 +01:00
Ruben Fiszel
6d5a547eb6
feat: quick search in flow support workspace scripts
2023-12-22 17:54:44 +01:00
HugoCasa
1f9455a3d3
feat: improve drafts and diffs ( #2534 )
...
* feat: improve drafts and diffs
* feat: add scripts diff button
* fix: remove diff drawer in scripts/add
* fix: nits
* feat: diffs for flows and apps w/ deep comparison
* fix: flow preview buttons height
* fix: use ordered json stringify
* fix: code view
* fix: temp flow diffs
* fix: flow diffs merge conflict
2023-11-04 08:45:03 +01:00
Ruben Fiszel
6251c46b6b
fix aggrid table empty selected
2023-11-01 20:19:18 +01:00
Ruben Fiszel
5d02a2fc9b
fix schema map
2023-11-01 18:10:09 +01:00
Ruben Fiszel
bb3cea9f5c
fix: improve rendering of list with undefined heights
2023-11-01 17:54:00 +01:00
Ruben Fiszel
20a6e7414e
improve slow pull metrics
2023-10-30 12:20:40 +01:00
Faton Ramadani
be1c6ab3df
Fix dependencies issues ( #2486 )
...
* fix(frontend): Fix dependencies issues
* fix(frontend): fix build
* fix(frontend): remove code duplication
2023-10-23 13:54:31 +02:00
Faton Ramadani
e8dfea3f0a
feat(frontend): app editor tutorials ( #2443 )
...
* feat(frontend): wip
* feat(frontend): skeleton done
* feat(frontend): background runnables
* feat(frontend): fix build
* feat(frontend): finish background runnable tuto
* feat(frontend): connection output
* feat(frontend): add simple app tutorial
* feat(frontend): add simple app trigger
* feat(frontend): fix wording
* feat(frontend): remove duplicate code
* feat(frontend): wip tutorial rework
* feat(frontend): Tutorial done
* feat(frontend): Fix build
2023-10-17 22:44:47 +02:00
Faton Ramadani
221965546d
fix(frontend): simplify flow tutorials ( #2448 )
...
* fix(frontend): simplify flow tutorials
* fix(frontend): simplify flow tutorials
* fix(frontend): update branch tutorials
* fix(frontend): fix wording
* fix(frontend): remove steps
* fix(frontend): add a second branch by default
* fix(frontend): add a second branch by default
* fix(frontend): done
* fix(frontend): reword
* fix(frontend): fix iterator expression
2023-10-13 16:23:47 +02:00
Faton Ramadani
e1918ef66e
Ignored tutorials ( #2394 )
...
* fix(frontend): add ignored tutorials
* fix(frontend): add ignored tutorials
* fix(frontend): tutorial code cleanup
* fix(frontend): refactor how buttons are created
* fix(frontend): Correctly handled ignored tutorials
2023-10-05 17:22:40 +02:00
Faton Ramadani
65bacdcd7d
Tutorials improvement ( #2384 )
...
* fix(frontend): fix tutorials
* fix(frontend): simplify
* fix(frontend): simplify
* fix(frontend): fix skip all
* fix(frontend): fix toggle
* fix(frontend): simplify
2023-10-04 14:28:37 +02:00
Faton Ramadani
33b1c752ae
feat(frontend): add driverjs ( #2327 )
...
* feat(frontend): add driverjs
* feat(frontend): pipeline done
* feat(frontend): texts updated
* feat(frontend): split tutorials into two
* feat(frontend): Branch one tutorial
* wip
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): fix how tutorials are started
* feat(frontend): fix how tutorials are started
2023-10-04 10:12:07 +02:00
HugoCasa
1d71154c99
feat: flow copilot ( #2219 )
...
* chore: refactoring
* feat: hub embeddings search benchmark
* feat: flow copilot v0
* feat: as trigger schedule + refactoring
* feat: improvements
* fix: remove unecessary filter
* feat: UX improvements
* fix: frontend check
* feat: switch to bun + other improvements
* fix: improve reactivity
2023-09-07 18:03:48 +02:00
Ruben Fiszel
e41a3fc1d2
improve sql query performances
2023-08-20 18:06:59 +02:00
Ruben Fiszel
3f38d88c75
fix: make flow editor more resilient to id duplicates
2023-08-09 13:11:04 +02:00
Faton Ramadani
b39f486c91
Dark mode v0 ( #1893 )
...
* feat(frontend): wip
* wip
* wip
* wip
* wip
* add toggle
* correctly handle monaco theme
* wip
* wip
* wip
* wip
* wip
* feat(frontend): Dark mode v0
* feat(frontend): Adap AI gen poppup
* feat(frontend): Adap script metadata labels
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix ressource picker
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Add theme toggle in the login page
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix language selection
* feat(frontend): Fix FlowStatusViewer colors
* feat(frontend): Fix divide colors
* feat(frontend): Fix flow graph buttons
* feat(frontend): add theme toggle in login modal
* feat(frontend): small ui fix
* feat(frontend): fix graph dark mode toggle
2023-07-25 10:43:04 +02:00
Ruben Fiszel
d64d8c37e6
feat: add dataflow view for workflows
2023-06-13 19:49:59 +02:00
Ruben Fiszel
dccb432d47
feat: deleting a flow step show confirmation modal with refs
2023-06-05 05:30:14 +02:00
Ruben Fiszel
a5a1068516
feat(frontend): add history to flows and apps
2023-03-07 14:47:17 +01:00
Ruben Fiszel
43994d9b0f
show archived + fix graphs
2023-03-07 01:59:35 +01:00
Ruben Fiszel
392b9d5ec3
feat(frontend): add ability to move nodes
2023-03-06 18:41:20 +01:00
Ruben Fiszel
d7aa565ea8
fix z-index of inputransformform
2023-03-06 16:04:32 +01:00
Faton Ramadani
6dbdb4c5ca
fix(frontend): fix branch deletion ( #1261 )
...
* fix(frontend): fix branch deletion
* fix(frontend): fix branch deletion
* fix(frontend): fix branch deletion
2023-03-06 09:01:19 +01:00