Skip to content

Commit

Permalink
upd 25.07
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Jul 25, 2024
1 parent 590a7e5 commit abdab3c
Show file tree
Hide file tree
Showing 32 changed files with 18,508 additions and 18,428 deletions.
15 changes: 7 additions & 8 deletions add-on-reports-generator/build_reports.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ const contacted = {
"988561": "Works, needs max version lift (pure WebExtension)", // Freecosys - Провайдер FileLink
}

const breaking_api_change = [
// messagesUpdate permission
const messagesUpdate = [
"217293", // signal-spam
"287743", // mailhops
"320395", // remindit
Expand Down Expand Up @@ -339,8 +338,8 @@ var reports = {
badges.push({ badge: "pending_pr", link: pending_pr[extJson.id] });
} else if (Object.keys(contacted).includes(`${extJson.id}`)) {
badges.push({ badge: "contacted", tooltip: contacted[`${extJson.id}`] });
} else if (breaking_api_change.includes(`${extJson.id}`)) {
badges.push({ badge: "contacted", tooltip: "Breaking API change" });
} else if (messagesUpdate.includes(`${extJson.id}`)) {
badges.push({ badge: "breaking_api_change", tooltip: "Missing messagesUpdate permission" });
}

if (badges.length == 0) {
Expand Down Expand Up @@ -435,8 +434,8 @@ var reports = {
badges.push({ badge: "pending_pr", link: pending_pr[extJson.id] });
} else if (Object.keys(contacted).includes(`${extJson.id}`)) {
badges.push({ badge: "contacted", tooltip: contacted[`${extJson.id}`] });
} else if (breaking_api_change.includes(`${extJson.id}`)) {
badges.push({ badge: "contacted", tooltip: "Breaking API change" });
} else if (messagesUpdate.includes(`${extJson.id}`)) {
badges.push({ badge: "breaking_api_change", tooltip: "Missing messagesUpdate permission" });
}

return { include: manually_lowered, badges };
Expand Down Expand Up @@ -501,8 +500,8 @@ var reports = {
badges.push({ badge: "pending_pr", link: pending_pr[extJson.id] });
} else if (Object.keys(contacted).includes(`${extJson.id}`)) {
badges.push({ badge: "contacted", tooltip: contacted[`${extJson.id}`] });
} else if (breaking_api_change.includes(`${extJson.id}`)) {
badges.push({ badge: "contacted", tooltip: "Breaking API change" });
} else if (messagesUpdate.includes(`${extJson.id}`)) {
badges.push({ badge: "breaking_api_change", tooltip: "Missing messagesUpdate permission" });
}

return { include, badges };
Expand Down
1 change: 1 addition & 0 deletions add-on-reports-generator/log.json
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,7 @@
"[email protected]",
"988764-{DAE1031B-CD52-42CA-AE84-3B3F5B2C1593}-folder-pane-toggler",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
Expand Down
98 changes: 77 additions & 21 deletions add-on-reports-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion add-on-reports-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"dependencies": {
"bent": "^7.3.12",
"comment-json": "^4.2.3",
"comment-json": "^4.2.4",
"download": "^8.0.0",
"extract-zip": "^2.0.1",
"fast-find-in-files": "^1.0.4",
"fs-extra": "^10.1.0",
"path": "^0.12.7",
"xml-js": "^1.6.11"
Expand Down
Loading

0 comments on commit abdab3c

Please sign in to comment.