Skip to content

Commit

Permalink
Add see_also field to uplift value calculationD
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Dec 14, 2023
1 parent 171bd4e commit d9a9b20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/models/nightly.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
$url = Bz::getBugListLink($bugs);

// Bugzilla REST API https://wiki.mozilla.org/Bugzilla:REST_API
$bug_list_details = Utils::getJson('https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,priority,severity,keywords,product,component,type,duplicates,regressions,cf_webcompat_priority,cf_performance_impact,cf_tracking_firefox' . NIGHTLY . ',cf_tracking_firefox' . BETA . ',cf_tracking_firefox' . RELEASE . ',cf_status_firefox' . NIGHTLY . ',cf_status_firefox' . BETA . ',cf_status_firefox' . RELEASE . ',cc&bug_id=' . implode('%2C', $bugs))['bugs'] ?? [];
$bug_list_details = Utils::getJson('https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,priority,severity,keywords,product,component,type,duplicates,regressions,cf_webcompat_priority,cf_performance_impact,cf_tracking_firefox' . NIGHTLY . ',cf_tracking_firefox' . BETA . ',cf_tracking_firefox' . RELEASE . ',cf_status_firefox' . NIGHTLY . ',cf_status_firefox' . BETA . ',cf_status_firefox' . RELEASE . ',cc,see_also&bug_id=' . implode('%2C', $bugs))['bugs'] ?? [];

$bug_list[$dataset['buildid']] = [
'bugs' => $bug_list_details,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"symfony/polyfill": "^1.23",
"twbs/bootstrap-icons": "^1.8",
"benhall14/php-calendar": "^1.4",
"pchevrel/bzkarma": "0.6",
"pchevrel/bzkarma": "0.7",
"cweagans/composer-patches": "^1.7",
"sentry/sentry": "^4.0"
},
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit d9a9b20

Please sign in to comment.