Gregor Kleen

Results 9 issues of Gregor Kleen

Our users expect that typing `any` in simple search returns a list of all tickets; this also conforms to the inline documentation for the simple search feature. During parsing the...

When resolving saved searches while creating dashboards from initialdata the same sql-query-object was reused. Therefore the resulting sql query accumulated limits (composed with `OR`), returning false positives to `…->First`. Consider...

When installing dependencies with `sbin/rt-test-dependencies`, by default all installed dependencies are tested. This PR does not change the default behaviour. This PR adds a flag to allow the user to...

It is commonly expected that shell utilities return with a non-zero exitcode iff there was some error. This PR makes `sbin/rt-passwd` exit with a zero exitcode iff no error was...

I currently see a few workarounds of the form `SOPS_AGE_KEY=$(…) sops …` floating around. I would like to store my age key in my password manager, not have to specify...

enhancement
keyservice/age

In #1498 I need to base64 encode some values for inclusion into a kubernetes secret. Currently I'm doing that with the coreutils `base64` command [at nix eval time](https://gitlab.uniworx.de/uniworx/machines/srv01/-/blob/9e0066e47240c003f82860c73eafcfd551da60cd/srv02/kubernetes/external-dns/default.nix#L66). I would...

good first issue
type: feature request
area:stdlib

Should `gup --leave` really emit the `x modified y directly`-warning?

As per [the HTTP Spec](https://www.rfc-editor.org/rfc/rfc9110.html#section-9.3.2) server responses to HEAD Requests must not contain bodies. Nontheless `minio-hs` relies on the existence of a `Content-Type` header as a heuristic of whether to...

### Description I manage a system that has it's root fs on tmpfs and mounts user homes on login via pam_mount over cifs. I use the nixos module to manage...

feature request