Commit Graph

289 Commits (ghowardsit)

Author SHA1 Message Date
Eric Holscher 88e3173bd6
Merge branch 'master' into pyup-pin-datadiff-2.0.0 2019-02-12 13:55:12 -03:00
Eric Holscher 2a470fc84f
Merge pull request #5274 from rtfd/pyup-update-elasticsearch-6.2.0-to-6.3.1
Update elasticsearch to 6.3.1
2019-02-12 13:54:40 -03:00
Eric Holscher 628e425f17
Merge pull request #5275 from rtfd/pyup-pin-pillow-5.4.1
Pin pillow to latest version 5.4.1
2019-02-12 13:54:22 -03:00
Eric Holscher e02e72296b
Merge pull request #5276 from rtfd/pyup-pin-pytest-cov-2.6.1
Pin pytest-cov to latest version 2.6.1
2019-02-12 13:54:03 -03:00
pyup-bot 047153b766 Pin ipdb to latest version 0.11 2019-02-12 17:48:36 +01:00
pyup-bot 58a30af4d5 Pin datadiff to latest version 2.0.0 2019-02-12 17:48:32 +01:00
pyup-bot 9de32c5b09 Pin pytest-cov to latest version 2.6.1 2019-02-12 17:48:24 +01:00
pyup-bot e4725a1fbf Pin pillow to latest version 5.4.1 2019-02-12 17:48:19 +01:00
pyup-bot cee1f8bb67 Update elasticsearch from 6.2.0 to 6.3.1 2019-02-12 17:48:12 +01:00
Manuel Kaufmann 312736a802 Setup and configure pyup.io
This bot will help up to keep our dependencies up to date. This is
similar to what we were doing with pur manually.

https://pyup.io/
2019-02-12 16:29:56 +01:00
Manuel Kaufmann a59af389a7 Update all Python dependencies 2019-02-12 09:58:21 +01:00
Manuel Kaufmann c09ad34e35 Build our docs with a custom 404 page
It uses the external sphinx-notfound-page extension for this.
2019-02-06 16:58:22 +01:00
Santos Gallegos 9eabe8e463 Merge branch 'master' into remove-cname-from-unregister-domain-fixed 2019-01-29 18:11:27 -05:00
Santos Gallegos 2d3f0bacda Remove dnspython from dependencies 2019-01-29 10:26:32 -05:00
Manuel Kaufmann 24dc25382c Fix linting dependencies 2019-01-26 18:32:49 +01:00
Manuel Kaufmann 6f1e109162 Upgrade elasticsearch dependencies 2019-01-26 18:28:55 +01:00
Manuel Kaufmann 43e33fa899 Upgrade packages 2019-01-26 17:42:21 +01:00
Manuel Kaufmann b4f68f0b3b Upgrade linting and remove py2 support 2019-01-26 17:41:48 +01:00
Manuel Kaufmann 9cce254a23 Upgrade django-filter 2019-01-26 17:41:30 +01:00
Eric Holscher 46c4f2084d Merge remote-tracking branch 'origin/master' into search-reapply 2019-01-22 13:59:47 -05:00
Eric Holscher 413bcba12c
Merge branch 'master' into humitos/upgrade-packages 2019-01-22 11:02:33 -05:00
Eric Holscher 0a3b862088 Remove comment 2019-01-22 10:38:31 -05:00
Eric Holscher 38400b6ac4 Upgrade recommonmark to latest and fix integration 2019-01-22 08:24:42 -05:00
Manuel Kaufmann d8dacdee8f Merge branch 'master' of github.com:rtfd/readthedocs.org into humitos/deprecate-python2 2019-01-21 18:04:42 +01:00
Eric Holscher 28845c757f
Merge pull request #5136 from rtfd/fix-docs-build
Fix local-docs-build requirements
2019-01-21 11:58:12 -05:00
Eric Holscher dbbd240cf1 Merge remote-tracking branch 'origin/master' into search-reapply 2019-01-21 11:06:07 -05:00
Santos Gallegos ecd753d31e Fix requirements for local installation
pip install -r requirements.txt on a clean installation
doesn't install all the requirements.

