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

12 Коммитов

Автор SHA1 Сообщение Дата
Joel Maher 917e52dc34
update pre-commit tools to latest (#7573) 2022-11-15 12:58:15 -08:00
beatrice-acasandrei 550d535480
Bug 1717212 - Compare View query string parameters are not updated (#7189)
* The filter text from the Perfherder Compare View Page is now updated in URL as query params.
2021-07-06 17:23:18 -07:00
beatrice-acasandrei 17472feedd
Bug 1704477 - Enable sorting in Alerts view (#7119)
* Bug 1704477 - Enable sorting in Alerts view

* Bug 1704477 - Test coverage

* Delete getByText(testAlertSummaries[2].title))

* Delete q

* Bug 1704477 - Fixed failing test

* Bug 1704477 - Sort button resets to default sorting when alerts are updated

* Bug 1704477 - Address change request

* Bug 1704477 - Moved SortButton to a 'shared' folder and helpers.js, constants.js, sort.js to a 'helpers' folder

* Bug 1704477 - Address change request
2021-05-20 17:31:19 +03:00
Sarah Clements 1d8db11414
Bug 1623951 - convert hash urls to standard urls V2 (#6825)
* Bug 1623951 - convert hash urls to standard urls
* add single entry point and config changes
* create catchall in urls to serve index.html
* add lazy-load of assets on route change
* add connected-react-router for use with redux
* add react helmet for favicon
* refactor tests and add tests for backwards-compatibility of urls
* fix pagination and back navigation in Perfherder alerts
2020-10-28 12:21:19 -07:00
renovate[bot] d6ba99312c
Update dependency prettier to v2 (#6323)
* Update dependency prettier to v2
* Automatic prettier fixes

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Armen Zambrano G <armenzg@mozilla.com>
2020-04-30 15:40:38 -04:00
ionutgoldan eec3bfedbe
Bug 1609081 - Provide full server side search in Alerts view 2020-02-17 13:47:44 +02:00
Sarah Clements fc1e660053
Bug 1594416 - Fix perf permalinks (#5728)
change css to allow scrollTo so header or row doesn't hide behind navbar, prevent updates with hash location prop change to address slowness onPermaLinkClick, and extract table row into CompareTableRow to utilize refs
2019-12-11 16:16:34 -08:00
Armen Zambrano a45bb487d7
Upgrade to Neutrino 9 RC4 (#5454)
* Upgrade to Neutrino 9 RC4
* yarn-deduplicate
2019-10-08 10:13:28 -04:00
Sarah Clements 59737af771
Bug 1539232 - Switch Perfherder to react-router (#5379)
Switch Perfherder to react-router
Use top-level of app as a cache for projects, frameworks, alerts data and compare data
Cleanup files and move constants to dedicated perfherder file
Remove angular-related libraries and bump up the neutrino entry and asset limits
2019-09-25 15:15:37 -07:00
Sarah Clements 47b53c157a
Bug 1519995 - Perfherder graphs react conversion part 3 (#5286)
Create components to handle graph controls, legend and graph container
Convert graph functionalty to react and replace jquery.flot with Victory
2019-09-09 13:19:04 -07:00
Armen Zambrano G 90c3d98cf3 Disable no-unused-vars for few lines 2019-08-21 16:16:45 -04:00
Sarah Clements cfde588e43
Bug 1523710 - Convert alerts view to react (#5005)
replace all angular partials and controllers with react components;
write tests for filters and different alert functionality
2019-06-03 11:53:44 -07:00