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

788 Коммитов

Автор SHA1 Сообщение Дата
Ed Morley 67d09d55d8 Bug 1483051 - Update to whitenoise 4
* Renames `is_immutable_file` to match changes to the parent class.
* Suppresses the new "missing static files directory" warning when
  running the tests (since it's expected in !production).
* Uses the new `extras_require` `[brotli]` entry to make WhiteNoise's
  dependency more obvious.

Changelog:
http://whitenoise.evans.io/en/stable/changelog.html#v4-0

Closes #3903.
2018-08-14 14:19:31 +02:00
pyup.io bot 8ee5bf23a4 Update pypom to 2.1.0 (#3914)
And remove the now fixed `filterwarnings` entry.
2018-08-14 13:57:41 +02:00
pyup.io bot 512462ceb1 Update certifi from 2018.4.16 to 2018.8.13 (#3912) 2018-08-13 13:13:15 +02:00
pyup.io bot 062c6bb217 Update pycryptodome from 3.6.4 to 3.6.5 (#3910) 2018-08-13 12:47:42 +02:00
pyup.io bot abda398e80 Update elasticsearch from 6.3.0 to 6.3.1 (#3898) 2018-08-12 04:29:03 +02:00
pyup.io bot 1a77998f2b Update scandir from 1.8 to 1.9.0 (#3904) 2018-08-12 04:28:13 +02:00
pyup.io bot ac81dba055 Update selenium to 3.14.0 (#3872)
And add a `filterwarnings` entry for new selenium `DeprecationWarning`.
2018-08-12 04:25:58 +02:00
Ed Morley 1b52b07728
Bug 1445325 - Stop mirroring classifications to OrangeFactor (#3677)
Now that consumers of OrangeFactor have been switched to the new
intermittent failures view UI/API, we can stop submitting failure
classifications to OrangeFactor's Elasticsearch instance.
2018-08-03 00:16:35 +02:00
pyup.io bot 060c2eec30 Update pytest from 3.7.0 to 3.7.1 (#3875) 2018-08-02 21:26:12 +02:00
pyup.io bot 2805ee0921 Update scandir from 1.7 to 1.8 (#3873) 2018-08-02 19:18:14 +02:00
pyup.io bot d990ddbc5b Update django from 1.11.14 to 1.11.15 (#3864) 2018-08-01 17:29:31 +02:00
pyup.io bot b9f00a178c Update pytest to 3.7.0 (#3851)
* Update pytest from 3.6.4 to 3.7.0
* Add new dependencies
2018-08-01 14:38:54 +02:00
pyup.io bot ec00290a57 Update newrelic from 4.0.0.99 to 4.2.0.100 (#3855) 2018-07-31 19:55:50 +02:00
pyup.io bot 121b52eb93 Update more-itertools from 4.2.0 to 4.3.0 (#3852) 2018-07-31 19:49:14 +02:00
Ed Morley a2da8d08ca
Bug 1466084 - Docs: Install recommonmark as an editable dependency (#3847)
Since Read The Docs has a pre-installed older version installed,
and doesn't use `--upgrade` with pip, so we have to force the latest
version to be installed by using "editable" (`-e`) mode:
https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support

This fixes the exception that occurred on Read the Docs (but wasn't
seen on Travis, since it doesn't have the pre-installed older version).
2018-07-30 21:44:38 +02:00
Ed Morley 33f0464101 Bug 1466084 - Docs: Add Sphinx markdown support
We want to switch from reStructuredText to Markdown, since:
* it's more user-friendly
* it is used in multiple places on GitHub, so people are more familiar
  with it / context switching between the two is annoying
* the disadvantages of markdown typically raised as reasons to prefer
  reST either don't apply to our use-case, or are no longer accurate
  with recent tooling/extensions
* switching means we can also later start using mkdocs (which doesn't
  support reST) instead of Sphinx. That change has been kept separate
  to reduce the size of the PR, and to make the comparison between
  the two more fair.

See:
https://docs.readthedocs.io/en/latest/getting_started.html#in-markdown
https://recommonmark.readthedocs.io/en/latest/index.html
2018-07-30 20:49:01 +02:00
pyup.io bot ee18e5a153 Update pbr from 4.1.1 to 4.2.0 (#3846) 2018-07-30 17:42:07 +02:00
pyup.io bot 08026c0ffc Update pluggy to 0.7.1 (#3842)
And add a `filterwarnings` entry for new pluggy `DeprecationWarning`.
2018-07-29 15:21:32 +02:00
pyup.io bot ad7e9b901f Update sphinx-rtd-theme from 0.4.0 to 0.4.1 (#3838) 2018-07-28 21:48:06 +02:00
pyup.io bot 38f6c0ecd6 Update pytest from 3.6.3 to 3.6.4 (#3841) 2018-07-28 21:29:10 +02:00
pyup.io bot 0ed2aa61d6 Update pytest-django from 3.3.2 to 3.3.3 (#3836) 2018-07-27 00:03:35 +02:00
Ed Morley 78c6f78a84
Bug 1478663 - Update graphql related libraries (#3833)
Travis was failing on the original pyup-bot PRs, since the updates
need to all be made at once.

The `DjangoFilterConnectionField` workaround has been removed, since
it should no longer required, as the new release includes:
https://github.com/graphql-python/graphene-django/pull/224

Release notes:
* https://github.com/graphql-python/graphql-core/releases/tag/v2.1.0
* https://github.com/graphql-python/graphene/releases/tag/v2.1.3
* https://github.com/graphql-python/graphene-django/releases/tag/v2.1rc0
* https://github.com/graphql-python/graphene-django/releases/tag/v2.1rc1
* https://github.com/graphql-python/graphene-django/releases/tag/v2.1.0

Closes #3806.
Closes #3807.
Closes #3808.
2018-07-26 18:33:54 +02:00
pyup.io bot 7ec74997d2 Update newrelic from 3.4.0.95 to 4.0.0.99 (#3825) 2018-07-24 19:34:41 +02:00
pyup.io bot e3df8f15d4 Update django-cors-headers from 2.3.0 to 2.4.0 (#3803) 2018-07-23 13:33:33 +02:00
pyup.io bot 7e30e82595 Update mozlog from 3.7 to 3.8 (#3818) 2018-07-23 13:22:53 +02:00
pyup.io bot af6211e722 Update pbr from 4.1.0 to 4.1.1 (#3809) 2018-07-20 16:31:26 -07:00
pyup.io bot 19daa928ed Update sphinx from 1.7.5 to 1.7.6 (#3791) 2018-07-16 23:31:02 +01:00
pyup.io bot 61cc3ab648 Update django-extensions from 2.0.7 to 2.1.0 (#3792) 2018-07-16 23:30:01 +01:00
pyup.io bot 79fc17b763 Update newrelic from 3.2.2.94 to 3.4.0.95 (#3783) 2018-07-13 14:07:10 +01:00
pyup.io bot d05cf569be Update pycryptodome from 3.6.3 to 3.6.4 (#3775) 2018-07-11 14:29:07 +01:00
pyup.io bot 00e21677ec Update pyyaml from 3.12 to 3.13 (#3764) 2018-07-06 10:37:19 +01:00
pyup.io bot 14619cb185 Update pytest from 3.6.2 to 3.6.3 (#3759) 2018-07-05 10:48:32 +01:00
pyup.io bot 55c548c632 Update pbr from 4.0.4 to 4.1.0 (#3760) 2018-07-05 10:17:54 +01:00
pyup.io bot b33652826b Update mozterm from 0.1.0 to 1.0.0 (#3752) 2018-07-03 15:07:58 +01:00
pyup.io bot b82378bdd9 Update django from 1.11.13 to 1.11.14 (#3748) 2018-07-02 11:45:58 +01:00
pyup.io bot 6d43f41ed4 Update furl from 1.1 to 1.2 (#3739) 2018-06-29 20:56:15 +01:00
pyup.io bot 695bbb8579 Update pytz from 2018.4 to 2018.5 (#3732) 2018-06-29 12:27:37 +01:00
Ed Morley 129d51c4b6
Revert "Update pyyaml from 3.12 to 4.1 (#3719)" (#3733)
This reverts commit 3ca4df6657 since
the new version of pyyaml has been unpublished, causing:
https://travis-ci.org/mozilla/treeherder/jobs/398044815#L583
2018-06-29 12:13:04 +01:00
pyup.io bot 5e7c246b81 Update simplejson from 3.15.0 to 3.16.0 (#3730) 2018-06-29 11:44:14 +01:00
pyup.io bot b00d42c2f7 Update django-cors-headers from 2.2.1 to 2.3.0 (#3726) 2018-06-28 12:02:03 +01:00
pyup.io bot 04827a096e Update mysqlclient from 1.3.12 to 1.3.13 (#3724) 2018-06-27 14:30:20 +01:00
pyup.io bot f970c305da Update py from 1.5.3 to 1.5.4 (#3723) 2018-06-27 14:08:19 +01:00
pyup.io bot 3ca4df6657 Update pyyaml from 3.12 to 4.1 (#3719) 2018-06-27 10:11:19 +01:00
pyup.io bot a546133b50 Update django-cors-headers from 2.2.0 to 2.2.1 (#3721) 2018-06-27 10:04:30 +01:00
pyup.io bot b621781f26 Update selenium from 3.12.0 to 3.13.0 (#3713) 2018-06-25 22:59:21 +01:00
pyup.io bot 1d9e7bb473 Update django-environ from 0.4.4 to 0.4.5 (#3712) 2018-06-25 19:17:03 +01:00
pyup.io bot 07e032748b Update pytest-django from 3.3.0 to 3.3.2 (#3701) 2018-06-22 11:17:47 +01:00
pyup.io bot 2a7fcdbcff Update pycryptodome from 3.6.2 to 3.6.3 (#3700) 2018-06-21 20:00:56 +01:00
pyup.io bot 6d2ba38c61 Update pytest from 3.6.1 to 3.6.2 (#3685) 2018-06-21 16:06:13 +01:00
pyup.io bot 8f078739fb Update blessings from 1.6.1 to 1.7 (#3698) 2018-06-21 16:04:43 +01:00