VictorEngmarkHexagon
VictorEngmarkHexagon
https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/blob/088f5f947722b3021b84cb829e6f1fdf3cfda753/pkg/gitlab/pipelines.go#L160 is ordering pipelines by `updated_at`, and I've been informed by GitLab Support that "[s]orting this way is not as efficient, and might be the cause for the queries to...
When referencing a search on https://app.cachix.org/cache/foo#search I can't simply send someone a link, but instead have to send them to that page with a search string separately. It would speed...
`deadnix --edit` on the following file does not remove the `foo` parameter, although it is not used: ```nix { foo, bar, }: { baz = [ bar.foo ]; } ```
After writing a small handful of larger `jq` filters, one thing which would be really useful would be some way to verify that a filter is syntactically valid, without actually...
**Bug Report** I'm getting a bunch of false positives when reusing `.mypy_cache` in CI and refactoring the code base. They disappear after clearing the CI mypy cache, so they must...
[As discussed](https://matrix.to/#/!plrRoZsBTUYBWzvzIq:matrix.org/$4hAiPUi_CGzVyfIoFOUtFYOiry4C0UFqsvpvyAVI-ck?via=matrix.org&via=alemann.dev&via=nixos.dev), currently, `cachix.enable` is `true` by default, causing an extra 5.5 GiB to land in the Nix store. Considering the Cachix package in nixpkgs is ~125 MiB, that seems...
Works around NixOS/nix#10773, allowing Nix evaluations to complete with one fewer round-trips.
It [looks like](https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/commit/b042e2092d527b2bc0a238b57e2edcf8b41d61a6) `gitlab_ci_pipeline_job_queued_duration_seconds` is calculated by subtracting the "created at" time from the "started at" time. But that is not the definition used by the [jobs processed by a...
I'm running the latest version: ```console $ gitlab-ci-pipelines-exporter --version gitlab-ci-pipelines-exporter version v0.5.10 ``` And the service is up: ```console $ systemctl status gitlab-ci-pipelines-exporter | head --lines=3 ● gitlab-ci-pipelines-exporter.service Loaded: loaded...
I've configured metrics pull interval to 30 seconds. But looking through the logs, the service just stops scheduling after a couple of runs: ``` gitlab-ci-pipelines-exporter[160805]: time="2025-06-10T08:06:36Z" level=info msg="scheduling metrics pull"...