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

13 Коммитов

Автор SHA1 Сообщение Дата
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
Suyash Salampuria 53b3b6abfc
Bug 1519165 : Add Login and Info menus to Intermittent Failure (#5999)
* Add Login and Info menus to Intermittent Failure
* Move error message to top in perfherder window
2020-03-03 16:20:19 -08:00
Cameron Dawson 7619710074 Bug 1513581 - Fix ESLint react/no-access-state-in-setstate 2019-02-27 09:40:35 -08:00
Sarah Clements 289057732a
Bug 1509214 - Convert Perfherder phCompareComponent (#4538)
Create table and filters components
2019-02-07 10:47:45 -08:00
Cameron Dawson 33921b52fd
Bug 1514668 - Use shared LogoMenu across IFV and Perfherder (#4435)
Also convert LogoMenu.jsx to Reactstrap dropdown and use it in IFV navbar
2019-01-10 10:15:56 -08:00
Cameron Dawson 2885a9a1e3
Bug 1480166 - Use class fields to avoid bind() calls in the rest (#4370) 2018-12-13 10:31:30 -08:00
Ed Morley 65b7f4ab45
Bug 1507172 - Use Prettier for formatting JS/JSX (#4276)
Since it's more reliable (and strict) at code formatting than ESLint.
We use it via an ESLint plugin, and so disable the style-related AirBnB
preset rules, leaving the AirBnB guide to handle only correctness and
best practices rules.

It's highly encouraged to use an IDE integration or Git commit hook
to run Prettier (or `yarn lint --fix`) automatically. See:
* https://prettier.io/docs/en/editors.html
* https://prettier.io/docs/en/precommit.html

We may consider enabling a git commit hook out of the box (using eg
Husky) in the future, however they have previously been known to
interfere with partial-staging workflows, so would need to test the
fixes they have made for them thoroughly first.

In future PRs we may also want to start formatting JSON/CSS/Markdown
using Prettier too.
2018-11-16 08:28:34 +00:00
Sarah Clements 3beca08c10
Bug 1483419 - remove componentWillReceiveProps in IFV (#4130) 2018-10-11 12:48:33 -07:00
Sarah Clements 712e8f20ff IFV: Require updateState prop (#4121) 2018-10-10 13:42:11 +01:00
Sarah Clements 51d7e684df
Bug 1485226 - remove redux from IFV (#4107) 2018-10-09 12:38:14 -07:00
Cameron Dawson eddbc1c8a7
Bug 1450039 - Convert Models for accessing API data to Classes (#3568) 2018-05-25 10:32:21 -07:00
Sarah Clements dd3c2d4f62 Bug 1449513 and bug 1452940 - Add more repos to IFV (#3501) 2018-05-09 19:39:04 +01:00
Sarah Clements 30df0aae6c Bug 1367362 - Add an intermittent failures view (#3296)
Adds a new view to display intermittent test failure occurrences,
to replace the functionality currently provided by the legacy
OrangeFactor tool.

Includes the new API endpoints originally reviewed in #3271.
2018-03-13 13:52:17 +00:00