pyup.io bot
5a4f752ba5
Update pytest from 3.9.2 to 3.9.3 ( #4200 )
2018-10-29 09:29:26 +00:00
pyup.io bot
4937701331
Update pycryptodome from 3.6.6 to 3.7.0 ( #4201 )
2018-10-29 09:22:34 +00:00
Ed Morley
47419fde6c
Bug 1428031 - Heroku: Increase max load_initial_data retries to 10 ( #4203 )
...
Since there was still a deploy failure after five attempts here:
https://dashboard.heroku.com/apps/treeherder-prototype/activity/releases/2847
2018-10-29 09:14:15 +00:00
Renovate Bot
a8d327dc4c
Update dependency react-redux to v5.1.0
2018-10-29 09:10:48 +00:00
pyup.io bot
5de4b356d8
Update python-dateutil from 2.7.4 to 2.7.5 ( #4199 )
2018-10-29 09:06:10 +00:00
Renovate Bot
d9011634c6
Update dependency fetch-mock to v7.2.2
2018-10-29 09:04:25 +00:00
Renovate Bot
6920282889
Update dependency jasmine-core to v3.3.0
2018-10-26 19:15:32 +01:00
pyup.io bot
8a5a7dfe65
Update future from 0.16.0 to 0.17.0 ( #4191 )
2018-10-26 08:32:56 +01:00
Cameron Dawson
ad7e0a7da4
Bug 1451171 - Transition away from unsafe lifecycle functions
2018-10-25 14:50:42 -07:00
pyup.io bot
ed5126a252
Update zope.interface from 4.5.0 to 4.6.0 ( #4174 )
2018-10-25 21:31:06 +01:00
William Lachance
b00f547386
Bug 1502088 - Workaround for case where no data for subtest comparison
...
We used to assume that there would always be data for a subtest comparison.
Not always true, depending on the parameters! This doesn't look very good,
but is better than endless cats and a console error.
2018-10-25 16:23:22 -04:00
William Lachance
8eb76d3cff
Bug 1502018 - Fix rare case of missing data in perf compares
...
After bug 1487626 landed, we wouldn't download comparison data for
the new revision if it had a different branch from the old one.
2018-10-25 16:23:22 -04:00
pyup.io bot
48358ae15e
Update responses to 0.10.2 ( #4185 )
...
And mark 'cookies' as Python < 3.4 only.
2018-10-25 21:19:07 +01:00
pyup.io bot
f84f2224ca
Update python-dateutil from 2.7.3 to 2.7.4 ( #4187 )
2018-10-25 21:05:59 +01:00
Ed Morley
165ef15747
Bug 1428031 - Heroku: Retry load_initial_data up to 5 times ( #4186 )
...
To work around the intermittent MySQL deadlocks encountered during
a small percentage of deployments. This will ensure deployments don't
cause email spam to app collaborators and Heroku admins, as well as
saving us from having to manually retry the release each time it
occurs.
The `IGNORE_PREDEPLOY_ERRORS` option has also been removed, since
it's mostly redundant with `SKIP_PREDEPLOY`.
2018-10-25 19:07:37 +01:00
Renovate Bot
50f2fa5a5b
Update dependency reactstrap to v6.5.0
2018-10-25 08:58:09 -07:00
Renovate Bot
c417d3ba9b
Update dependency auth0-js to v9.8.1
2018-10-25 15:56:00 +01:00
Cameron Dawson
c5b29e90ff
Change GroupSymbol into a stateless function
...
It was a PureComponent, but didn't need to be.
2018-10-25 07:44:46 -07:00
Cameron Dawson
d5b85be896
Bug 1501682 - Poll for new jobs on all pushes at once
...
Instead of polling for new jobs on each push, this will
poll for new jobs on all loaded pushes in one http call,
then distribute them to each Push.
2018-10-25 07:44:46 -07:00
Ed Morley
fdc85fa1ac
Lock file maintenance ( #4182 )
...
Updating the lockfile manually since Monday's schedule run did not
occur due to the GitHub incident that day.
2018-10-25 12:15:39 +01:00
Renovate Bot
ae11cceb8d
Update react monorepo to v16.6.0
2018-10-25 11:47:20 +01:00
Renovate Bot
ae9f74e10d
Update dependency react-select to v2.1.1
2018-10-25 11:22:14 +01:00
pyup.io bot
fedd85c766
Update brotli from 1.0.6 to 1.0.7 ( #4173 )
2018-10-24 11:55:25 +01:00
pyup.io bot
7b31a90b53
Update pytz from 2018.5 to 2018.6 ( #4176 )
2018-10-24 11:51:39 +01:00
pyup.io bot
654f00b886
Update pbr from 5.0.0 to 5.1.0 ( #4175 )
2018-10-24 10:50:35 +01:00
Sarah Clements
c476e21ae8
Bug 1452311 - fix pylint warnings for IFV API's ( #4137 )
2018-10-23 18:34:28 -07:00
Sarah Clements
7c8a0b5e6e
Bug 1500056 - update endday in bugdetails view ( #4170 )
...
update endday with current date when selecting a date option (i.e. 'last 7 days')
2018-10-23 11:03:15 -07:00
Cameron Dawson
b69b2f5c92
Move auth folder to shared folder ( #4169 )
2018-10-23 10:51:37 -07:00
Cameron Dawson
b52813161f
Bug 1450042 - Treeherder converted to full React ( #4167 )
2018-10-23 10:34:03 -07:00
pyup.io bot
7fe8f97703
Update pytest from 3.9.1 to 3.9.2 ( #4172 )
2018-10-23 13:31:56 +01:00
Renovate Bot
a2760ebede
Update dependency fetch-mock to v7.2.0
2018-10-23 11:59:27 +01:00
ionutgoldan
602c81f2f2
Bug 1501205 - Perf bug template: Point to updated wiki docs ( #4171 )
2018-10-23 11:56:43 +01:00
Cameron Dawson
3c07a53692
Bug 1450041 - Convert angular events to CustomEvent ( #4166 )
...
* Convert event selectNextTab
* Convert event saveClassification
* Convert event jobsClassified
* Convert event deleteClassification
* Convert event openLogviewer
* Convert event autoclassifyIgnore
2018-10-19 17:13:01 -07:00
pyup.io bot
dbbc1c4b3b
Update urllib3 from 1.23 to 1.24 ( #4151 )
2018-10-19 11:53:27 +01:00
pyup.io bot
6302e92022
Update requests from 2.19.1 to 2.20.0 ( #4161 )
2018-10-19 11:39:12 +01:00
Cameron Dawson
599a4beb25
Bug 1450041 - Convert event jobRetrigger ( #4164 )
2018-10-18 17:23:06 -07:00
Cameron Dawson
175f53e99a
Bug 1499852 - Add missing option to fix platform sort order ( #4165 )
...
the option of "all" was missing from the map object.
I also added a fall-back in case another option comes our
way that doesn't exist.
2018-10-18 17:21:51 -07:00
Cameron Dawson
7b46f9411a
Bug 1450041 - Remove event toggleFieldFilterVisible ( #4163 )
2018-10-18 16:11:10 -07:00
Cameron Dawson
0a6a3de460
Convert perf series function to react ( #4155 )
2018-10-18 14:56:30 -07:00
Cameron Dawson
47f4d29022
Bug 1499591 - Fix pin all showing when push has no showing jobs
2018-10-18 13:20:59 -07:00
ionutgoldan
bd95660e36
Bug 1497250 - Make perf alert state buttons sticky ( #4147 )
2018-10-18 17:00:41 +01:00
Cameron Dawson
8164b9a1c0
Fix the "nojobs" param
...
This was still polling for new jobs, even if you didn't load
any jobs initially. Now it won't fetch or poll jobs if the
param is set.
2018-10-18 08:57:20 -07:00
Cameron Dawson
4d374ab6c0
Bug 1499551 - Address memory leak when loading new pushes
...
This fix is not a "smoking gun" kind of fix. But it does appear to remedy
the problem in local testing. It is uses the spread syntax rather than
adding to the existing push, which I believe to be more correct.
It's my belief that the pushList.push was what was causing problems.
2018-10-18 08:57:20 -07:00
Renovate Bot
c77088847c
Update dependency fetch-mock to v7.1.0
2018-10-18 12:07:03 +01:00
pyup.io bot
adedc684ea
Update pbr from 4.3.0 to 5.0.0 ( #4153 )
2018-10-18 11:02:06 +01:00
pyup.io bot
97480c66c9
Update pytest from 3.8.2 to 3.9.1 ( #4152 )
2018-10-18 10:56:48 +01:00
Cameron Dawson
b357997924
Bug 1499531 - Fix cancel all jobs ( #4154 )
2018-10-16 15:49:37 -07:00
Cameron Dawson
63dcf774f8
Fix window scroll-height ( #4150 )
2018-10-16 10:33:57 -07:00
Cameron Dawson
f8b2f47959
Bug 1466494 - Convert global lodash imports to specific imports ( #4149 )
2018-10-16 09:31:41 -07:00
Cameron Dawson
264691b5b4
Bug 1499362 - Fix highlighted revision data points ( #4148 )
2018-10-16 08:56:52 -07:00