Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 3b40cf8f1f
Bump node-fetch from 2.6.0 to 2.6.1 (#175)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
2021-02-08 13:29:27 +01:00
Bastien Abadie a2c0e427a7
Upgrade build dependencies and fix build issues (#167) 2020-04-16 15:38:02 +02:00
dependabot[bot] eb4cd7d106
Bump auth0-js from 9.6.1 to 9.13.2 (#164)
Bumps [auth0-js](https://github.com/auth0/auth0.js) from 9.6.1 to 9.13.2.
- [Release notes](https://github.com/auth0/auth0.js/releases)
- [Changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/auth0.js/compare/v9.6.1...v9.13.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-11 09:01:08 +02:00
Bastien Abadie d00763e8bd
Use OAuth2 to login on firefox-ci Taskcluster instance (#160) 2020-01-16 19:07:09 +01:00
calixteman f392df2ff0 Use new backend for product_component stats (#145)
* Use new backend for product_component stats

* Artifacts are now gzip compressed
2019-09-03 23:07:52 +02:00
Shilpa Gowda 39ada188a7 Feature - Replace tables with a more advanced component
- Replaced Table in Reportees table with mui-datatable package
- Removed Sorting function in Reportees component and using default mui-datatble sorting feature
2019-06-12 19:15:45 +05:30
Armen Zambrano G 0167a02605 Upgrade to Neutrino 9 RC
This also required upgrading Jest to version 24 since I was getting this error:

> TypeError: Cannot read property 'cwd' of undefined
2019-04-17 16:18:23 -04:00
Armen Zambrano G f69032792f Issue 65 - Add alternative auth to enable non-LDAP contributors 2019-04-10 13:20:55 -04:00
Armen Zambrano G 0c2a3b4a69 Upgrade auth0-js for security concerns
I pinned the specific version because later versions have a bug.

For full details see:
https://nvd.nist.gov/vuln/detail/CVE-2018-7307

CVE-2018-7307
More information
moderate severity
Vulnerable versions: < 9.3.0
Patched version: 9.3.0

The Auth0.js library has a vulnerability affecting versions below 9.3 that allows an attacker to bypass the CSRF check from the state parameter if it's missing from the authorization response, leaving the client vulnerable to CSRF attacks.
2019-04-08 09:15:32 -04:00
Rail Aliiev 9cea88f377 Add SSO authentication and fetch org data from TaskCluster secrets 2019-04-08 09:15:31 -04:00
Emily Trang Nguyen 8b780fac8e UI refresh (#35)
Add a navigation bar to separate the 3 different views: people, teams and components.
2019-03-29 08:35:29 -04:00
Armen Zambrano G 1c5e70dc89 Bucket counting of bugs per week instead of per day 2019-01-09 11:59:25 -05:00
Armen Zambrano G c8a4c77a61 Issue #7 - Add graphs for components detail view
We want to see how well a bucket has been triaged over the past few
weeks.
2019-01-09 11:59:25 -05:00
Armen Zambrano G 76662b7794 Refactor: Move data fetch into MainContainer & generic metrics
Also make fetching metrics for a component generic in order to add a
full summary of various metrics in a future detailed view for a specific Bugzilla component.
2018-12-18 17:13:01 -05:00
Armen Zambrano G 626af8c429 Fix React hot loading
It seems that using react-loadable was breaking hot loading.
Changes to App/index.jsx would hot reload but any children components would not.
2018-12-18 15:48:35 -05:00
Armen Zambrano G 5931f54246 Show count of untriaged bugs for each component 2018-12-11 16:05:31 -05:00
Armen Zambrano G 873aa56dbe Use static file with triage owners
Using the checked-in triageOwners.json file speeds up the app.
We can regenerate this file when needed following the README instructions.
2018-11-30 11:11:47 -05:00
Armen Zambrano G 5f81360d5b Add link to Bugzilla component query 2018-11-30 10:15:15 -05:00
Armen Zambrano G 79856cafec Add Roboto font 2018-11-29 10:42:44 -05:00
Armen Zambrano G ebfccb7d87 Initial prototype
The main view shows all people who report to the selected user
and all Bugzilla components owned by any of them.
2018-11-29 10:04:34 -05:00
Armen Zambrano G d10ae5e2c1 Prevent commits and pushes without passing tests 2018-11-23 13:41:09 -05:00
Armen Zambrano G 4728115aaa Switch to Neutrino 9
The initial bootstraping was using create-project which set ups the project
with Neutrino 8.

This commit follows the instruction from here:
https://github.com/neutrinojs/neutrino/issues/1129
2018-11-23 13:41:03 -05:00
Armen Zambrano G d4d3c4d8d4 Initial Neutrino boostrapping 2018-11-23 12:14:27 -05:00