Ruben Fiszel

Results 153 issues of Ruben Fiszel

I will take a stab at it asap

smallfix
product
backend

Arbitrary forloops are supported by the backend but not exposed by the frontend. (Which force us to have quite a bit of brittle code, the code that does initFlow and...

product
frontend

This module should have a predicate for every branch + a default branch Each branch would have a full embedded flow

frontend
backend
openflow

Background task that delete jobs, audit logs and capture (see #348 ) older than some configurable arbitrary days, and make a difference for premium and non premium workspaces. So there...

product
backend

In this mode, operators cannot create flows or script but only execute them

product
frontend
backend

https://docs.windmill.dev/docs/openflow/#flowmodule-and-inputtransform

frontend

Most items should be both "starrable" which is user specific favorites so we can sort them when displaying them by starred or not and then by edited at. If we...

product
frontend
backend

1. Spawn a temporary endpoint 2. Send a payload to that endpoint 3. The payload is captured to be used as test input and a jsonschema is inferred and copiable...

product
frontend
backend

In https://github.com/windmill-labs/windmill/blob/0c5a7f12bae92cbf27641736c3b915c728483be0/backend/src/users.rs#L505 we count all jobs, but a flow that trigger other jobs will be as if it consumed cpu time when it actually didn't. The Right way would be...

bug