Commit Graph

1785 Commits

Author SHA1 Message Date
Ruben Fiszel ab27adc87e feat: early stop for flows 2023-08-28 17:46:16 +02:00
Ruben Fiszel 11c8f90daf feat: concurrency limits for flows 2023-08-28 16:02:48 +02:00
Ruben Fiszel 06006f1c7e feat: add parallelism control to forloops 2023-08-27 23:03:19 +02:00
Ruben Fiszel d6505386b4 fix parrallel forloop and branchall failure handling 2023-08-27 16:05:51 +02:00
Ruben Fiszel 31fbd1a7d7 feat: add support for root certificate in postgresql 2023-08-27 11:58:36 +02:00
Ruben Fiszel 5fd36052fa feat: add lockfile for deno + use npm module for deno for windmill-client 2023-08-26 11:14:01 +02:00
Ruben Fiszel 3d79187f31 feat: lock inline scripts for apps on deploy 2023-08-26 09:12:19 +02:00
Ruben Fiszel 9933a9996d remove tracing 2023-08-25 14:44:47 +02:00
Ruben Fiszel 29262130e1 encode special characters in postgres url 2023-08-25 14:38:30 +02:00
HugoCasa cbbfee8439 feat: schedule recovery handler (#2126)
* feat: schedule recovery handler

* fix: migration down

* fix: rename

* fix: adjust + add tests

* fix: merge + sqlx prepare

* fix: more complete recovery handler

* feat: schedule error and recovery times

* fix: schedule worker test

* feat: slack schedule handlers

* fix: update schedule handlers
2023-08-24 18:20:35 +02:00
Ruben Fiszel ce6045ca4d more precise error message for missing lock in bun 2023-08-24 14:57:34 +02:00
Ruben Fiszel ff3e8e6cf8 feat: eval v2, blazing fast eval triggered only upon the right changes (#2164)
* progress

* progress

* progress

* add suggestions to frontend scripts

* all eval

* remove onlyStatic

* handle better conversions

* handle better conversions

* remove variable picker

* fix pen positioning

* fix v1
2023-08-23 19:50:35 +02:00
Ruben Fiszel c77d38563d remove unecessary postgres transactions and improve performance 2023-08-22 00:34:44 +02:00
Ruben Fiszel eedfd15f4d fix cycle detector 2023-08-21 10:35:15 +02:00
Ruben Fiszel b6198fa314 fix: avoid stack-overflow on jsruntime for recursive objects 2023-08-20 22:03:07 +02:00
Ruben Fiszel 776f584b7b add more details for unreachable 2023-08-20 21:04:46 +02:00
Ruben Fiszel 125a00fa8e improve indices performances 2023-08-20 19:14:39 +02:00
Ruben Fiszel 2d028138fd feat: multiline support in bash 2023-08-20 17:05:29 +02:00
Ruben Fiszel eedb87a039 refactor worker-common 2023-08-20 16:55:38 +02:00
Ruben Fiszel c2d766028e refactor worker-common 2023-08-20 16:44:22 +02:00
Ruben Fiszel 1def1d3c66 refactor default non-cloud-hosted timeout 2023-08-20 16:30:31 +02:00
Ruben Fiszel 580c4cf6ae refactor workers 2023-08-20 15:58:43 +02:00
Ruben Fiszel 9c540afabb update flow status even for flows 2023-08-18 01:32:19 +02:00
Ruben Fiszel 5909bd27d6 fix: fix python get_resource 2023-08-18 00:11:16 +02:00
Ruben Fiszel a8c46066b1 fix: unify clients to use server-side interpolation to retrieve full resources 2023-08-17 20:16:50 +02:00
HugoCasa 40e52a4b5e feat: graphql custom headers (#2111) 2023-08-17 16:19:51 +02:00
Ruben Fiszel 368164474a hide .netrc content 2023-08-17 12:09:34 +02:00
Ruben Fiszel 1652ac20c2 fix: set NETRC at init and not for every job 2023-08-17 12:00:19 +02:00
Ruben Fiszel a8f0b9aeff fix: fix folder creation if job folder already exist 2023-08-16 14:56:07 +02:00
Ruben Fiszel 09c7b39017 fix: fix go envs passing 2023-08-15 21:49:49 +02:00
Ruben Fiszel 93407b0c9e fix worker initialization on ee 2023-08-14 18:18:37 +02:00
HugoCasa e13d1b8f63 fix: remove ansi codes from result (#2069)
* fix: remove ansi codes from result

* fix: remove also in error logs
2023-08-14 18:09:52 +02:00
Ruben Fiszel e6fdaeb58d fix worker initialization on ee 2023-08-14 18:08:21 +02:00
Ruben Fiszel 0e5ffebae3 fix tar initialization 2023-08-14 17:52:27 +02:00
Ruben Fiszel 95fea0731c fix tar initialization 2023-08-14 17:49:46 +02:00
Ruben Fiszel 8e935cc136 fix tar initialization 2023-08-14 17:49:03 +02:00
Ruben Fiszel c711180bdc fix tar initialization 2023-08-14 16:16:42 +02:00
Ruben Fiszel 4b4463f461 be more selective to create global cache 2023-08-14 13:36:41 +02:00
Ruben Fiszel 1b06bb9f8c remove bun from the tarcache 2023-08-14 13:12:34 +02:00
Ruben Fiszel 38f9007b95 fix tests 2023-08-13 17:20:29 +02:00
Ruben Fiszel 016b765480 fix bun deploy 2023-08-13 16:18:26 +02:00
Ruben Fiszel d0929cd863 fix(bun): correctly handle empty deps script bun to deploy 2023-08-13 16:12:10 +02:00
Ruben Fiszel a5e0eaa4d4 fix(bun): only install -p dependencies 2023-08-13 14:41:59 +02:00
Ruben Fiszel 0740c3cbca fix(bun): only install when requirements are missing if using nsjail 2023-08-13 14:29:31 +02:00
Ruben Fiszel 4f577892a6 fix(bun): windmill-client does not require set to be initalized 2023-08-13 09:01:33 +02:00
HugoCasa d3218441ee fix: powershell escape backticks (#2044)
* fix: powershell escape backticks

* fix: less boilerplate
2023-08-13 01:04:45 +02:00
Ruben Fiszel 1745f76db0 improve BADF on cloud 2023-08-13 00:47:39 +02:00
Ruben Fiszel 3024069427 improve BADF on cloud 2023-08-13 00:36:44 +02:00
Ruben Fiszel 70b7fe4989 improve BADF on cloud 2023-08-13 00:29:23 +02:00
Ruben Fiszel db1e6a4408 improve BADF on cloud 2023-08-13 00:19:55 +02:00