Commit Graph

8641 Commits

Author SHA1 Message Date
Ruben Fiszel 2b2bedaeae increase number of cached statements 2025-02-09 11:56:35 +01:00
Ruben Fiszel 7bf5e381ac fix: worker name in job + better timeout handling for same_worker jobs (#5248) 2025-02-08 22:20:06 +01:00
HugoCasa 95e9491185 fix: workflow as code status (#5246)
* fix: get update endpoint

* [WIP] fix: workflow as code

* fix fix

* Revert "fix: get update endpoint"

This reverts commit 7af9abf868.

* fix test
2025-02-08 07:09:14 +01:00
Alexander Petric 600baa8df6 fix(frontend): accordion list header on eval / background function (#5244) 2025-02-07 22:55:16 +01:00
Ruben Fiszel e8fc3b6971 chore(main): release 1.458.1 (#5241)
* chore(main): release 1.458.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-02-07 19:26:54 +01:00
HugoCasa 6162ea81f1 fix: get update endpoint (#5245) 2025-02-07 19:23:38 +01:00
HugoCasa 3a3b7432e7 fix(cli): ai resource type typo (#5240) 2025-02-07 13:44:36 +01:00
Ruben Fiszel f43ae44389 chore(main): release 1.458.0 (#5234)
* chore(main): release 1.458.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-02-07 12:56:53 +01:00
Lucas Abel 17a86e6907 backend: fix workflow as code (#5239)
* backend: improve `/get_job_update` after v2

* backend: insert missing `workflow_as_code_status` on completion

also insert `flow_status` from so we can remove the query when `_duration` is above 500

* backend: fix workflow_as_code after v2

* backend: add `workflow_as_code` worker test
2025-02-07 12:27:43 +01:00
Ruben Fiszel 47912b23c9 clarify migration lock message 2025-02-07 09:02:38 +01:00
Ruben Fiszel ba0c9de82b re-enable s3 on agent workers + add DISABLE_S3_STORE env variable 2025-02-06 21:24:35 +01:00
Ruben Fiszel d23d498c72 improve password handling of resource editor 2025-02-06 20:06:21 +01:00
HugoCasa 978513e6c0 fix: remove unnecessary rw on cache for powershell in nsjail (#5236) 2025-02-06 18:49:21 +01:00
Ruben Fiszel 443cec0259 remove go cache 2025-02-06 17:41:47 +01:00
HugoCasa e2186e704b feat: serve static websites (#5218)
* feat: serve static websites

* nit

* sqlx

* nit

* nits

* nits

* nits

* nits
2025-02-06 17:38:12 +01:00
Lucas Abel ebc918e7c0 backend: un-queue zombies left by missing row in v2_job_runtime (#5232) 2025-02-06 16:46:32 +01:00
Alexander Petric b6535be234 button icon size should be proportional to button size (#5233) 2025-02-06 16:33:32 +01:00
Lucas Abel 321c3d3790 backend: fix missing v2_job_runtime (#5230) 2025-02-06 15:12:22 +01:00
Lucas Abel 8b65956cf9 backend: update ee-repo-ref.txt after v2 phase 3 (#5229) 2025-02-06 13:12:58 +01:00
Lucas Abel 6ded2c598e backend: use v2 tables through views where possible (v2 phase 3) (#5119) 2025-02-06 12:43:24 +01:00
Lucas Abel 8374377958 backend: check queries to queue and completed_job where possible (v2 phase 2) (#5125) 2025-02-06 12:39:32 +01:00
Lucas Abel cecc19dafc backend: migrate job tables to v2 schema (v2 phase 1) (#5084) 2025-02-06 12:37:11 +01:00
Ruben Fiszel 20815ecb1c chore(main): release 1.457.1 (#5211)
* chore(main): release 1.457.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-02-06 10:13:22 +01:00
Ruben Fiszel 9faa87483f delete proto file after install 2025-02-06 00:49:45 +01:00
Ruben Fiszel 098cd72840 fix uv install for nsjail (#5222) 2025-02-06 00:00:33 +01:00
Ruben Fiszel cfc3552d5c remove rw access to cache dir in php 2025-02-05 22:17:27 +01:00
Ruben Fiszel 2a12812093 removing rw access to cache dir in uv pip install 2025-02-05 22:08:38 +01:00
Ruben Fiszel 908e6abee6 removing rw access to cache dir in uv pip install 2025-02-05 22:06:52 +01:00
Ruben Fiszel 02808df5fb remove rw access to bun cache in nsjail mode 2025-02-05 21:45:37 +01:00
Ruben Fiszel b5809b4f0d improve debuggability of failed native jobs 2025-02-05 18:35:09 +01:00
Guilhem a530b7faf8 fix height refresh for flows (#5215) 2025-02-05 17:27:11 +01:00
Ruben Fiszel 34bc796538 nit 2025-02-05 17:15:38 +01:00
Ruben Fiszel 7f18bcf0a3 nit error handler 2025-02-05 16:57:27 +01:00
Ruben Fiszel dd3fb0f955 improve error messages for internal err 2025-02-05 16:32:01 +01:00
Ruben Fiszel ab259b2912 improve errors II 2025-02-05 16:18:20 +01:00
Ruben Fiszel fe381aa0cd improve error messages with locations 2025-02-05 15:56:58 +01:00
Ruben Fiszel 2f01a0cfb6 kill servers only after workers exited 2025-02-05 12:56:47 +01:00
Ruben Fiszel 0b75d269a1 server for workers only shutdown after workers 2025-02-05 12:47:42 +01:00
Ruben Fiszel 7c8148f3ce fix: fix autoscaling inc increase by customized parameter 2025-02-05 12:26:53 +01:00
HugoCasa 378c3e4912 fix: preprocessor args python (#5210) 2025-02-04 23:34:03 +01:00
Ruben Fiszel 7c9a4add13 chore(main): release 1.457.0 (#5201)
* chore(main): release 1.457.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-02-04 22:37:19 +01:00
HugoCasa 49fedf12cd feat: more AI models (#5207)
* feat: more AI models

* nits

* groq + openrouter

* nit
2025-02-04 22:17:30 +01:00
Ruben Fiszel 8e0647833a fix: hide values of WHITELIST_ENVS 2025-02-04 22:11:05 +01:00
pyranota f0bab9c1c0 fix(python): clear env before installing/finding python (#5209)
* fix(python): clear env before installing/finding python

* add windows-specific variables
2025-02-04 18:58:22 +01:00
Ruben Fiszel 451b385845 getting workspace encryption key only require admin privilege 2025-02-04 14:03:40 +01:00
Ruben Fiszel fa72d0e2db improve azure storage options 2025-02-04 10:15:55 +01:00
Ruben Fiszel a3b73b4e59 nits 2025-02-04 09:29:52 +01:00
Ruben Fiszel 4289193912 fix: support specialization of list of strings to list of enums 2025-02-04 01:09:11 +01:00
pyranota 2b38000557 feat(python): make S3 cache arch specific (#5196)
* add .minio-data to .gitignore

* feat(python): make S3 cache arch specific

Current schema:

S3-Bucket
├── python_311
│   ├── wheel==1.0
│   └── wheel2==1.0
└── python_312
    ├── wheel==1.0
    └── wheel2==1.0

New schema:

S3-Bucket
├── linux_aarch64
│   └── ...
└── linux_x86_64
    ├── python_311
    │   ├── wheel==1.0
    │   └── wheel2==1.0
    └── python_312
        ├── wheel==1.0
        └── wheel2==1.0

* remove .minio-data from .gitignore

* remove unneeded tracing::error
2025-02-03 19:31:55 +01:00
Ruben Fiszel 93e38fd602 fix: timeout on list_user_usage after 300s 2025-02-03 19:11:29 +01:00