Christian Weichel

Results 59 comments of Christian Weichel

Unfortunately just ignoring those annotations on the main branch would still break other branches. One of the cases we need to solve is that a branch is taken from main...

I took a look and found that due to the terribly rotten/outdated UI (react from two years ago), this would require almost a rewrite of the UI :/

But ~maybe~ likely there's a better way to solving this than I would take.

I can't really reproduce the issue. I took a DB dump from werft.gitpod-dev.com and tried to replicate the problem. Everything works as expected. It might be the logs (see linked...

There are two means at the moment: - the `X` in the upper right corner (like in Jenkin's Blue Ocean) - pressing the Escape key Would a different symbol instead...

What else would make sense here? Other than an `X` I mean?

This issue seems be related to the `Subscribe` handler not cleaning up properly, i.e. it doesn't react to context cancelation. See this pprof output: ![image](https://user-images.githubusercontent.com/3210701/73564505-00d91f80-4460-11ea-9cc4-2f07139dfa6d.png) ![image](https://user-images.githubusercontent.com/3210701/73564556-1fd7b180-4460-11ea-9c83-8e06f435639c.png)

That's a great idea indeed. Today werft already supports some of this using its CLI, specifically `werft log`. Having a Go or Typescript library would certainly help.

Mita should have enums - at least on a syntactic level as that's what many people expect. Name a language without enum support, or people complaining of the lack thereof....

We should add support to the Mita CLI (#104 ) to manage the `mita.yaml` file, specifically: ``` mita init - creates a new mita.yaml file mita add - downloads a...