Compare commits

..

7 Commits

Author SHA1 Message Date
Diego Imbert
38b362fb9d fix add flow node offset (stash) 2025-06-26 18:44:27 +02:00
dieriba
02d7f25f53 add clearbable for script picker (#6071) 2025-06-26 17:22:09 +02:00
Diego Imbert
63e52bbf96 fix no feedback on folder deletion (#6070) 2025-06-26 17:19:23 +02:00
Ruben Fiszel
57bc221458 chore(main): release 1.501.4 (#6061)
* chore(main): release 1.501.4

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-06-26 14:41:26 +02:00
Diego Imbert
4da3674577 fix buggy virtual list scroll on Firefox (#6068) 2025-06-26 14:35:50 +02:00
Diego Imbert
1a4b096f3c fix: schemaform reorder (#6069) 2025-06-26 14:35:30 +02:00
Alexander Petric
835f1d2ec9 fix: add windows paths to uv install to find git/ssh (#6063) 2025-06-26 08:26:59 +02:00
31 changed files with 86 additions and 50 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [1.501.4](https://github.com/windmill-labs/windmill/compare/v1.501.3...v1.501.4) (2025-06-26)
### Bug Fixes
* add windows paths to uv install to find git/ssh ([#6063](https://github.com/windmill-labs/windmill/issues/6063)) ([835f1d2](https://github.com/windmill-labs/windmill/commit/835f1d2ec945145942deaa41cb3bd176ed276279))
* optionally enable CSP headers ([#6033](https://github.com/windmill-labs/windmill/issues/6033)) ([d933648](https://github.com/windmill-labs/windmill/commit/d933648d3666b2ca9d813e04b9f19ddc3c7efda3))
* schemaform reorder ([#6069](https://github.com/windmill-labs/windmill/issues/6069)) ([1a4b096](https://github.com/windmill-labs/windmill/commit/1a4b096f3ce40e238f1724aa4fd26649d70cb62a))
## [1.501.3](https://github.com/windmill-labs/windmill/compare/v1.501.2...v1.501.3) (2025-06-25)

58
backend/Cargo.lock generated
View File

@@ -10450,7 +10450,7 @@ dependencies = [
[[package]]
name = "rmcp"
version = "0.1.5"
source = "git+https://github.com/modelcontextprotocol/rust-sdk#e6effb327883d0a8a91f5efbb527194747eee57b"
source = "git+https://github.com/modelcontextprotocol/rust-sdk#b9d7d61ebd6e8385cbc4aa105d4e25774fc1a59c"
dependencies = [
"base64 0.22.1",
"bytes",
@@ -10479,7 +10479,7 @@ dependencies = [
[[package]]
name = "rmcp-macros"
version = "0.1.5"
source = "git+https://github.com/modelcontextprotocol/rust-sdk#e6effb327883d0a8a91f5efbb527194747eee57b"
source = "git+https://github.com/modelcontextprotocol/rust-sdk#b9d7d61ebd6e8385cbc4aa105d4e25774fc1a59c"
dependencies = [
"darling 0.20.11",
"proc-macro2",
@@ -14616,7 +14616,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"axum",
@@ -14668,7 +14668,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"argon2",
@@ -14779,7 +14779,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -14794,7 +14794,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"chrono",
"serde",
@@ -14807,7 +14807,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"serde",
@@ -14821,7 +14821,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"async-stream",
@@ -14898,7 +14898,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"regex",
"serde",
@@ -14912,7 +14912,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"bytes",
@@ -14935,7 +14935,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"itertools 0.14.0",
"lazy_static",
@@ -14947,7 +14947,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -14956,7 +14956,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -14968,7 +14968,7 @@ dependencies = [
[[package]]
name = "windmill-parser-csharp"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"serde_json",
@@ -14980,7 +14980,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"gosyn",
@@ -14992,7 +14992,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -15004,7 +15004,7 @@ dependencies = [
[[package]]
name = "windmill-parser-java"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"serde_json",
@@ -15016,7 +15016,7 @@ dependencies = [
[[package]]
name = "windmill-parser-nu"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"nu-parser",
@@ -15027,7 +15027,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15038,7 +15038,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15049,7 +15049,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"async-recursion",
@@ -15072,7 +15072,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -15089,7 +15089,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -15101,7 +15101,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -15119,7 +15119,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"getrandom 0.2.16",
@@ -15143,7 +15143,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"serde_json",
@@ -15153,7 +15153,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"async-recursion",
@@ -15186,7 +15186,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -15196,7 +15196,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.501.3"
version = "1.501.4"
dependencies = [
"anyhow",
"async-recursion",

View File

@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.501.3"
version = "1.501.4"
authors.workspace = true
edition.workspace = true
@@ -32,7 +32,7 @@ members = [
]
[workspace.package]
version = "1.501.3"
version = "1.501.4"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.501.3
version: 1.501.4
title: Windmill API
contact:

View File

@@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts";
import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts";
import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts";
export const VERSION = "v1.501.3";
export const VERSION = "v1.501.4";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({

View File

@@ -63,7 +63,7 @@ export {
// }
// });
export const VERSION = "1.501.3";
export const VERSION = "1.501.4";
const command = new Command()
.name("wmill")

View File

@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.501.3",
"version": "1.501.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.501.3",
"version": "1.501.4",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.501.3",
"version": "1.501.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",

View File

@@ -173,7 +173,10 @@
.forEach((x) => {
n[x] = schema.properties[x]
})
if (!deepEqual(schema.properties, n) || !deepEqual(schema.properties, Object.keys(n))) {
if (
!deepEqual(schema.properties, n) ||
!deepEqual(Object.keys(schema.properties), Object.keys(n))
) {
schema.properties = n
}
}

View File

@@ -29,6 +29,7 @@
allowRefresh?: boolean
allowEdit?: boolean
allowView?: boolean
clearable?: boolean
}
let {
@@ -40,7 +41,8 @@
disabled = false,
allowRefresh = false,
allowEdit = true,
allowView = true
allowView = true,
clearable = false
}: Props = $props()
let items: { value: string; label: string }[] = $state([])
@@ -128,6 +130,7 @@
}
class="grow shrink max-w-full"
{items}
{clearable}
placeholder="Pick {itemKind === 'app' ? 'an' : 'a'} {itemKind}"
/>
{/if}

View File

@@ -1,3 +1,7 @@
<script module lang="ts">
export let openedBottomBars: Record<string, true> = $state({})
</script>
<script lang="ts">
import Popover from '$lib/components/meltComponents/Popover.svelte'
import { twMerge } from 'tailwind-merge'
@@ -38,6 +42,11 @@
onEditInput
}: Props = $props()
$effect(() => {
if (bottomBarOpen) openedBottomBars[id] = true
else delete openedBottomBars[id]
})
const context = getContext<PropPickerContext>('PropPickerContext')
const flowPropPickerConfig = context?.flowPropPickerConfig
const MIN_WIDTH = 375

View File

@@ -7,6 +7,7 @@
import type { GraphEventHandlers } from '../../graphBuilder.svelte'
import { getStraightLinePath } from '../utils'
import { twMerge } from 'tailwind-merge'
import { openedBottomBars } from '$lib/components/flows/propPicker/OutputPicker.svelte'
const { useDataflow } = getContext<{
useDataflow: Writable<boolean | undefined>
@@ -55,9 +56,11 @@
? `${edgePath} ${getStraightLinePath({ sourceX, sourceY, targetY })}`
: edgePath
)
let yOffset = $derived(openedBottomBars?.[data.sourceId] ? 30 : 22)
</script>
<EdgeLabel x={sourceX} y={sourceY + 28} class="base-edge" style="">
<EdgeLabel x={sourceX} y={sourceY + yOffset} class="base-edge transition-transform">
{#if data?.insertable && !$useDataflow && !data?.moving}
<div
class={twMerge('edgeButtonContainer nodrag nopan top-0')}

View File

@@ -285,7 +285,6 @@
{stickyIndices}
{scrollToIndex}
scrollToAlignment="center"
scrollToBehaviour="smooth"
>
{#snippet header()}{/snippet}
{#snippet children({ index, style })}

View File

@@ -348,6 +348,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path)}
<Button

View File

@@ -538,6 +538,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path)}

View File

@@ -349,6 +349,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path)}
<Button

View File

@@ -360,6 +360,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path)}
<Button

View File

@@ -351,6 +351,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path)}
<Button

View File

@@ -526,6 +526,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path) && is_flow === false}

View File

@@ -875,6 +875,7 @@
on:select={(e) => {
loadScript(e.detail.path)
}}
clearable
/>
{:else}
<Alert type="info" title="Runnable path cannot be edited" collapsible>

View File

@@ -343,6 +343,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path)}
<Button

View File

@@ -412,6 +412,7 @@
bind:scriptPath={script_path}
allowRefresh={can_write}
allowEdit={!$userStore?.operator}
clearable
/>
{#if emptyString(script_path)}
<Button

View File

@@ -197,6 +197,7 @@
workspace: $workspaceStore ?? '',
name
})
folders = folders?.filter((f) => f.name !== name)
} catch (e) {
sendUserToast(e.body, true)
loadFolders()

View File

@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.501.3"
wmill_pg = ">=1.501.3"
wmill = ">=1.501.4"
wmill_pg = ">=1.501.4"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"

View File

@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.501.3
version: 1.501.4
title: OpenFlow Spec
contact:
name: Ruben Fiszel

View File

@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.501.3'
ModuleVersion = '1.501.4'
# Supported PSEditions
# CompatiblePSEditions = @()

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.501.3"
version = "1.501.4"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.501.3"
version = "1.501.4"
description = "An extension client for the wmill client library focused on pg"
license = "Apache-2.0"
homepage = "https://windmill.dev"

View File

@@ -1,6 +1,6 @@
{
"name": "@windmill/windmill",
"version": "1.501.3",
"version": "1.501.4",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.ts", "./client.ts"]

View File

@@ -1,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.501.3",
"version": "1.501.4",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {

View File

@@ -1 +1 @@
1.501.3
1.501.4