Tomas Kral
Tomas Kral
I'll look to have a dashboard that can help us to identify which drives can't handle the throughput or which ctor pool doesn't have enough resources to handle the "charge"....
## Goal This is for capturing the tracing part of the https://github.com/janus-idp/backstage-showcase/issues/229. Based on spike done in https://github.com/janus-idp/backstage-showcase/issues/582#issuecomment-1758252325 we decided to defer this work for later. ## Acceptance criteria -...
## User story As a user, I want to see the current Janus/RHDH version in the web interface, So that I can quickly verify the version I am working with...
It should be clear that this repo contains examples and not finished (ready to be consumed) templates. Explaining this in repo README.md should make this clear.
## Goal What we have been calling golden Path templates are **examples** of golden path templates. These examples are not features that users would use as they are in the...
## Description Adds support for loading plugins packaged inside OCI images config example ```yaml plugins: - disabled: false package: >- oci://quay.io/tkral/simple-chat:v0.0.1!internal-backstage-plugin-simple-chat-backend-dynamic - disabled: false package: >- oci://quay.io/tkral/simple-chat:v0.0.1!internal-backstage-plugin-simple-chat pluginConfig: dynamicPlugins: frontend:...
## Description **WORK IN PROGRESS** With this PR it is possible to load dynamic plugins from OCI images. To test this, just add the following config to the dynamic plugins...
## Description This tries to add linux/arm64 build to container image builds ## Which issue(s) does this PR fix - Fixes #? ## PR acceptance criteria Please make sure that...
## Description - add script to generate versions.md in dynamic plugins doc - adds github workflow that runs every time `backstage.json`, `packages/app/package.json` or `packages/backend/package.json` is updated. Workflow opens PR with...
**Describe the bug** When using the long syntax for the volumes, they are not properly merged which results in the duplicated volumes. ``` #docker-compose.yaml version: "3" services: web: image: busybox...