Sebastian Choren

Results 32 issues of Sebastian Choren

I have encountered 2 issues with import resolving: 1. If I have to import a file from a `js_library` that lives in a parent path, I have to use a...

It would be nice if we could use makevars to define the mode in web_bundle using make vars. This allows using the same rule for different environments. I have created...

This PR adds a `server install` cli command. At the moment it can only handle docker compose deployments, but it can set up linux systems and do some basic config...

The installer from #1089 allows to enable/disable the demo app when installing. Also, the URL of the demo services changes depending on the deployed environment. It would be great if...

frontend
feature request
triage

The test list page, for example, ask for the tests list just to show the titles and some basic information, but the backend is returning A LOT of unused information,...

bug
frontend
backend

## Problem We need a way to group tests so they can be run as a single unit. Some tests will be able to run on its own, but others...

documentation
enhancement
design
frontend
backend
CLI

Our current CLI relies on test IDs to run (instead of create and run) tests, so it saves the test ID to the definition file. This makes the tests non...

setup testkube in our cluster so we can use it to run all our tests, BE and FE

frontend
backend

Add some advanced comparatos to showcase what could be achieved. Tentative examples: - jsonHasKey - jsonValueIs

future
backend

We originally used the `jaegertracing/protobuf` docker image for building, but it doesn't work on M1, so we created `schoren/protobuf`, forked from jaeger one. But that doesn't work on amd64. We...