Commit Graph

4325 Commits

Author SHA1 Message Date
Ruben Fiszel c532c38333 fix initialize of dropdownmenu after melt migration 2025-02-24 13:16:40 +01:00
Guilhem 8252554847 replace MenuV2 with melt Menu (1/4) (#5214)
* use melt menu in sidebar

* stop keyboard navigation for disabled items

* use melt menu for FavoriteMenu and WorkspaceMenu

* fix popover placement for menuButton

* use melt menu for operator menu

* fix notification

* fix operator menu

* Use melt menu in FlowJobsMenu

* use melt menu for AppMenu

* clean code

* clean code

* add use clickOutside option to Menu

* use pointerdown_outside

* use pointerdown_outside

# Conflicts:
#	frontend/src/lib/components/meltComponents/Menu.svelte

* use pointerdown in menus

* add max-h to app dropdown menu

* keep more open in operator menu

* add a MenuItem component

* clean

* nit

* nit

* clean code

* put conditionalMelt as utility function

* remove unused Portal

* Add debounce effect in operator menu

* fix component jumping due to z-index

* feat: remove `pip` fallback option for python and ansible (#5186)

* refactor!: Remove `pip` fallback option for python and ansible

BREAKING CHANGE: pip was deprecated since 1.425.0 (2024-11-15)

* fix errors in main.rs

* fix tests

* remove nsjail for pip

* fix imports

* fix compilation error

* reinforce melt types

* fix racing condition issue in closing operator menu

* nit

* fix id conflix with melt element

* nit

* prevent modal from closing on click outside button in menu

---------

Co-authored-by: pyranota <92104930+pyranota@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-02-24 10:28:06 +01:00
Alexander Petric 3936af77ce fix(frontend): make html app component content selectable (#5359) 2025-02-23 23:49:54 +01:00
Ruben Fiszel 362048ac6b fix npn check 2025-02-23 23:49:33 +01:00
Ruben Fiszel 73ad8ee773 fix: improve cancel/back behavior on editors 2025-02-22 16:28:28 +01:00
Ruben Fiszel 956f9ceea0 add runs page links to history section 2025-02-22 15:22:53 +01:00
Ruben Fiszel 3d6015e44a feat: make flow lock deployment error visible in UI 2025-02-22 15:02:16 +01:00
Ruben Fiszel 32df8ed308 fix: app markdown is selectable in preview mode 2025-02-22 01:15:51 +01:00
Ruben Fiszel faba928149 fix: fix app component header buttons 2025-02-21 21:22:12 +01:00
David Abutbul a4c790b873 feat: enable rust AI gen/fix/edit (#5349)
* init prompts for rust

* generated with yaml2json.py
2025-02-21 21:00:15 +01:00
HugoCasa 6c1743f83a change workspace id super nit (#5354) 2025-02-21 20:02:13 +01:00
HugoCasa 00cb59e42f fix(frontend): improve rename workspace id UX (#5353) 2025-02-21 19:46:58 +01:00
HugoCasa bb9bf656f5 fix(frontend): missing config for Custom AI (#5351) 2025-02-21 18:31:11 +01:00
HugoCasa 7cf02d81f4 fix(frontend): invalid username for superadmin in some workspaces (#5350) 2025-02-21 18:30:55 +01:00
Ruben Fiszel 3de5b33bd6 nit 2025-02-21 18:30:37 +01:00
Ruben Fiszel bbe57eff2a fix: handle better forced value propagation in apps 2025-02-21 17:37:25 +01:00
Ruben Fiszel 6c2273828e make cli success page configurable 2025-02-21 17:13:27 +01:00
Ruben Fiszel 455dd746e9 fix: disable toggle is more consistently applied on arg inputs 2025-02-21 14:07:44 +01:00
Ruben Fiszel 40c7fa890b fix: initialize s3 file input if value already present 2025-02-20 22:05:57 +01:00
Ruben Fiszel d27cbdedce fix: fix schedule run now args 2025-02-20 19:45:05 +01:00
HugoCasa d7cbdf0e70 fix(frontend): add warning when integer number if too big for frontend (#5340) 2025-02-20 14:19:27 +01:00
Ruben Fiszel 895443f952 fix: improve app db explorer handling of always identity columns 2025-02-19 21:49:25 +01:00
HugoCasa 655f333d8f feat: add support for gemini (#5235)
* feat: add support for gemini

* nit

* fix
2025-02-19 15:03:35 +01:00
Ruben Fiszel a5e06cb1ae fix(apps): font-size of title text not screen dependent 2025-02-19 01:31:03 +01:00
dieriba c1351f8155 feat: SQS triggers (#5182)
* feat: first commit

* fix: npm check

* fix: openapi file

* feat: update openapi and migration

* feat: basic implementation done

* fix: fix: no used function when no feature

* feat: capture done

* Update capture.rs

* nits: change sqs trigger

* fix: make migration great again

* feat: add message attributes

* feat: nits: fix error messages, remove console.log and add try catch

* update sqs icon and ee feature for sqs_trigger

* update: change sqs name casing and added test connection button

* nits: update Icon and add create from template button

* fix: ci build and error compilation

* update migration type sqs

* update link on create from template button for sqs, add archive in workspace export and update sqlx

* fix: ci

* Update SqsTriggerEditorInner.svelte

* add link to docs, use generic function for resource and fix import error

* chore: update .github ci

* nits: remove empty

* update to match ee repo changement

* Update backend/windmill-api/src/resources.rs

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* add sqs handling for the cli and refacoring sqsEditorInner

* Update cli/sync.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* fix: add break to switch statement for sqs case

* fix: display aws_resource_path when retrieve or create a new trigger

* rework sqs ui, fix postgres optional port

* fix: ci

* update ui for trigger

* update repo ref and specific

* feat: add ready endpoints for workers to enterprise

* update ref

* Update frontend/src/lib/script_helpers.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: HugoCasa <hugo@casademont.ch>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-02-18 23:49:45 +01:00
Ruben Fiszel 867ce4c842 fix: fix rendering of app components without component inputs 2025-02-18 23:34:17 +01:00
Ruben Fiszel b8032f71da feat: add ready endpoints for workers to enterprise 2025-02-18 21:49:35 +01:00
Ruben Fiszel 4ef170ed89 fix: fix reactivity issue on loading live flow on runs page 2025-02-18 14:35:23 +01:00
Ruben Fiszel 4b879a159c nits 2025-02-17 14:34:22 +01:00
Alexander Petric e6c4ff0163 reactivity fix on teams workspace dropdown (#5300) 2025-02-14 23:07:17 +01:00
Ruben Fiszel f5f7e0e080 nits 2025-02-14 18:49:26 +01:00
Ruben Fiszel 98667c1e63 nits 2025-02-14 17:15:59 +01:00
Ruben Fiszel 56f3b0a3a6 nit 2025-02-14 16:51:49 +01:00
Ruben Fiszel e519fcf6e3 optimize network calls of flow status 2025-02-14 16:43:58 +01:00
Ruben Fiszel d3a4e39bc0 fix: improve runs page load time 2025-02-14 13:30:07 +01:00
Alexander Petric 2f2a9f3576 fix: populate teams channel on initial load (#5284) 2025-02-13 22:24:48 +01:00
Ruben Fiszel c42815c387 fix extra_perms for schedule light 2025-02-13 21:34:53 +01:00
Alexander Petric 66702cd97f feat: teams workspace scripts (#5238)
* backend and clients

* adding teams_team_name to workspace_settings

* openapi.yaml adding teams workspace settings endpoints

* teams workspace settings frontend

* workspaces router

* build ce

* ee gate

* ee oauth

* update client

* workspace error handler

* remove log

* ce

* point to new hub scripts

* updating hubPaths

* updating hubPaths

* cleanup

* merge

* schedule teams error

* polish, reactivity

* sqlx compilewarning

* sqlx migrate

* make it build

* router

* fix

* remove sqlx workaround

* Update ee-repo-ref.txt

* simplify some logic

* sqlx

* latest ee ref

* latest ee ref

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-02-13 16:53:57 +01:00
Ruben Fiszel 36a4cc38c1 fix(bun): remove unecessary buntar in a bun bundle world 2025-02-13 13:40:44 +01:00
Henri Courdent 268753a62e List of telemetry collected (#5282) 2025-02-13 12:18:39 +01:00
Ruben Fiszel ff39e79c13 add button work for flows 2025-02-13 01:34:37 +01:00
Ruben Fiszel 8f1791a8c7 fix: remove variable pickers in app forms 2025-02-12 23:38:58 +01:00
Lucas Abel ecbec1fe50 fix(backend): improve schedule queries plan to leverage indices better for performance (#5273)
* backend: fix schedule queries plan

* rework

* fix skipped as non success

* update sqlx

* update

* all

* fix npm run check

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-02-12 16:34:03 +01:00
Ruben Fiszel b3f82b0b24 nit 2025-02-11 20:47:43 +01:00
Ruben Fiszel e61940d262 nit lazy mode 2025-02-11 20:41:17 +01:00
Ruben Fiszel 627d5ed92e feat: lazy mode 2025-02-11 20:38:13 +01:00
Ruben Fiszel 64f8640ada clarify frontend draft storage error message 2025-02-11 19:43:33 +01:00
Ruben Fiszel 387d87ed14 fix nit on conditionnal wrapper in disabled subcomponents 2025-02-11 19:38:03 +01:00
Ruben Fiszel d014f7fa6b subgrid fix 2025-02-11 19:14:22 +01:00
Ruben Fiszel a112df2125 subgrid fix 2025-02-11 19:13:53 +01:00