Sort and update community members page (#5619)
Signed-off-by: svrnm <neumanns@cisco.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Fabrizio Ferri-Benedetti <algernon@fastmail.com>
This commit is contained in:
parent
047bdad246
commit
b212ab3f34
File diff suppressed because it is too large
Load Diff
|
|
@ -163,6 +163,10 @@ async function collectDetails() {
|
|||
// Sort committees to the top of the output
|
||||
const sortedResult = { ...committees, ...result };
|
||||
|
||||
for (const key in sortedResult) {
|
||||
sortedResult[key].sort((a, b) => a.name.localeCompare(b.name));
|
||||
}
|
||||
|
||||
// Convert result to a plain JSON object to avoid YAML anchors
|
||||
const plainResult = JSON.parse(JSON.stringify(sortedResult));
|
||||
|
||||
|
|
|
|||
|
|
@ -4255,6 +4255,10 @@
|
|||
"StatusCode": 200,
|
||||
"LastSeen": "2024-01-30T16:14:59.740523-05:00"
|
||||
},
|
||||
"https://github.com/VihasMakwana": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-11-18T23:18:26.791425218Z"
|
||||
},
|
||||
"https://github.com/VineethReddy02": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-08-06T15:14:23.091564+02:00"
|
||||
|
|
@ -4479,6 +4483,10 @@
|
|||
"StatusCode": 200,
|
||||
"LastSeen": "2024-01-24T14:54:51.229664+01:00"
|
||||
},
|
||||
"https://github.com/bacherfl": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-11-18T23:18:23.510566336Z"
|
||||
},
|
||||
"https://github.com/bai": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-08-06T15:20:15.367242+02:00"
|
||||
|
|
@ -4691,6 +4699,10 @@
|
|||
"StatusCode": 200,
|
||||
"LastSeen": "2024-01-30T15:25:07.042795-05:00"
|
||||
},
|
||||
"https://github.com/codefromthecrypt": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-11-18T23:18:18.05798173Z"
|
||||
},
|
||||
"https://github.com/colin-higgins": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-08-09T11:17:13.22893+02:00"
|
||||
|
|
@ -4999,6 +5011,10 @@
|
|||
"StatusCode": 200,
|
||||
"LastSeen": "2024-08-09T11:16:41.547073+02:00"
|
||||
},
|
||||
"https://github.com/emreyalvac": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-11-18T23:18:28.709266912Z"
|
||||
},
|
||||
"https://github.com/ent/ent/issues/1232#issuecomment-1200405070": {
|
||||
"StatusCode": 200,
|
||||
"LastSeen": "2024-02-24T14:33:06.756997-08:00"
|
||||
|
|
|
|||
Loading…
Reference in New Issue