Skip to content

Commit

Permalink
chore: enforce at least one maintainer
Browse files Browse the repository at this point in the history
For modules that had zero maintainers, just point to the email address that was created for governance issues in the registry.
We could do a later pass through these to find more specific maintainers, but this prevents the problem getting worse.
  • Loading branch information
alexeagle committed Jan 24, 2024
1 parent 08ef856 commit 7daf83d
Show file tree
Hide file tree
Showing 42 changed files with 554 additions and 428 deletions.
1 change: 1 addition & 0 deletions metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"maintainers": {
"description": "Individuals who can be notified when the module requires human attention",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
Expand Down
19 changes: 12 additions & 7 deletions modules/abseil-py/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"homepage": "https://github.com/abseil/abseil-py",
"maintainers": [],
"repository": [
"github:abseil/abseil-py"
],
"versions": ["1.4.0"],
"yanked_versions": {}
"homepage": "https://github.com/abseil/abseil-py",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:abseil/abseil-py"
],
"versions": [
"1.4.0"
],
"yanked_versions": {}
}
23 changes: 13 additions & 10 deletions modules/blake3/metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"homepage": "https://github.com/BLAKE3-team/BLAKE3",
"maintainers": [],
"repository": [
"github:BLAKE3-team/BLAKE3"
],
"versions": [
"1.3.3",
"1.3.3.bcr.1"
],
"yanked_versions": {}
"homepage": "https://github.com/BLAKE3-team/BLAKE3",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:BLAKE3-team/BLAKE3"
],
"versions": [
"1.3.3",
"1.3.3.bcr.1"
],
"yanked_versions": {}
}
17 changes: 10 additions & 7 deletions modules/blaze-math/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"homepage": "https://bitbucket.org/blaze-lib/blaze",
"maintainers": [],
"repository": [],
"versions": [
"3.8.2"
],
"yanked_versions": {}
"homepage": "https://bitbucket.org/blaze-lib/blaze",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [],
"versions": [
"3.8.2"
],
"yanked_versions": {}
}
23 changes: 13 additions & 10 deletions modules/boringssl/metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"homepage": "https://github.com/google/boringssl",
"maintainers": [],
"repository": [
"github:google/boringssl"
],
"versions": [
"0.0.0-20211025-d4f1ab9",
"0.0.0-20230215-5c22014"
],
"yanked_versions": {}
"homepage": "https://github.com/google/boringssl",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:google/boringssl"
],
"versions": [
"0.0.0-20211025-d4f1ab9",
"0.0.0-20230215-5c22014"
],
"yanked_versions": {}
}
15 changes: 9 additions & 6 deletions modules/bzip2/metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"homepage": "https://www.sourceware.org/bzip2/",
"maintainers": [],
"versions": [
"1.0.8"
],
"yanked_versions": {}
"homepage": "https://www.sourceware.org/bzip2/",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"versions": [
"1.0.8"
],
"yanked_versions": {}
}
23 changes: 13 additions & 10 deletions modules/c-ares/metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"homepage": "https://github.com/c-ares/c-ares",
"maintainers": [],
"repository": [
"github:c-ares/c-ares"
],
"versions": [
"1.15.0",
"1.16.1"
],
"yanked_versions": {}
"homepage": "https://github.com/c-ares/c-ares",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:c-ares/c-ares"
],
"versions": [
"1.15.0",
"1.16.1"
],
"yanked_versions": {}
}
19 changes: 11 additions & 8 deletions modules/circl/metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"homepage": "https://github.com/cloudflare/circl",
"maintainers": [],
"repository": [],
"versions": [
"1.3.3",
"1.3.7"
],
"yanked_versions": {}
"homepage": "https://github.com/cloudflare/circl",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [],
"versions": [
"1.3.3",
"1.3.7"
],
"yanked_versions": {}
}
19 changes: 11 additions & 8 deletions modules/eigen/metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"homepage": "https://gitlab.com/libeigen/eigen",
"maintainers": [],
"repository": [],
"versions": [
"3.4.0",
"3.4.0.bcr.1"
],
"yanked_versions": {}
"homepage": "https://gitlab.com/libeigen/eigen",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [],
"versions": [
"3.4.0",
"3.4.0.bcr.1"
],
"yanked_versions": {}
}
21 changes: 12 additions & 9 deletions modules/foonathan_memory/metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"homepage": "https://github.com/foonathan/memory",
"maintainers": [],
"repository": [
"github:foonathan/memory"
],
"versions": [
"0.7.3"
],
"yanked_versions": {}
"homepage": "https://github.com/foonathan/memory",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:foonathan/memory"
],
"versions": [
"0.7.3"
],
"yanked_versions": {}
}
21 changes: 12 additions & 9 deletions modules/gflags/metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"homepage": "https://gflags.github.io/gflags/",
"maintainers": [],
"repository": [
"github:gflags/gflags"
],
"versions": [
"2.2.2"
],
"yanked_versions": {}
"homepage": "https://gflags.github.io/gflags/",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:gflags/gflags"
],
"versions": [
"2.2.2"
],
"yanked_versions": {}
}
17 changes: 10 additions & 7 deletions modules/giflib/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"homepage": "https://giflib.sourceforge.net/",
"maintainers": [],
"repository": [],
"versions": [
"5.2.1"
],
"yanked_versions": {}
"homepage": "https://giflib.sourceforge.net/",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [],
"versions": [
"5.2.1"
],
"yanked_versions": {}
}
23 changes: 13 additions & 10 deletions modules/glog/metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"homepage": "https://github.com/google/glog",
"maintainers": [],
"repository": [
"github:google/glog"
],
"versions": [
"0.5.0",
"0.6.0"
],
"yanked_versions": {}
"homepage": "https://github.com/google/glog",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:google/glog"
],
"versions": [
"0.5.0",
"0.6.0"
],
"yanked_versions": {}
}
23 changes: 13 additions & 10 deletions modules/google_benchmark/metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"homepage": "https://github.com/google/benchmark",
"maintainers": [],
"repository": [
"github:google/benchmark"
],
"versions": [
"1.8.2",
"1.8.3"
],
"yanked_versions": {}
"homepage": "https://github.com/google/benchmark",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:google/benchmark"
],
"versions": [
"1.8.2",
"1.8.3"
],
"yanked_versions": {}
}
29 changes: 16 additions & 13 deletions modules/googletest/metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"homepage": "https://google.github.io/googletest/",
"maintainers": [],
"repository": [
"github:google/googletest"
],
"versions": [
"1.11.0",
"1.12.1",
"1.13.0",
"1.14.0",
"1.14.0.bcr.1"
],
"yanked_versions": {}
"homepage": "https://google.github.io/googletest/",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:google/googletest"
],
"versions": [
"1.11.0",
"1.12.1",
"1.13.0",
"1.14.0",
"1.14.0.bcr.1"
],
"yanked_versions": {}
}
33 changes: 18 additions & 15 deletions modules/grpc/metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"homepage": "https://github.com/grpc/grpc",
"maintainers": [],
"repository": [
"github:grpc/grpc"
],
"versions": [
"1.41.0",
"1.47.0",
"1.48.1",
"1.48.1.bcr.1",
"1.48.1.bcr.2",
"1.48.1.bcr.3",
"1.56.3"
],
"yanked_versions": {}
"homepage": "https://github.com/grpc/grpc",
"maintainers": {
"email": "[email protected]",
"name": "Bazel team"
},
"repository": [
"github:grpc/grpc"
],
"versions": [
"1.41.0",
"1.47.0",
"1.48.1",
"1.48.1.bcr.1",
"1.48.1.bcr.2",
"1.48.1.bcr.3",
"1.56.3"
],
"yanked_versions": {}
}
Loading

0 comments on commit 7daf83d

Please sign in to comment.