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

290 Коммитов

Автор SHA1 Сообщение Дата
Ed Morley 8dbe7518b8 Bug 1289694 - Update mohawk to 0.3.3
This fixes `MacMismatch` being raised when `MisComputedContentHash`
should have been raised instead. In addition, a the hash of the payload
is no longer generated a second time unnecessarily for all requests.

https://mohawk.readthedocs.io/en/latest/#changelog
https://github.com/kumar303/mohawk/compare/0.3.2.1...0.3.3
2016-07-28 09:45:13 +01:00
Ed Morley 6001f3caca Bug 1286463 - Update django-rest-swagger to 0.3.10 (#1709)
To pick up the corrected XSS fix:
https://github.com/marcgibbons/django-rest-swagger/pull/491

https://github.com/marcgibbons/django-rest-swagger/compare/0.3.9...0.3.10
2016-07-20 08:11:07 +01:00
Ed Morley 60c8a2b246 Bug 1287975 - Update Django to 1.8.14 (#1708)
To pick up the admin XSS fix:
https://docs.djangoproject.com/en/1.9/releases/1.8.14/

https://github.com/django/django/compare/1.8.13...1.8.14
2016-07-20 01:53:42 +01:00
Ed Morley 81ea82aee4 Bug 1287950 - Update New Relic Python agent to 2.68.0.50 (#1707)
Fixes Insights missing the HTTP status code amongst other things:
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-268050

https://github.com/edmorley/newrelic-python-agent/compare/v2.66.0.49...v2.68.0.50
2016-07-20 01:35:20 +01:00
Ed Morley bd0a1c6cf7 Bug 1286463 - Update django-rest-swagger to 0.3.9
To pick up the XSS fix, plus:
https://github.com/marcgibbons/django-rest-swagger/blob/stable/0.3.x/CHANGELOG.md
https://github.com/marcgibbons/django-rest-swagger/compare/0.3.7...0.3.9
2016-07-18 15:31:46 +01:00
Ed Morley 7257ccfec3 Bug 1277797 - Update hash of datasource 0.11.0
Since the 0.11.0 release was updated since it was first tagged, to
pick up the setup.py version bump.
2016-07-12 13:30:19 +01:00
Ed Morley 3e4a1b5085 Bug 1277797 - Update to datasource 0.11.0
To pick up Datasource's switch to mysqlclient:
https://github.com/jeads/datasource/releases/tag/v0.11.0

(Otherwise we still try to install MySQL-python alongside mysqlclient)
2016-07-12 12:10:24 +01:00
Ed Morley e99b3b2f2d Bug 1277797 - Switch from the MySQLdb driver to mysqlclient
Since the latter is actually being maintained, and is recommended by
the Django docs:
https://docs.djangoproject.com/en/1.9/ref/databases/#mysql-db-api-drivers

mysqlclient has had several bug fixes as well as Python 3 support added
since it forked from upstream 1.2.5:
https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY
2016-07-11 23:21:58 +01:00
jgraham 52607c2a57 Bug 1268484 - Add elastic-search based matcher for test failure lines (#1488)
Add support for matching test failures where the test, subtest, status,
and expected status are all exact matches, but the message is not an
exact match. The matching uses ElasticSearch and is initially optimised
for cases where the messages differ only in numeric values since this is
a relatively common case.

This commit also adds ElasticSearch to the travis environment.
2016-06-29 11:25:38 +01:00
Ed Morley b907613b59 Bug 1278267 - Update pbr from 1.9.1 to 1.10.0
http://git.openstack.org/cgit/openstack-dev/pbr/log/?qt=range&q=1.9.1...1.10.0
2016-06-06 16:29:51 +01:00
Ed Morley 663f1b37d4 Bug 1278267 - Update WebOb from 1.6.0 to 1.6.1
http://webob.readthedocs.org/en/latest/changes.html
https://github.com/Pylons/webob/compare/1.6.0...1.6.1
2016-06-06 16:29:50 +01:00
Ed Morley 33ddd5b51b Bug 1278267 - Update Werkzeug from 0.11.9 to 0.11.10
http://werkzeug.pocoo.org/docs/latest/changes/
https://github.com/mitsuhiko/werkzeug/compare/0.11.9...0.11.10
2016-06-06 16:29:50 +01:00
Ed Morley d50bd611c1 Bug 1278267 - Update pytest from 2.9.1 to 2.9.2
http://pytest.org/latest/changelog.html
https://github.com/pytest-dev/pytest/compare/2.9.1...2.9.2
2016-06-06 16:29:49 +01:00
Ed Morley 3da5313152 Bug 1278267 - Update whitenoise from 3.0 to 3.2
http://whitenoise.evans.io/en/stable/changelog.html
https://github.com/evansd/whitenoise/compare/v3.0...v3.2
2016-06-06 16:29:48 +01:00
Ed Morley 67f97160d4 Bug 1278267 - Update django-rest-swagger from 0.3.6 to 0.3.7
https://github.com/marcgibbons/django-rest-swagger/blob/master/CHANGELOG.md
https://github.com/marcgibbons/django-rest-swagger/compare/0.3.6...0.3.7
2016-06-06 16:07:40 +01:00
Ed Morley 2bd51034f1 Bug 1278267 - Update mozlog from 3.1 to 3.2
https://github.com/mozilla/gecko-dev/commits/master/testing/mozbase/mozlog
2016-06-06 16:07:39 +01:00
Ed Morley 4e5f8256d3 Bug 1278267 - Update newrelic from 2.64.0.48 to 2.66.0.49
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-266049
https://github.com/edmorley/newrelic-python-agent/compare/v2.64.0.48...v2.66.0.49
2016-06-06 16:07:39 +01:00
Ed Morley f3b888c7e9 Bug 1278267 - Update gunicorn from 19.4.5 to 19.6.0
http://docs.gunicorn.org/en/latest/news.html
https://github.com/benoitc/gunicorn/compare/19.4.5...19.6.0
2016-06-06 16:07:38 +01:00
Ed Morley dc6ddc2201 Bug 1278267 - Update hawkrest from 0.0.9 to 0.0.10
To pick up Django 1.9 compatibility fixes:
https://hawkrest.readthedocs.io/en/latest/#changelog
https://github.com/kumar303/hawkrest/compare/0.0.9...0.0.10
2016-06-06 16:07:37 +01:00
William Lachance 7cfc022a5b Add autobuild target for docs makefile
Based on work by Armen Zambrano <armenzg@mozilla.com>
2016-05-31 15:34:26 -04:00
Ed Morley 34b107fe11 Bug 1175757 - Remove unused pyinotify dependency from dev.txt
Since the celery auto-reload feature which it enables hasn't been
working for some time regardless:
https://github.com/celery/celery/issues/1658
https://github.com/celery/celery/issues/1025
https://github.com/celery/celery/issues/1880
2016-05-11 08:56:44 +01:00
Ed Morley df6401230a Bug 1271334 - Remove drf-extensions since it's no longer used
The last usage of it was removed in bug 1229203.
2016-05-09 16:57:05 +01:00
Ed Morley 7c4d14e267 Bug 1270801 - Update Django from 1.8.10 to 1.8.13
https://docs.djangoproject.com/en/stable/releases
https://github.com/django/django/compare/1.8.10...1.8.13
2016-05-09 16:32:52 +01:00
Ed Morley 27628217a8 Bug 1270801 - Update djangorestframework from 3.3.2 to 3.3.3
http://www.django-rest-framework.org/topics/release-notes/
https://github.com/tomchristie/django-rest-framework/compare/3.3.2...3.3.3
2016-05-09 16:32:52 +01:00
Ed Morley 76a48c1281 Bug 1270801 - Update django-rest-swagger from 0.3.5 to 0.3.6
https://github.com/marcgibbons/django-rest-swagger/blob/master/CHANGELOG.md
https://github.com/marcgibbons/django-rest-swagger/compare/0.3.5...0.3.6
2016-05-09 16:32:52 +01:00
Ed Morley 6d9bcbe090 Bug 1270801 - Update django-filter from 0.12.0 to 0.13.0
https://github.com/carltongibson/django-filter/blob/master/CHANGES.rst
https://github.com/carltongibson/django-filter/compare/0.12.0...0.13.0
2016-05-09 16:32:52 +01:00
Ed Morley a548be9bc7 Bug 1270801 - Update djangorestframework-filters from 0.6.0 to 0.8.0
https://github.com/philipn/django-rest-framework-filters/blob/master/CHANGELOG.rst
https://github.com/philipn/django-rest-framework-filters/compare/v0.6.0...v0.8.0
2016-05-09 16:32:52 +01:00
Ed Morley af98808dd3 Bug 1270801 - Update celery from 3.1.20 to 3.1.23
http://docs.celeryproject.org/en/latest/changelog.html
https://github.com/celery/celery/compare/v3.1.20...v3.1.23
2016-05-09 16:32:52 +01:00
Ed Morley 2b41eb9f0d Bug 1270801 - Update kombu from 3.0.33 to 3.0.35
https://github.com/celery/kombu/blob/master/Changelog
https://github.com/celery/kombu/compare/v3.0.33...v3.0.35
2016-05-09 16:32:52 +01:00
Ed Morley cfba1bb7f4 Bug 1270801 - Update billiard from 3.3.0.22 to 3.3.0.23
https://github.com/celery/billiard/blob/master/CHANGES.txt
https://github.com/celery/billiard/compare/v3.3.0.22...v3.3.0.23
2016-05-09 16:32:52 +01:00
Ed Morley ff9f171d52 Bug 1270801 - Update python-dateutil from 2.5.0 to 2.5.3
https://github.com/dateutil/dateutil/blob/master/NEWS
https://github.com/dateutil/dateutil/compare/2.5.0...2.5.3
2016-05-09 16:32:52 +01:00
Ed Morley 3f32f5b17b Bug 1270801 - Update pytz from 2015.7 to 2016.4
https://launchpad.net/pytz/+announcements
2016-05-09 16:32:52 +01:00
Ed Morley c96568efa9 Bug 1270801 - Update requests from 2.9.1 to 2.10.0
https://github.com/kennethreitz/requests/blob/master/HISTORY.rst
https://github.com/kennethreitz/requests/compare/v2.9.1...v2.10.0
2016-05-09 16:32:52 +01:00
Ed Morley bcd440d647 Bug 1270801 - Update pylibmc from 1.5.0 to 1.5.1
http://sendapatch.se/projects/pylibmc/changelog.html
https://github.com/lericson/pylibmc/compare/1.5.0...1.5.1
2016-05-09 16:32:52 +01:00
Ed Morley a8fc5b921c Bug 1270801 - Update sqlparse from 0.1.18 to 0.1.19
https://github.com/andialbrecht/sqlparse/blob/master/CHANGES
https://github.com/andialbrecht/sqlparse/compare/0.1.18...0.1.19
2016-05-09 16:32:52 +01:00
Ed Morley 75cd31c78f Bug 1270801 - Update newrelic from 2.60.0.46 to 2.64.0.48
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes
https://github.com/edmorley/newrelic-python-agent/compare/v2.60.0.46...v2.64.0.48
2016-05-09 16:32:52 +01:00
Ed Morley 142f893283 Bug 1270801 - Remove additional package hashes
Since the PyPI API response has since stabilised, so we no longer need
to list hashes for both .zip and .tar.gz:
https://bitbucket.org/pypa/pypi/issues/436/peep-hash-failures-due-to-being-served-zip
2016-05-09 16:32:52 +01:00
Ed Morley e721a05657 Bug 1270801 - Update mccabe from 0.3.1 to 0.4.0
https://github.com/PyCQA/mccabe/blob/master/README.rst#changes
https://github.com/pycqa/mccabe/compare/0.3.1...0.4.0
2016-05-07 14:31:37 +01:00
Ed Morley 010d3a5145 Bug 1270801 - Update flake8 from 2.5.1 to 2.5.4
http://flake8.readthedocs.org/en/latest/changes.html
https://gitlab.com/pycqa/flake8/compare/2.5.1...2.5.4
2016-05-07 14:31:37 +01:00
Ed Morley 4604ec677c Bug 1270801 - Update funcsigs from 0.4 to 1.0.2
https://github.com/testing-cabal/funcsigs/blob/master/CHANGELOG
https://github.com/testing-cabal/funcsigs/compare/0.4...1.0.2
2016-05-07 14:31:37 +01:00
Ed Morley 6015ce9f3a Bug 1270801 - Update WebOb from 1.5.1 to 1.6.0
http://webob.readthedocs.org/en/latest/changes.html
https://github.com/Pylons/webob/compare/1.5.1...1.6.0
2016-05-07 14:31:37 +01:00
Ed Morley 8efde2b434 Bug 1270801 - Update waitress from 0.8.10 to 0.9.0
http://docs.pylonsproject.org/projects/waitress/en/latest/#change-history
https://github.com/Pylons/waitress/compare/0.8.10...v0.9.0
2016-05-07 14:31:37 +01:00
Ed Morley 63a9f026d7 Bug 1270801 - Update pbr from 1.8.1 to 1.9.1
http://git.openstack.org/cgit/openstack-dev/pbr/log/?qt=range&q=1.8.1...1.9.1
2016-05-07 14:31:37 +01:00
Ed Morley e8b0936ab3 Bug 1270801 - Update Werkzeug from 0.11.4 to 0.11.9
http://werkzeug.pocoo.org/docs/latest/changes/
https://github.com/mitsuhiko/werkzeug/compare/0.11.4...0.11.9
2016-05-07 14:31:37 +01:00
Ed Morley 29fecebb82 Bug 1270801 - Update django-extensions from 1.6.1 to 1.6.6
https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md
https://github.com/django-extensions/django-extensions/compare/1.6.1...1.6.6
2016-05-07 14:31:37 +01:00
Ed Morley 9b9876021f Bug 1270801 - Update mock from 1.3.0 to 2.0.0
https://github.com/testing-cabal/mock/blob/master/NEWS
https://github.com/testing-cabal/mock/compare/1.3.0...2.0.0
2016-05-07 14:31:37 +01:00
Ed Morley 32660c9529 Bug 1270801 - Update WebTest from 2.0.20 to 2.0.21
https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst
https://github.com/Pylons/webtest/compare/2.0.20...2.0.21
2016-05-07 14:31:37 +01:00
Ed Morley 10a111a1df Bug 1270801 - Update pytest from 2.9.0 to 2.9.1
http://pytest.org/latest/changelog.html
https://github.com/pytest-dev/pytest/compare/2.9.0...2.9.1
2016-05-07 14:31:37 +01:00
William Lachance cf39f8b530 Bug 1216113 - Enable django debug toolbar in vagrant 2016-05-05 18:02:24 -04:00
Ed Morley ed0c2382c3 Bug 1266607 - Accept .zip sha256 hash for functools32
Workaround for recent changes in PyPI's API response:
https://bitbucket.org/pypa/pypi/issues/436/peep-hash-failures-due-to-being-served-zip
2016-04-22 13:49:15 +01:00