ym1198
ym1198
WWindmill
Created by ym1198 on 3/28/2024 in #help
My docker compose has postgres 14 , but latest compose yaml has postgres 16
for anyone reaching this thread, i manage to update windmill to latest version (CE v1.300 currently) with postgres 14 & observed no issues yet
6 replies
WWindmill
Created by Huystuhh on 4/1/2024 in #help
Get parameters of a run through logs
if you know the job id, you can call this api https://app.windmill.dev/openapi.html#/operations/getJob and in response you will args cc @rubenf
2 replies
WWindmill
Created by ym1198 on 3/28/2024 in #help
My docker compose has postgres 14 , but latest compose yaml has postgres 16
Ok got it @rubenf will pg 14 work with latest windmill server/worker/etc ?
6 replies
WWindmill
Created by ym1198 on 3/28/2024 in #help
My docker compose has postgres 14 , but latest compose yaml has postgres 16
or if i remain on 14, any issues as windmill server/worker/etc are latest versions ?
6 replies
WWindmill
Created by ym1198 on 3/28/2024 in #help
My docker compose has postgres 14 , but latest compose yaml has postgres 16
@Tiago Serafim @rubenf
6 replies
WWindmill
Created by ym1198 on 3/16/2024 in #help
For Approval step, how to add handler to run when it is disapproved ?
Ok, got it
8 replies
WWindmill
Created by ym1198 on 3/16/2024 in #help
For Approval step, how to add handler to run when it is disapproved ?
any disapproval stops the flow ? like if i requested 4 people and there are 3 minimum approval count, first 2 approved, 3rd dispproved & last one approves will it stop at 3rd disapproval or wait till all are done ?
8 replies
WWindmill
Created by ym1198 on 3/16/2024 in #help
For Approval step, how to add handler to run when it is disapproved ?
@Tiago Serafim @rubenf
8 replies
WWindmill
Created by ym1198 on 3/5/2024 in #help
Which deno version is used by worker ?
it wasn't able to find but i think deno 1.38 uses rustls for tls rustls version 0.21.8 which supports tls 1.2 & 1.3 https://docs.rs/rustls/0.21.8/rustls/manual/_04_features/index.html
7 replies
WWindmill
Created by ym1198 on 3/5/2024 in #help
Which deno version is used by worker ?
in nodejs , i would do require("tls").DEFAULT_MIN_VERSION
7 replies
WWindmill
Created by ym1198 on 3/5/2024 in #help
Which deno version is used by worker ?
Mine is 1.38 deno but what tls it uses , how to know that ?
7 replies
WWindmill
Created by ym1198 on 3/5/2024 in #help
Which deno version is used by worker ?
Ok thanks
7 replies
WWindmill
Created by ym1198 on 1/20/2024 in #help
How to turn off publicly deployed app
@Faton thanks
4 replies
WWindmill
Created by ym1198 on 1/20/2024 in #help
How to turn off publicly deployed app
i could not find the options despite searching at 4-5 places
4 replies
WWindmill
Created by ym1198 on 1/5/2024 in #help
Where exactly i can add value of text-input to click-handler of button in App
If this is what Windmill-App offers, then Apps can be used to build powerful internal apps 👍
13 replies
WWindmill
Created by ym1198 on 1/5/2024 in #help
Where exactly i can add value of text-input to click-handler of button in App
so in second node, UI elements of first node will not be visible, right ?
13 replies
WWindmill
Created by ym1198 on 1/5/2024 in #help
Where exactly i can add value of text-input to click-handler of button in App
suppose in first node of decision tree, we have form with 2 inputs - email and password and in next node of decision tree , if that creds are success, in next node i will show one table
13 replies
WWindmill
Created by ym1198 on 1/5/2024 in #help
Where exactly i can add value of text-input to click-handler of button in App
so in each node of decision tree, you can have one page, right ?
13 replies
WWindmill
Created by ym1198 on 1/5/2024 in #help
Where exactly i can add value of text-input to click-handler of button in App
is this possible or it is everything on same page only ?
13 replies
WWindmill
Created by ym1198 on 1/5/2024 in #help
Where exactly i can add value of text-input to click-handler of button in App
also one thing, is there any page-like feature ? suppose one page i had some UI which will proceed me to next page , like it happens in webapps
13 replies