Tomas Kral

Results 100 issues of 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"....

help wanted

## 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 -...

kind/epic
status/triage
jira

## 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...

kind/feature
status/triage

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.

status/triage
jira

## 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...

kind/chore
kind/documentation
kind/feature
status/ready

## 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:...

do-not-merge/work-in-progress

## 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...

do-not-merge/hold
do-not-merge/work-in-progress

## 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...

do-not-merge/work-in-progress

## 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...

bug