Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update meetings.json and newsrooom_videos.json #2623

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 41 additions & 82 deletions dashboard.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"hotDiscussions": [
{
"id": "PR_kwDOFDnrNc5f0Nm0",
"isPR": true,
"isAssigned": false,
"title": "feat: improve glee command",
"author": "ayushnau",
"resourcePath": "/asyncapi/cli/pull/890",
"repo": "asyncapi/cli",
"labels": [],
"score": 22.68679251119144
},
{
"id": "PR_kwDOFLhIt85bqKL8",
"isPR": true,
Expand Down Expand Up @@ -93,34 +82,6 @@
],
"score": 16.08177696995849
},
{
"id": "I_kwDOFDnrNc5rjrK-",
"isPR": false,
"isAssigned": true,
"title": "Improve `new glee` command",
"author": "KhudaDad414",
"resourcePath": "/asyncapi/cli/issues/683",
"repo": "asyncapi/cli",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "bounty",
"color": "0e8a16"
},
{
"name": "level/medium",
"color": "0e8a16"
},
{
"name": "bounty/2023-Q4",
"color": "0e8a16"
}
],
"score": 15.220253203710714
},
{
"id": "PR_kwDOB5hCo85iLvXV",
"isPR": true,
Expand All @@ -130,7 +91,7 @@
"resourcePath": "/asyncapi/spec-json-schemas/pull/473",
"repo": "asyncapi/spec-json-schemas",
"labels": [],
"score": 15.220253203710714
"score": 15.507427792459973
},
{
"id": "PR_kwDOBW5R_c5fbyLb",
Expand Down Expand Up @@ -180,6 +141,46 @@
}
],
"score": 13.497205671215161
},
{
"id": "PR_kwDODou01c5YJ7kV",
"isPR": true,
"isAssigned": false,
"title": "Add Form component",
"author": "KhudaDad414",
"resourcePath": "/asyncapi/studio/pull/773",
"repo": "asyncapi/studio",
"labels": [
{
"name": "autoupdate",
"color": "ededed"
}
],
"score": 13.497205671215161
},
{
"id": "I_kwDOFi_gUM5hpuWl",
"isPR": false,
"isAssigned": true,
"title": "Improve kafka adapter",
"author": "KhudaDad414",
"resourcePath": "/asyncapi/glee/issues/411",
"repo": "asyncapi/glee",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "good first issue",
"color": "7057ff"
},
{
"name": "area/typescript",
"color": "007acc"
}
],
"score": 13.210031082465903
}
],
"goodFirstIssues": [
Expand All @@ -198,25 +199,6 @@
}
]
},
{
"id": "I_kwDOE8Qh3859IP7G",
"title": "Add example and documentation for TS mapType",
"isAssigned": false,
"resourcePath": "/asyncapi/modelina/issues/1755",
"repo": "asyncapi/modelina",
"author": "jonaslagoni",
"area": "typescript",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "TS generator",
"color": "33943E"
}
]
},
{
"id": "I_kwDOE8Qh3858hQCM",
"title": "Add OpenAPI 3.1 support",
Expand Down Expand Up @@ -421,29 +403,6 @@
}
]
},
{
"id": "I_kwDOE8Qh3856iLHJ",
"title": "Add Scala generator to playground",
"isAssigned": false,
"resourcePath": "/asyncapi/modelina/issues/1690",
"repo": "asyncapi/modelina",
"author": "jonaslagoni",
"area": "Unknown",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "website",
"color": "57A793"
},
{
"name": "Scala Generator",
"color": "A25F2B"
}
]
},
{
"id": "I_kwDOB5hCo855VB2E",
"title": "Add code linting (eslint) as part of CI script",
Expand Down
Loading