This is a bugzilla dashboard that helps management determine Bugzilla components triaging status
Перейти к файлу
Mohamed Shadab dcefa04db4 Issue #32 - Fixes bug in code for putting bugs into buckets (#33)
Problem: The Date() API creates a date object with the current UTC time, where as when the same object is passed into moment its converted to the local timezone, so when ever the local time zone has moved to the next day and UTC is behind(or vice-versa), one of the tests fail.

Fix: Create date objects using moment instead of the Date() API.
2019-03-12 15:02:18 -04:00
scripts Use static file with triage owners 2018-11-30 11:11:47 -05:00
src Issue #32 - Fixes bug in code for putting bugs into buckets (#33) 2019-03-12 15:02:18 -04:00
test Issue #32 - Fixes bug in code for putting bugs into buckets (#33) 2019-03-12 15:02:18 -04:00
.eslintrc.js Switch to Neutrino 9 2018-11-23 13:41:03 -05:00
.gitignore Initial prototype 2018-11-29 10:04:34 -05:00
.neutrinorc.js Issue #5 - Use fake org data until we have access to real org data 2018-12-18 08:58:34 -05:00
.travis.yml Travis support 2018-12-19 10:04:33 -05:00
LICENSE Initial commit 2018-11-23 08:51:23 -05:00
README.md Issue #5 - Use fake org data until we have access to real org data 2018-12-18 08:58:34 -05:00
jest.config.js Switch to Neutrino 9 2018-11-23 13:41:03 -05:00
package.json Bucket counting of bugs per week instead of per day 2019-01-09 11:59:25 -05:00
webpack.config.js Switch to Neutrino 9 2018-11-23 13:41:03 -05:00
yarn.lock Bucket counting of bugs per week instead of per day 2019-01-09 11:59:25 -05:00

README.md

bugzilla-dashboard

This is a bugzilla dashboard that helps management determine Bugzilla components triaging status plus listing members of their reporting chain.

Fake org data

We currently use fake data in order that we can have the repository on a public site while gathering feedback from stakeholders.

Generate files

Until we have a backend, we need to regenerate certain files (e.g. triageOwners.json). This file is checked-in because it makes the app snapier, however, it can fall out of date.

To regenerate it run this:

node scripts/generateTriageOwners.js