Skip to content

Commit

Permalink
Merge branch 'master' into notify-triagers
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil authored Feb 24, 2024
2 parents 0747b69 + 91c5d6a commit ae4319f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 55 deletions.
7 changes: 0 additions & 7 deletions config/meetings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"title": "Community Meeting",
"calLink": "https://www.google.com/calendar/event?eid=b3BvZGhqN2xwZXFiMmtvOTQ1M2cwNGRlZTAgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/917",
"banner": "https://user-images.githubusercontent.com/40604284/277314352-f62224d8-03a9-46b2-94bf-13bfae6f973b.png",
"date": "2023-11-14T08:00:00.000Z"
},
{
"title": "Community Meeting",
"calLink": "https://www.google.com/calendar/event?eid=ODNjM2h0bGQ4dGhwcWd2Mmw2MWhkcGcycGcgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
Expand Down
93 changes: 47 additions & 46 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@
"resourcePath": "/asyncapi/website/pull/2318",
"repo": "asyncapi/website",
"labels": [],
"score": 22.112443333692923
"score": 22.399617922442182
},
{
"id": "PR_kwDOFLhIt85bqKL8",
"isPR": true,
"isAssigned": false,
"title": "docs: add Bounty Program Rules",
"author": "aeworxet",
"resourcePath": "/asyncapi/community/pull/897",
"repo": "asyncapi/community",
"labels": [],
"score": 20.38939580119737
},
{
"id": "I_kwDOBW5R_c5J6qNe",
Expand All @@ -42,17 +53,6 @@
],
"score": 20.102221212448114
},
{
"id": "PR_kwDOFLhIt85bqKL8",
"isPR": true,
"isAssigned": false,
"title": "docs: add Bounty Program Rules",
"author": "aeworxet",
"resourcePath": "/asyncapi/community/pull/897",
"repo": "asyncapi/community",
"labels": [],
"score": 20.102221212448114
},
{
"id": "I_kwDOFDnrNc51TZDT",
"isPR": false,
Expand Down Expand Up @@ -142,6 +142,26 @@
],
"score": 13.78438025996442
},
{
"id": "I_kwDODou01c5BZZv-",
"isPR": false,
"isAssigned": false,
"title": "Open Graph link preview image according to the document to open",
"author": "smoya",
"resourcePath": "/asyncapi/studio/issues/224",
"repo": "asyncapi/studio",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "keep-open",
"color": "f9dd4b"
}
],
"score": 13.210031082465903
},
{
"id": "I_kwDOFLhIt85bebeO",
"isPR": false,
Expand All @@ -152,20 +172,24 @@
"repo": "asyncapi/community",
"labels": [],
"score": 12.635681904967385
},
{
"id": "PR_kwDOFDnrNc5dgyM7",
"isPR": true,
"isAssigned": false,
"title": "feat: add POC for measuring adoption",
"author": "smoya",
"resourcePath": "/asyncapi/cli/pull/859",
"repo": "asyncapi/cli",
"labels": [],
"score": 12.635681904967385
}
],
"goodFirstIssues": [
{
"id": "I_kwDODyzcIc6AItqs",
"title": "bug fix in bug template 😃 ",
"isAssigned": false,
"resourcePath": "/asyncapi/.github/issues/271",
"repo": "asyncapi/.github",
"author": "derberg",
"area": "Unknown",
"labels": [
{
"name": "bug",
"color": "d73a4a"
}
]
},
{
"id": "I_kwDOE8Qh385_rNaC",
"title": "Create a one for all input document for runtime to test all functionality",
Expand Down Expand Up @@ -419,25 +443,6 @@
}
]
},
{
"id": "I_kwDOFXtyC854XYL2",
"title": "Add migration guides ",
"isAssigned": false,
"resourcePath": "/asyncapi/parser-api/issues/106",
"repo": "asyncapi/parser-api",
"author": "jonaslagoni",
"area": "Unknown",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "📑 docs",
"color": "E50E99"
}
]
},
{
"id": "I_kwDOB5hCo854UrcU",
"title": "We probably need `stableSchemas` in npm package",
Expand Down Expand Up @@ -509,10 +514,6 @@
{
"name": "Hacktoberfest",
"color": "FF8AE2"
},
{
"name": "stale",
"color": "ededed"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ https://www.asyncapi.io/* https://www.asyncapi.com/:splat 301!
/asyncapi-react https://asyncapi.github.io/asyncapi-react 301!

# Slack
/slack-invite https://join.slack.com/t/asyncapi/shared_invite/zt-27m89oa1t-ZC~UIa5B2Vujm6oq7fa~gQ 302!
/slack-invite https://join.slack.com/t/asyncapi/shared_invite/zt-2doi7tnls-c0EgSJRI6rIW_kk1tmrwSQ 302!

# Central Maven repository verification
/OSSRH-63280 https://github.com/asyncapi/java-asyncapi
Expand All @@ -68,4 +68,4 @@ https://www.asyncapi.io/* https://www.asyncapi.com/:splat 301!
# TOOLS-REDIRECTION:END

# Additional redirection
/community/meetings /community/events 301!
/community/meetings /community/events 301!

0 comments on commit ae4319f

Please sign in to comment.