Commit Graph

1981 Commits

Author SHA1 Message Date
Nikita P. Shupeyko
02033729b5 Fix typo 2017-05-02 14:31:22 +03:00
Nikita P. Shupeyko
63c5491546 Stop dockerignoring package.json 2017-05-02 14:28:04 +03:00
Nikita P. Shupeyko
5abe1437fa Merge branch 'master' into gulpfile-js 2017-05-02 14:18:37 +03:00
Fábio C. Barrionuevo da Luz
8eb08f553b Merge pull request #1152 from pydanny/pyup-update-ipdb-0.10.2-to-0.10.3
Update ipdb to 0.10.3
2017-04-30 18:48:35 -03:00
Fábio C. Barrionuevo da Luz
90d221e206 Merge pull request #1147 from pydanny/pyup-update-django-allauth-0.31.0-to-0.32.0
Update django-allauth to 0.32.0
2017-04-30 18:35:39 -03:00
pyup-bot
df4bac167f Update ipdb from 0.10.2 to 0.10.3 2017-04-30 14:35:19 -07:00
Fábio C. Barrionuevo da Luz
e02e7b860f Merge pull request #1145 from pydanny/pyup-update-django-redis-4.7.0-to-4.8.0
Update django-redis to 4.8.0
2017-04-30 18:21:17 -03:00
Fábio C. Barrionuevo da Luz
13a19ec2d2 Merge pull request #1149 from pydanny/pyup-update-pillow-4.1.0-to-4.1.1
Update pillow to 4.1.1
2017-04-30 18:17:12 -03:00
Fábio C. Barrionuevo da Luz
fb0aaced34 change [pep8] to [pycodestyle] on setup.cfg
use [pycodestyle] instead of [pep8] on setup.cfg because [pep8] section is deprecated after 2.1.0 version of pycodestyle
2017-04-29 18:57:23 -03:00
Shupeyko Nikita
9037fb57f3 Fix #1150 (#1151)
Fix #1150
2017-04-29 16:59:05 +03:00
pyup-bot
8beb5b40b2 Update pillow from 4.1.0 to 4.1.1 2017-04-28 11:09:13 -07:00
pyup-bot
a2666a8b41 Update django-allauth from 0.31.0 to 0.32.0 2017-04-27 02:18:57 -07:00
Daniel Roy Greenfeld
095d7417b8 Update README.rst 2017-04-25 20:04:20 -07:00
Daniel Roy Greenfeld
1cabb7ddc0 Update README.rst 2017-04-25 11:25:43 -07:00
Daniel Roy Greenfeld
c0261189fb Added TSD 1.11 to the README 2017-04-25 11:25:08 -07:00
pyup-bot
3fe9ebaaf0 Update django-redis from 4.7.0 to 4.8.0 2017-04-25 06:04:16 -07:00
Shupeyko Nikita
9d69bcc10c Add a pre-hook that checks the python version (#1142)
Closes #1141
2017-04-24 15:43:36 -07:00
Alexandre Provencio
bd487e8ff9 Fix docker's letsencrypt renewal command (#942) 2017-04-24 15:42:46 -07:00
Shupeyko Nikita
f5ccce4ef8 Switch from runtime- to compile-time set production django docker service (#1144)
Extends #971
2017-04-24 23:12:30 +02:00
Shupeyko Nikita
706c324e6a Remove files conventional to opensource projects only (#1137) 2017-04-24 22:56:27 +02:00
jduraj
9ea4ace6fb Docs: add more info for docker production setup (#1134)
Missing .env variables can result in some functions crashing.
2017-04-24 10:09:21 -07:00
Shupeyko Nikita
65e64fe364 Fix CELERY_BROKER_URL naming mismatch (#1143)
* Fix CELERY_BROKER_URL naming mismatch

Closes #1116

* Fix all occurences
2017-04-24 19:35:58 +03:00
Daniel Roy Greenfeld
1d87fa5ed9 Update README.rst 2017-04-24 08:11:10 -07:00
Shupeyko Nikita
5b75ad6c9d Require celery==3.1.24 instead of celery==4.0.2 (#1140) 2017-04-24 15:26:08 +03:00
Nikita P. Shupeyko
4907de5468 Build upon the latest node:7.9-slim 2017-04-23 03:10:23 +03:00
Nikita P. Shupeyko
68b2f63596 Resetting to the last version working locally with docker-compose 1.11.x 2017-04-23 02:42:08 +03:00
Nikita P. Shupeyko
873131425d Try utilizing relative package.json path 2017-04-23 02:35:34 +03:00
Nikita P. Shupeyko
f61e803fd4 Try switcging workdir to /app 2017-04-23 02:31:54 +03:00
Nikita P. Shupeyko
ff3e019a2d Revert "Try switching to node:6"
This reverts commit 62cc02df1a.
2017-04-23 02:26:31 +03:00
Nikita P. Shupeyko
62cc02df1a Try switching to node:6
To account for possible node:7 docker-compose incompatibiltiy
2017-04-23 02:11:45 +03:00
Nikita P. Shupeyko
bfed284ddc Switch to node:7-slim 2017-04-23 01:58:52 +03:00
Nikita P. Shupeyko
b6c026a523 Try fiixing node Dockerfile package.json COPY ones again 2017-04-23 01:48:39 +03:00
Nikita P. Shupeyko
1d21d80c72 Merge branch 'master' into gulpfile-js 2017-04-23 01:45:25 +03:00
Nikita P. Shupeyko
90b355cff4 FIx node Dockerfile package.json COPY 2017-04-23 01:45:20 +03:00
Shupeyko Nikita
e78b6fb425 Fix W391 blank line at end of file (#1136) 2017-04-23 01:27:58 +03:00
Daniel Roy Greenfeld
6aced9ba73 Remove Python 2.7 support per #1129 (#1130)
* Remove Python 2.7 support per

* Remove Python 2.7 references

* Remove Python 2.7 references

* remove python 2 entirely
2017-04-21 12:31:45 -07:00
Shupeyko Nikita
23bd99fc5a Pin redis service image version (#1117) 2017-04-21 20:44:06 +03:00
Nikita P. Shupeyko
60adede367 Merge branch 'master' into gulpfile-js 2017-04-21 20:22:31 +03:00
Shupeyko Nikita
92ffe53403 Merge pull request #1131 from webyneter/fix-travis-importedbutunused-errors
Workaround flake8 "imported but unused" errors
2017-04-21 19:39:57 +03:00
Nikita P. Shupeyko
c4e646214a Workaround flake8 "imported but unused" errors 2017-04-21 18:52:53 +03:00
Daniel Roy Greenfeld
1ca507a5e0 Prep for 1.10.7 tag 2017-04-21 08:31:11 -07:00
Nikita P. Shupeyko
6f038511b6 Remove newline before BrowserSync debug-only support section 2017-04-21 14:41:18 +03:00
Nikita P. Shupeyko
aec76da418 BrowserSync debug-only support 2017-04-21 14:29:05 +03:00
Nikita P. Shupeyko
0123a94e06 Merge branch 'master' into gulpfile-js 2017-04-21 14:07:53 +03:00
Nikita P. Shupeyko
cd0416cf6b Introduce node service 2017-04-21 14:06:23 +03:00
Nikita P. Shupeyko
a43e83fb03 Enhance gulpfile.js 2017-04-21 14:05:20 +03:00
Daniel Roy Greenfeld
19924fecf4 Merge branch 'master' of github.com:pydanny/cookiecutter-django 2017-04-20 15:18:39 -07:00
Daniel Roy Greenfeld
b0fe04fc52 First pass at Bootstrap 4 Alpha 6, just the basic layout 2017-04-20 15:18:30 -07:00
pyup.io bot
d444023e0e Update django-allauth from 0.30.0 to 0.31.0 (#1059) 2017-04-21 00:04:13 +02:00
Daniel Roy Greenfeld
8864fffdc7 Update Pillow and django-environ 2017-04-20 14:44:39 -07:00