Commit Graph

244 Commits

Author SHA1 Message Date
Ruben Fiszel
efaf1407b0 feat: add PIP_LOCAL_DEPENDENCIES 2023-01-28 03:09:47 +01:00
Ruben Fiszel
ae23830f2a implement MAX_FREE_CONCURRENT_RUNS 2023-01-25 12:58:29 +01:00
Ruben Fiszel
e1786eea57 worker client should use internal url 2023-01-25 00:10:37 +01:00
Ruben Fiszel
db72d54ebf UX improvements for flows 2023-01-24 21:53:41 +01:00
Ruben Fiszel
7276244d68 improve cancel approval error message 2023-01-24 12:11:39 +01:00
Ruben Fiszel
86aeb8fb5f fix: improvements for error handling as first step of flow 2023-01-24 11:16:44 +01:00
Ruben Fiszel
6c3e2e4c5e error handler improvements 2023-01-24 07:30:07 +01:00
Ruben Fiszel
6a6c9759f1 feat(deno): allow overriding deno sandboxing with DENO_FLAGS' 2023-01-21 22:54:14 +01:00
Ruben Fiszel
7150f8f25e implement relative imports for deno 2023-01-21 19:12:22 +01:00
Ruben Fiszel
4d22bc5809 feat(deno): add support for DENO_AUTH_TOKENS 2023-01-21 18:36:17 +01:00
Ruben Fiszel
779f98455a add more details about signals termination 2023-01-19 18:20:24 +01:00
Ruben Fiszel
e893db6a97 fix reporting duration above 60s 2023-01-18 11:23:25 +01:00
Ruben Fiszel
a71e6f27ec various fixes 2023-01-17 11:30:22 +01:00
Ruben Fiszel
3f0caa9153 error improvements 2023-01-15 01:28:13 +01:00
Ruben Fiszel
ec2e0fdc33 error handling improvements 2023-01-14 17:46:03 +01:00
Ruben Fiszel
a14cc80dfe improve error handling 2023-01-14 15:08:47 +01:00
Ruben Fiszel
d0e7d7ac91 clarify run detail page + allow i64 for MAX_LOG_SIZE 2023-01-13 18:39:17 +01:00
Ruben Fiszel
35493896f4 add MAX_LOG_SIZE env params 2023-01-13 14:46:07 +01:00
Ruben Fiszel
933b84749d various app fixes 2023-01-11 10:57:30 +01:00
Ruben Fiszel
a5be91c812 fix backend tests 2023-01-09 14:00:17 +01:00
Ruben Fiszel
3ad5bfc192 feat: add relative imports for python scripts (#1075)
* all

* all
2023-01-09 13:49:30 +01:00
Ruben Fiszel
81c5828668 schedule next job in transaction to avoid race condition 2022-12-23 06:53:26 +01:00
Ruben Fiszel
6e2890f0f1 require ownership to move items && automatically edit schedule paths 2022-12-18 18:45:32 +01:00
Ruben Fiszel
01f76d3630 fix setting timeout duration error 2022-12-17 13:41:33 +01:00
Ruben Fiszel
59a3ba0a25 add visible_to_owner 2022-12-15 16:01:17 +01:00
Ruben Fiszel
a85705e8c9 feat: add operator mode 2022-12-13 20:16:57 +01:00
Ruben Fiszel
f04b1fb0c7 add more metrics 2022-12-13 00:25:27 +01:00
Ruben Fiszel
a02aff76be add more metrics 2022-12-12 23:10:53 +01:00
Ruben Fiszel
567a404355 usage tracker v3 2022-12-12 01:11:44 +01:00
Ruben Fiszel
f7c5759054 usage tracker v2 2022-12-11 22:48:09 +01:00
Ruben Fiszel
039e1fa1e6 feat: implement usage tracker + quotas 2022-12-11 18:47:39 +01:00
Ruben Fiszel
893ff58088 get schedule from the database directly instead of the client 2022-12-09 16:36:36 +01:00
Kai Jellinghaus
b87fc7796a feat(backend): Input transform errors (#1006)
* Add pre run error & propagate input transforms there

* Handle pre-run errors

* Update SQLX data

* Update SQLX data
2022-12-08 23:56:49 +01:00
Ruben Fiszel
1c054e979a display errors much better in the error handler 2022-12-08 11:07:44 +01:00
Ruben Fiszel
a1519e09a9 feat: implement flow as a flow step 2022-12-06 23:38:06 +01:00
Ruben Fiszel
e66d09399c early stop now bubble up to the top 2022-12-06 17:39:07 +01:00
Ruben Fiszel
fa7e8d107b feat: add lockable version to scripts inside flows (#972)
* add it to openflow

* push

* push

* final
2022-12-06 13:11:11 +01:00
Ruben Fiszel
bc81a535d4 handle more waiting case as base case for special primitives in flows 2022-12-06 00:05:02 +01:00
Ruben Fiszel
018f8896bc feat: add include_header to pass request headers to script 2022-12-05 23:36:31 +01:00
Ruben Fiszel
df27e8252a remove flow_input from sleep expression 2022-12-04 01:31:59 +01:00
Ruben Fiszel
a2b49393d2 UX improvements 2022-12-04 01:03:38 +01:00
Ruben Fiszel
aeb0d504c1 add path env to python req 2022-12-02 23:48:42 +01:00
Ruben Fiszel
4d054be5ca fix PIP_INDEX_URL when nsjail is disabled 2022-12-02 23:45:51 +01:00
Ruben Fiszel
ea96fcfa7d quicker log feedback on resolving dependencies 2022-11-28 23:57:02 +01:00
Ruben Fiszel
cecc5a9d73 fix(backend): support PIP_INDEX_URL 2022-11-28 23:48:42 +01:00
Ruben Fiszel
385382fcad increase failure loglines capture 2022-11-28 17:52:32 +01:00
Ruben Fiszel
7c3126efc0 feat: refactor variable + resource linkage + OAuth visibility 2022-11-27 17:26:37 +01:00
Ruben Fiszel
3f728b35ea fix no color without nsjail 2022-11-26 19:06:36 +01:00
Ruben Fiszel
010185df04 fix same_worker/shared to work with and without nsjail 2022-11-26 19:02:49 +01:00
Ruben Fiszel
55f25645e7 fix adding nsjail based on arg 2022-11-26 17:13:14 +01:00