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

9 Коммитов

Автор SHA1 Сообщение Дата
Cameron Dawson 563986a4c1
Bug 1652808 - Fix Notifications with darker-info (#6621) 2020-07-14 11:32:26 -07:00
Cameron Dawson 7fbdc1012d
Bug 1647451 - Add a details tab panel to each test failure in Push Health (#6531) 2020-06-30 13:56:56 -07:00
Cameron Dawson 0ddd5a80e1
Bug 1510280 - Convert Notifications to Redux (#5030)
This introduces Redux back into Treeherder.  While redux is often considered
unnecessary for simple apps in favor of Context, Treeherder is not simple.

Using Redux here allows us to abstract out certain functionality into
libraries that can be self-contained.  And it does a better job of managing
the functions needed to modify the state in these areas.  This is the first
context I am converting and will likely have minimal (if any) noticeable
performance gain.  But converting SelectedJob and Pusehs should end up having
a larger impact.
2019-06-06 14:39:50 -07:00
Cameron Dawson e5fb5d61af
Fix titles for FontAwesomeIcon (#4838) 2019-04-09 10:24:47 -07:00
Ed Morley 8aa5d30cad
Bug 1506805 - Convert job-view and userguide to react-fontawesome (#4710)
This is the second part to the Font Awesome conversion started in #4556.

After this PR, all that is left is the Perfherder parts, which can be
converted from the inline HTML style SVG+JS to using
`@fortawesome/react-fontawesome` as part of the React conversion.
2019-02-27 17:58:55 +00:00
Cameron Dawson 6eeff4bafe
Bug 1513601 - Fix/enable ESLint 'react/button-has-type' (#4377)
Also make tests less brittle
2018-12-18 14:22:32 -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
Cameron Dawson fdb48d0aa2
Bug 1505336 - Make notifications clear-able (#4254) 2018-11-14 08:36:18 -08:00
Cameron Dawson 49368ca7ff
Bug 1450024 - Convert Notifications to ReactJS (#4132) 2018-10-12 17:16:20 -07:00