Moritz Weber
Moritz Weber
Suggested by @jamilraichouni
The Collaboration Manager backend can throw a bunch of different errors. Those errors were only documented in the code by scanning the complete call trace, which is unintuitive for users...
Filter active sessions by tool, tool version, connection method and session type. The values are available as annotations on the Kubernetes service, deployment and pod. Prometheus relabels the annotations to...
To request a read-only / provisioned session, users always have to navigate to the corresponding project. This requires a few clicks. Instead, it should also be possible from the "Request...
Currently, the session is fetched from a few sources: - Logs of the session preparation container - Log of the session container - Kubernetes Pod phase - Kubernetes Pod events...
In the latest pre-release of Capella 7.0.0, the description editor / richtext editor is completely unusable. Whenever I start typing, Capella freezes completely. ## Steps to reproduce 1. Install the...
### Description When running `pack build` and the builder contains image extensions, the build fails with: ``` ERROR: failed to build: pull policy must be 'always' when builder contains image...
When using the `pack build` command, the layer metadata of the run base image is not preserved and cleared out. To reproduce, you can take the samples repository: https://github.com/buildpacks/samples Let's...
Some sessions may want to automate tasks against the CCM API. A session token is issued as PAT and is valid for the duration of the session. The session token...