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

10 Коммитов

Автор SHA1 Сообщение Дата
Sebastian Hengst 3064c54faa
Bug 1745936 - select text in log viewer and transfer it to bug filer's description field in other tab with button (#7344) 2022-01-31 08:07:21 -08:00
Cameron Dawson 9908f72189
Bug 1576966 - Convert last Selenium tests to React Testing Library (#6928) 2020-12-21 12:54:07 -08:00
Suyash Salampuria 84eb275772
Bug 1643114 - Improved UX for the LogViewer and redirecting from Failure Summary tab (#6556)
* ux-improvements to the log viewer with improved css
* changes to Job API test
* add clipboard button and link to logviewer
2020-06-29 18:16:35 -07:00
Armen Zambrano G c6a912818d Revert "Bug 1643114 - UX Improvements to the Log Viewer (#6490)"
This reverts commit 1550de2758.
2020-06-25 10:36:02 -04:00
Suyash Salampuria 1550de2758
Bug 1643114 - UX Improvements to the Log Viewer (#6490)
* enabled search feature and added feature to collapse and expand job details
* highlight different types of log lines
2020-06-24 11:07:25 -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
Ed Morley f0abef42c0
Bug 1506805 - Upgrade to modern Font Awesome (Part 1) (#4556)
* Convert Perfherder to Font Awesome v5
* Convert legacy react-fontawesome to the new version
* Convert logviewer to react-fontawesome
2019-02-05 08:44:49 +00: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 7f3db4090f
Bug 1506633 - Fix Logviewer links to original job in Treeherder (#4270) 2018-11-14 08:26:57 -08:00
Cameron Dawson 3ad320d958 Bug 1450045 - Convert Logviewer to ReactJS (#4223)
And switch to using react-lazylog instead of unified-logviewer.
2018-11-09 09:15:00 +00:00