This wasn't detected by travis because we install from
requirements/testing.txt pyyaml was a dependency of yamale.
2019-01-21 11:03:36 -05:00
Eric Holscher 8ccb6baa34 Fix local-docs-build requirements
Our docs are currently not building because they depend on
the RTD app being installed properly to import strings.
This fixes the local-docs-build.txt file to include the proper requirements
2019-01-21 10:33:28 -05:00
Manuel Kaufmann c6ed752093 Upgrade all dependencies
inv packages.upgrade
2019-01-20 14:10:35 +01:00
dojutsu-user c52fe1383a move docs requirements back to local-docs-build 2019-01-15 15:19:14 +05:30
dojutsu-user f75778ef3e make docs.txt 2019-01-14 22:44:09 +05:30
dojutsu-user 60c1c924cd add pygments to lint.txt 2019-01-13 20:21:40 +05:30
dojutsu-user 29a1c2d625 add modifications 2019-01-13 20:05:20 +05:30
dojutsu-user 28379333dc Split requirements files 2019-01-13 18:28:53 +05:30
Manuel Kaufmann dde80f8c58
Merge pull request #4990 from dojutsu-user/use-sphinx-prompt
Make $ unselectable in docs
2019-01-10 11:56:33 +01:00
Manuel Kaufmann bc3afc7a43
Merge branch 'master' into humitos/deprecate-python2 2019-01-08 21:22:43 +01:00
Manuel Kaufmann c56b2893c9 Remove six and future from requirements 2019-01-08 21:03:29 +01:00
Manuel Kaufmann d844dfe0e4 Upgrade Django to latest release 2019-01-04 18:11:29 +01:00
Manuel Kaufmann 3e9833fb7e Fix linting dependencies for prospector 2019-01-03 17:57:28 +01:00
Manuel Kaufmann 77f9d8720a Missing semicolon 2019-01-02 22:00:58 +01:00
Manuel Kaufmann 5dcf1302a7 Upgrade Django to 1.11.17
https://docs.djangoproject.com/en/2.1/releases/1.11.17/
2019-01-02 16:34:22 +01:00
Manuel Kaufmann d693f7f586 Upgrade all packages with pur
$ for reqs in `ls requirements`;
  do pur --skip redis,commonmark,django,docker,celery,gitpython,elasticsearch,pyelasticsearch,mercurial
  --requirement requirements/$reqs;
done
2019-01-02 16:21:33 +01:00
Eric Holscher 6a451ec7c7 Reapply search upgrade to master.
This is a squashed commit of all previous changes.
2018-12-20 09:27:22 -05:00
dojutsu-user 0777d50f4c modify first page 2018-12-12 02:01:19 +05:30
Manuel Kaufmann be0522c48b Pin redis to a stable version 2018-12-04 17:42:05 +01:00
Manuel Kaufmann f0edd22bba Latest updates
$ for reqs in `ls requirements`; do pur --skip django,docker,celery,commonmark,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
2018-11-28 10:51:05 +01:00
Manuel Kaufmann fe47fb7c61 More updates
$ for reqs in `ls requirements`; do pur --skip stripe,commonmark,django,docker,celery,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
2018-11-28 10:48:18 +01:00
Manuel Kaufmann d107dd3930 Py2 and Py3 supported on tests 2018-11-28 10:48:18 +01:00
Manuel Kaufmann 05fde12ca4 django-filter upgrade with message 2018-11-28 10:48:18 +01:00
Manuel Kaufmann 3111e362d6 More upgrades
$ for reqs in `ls requirements`; do pur --skip django,docker,celery,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
2018-11-28 10:48:18 +01:00