Johannes Meyer

Results 113 issues of Johannes Meyer

## Describe the bug `state_type` in redis is a integer instead of `'soft'` or `'hard'` `is_acknowledged` is a integer instead of `'y'`, `'n'` or `'sticky'` There may be more cases,...

area/icingadb
TBD

This limits each run of these workflows to a single action runner. This means, for each PR, merge or release only five runners run concurrently. It also cancels pending jobs...

cla/signed

resolves #254 requires https://github.com/Icinga/icingaweb2/pull/4884

enhancement
cla/signed

Cherry picked from #4702

enhancement
area/javascript
cla/signed

A redirect now also does NOT: * Remove `.impact` from the container * Try to set a menu item active.. fixes #4879

bug
area/javascript
cla/signed

## What's this about? There's this [line](https://github.com/Icinga/icingaweb2/blob/62d7ca8e97fc4e7aa1e0bcfb56c9a8bc49c83b76/public/js/icinga/loader.js). ## What does the line do? It reroutes redirects targeting `#col2` to `#col1` if the target-url path is equal to the url-path currently...

area/javascript
TBD

## Describe the bug Redirects are pushed to history. ## To Reproduce 1) Click on a link in the detail area, that redirects to **another** url than what's already in...

bug
area/javascript
area/navigation

## Describe the bug Such a definition: `color: var(--my-color, @my-color);` is duplicated like this: `color: var(--my-color, var(--my-color, #000000));` ## Expected behavior They're not duplicated.

bug