Loading maintainers/maintainer-list.nix +16 −0 Original line number Diff line number Diff line Loading @@ -7737,6 +7737,14 @@ fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2"; }]; }; greaka = { email = "git@greaka.de"; github = "greaka"; githubId = 2805834; name = "Greaka"; keys = [{ fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C"; }]; }; greg = { email = "greg.hellings@gmail.com"; github = "greg-hellings"; Loading Loading @@ -11932,6 +11940,14 @@ githubId = 10626; name = "Andreas Wagner"; }; lpostula = { email = "lois@postu.la"; github = "loispostula"; githubId = 1423612; name = "Loïs Postula"; keys = [{ fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1"; }]; }; lrewega = { email = "lrewega@c32.ca"; github = "lrewega"; Loading maintainers/team-list.nix +10 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,16 @@ with lib.maintainers; { shortName = "freedesktop.org packaging"; }; fslabs = { # Verify additions to this team with at least one already existing member of the team. members = [ greaka lpostula ]; scope = "Group registration for packages maintained by Foresight Spatial Labs."; shortName = "Foresight Spatial Labs employees"; }; gcc = { members = [ synthetica Loading pkgs/servers/monitoring/grafana/plugins/grafana-oncall-app/default.nix 0 → 100644 +13 −0 Original line number Diff line number Diff line { grafanaPlugin, lib }: grafanaPlugin { pname = "grafana-oncall-app"; version = "1.5.1"; zipHash = "sha256-3mC4TJ9ACM9e3e6UKI5vaDwXuW6RjbsOQFJU5v0wjk8="; meta = with lib; { description = "Developer-friendly incident response for Grafana"; license = licenses.agpl3Only; maintainers = lib.teams.fslabs.members; platforms = platforms.unix; }; } pkgs/servers/monitoring/grafana/plugins/plugins.nix +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ grafadruid-druid-datasource = callPackage ./grafadruid-druid-datasource { }; grafana-clickhouse-datasource = callPackage ./grafana-clickhouse-datasource { }; grafana-clock-panel = callPackage ./grafana-clock-panel { }; grafana-oncall-app = callPackage ./grafana-oncall-app { }; grafana-piechart-panel = callPackage ./grafana-piechart-panel { }; grafana-polystat-panel = callPackage ./grafana-polystat-panel { }; grafana-worldmap-panel = callPackage ./grafana-worldmap-panel { }; Loading Loading
maintainers/maintainer-list.nix +16 −0 Original line number Diff line number Diff line Loading @@ -7737,6 +7737,14 @@ fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2"; }]; }; greaka = { email = "git@greaka.de"; github = "greaka"; githubId = 2805834; name = "Greaka"; keys = [{ fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C"; }]; }; greg = { email = "greg.hellings@gmail.com"; github = "greg-hellings"; Loading Loading @@ -11932,6 +11940,14 @@ githubId = 10626; name = "Andreas Wagner"; }; lpostula = { email = "lois@postu.la"; github = "loispostula"; githubId = 1423612; name = "Loïs Postula"; keys = [{ fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1"; }]; }; lrewega = { email = "lrewega@c32.ca"; github = "lrewega"; Loading
maintainers/team-list.nix +10 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,16 @@ with lib.maintainers; { shortName = "freedesktop.org packaging"; }; fslabs = { # Verify additions to this team with at least one already existing member of the team. members = [ greaka lpostula ]; scope = "Group registration for packages maintained by Foresight Spatial Labs."; shortName = "Foresight Spatial Labs employees"; }; gcc = { members = [ synthetica Loading
pkgs/servers/monitoring/grafana/plugins/grafana-oncall-app/default.nix 0 → 100644 +13 −0 Original line number Diff line number Diff line { grafanaPlugin, lib }: grafanaPlugin { pname = "grafana-oncall-app"; version = "1.5.1"; zipHash = "sha256-3mC4TJ9ACM9e3e6UKI5vaDwXuW6RjbsOQFJU5v0wjk8="; meta = with lib; { description = "Developer-friendly incident response for Grafana"; license = licenses.agpl3Only; maintainers = lib.teams.fslabs.members; platforms = platforms.unix; }; }
pkgs/servers/monitoring/grafana/plugins/plugins.nix +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ grafadruid-druid-datasource = callPackage ./grafadruid-druid-datasource { }; grafana-clickhouse-datasource = callPackage ./grafana-clickhouse-datasource { }; grafana-clock-panel = callPackage ./grafana-clock-panel { }; grafana-oncall-app = callPackage ./grafana-oncall-app { }; grafana-piechart-panel = callPackage ./grafana-piechart-panel { }; grafana-polystat-panel = callPackage ./grafana-polystat-panel { }; grafana-worldmap-panel = callPackage ./grafana-worldmap-panel { }; Loading