jacopo gobbi
jacopo gobbi
## Description Adds an endpoint (and later some FE changes) to allow triggering a job run (a batch of pipeline runs) for jobs that are `PENDING|STARTED|PAUSED`. Fixes: #1181 ## Checklist...
**Describe the problem this improvement solves** Project environment variables are not injected in environment builds, which means that, currently, there is no way to inject something that can be considered...
**Describe the problem this improvement solves** Currently, both the toggle button (`1` in the picture) and the pipeline name (`2`) toggle the pipeline session when clicked. **Describe the solution you'd...
**Describe the problem this improvement solves** Pipeline files, e.g. `mypipeline.orchest` have a `version` property that describes the pipeline version. Orchest only supports forward migration of those files, which means that...
**Describe the bug** To reproduce: - pipelines - settings - services - create a service - add a random string to `Inherited environment variables` - save - you will get...
I've have been looking on stack overflow and through the docs without much success. I would like to know if it is possible to cache vector tilesso that the server...
This is currently not possible given that the desired compression is hardcoded in `vendor/github.com/containers/image/v5/docker/docker_image_dest.go`, which leads to ignoring the `--disable-compression` flag on push. ```go func (d *dockerImageDestination) DesiredLayerCompression() types.LayerCompression {...
Once https://github.com/orchest/orchest/pull/1240 is merged the definition of a job can be simplified by dropping some columns that are now redundant thanks to the `Snapshot` entity. This would allow a job...
**Describe the bug** **Expected behavior** The session sidecar shouldn't be spawned in non-interactive sessions if there are no non-interactive scoped user services. This does not imply other issues, i.e. nothing...
**Describe the bug** The `orchest-api` swagger schema (`http://localhost:8080/api` in `--dev` mode) has the wrong nesting level for wildcard fields, in our case, this affects services. Example ```json { "*": {...