Commit Graph

9265 Commits

Author SHA1 Message Date
centdix 180e7eef7d add current workspace if not in workspace list (#5673) 2025-04-28 21:33:34 +02:00
Ruben Fiszel b6bcd67737 chore(main): release 1.485.1 (#5669)
* chore(main): release 1.485.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-04-28 19:59:25 +02:00
Ruben Fiszel 6e83bc1354 fix compile 2025-04-28 19:52:37 +02:00
Ruben Fiszel 0dce943cf2 update ee repo 2025-04-28 19:44:55 +02:00
Ruben Fiszel c27249ccf2 border style nit 2025-04-28 19:29:56 +02:00
Ruben Fiszel 56ede303ed fix: improve mcp mode api 2025-04-28 19:17:24 +02:00
Ruben Fiszel d3e187b0b8 nit error message ai 2025-04-28 18:30:43 +02:00
Diego Imbert 5966431a61 fix random infinite loop in flow input (#5672)
* fix random infinite loop in flow input

* move to function
2025-04-28 18:28:23 +02:00
centdix 775ef2ef6f fix double apply on ai chat (#5671) 2025-04-28 18:18:48 +02:00
Diego Imbert e1ead53ce5 fix: skip_flow_update for dependency tracking table (#5670) 2025-04-28 17:57:35 +02:00
centdix 19fb543f56 fix: MCP handle long names + invalid char in prop key + fix for not found resource type (#5668) 2025-04-28 16:46:48 +02:00
Ruben Fiszel ece397d6da nit error for loading inputs 2025-04-28 15:34:31 +02:00
Diego Imbert e6b22ab135 fix extraConfig overriding defaultColDef (WIN 1183) (#5667)
* fix extraConfig overriding defaultColDef

* Update frontend/src/lib/components/ScriptEditor.svelte

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

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-28 13:35:41 +02:00
Ruben Fiszel eddb54a561 chore(main): release 1.485.0 (#5664)
* chore(main): release 1.485.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-04-28 11:45:28 +02:00
centdix 8e8f2823d3 fix: Fix object handling on some MCP clients + better frontend for MCP (#5663)
* fix transform for resource-obj + put every resource in description

* transform obj to string

* cleaner code

* better frontend

* cleaner code

* cleaner logic

* add parentheses just in case

* fix typos
2025-04-28 11:35:02 +02:00
Ruben Fiszel 1c46bf9301 slower pull if no tag is available 2025-04-28 00:34:30 +02:00
Ruben Fiszel 206e3e37d8 feat: add universal search to object viewer 2025-04-27 16:30:12 +02:00
Ruben Fiszel 7d52672ddc improve output picker floating config 2025-04-27 14:50:27 +02:00
Ruben Fiszel ee8c1761a0 fix: add svelte 5 boundaries to app components to contain errors 2025-04-27 14:11:49 +02:00
Ruben Fiszel afb7d4c33b chore(main): release 1.484.0 (#5656)
* chore(main): release 1.484.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-04-27 00:48:47 +02:00
Ruben Fiszel 33380a8cd9 fix: improve skip failure on parallel branchall 2025-04-27 00:37:25 +02:00
Ruben Fiszel f758028633 nit flow bind 2025-04-26 22:15:13 +02:00
Ruben Fiszel 37140b20e2 persist flow state better between drawer close/open 2025-04-26 22:03:44 +02:00
Ruben Fiszel 0cb8ac4010 improve flow history picker 2025-04-26 21:01:12 +02:00
Ruben Fiszel 04c7dbc9e3 improve flow script editor performances 2025-04-26 20:53:45 +02:00
Ruben Fiszel 7588f3a0d2 border nit 2025-04-26 20:45:52 +02:00
Ruben Fiszel 7dec869a3f improve flow script editor performances 2025-04-26 20:42:31 +02:00
Ruben Fiszel 25af27c1c4 nit reactiveness 2025-04-26 07:56:05 +02:00
Ruben Fiszel 95c9590574 improve flow script editor responsivity 2025-04-26 00:56:01 +02:00
Ruben Fiszel 6880e5dbd9 fix: improve full-scaleout of autoscaling event logging 2025-04-25 20:04:21 +02:00
Ruben Fiszel bf914772be nit fix token 2025-04-25 19:32:05 +02:00
Ruben Fiszel 663f35473a nit fix token 2025-04-25 19:30:29 +02:00
Ruben Fiszel 71295ce5e2 nit fix token 2025-04-25 19:25:54 +02:00
Ruben Fiszel ebb13a2659 fix: fix token creation after mcp mode change to make it non workspace specific 2025-04-25 19:20:21 +02:00
Alexander Petric 5a37d91529 fix: check for valid teams_channel config when saving critical alerts settings (#5660)
* fix: check for valid teams_channel config when saving critical alerts settings

* Update frontend/src/lib/components/InstanceSettings.svelte

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

* sqlx prepare

* Update InstanceSettings.svelte

* Update InstanceSettings.svelte

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-04-25 14:27:33 +02:00
centdix 5f45507c67 feat: Add MCP only mode (#5661)
* add mcp mode

* fix flag usage

* change mcp path

* do not migrate db in mcp mode

* handle null values
2025-04-25 14:22:45 +02:00
wendrul cfe05fa1b8 feat: Ansible improvements (vault, roles and git repos) (#5655)
* Ansible vault + roles

* Clone arbitrary repos

* Fix cloning logic after merge

* Make function for cloning without history any commit

* Cloning repos and lockfile on the commit

* Improve error messages

* Create lockfile for roles and collections

* Simplify ansible ssh identity interface

* Ansible vault password: pass just a variable instead of 2 step approach

* Lock lockfiles for roles and collections

* fix typo

* Change git ssh identity section name

* Rename variable

* Update init script for ansible

* Suppress error when no roles

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-04-24 16:04:28 +02:00
centdix 83900ffae5 add missing ci (#5659) 2025-04-24 14:37:56 +02:00
centdix af1b435bcf fix: Fix CI for MCP + optimization (#5657)
* add mcp feature to docker build

* avoid deserializing value

* apply fix to flows
2025-04-24 14:14:22 +02:00
centdix c2c1be4a48 feat: Add MCP endpoints (#5639) 2025-04-23 23:28:41 +02:00
Ruben Fiszel 2f947a277f chore(main): release 1.483.2 (#5648)
* chore(main): release 1.483.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-04-23 19:24:48 +02:00
Guilhem f100d2ee2e fix(frontend): fix validity check (#5654) 2025-04-23 19:20:46 +02:00
Ruben Fiszel c3a391abc3 improve warning message for self-approval for superadmins 2025-04-23 19:07:16 +02:00
Ruben Fiszel 53614f9b28 improve label filtering with wildcards 2025-04-23 16:05:34 +02:00
dieriba 6b85080551 fix cli gcp types (#5644)
* update types

* fix types cli

* fix ci

* fix gcp types and fix used triggers

* update repo ref revert .env and nits

* fix build

* Update frontend/src/lib/utils.ts

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>

* fix type and deploy to

* update ee-repo-ref

* update .sqlx

* add missing fields

* fix: add sqlx derive macro

* hanfle missing field, fix deploy to other workspace and update ee-repo-ref

* update repo ref

---------

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-04-23 12:18:36 +02:00
Ruben Fiszel 2fa789f5a2 delay triggering dependent script when lockfile is present to account for CLI push 2025-04-23 09:28:31 +02:00
Ruben Fiszel 77bd5b2458 fix: track relative imports in python and ts even if lockfile is provided 2025-04-23 08:40:22 +02:00
Diego Imbert 9c1a06d89f fix: batch reruns query missing workspace_id check in subquery (#5652) 2025-04-22 11:37:18 +02:00
Ruben Fiszel 339028dcba fix e2e test 2025-04-21 17:41:24 +02:00
Ruben Fiszel 582f40c7c2 fix .env 2025-04-21 16:53:23 +02:00