Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/showing-closed-reports' into sho…
Browse files Browse the repository at this point in the history
…wing-closed-reports
  • Loading branch information
cservakt committed May 9, 2024
2 parents eb55797 + 0f01801 commit b5c56d9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified web/api/py/codechecker_api/dist/codechecker_api.tar.gz
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions web/api/report_server.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ struct ReportFilter {
// [(key1, value1), (key1, value2), (key2, value3)] returns reports which
// have "value1" OR "value2" for "key1" AND have "value3" for "key2".
22: optional list<Pair> annotations,
23: optional list<ReportStatus> reportStatus, // Specifying the status of the filtered reports.
}

struct RunReportCount {
Expand Down
12 changes: 6 additions & 6 deletions web/server/vue-cli/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default {
fetchItems() {
this.loading = true;
console.log(this.reportFilter);
const reportFilter = new ReportFilter(this.reportFilter);
reportFilter.reviewStatus = null;
Expand Down

0 comments on commit b5c56d9

Please sign in to comment.