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

10244 Коммитов

Автор SHA1 Сообщение Дата
Cameron Dawson 3ebf7b7772
Bug 1602833 - Group failures by platform and config (#5831) 2020-01-17 09:02:42 -08:00
Alexandru Irimovici 9c075730ea Bug 1569584 - Integrate retriggering dialog on compare view 2020-01-17 10:24:26 +02:00
Cameron Dawson 351d9dfd93
Bug 1602971 - Improve display of LogViewer icon (#5795) 2020-01-16 19:23:28 -08:00
Sarah Clements 0dc9cd0d9b
Bug 1583989 - Fix Perfherder graph colors (#5833)
When a test legend is removed, ensure there is a check to replace the next test in the queue
that was deselected due to color limitations and update its color
2020-01-16 12:39:37 -08:00
Sarah Clements 7d94199b2e
Bug 1609140 - Perfherder tooltip fix (#5822)
Add CSS change to allow cursor selection of text on the graph tooltip and
add the Clipboard component to make copying easier
2020-01-16 10:59:09 -08:00
renovate[bot] e9f907d52b Update dependency victory to v34 (#5784)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-16 08:59:46 -05:00
Armen Zambrano a08bc57833
Upgrade react-hotkeys and reactstrap (#5820)
* This removes various noisy warnings found in tests' output
* Upgrade reactstrap
* Upgrade react-hotkeys
* Remove tooltip class name in SimpleTooltip

Co-authored-by: Sarah Clements <sclements@mozilla.com>
2020-01-16 08:51:33 -05:00
Armen Zambrano c971f55320
Upgrade Django (#5808) 2020-01-15 08:21:30 -05:00
Sarah Clements 683080885a
Bug 1568913 - Replace metrics-graphics with Victory (#5812)
Updated Perfherder replicates graphs and Intermittent Failures view
graphs with Victory library and uninstalled metrics-graphics
2020-01-14 17:59:05 -08:00
Cameron Dawson c451fc69a0 Revert "Bump newrelic from 5.2.1.129 to 5.4.1.134 in /requirements"
This reverts commit e324d61306.
2020-01-14 13:28:25 -08:00
dependabot-preview[bot] 3c252c4209 Bump uritemplate from 3.0.0 to 3.0.1 in /requirements
Bumps [uritemplate](https://github.com/python-hyper/uritemplate) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/python-hyper/uritemplate/releases)
- [Changelog](https://github.com/python-hyper/uritemplate/blob/master/HISTORY.rst)
- [Commits](https://github.com/python-hyper/uritemplate/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 12:34:16 -08:00
dependabot-preview[bot] e324d61306 Bump newrelic from 5.2.1.129 to 5.4.1.134 in /requirements
Bumps [newrelic](http://newrelic.com/docs/python/new-relic-for-python) from 5.2.1.129 to 5.4.1.134.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 12:33:51 -08:00
dependabot-preview[bot] 505e736a9c Bump whitenoise from 4.1.3 to 5.0.1 in /requirements
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.3 to 5.0.1.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/v4.1.3...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 12:33:23 -08:00
dependabot-preview[bot] c71b12b279 Bump pycryptodome from 3.8.2 to 3.9.4 in /requirements
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.8.2 to 3.9.4.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.8.2...v3.9.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 12:31:24 -08:00
Armen Zambrano b45566399f
Upgrade djangorestframework (#5806) 2020-01-14 09:09:21 -05:00
Armen Zambrano b4463cc9c1
Changes to Heroku Review Apps (#5805)
* For Heroku Review Apps define tasks defaulting to the Firefox CI Taskcluster instance

The Pulse sources are configured differently on Heroku Review Apps because `PULSE_PUSH_SOURCES` and `PULSE_TASK_SOURCES` are defined as arrays rather than a string.

This is because `app.json` is a Json file and we cannot specify an array by mixing single & double
quotes.

* Bump the Redis and JawsDB add-ons to handle load
* Remove ingesting android-components as it causes noise
* Default LOGGING_LEVEL to INFO as we can handle the extra logging
2020-01-14 09:06:22 -05:00
Cameron Dawson f29e0c0ad7 Bug 1608260 - Minor tweak fixup for Push Health UI status bar 2020-01-13 13:13:09 -08:00
Cameron Dawson 6a5271d76f Bug 1608260 - Reduce noise in Push Health UI and add concise status 2020-01-13 09:39:37 -08:00
renovate[bot] 9ff37a7fa4 Pin dependency react-dates to 21.5.1 (#5818)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-13 08:21:27 -05:00
octavian-negru f4b554f3f7 Bug 1603084 - Make import_perf_data aware of BackfillReport and BackfillRecord 2020-01-13 11:26:06 +02:00
Renovate Bot 830861a0e7 Lock file maintenance 2020-01-13 02:14:32 +00:00
Renovate Bot 98c2945260 Update Node.js to v12.14.1 2020-01-13 01:14:37 +00:00
Tom Prince d89a06097c Add a button to copy task-id to the clipboard. (#5810)
* Factor out clipboard handling to component.
* Add link to copy taskid to clipboard.
* Allow copying hash on log-viewer page as well.
2020-01-10 14:58:06 -08:00
Mellina Yonashiro f1cb8a7002 Anchor-Dropdown fix for AlertHeader (#5809) 2020-01-09 12:36:50 -08:00
Sarah Clements e3e65b83a2
Bug 1581497 - Change Perfherder graph tooltips (#5762)
* replace absolute positioned tooltip with custom Victory flyout tooltip

* remove use of x, y and pushId in query param

* move createGraphData into helpers and set up tooltip test

* update selected param in TH details panel
2020-01-08 13:56:57 -08:00
Mellina Yonashiro 2c6fcd68ab Bug 1603245 - Date picker is not keyboard accessible (#5787) 2020-01-08 11:16:01 -08:00
ionutgoldan ea1ed3b76a
Bug 1584947 - Display measurement units on the Graphs view 2020-01-08 12:03:29 +02:00
Edwin Takahashi 5cc817681c Bug 1602863 - pretty treeherder labels for linux1804 jobs (#5802) 2020-01-07 17:14:28 -08:00
Armen Zambrano 47107d199a
Manual ingestion improvements (#5799)
Manual ingestion improvements

* Disable eager consumption
* Determine Gecko decision task id automatically
* Shorthand for some parameters
2020-01-07 16:50:14 -05:00
Armen Zambrano 133a430129
Support changing logging level with environment variable (#5803)
Setting the DEBUG environment variable enables Django in a debug mode which requires
the package `django_extensions`. This prevents Heroku from completing a build since it only installs production packages rather than development packages.

Changing the logging level should not activate Django's debug mode. This change decouples the two and it supports the previous behaviour if still wanted.
2020-01-07 16:43:31 -05:00
ionutgoldan 77b56c58f7
Bug 1587404 - Filter perf signatures by tags 2020-01-07 10:10:45 +02:00
Khushal Sahni ea01b53dea Add favicon for perfherder from ui/img/line_chart.png (#5767) 2020-01-06 13:20:27 -08:00
Mellina Yonashiro 208082eea3 Bug 1603241 - Accessibility improvements in Intermittent Failures View (#5765) 2020-01-06 13:04:37 -08:00
Nicolas Chevobbe f2e7b4de8f Bug 1487761 - Display revision comments in RevisionInformation
The revision comments were supposed to be displayed,
but we were looking at the wrong place to do so.
This patch fixes this, so revision comments are displayed
under the revision number + author.
The layout is changed to flex to do this properly.
Colors are tweaked a bit in order to pass WCAG standard.
2020-01-06 17:12:46 +02:00
Renovate Bot ae97c32761 Lock file maintenance 2020-01-06 01:14:11 +00:00
Cameron Dawson 6138c65198 Bug 1602969 - Show matching in-progress jobs for failures 2020-01-03 09:39:49 -08:00
renovate[bot] 76ffee08af Lock file maintenance (#5791) 2020-01-02 09:16:27 -05:00
renovate[bot] 777c4915b0 Update dependency webpack to v4.41.5 (#5790) 2020-01-02 09:16:10 -05:00
renovate[bot] 01bb00b69a Update dependency redux to v4.0.5 (#5789) 2020-01-02 09:15:59 -05:00
renovate[bot] 21e656d5b9 Lock file maintenance (#5785) 2019-12-23 11:23:28 -05:00
Manish Giri e544001446 Add React Fragment to clear test warnings for Filtering_test.jsx (#5780) 2019-12-23 09:49:32 -05:00
renovate[bot] 91fdf6eef5 Update dependency enzyme-adapter-react-16 to v1.15.2 (#5782) 2019-12-23 09:25:18 -05:00
renovate[bot] dbe9cdbf08 Update dependency fetch-mock to v8.0.3 (#5783) 2019-12-23 09:24:57 -05:00
Armen Zambrano 3be299796d
Reconfigure Renovate (#5778)
* Move config to a dot file
* Schedule package updates early on Mondays
* Avoid taking minor packages
* Update patch releases independently from minor releases
* Auto merge patch releases silently if tests pass, otherwise, open PR
* Auto merge lock file maintenance if tests pass. Always open PR
2019-12-20 16:36:06 -05:00
renovate[bot] bdf8a44243 Update dependency webpack to v4.41.4 (#5776) 2019-12-20 08:30:44 -05:00
Cameron Dawson f4ca6bb03d Bug 1605214 - Call health_status endpoint more efficiently
This code was calling the endpoint too often.  Instead of using
shouldComponentUpdate, we needed to check the ``prevProps``
in componentDidUpdate to see if it needs to make the API call.
2019-12-19 17:07:29 -08:00
Cameron Dawson f35319ad97 Bug 1605214 - Improve Push.health_summary API 2019-12-19 17:07:29 -08:00
Cameron Dawson 9668c56ec8 Bug 1601696 - Push Health Need Investigation tests have max 90% confidence 2019-12-19 16:41:48 -08:00
Cameron Dawson 88b1e069ee Bug 1600625 - Add explanation for rules of an intermittent 2019-12-19 16:41:48 -08:00
Cameron Dawson 9c235566a1
Bug 1604324 - Push Health show failed performance tasks (#5761) 2019-12-19 16:38:39 -08:00