teams/fslabs: handle team with external membership (#478812)
This commit is contained in:
@@ -17630,12 +17630,6 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
mockersf = {
|
||||
email = "francois.mockers@vleue.com";
|
||||
github = "mockersf";
|
||||
githubId = 8672791;
|
||||
name = "François Mockers";
|
||||
};
|
||||
modderme123 = {
|
||||
email = "modderme123@gmail.com";
|
||||
github = "milomg";
|
||||
@@ -19317,12 +19311,6 @@
|
||||
githubId = 1839979;
|
||||
name = "Niklas Thörne";
|
||||
};
|
||||
NthTensor = {
|
||||
email = "miles.silberlingcook@gmail.com";
|
||||
github = "NthTensor";
|
||||
githubId = 16138381;
|
||||
name = "Miles Silberling-Cook";
|
||||
};
|
||||
nudelsalat = {
|
||||
email = "nudelsalat@clouz.de";
|
||||
name = "Fabian Dreßler";
|
||||
|
||||
@@ -363,17 +363,6 @@ with lib.maintainers;
|
||||
github = "freedesktop";
|
||||
};
|
||||
|
||||
fslabs = {
|
||||
# Verify additions to this team with at least one already existing member of the team.
|
||||
members = [
|
||||
lpostula
|
||||
mockersf
|
||||
NthTensor
|
||||
];
|
||||
scope = "Group registration for packages maintained by Foresight Spatial Labs.";
|
||||
shortName = "Foresight Spatial Labs employees";
|
||||
};
|
||||
|
||||
gcc = {
|
||||
members = [
|
||||
synthetica
|
||||
|
||||
@@ -7,7 +7,7 @@ grafanaPlugin {
|
||||
meta = {
|
||||
description = "Opinionated traces app";
|
||||
license = lib.licenses.agpl3Only;
|
||||
teams = [ lib.teams.fslabs ];
|
||||
maintainers = with lib.maintainers; [ lpostula ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ grafanaPlugin {
|
||||
meta = {
|
||||
description = "Browse Loki logs without the need for writing complex queries";
|
||||
license = lib.licenses.agpl3Only;
|
||||
teams = [ lib.teams.fslabs ];
|
||||
maintainers = with lib.maintainers; [ lpostula ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ grafanaPlugin {
|
||||
meta = {
|
||||
description = "Developer-friendly incident response for Grafana";
|
||||
license = lib.licenses.agpl3Only;
|
||||
teams = [ lib.teams.fslabs ];
|
||||
maintainers = with lib.maintainers; [ lpostula ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ grafanaPlugin {
|
||||
meta = {
|
||||
description = "Integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data";
|
||||
license = lib.licenses.agpl3Only;
|
||||
teams = [ lib.teams.fslabs ];
|
||||
maintainers = with lib.maintainers; [ lpostula ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user