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
Mellina Yonashiro
7f39190fc4
Bug 1600752 - Accessibility improvements Compare and Alert Views ( #5733 )
2019-12-19 13:07:34 -08:00
dependabot-preview[bot]
b42524e068
Bump django-cors-headers from 3.0.2 to 3.2.0 in /requirements ( #5645 )
...
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) from 3.0.2 to 3.2.0.
- [Release notes](https://github.com/adamchainz/django-cors-headers/releases )
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.0.2...3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 10:13:54 -08:00
Cameron Dawson
02799e8d0d
Code comments for push_health functions ( #5713 )
2019-12-19 10:04:53 -08:00
dependabot-preview[bot]
12515fa183
Bump pytest-html from 2.0.0 to 2.0.1 in /requirements ( #5772 )
...
Bumps [pytest-html](https://github.com/pytest-dev/pytest-html ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/pytest-dev/pytest-html/releases )
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-html/compare/v2.0.0...v2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 09:51:09 -08:00
dependabot-preview[bot]
193ab51aa7
Bump jinja2 from 2.10.1 to 2.10.3 in /requirements ( #5572 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.10.1 to 2.10.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.10.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 16:23:17 -08:00
Mellina Yonashiro
49da17f9d3
Bug 1603251 - Improve expand/collapse component for screen reader users ( #5753 )
2019-12-18 15:44:21 -08:00
octavian-negru
e2869e3428
Bug 1602354 - Highlight alerts proposed for backfill/retrigger ( #5732 )
2019-12-18 13:19:48 -08:00
Armen Zambrano
7947b9f4f2
Django security update ( #5768 )
2019-12-18 08:41:25 -05:00
renovate[bot]
e4738e9451
Update Node.js to v12.14.0 ( #5766 )
2019-12-18 08:17:54 -05:00
Mellina Yonashiro
2bbd351fa7
Bug 1600757 - Dropdown menu SR keyboard support - fix ( #5764 )
2019-12-17 11:11:12 -08:00
renovate[bot]
8d416c31e7
Update dependency webpack to v4.41.3 ( #5763 )
2019-12-17 08:54:37 -05:00
Cameron Dawson
3ba10ee22d
Bug 1600626 - Add progress status to Push Health ( #5755 )
2019-12-16 13:36:58 -08:00
Cameron Dawson
37e3b40aec
Bug 1593136 - Push Health support harness crashes ( #5751 )
2019-12-16 12:50:32 -08:00
Mellina Yonashiro
e6aebc191a
Bug 1600757 - Dropdown menu screen reader keyboard support ( #5725 )
2019-12-16 12:20:33 -08:00
renovate[bot]
bb97ddf1d9
Lock file maintenance ( #5758 )
2019-12-16 08:40:39 -05:00