Commit Graph

9245 Commits

Author SHA1 Message Date
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
Ruben Fiszel
776c944812 add disabled to date component 2025-04-21 16:46:37 +02:00
Ruben Fiszel
4e66d780c1 add event handlers to more components 2025-04-21 16:45:20 +02:00
Alexander Petric
7994450764 AWS cloudformation quicklaunch (#5650) 2025-04-21 16:26:28 +02:00
Diego Imbert
b8a328a870 fix: improve MySQL datetime parser timezone handling (WIN-1155) (#5645)
* fix mysql datetime parser for non tz dates

* static regexes
2025-04-21 14:46:28 +02:00
Diego Imbert
37acf37029 chore: npx sv migrate self-closing-tags (#5647) 2025-04-21 14:43:39 +02:00
dieriba
732cfa47b5 increse colum length of url column of websocket table (#5646) 2025-04-21 14:43:15 +02:00
Ruben Fiszel
b17219a57d make edit and add schema order consistent 2025-04-21 14:39:21 +02:00
Ruben Fiszel
b4c68cd50b make https an env variable for dev 2025-04-21 13:52:26 +02:00
Ruben Fiszel
e7021adf9a fix build 2025-04-20 10:07:44 +02:00
Ruben Fiszel
eb4c5a3ed3 update locks 2025-04-20 02:18:57 +02:00
Ruben Fiszel
440c22a8b5 fix build 2025-04-20 02:08:50 +02:00
Ruben Fiszel
3ebf6a9444 fix build 2025-04-20 01:38:26 +02:00
Ruben Fiszel
4831d98c88 fix build 2025-04-20 01:34:12 +02:00
Ruben Fiszel
031e522a6a ui code builder v0 (at secret path) (#4964) 2025-04-20 01:19:02 +02:00
Ruben Fiszel
a89425034c add missing sqlx files for tests 2025-04-19 12:09:11 +02:00
Ruben Fiszel
47ea9574ea chore(main): release 1.483.1 (#5642)
* chore(main): release 1.483.1

* change versions
2025-04-19 11:31:27 +02:00
Ruben Fiszel
06aee2c0c9 fix: pin libxml to 0.3.3 2025-04-19 11:20:00 +02:00
Ruben Fiszel
3a3a6dd192 chore(main): release 1.483.0 (#5632)
* chore(main): release 1.483.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-04-19 11:06:30 +02:00
Diego Imbert
58aa13856f fix: output picker output opening doesn't change id (#5641) 2025-04-19 11:00:39 +02:00
dieriba
d16d823e3a rename zoom key for http auth (#5640) 2025-04-19 00:51:42 +02:00