Commit Graph

424 Commits

Author SHA1 Message Date
Hamish Durkin
afb6b79fc3 Updated idea run configurations to work as explained in the docs (#1223) 2017-07-09 16:04:27 +03:00
pyup.io bot
db45132724 Update django-extensions from 1.8.0 to 1.8.1 (#1219) 2017-07-09 15:36:38 +03:00
pyup.io bot
57410882ae Update boto from 2.47.0 to 2.48.0 (#1220) 2017-07-09 15:36:22 +03:00
pyup.io bot
03648d3d01 Update pillow from 4.1.1 to 4.2.1 (#1221) 2017-07-09 15:36:07 +03:00
pyup.io bot
b3bf6f4f67 Update django-extensions from 1.7.9 to 1.8.0 (#1217) 2017-07-03 23:01:17 +03:00
pyup.io bot
ba4869feea Update sphinx from 1.6.2 to 1.6.3 (#1215) 2017-07-03 20:37:08 +03:00
pyup.io bot
44aff93933 Update django-storages-redux from 1.3.2 to 1.3.3 (#1210) 2017-06-27 23:44:33 +03:00
Charles Han
c63ba28e36 Change to process *.scss instead of only project.scss. (#1209) 2017-06-26 22:52:40 +03:00
shireenrao
1871abd7e9 Setting up new project with mailhog without docker breaks use of mailhog (#553)
* add mailhog container for local development

* update local settings to use mailhog container for docker

* remove whitespace

* remove whitespace

* fix whitespace formatting

* another try to fix whitespace

* fix block error due to whitespace

* only use mailhog in docker if docker and mailhog is chosen in setup wizard

* Remove warning at end if using docker and mailhog

* mailhog should work locally without docker

* remove unnecessary check for docker in dev docker-compose file

* Remove section within local development docs referencing docker

As this document is meant as a how to for developing locally, I removed the section which was added for using mailhog in docker. I will add that section to the developing-locally-docker.rst file. Also removed jinja template as it does not work in docs.

* Added a comment on mailhog for local docker development

* fix hyperlink to #smtp-backend

* Added a comment on mailhog for local docker development

* pull docs/developing-locally-docker.rst from upstream

* remove changes from dev.yml and add comment for local.py

* Sync with pydanny:master
2017-06-26 22:21:32 +03:00
pyup-bot
50a4beed7e Update django-test-plus from 1.0.17 to 1.0.18 2017-06-26 10:15:47 -07:00
pyup-bot
854683de3e Update django-test-plus from 1.0.17 to 1.0.18 2017-06-26 10:15:46 -07:00
Shupeyko Nikita
1f7be4eb57 Revert "Node.JS + docker-compose = ♥" (#1206)
* Revert "[Fix] #1173 Nginx SSL redirect loop (#1174)"

This reverts commit cabcc7b106.

* Revert "Fix Getting Up and Running Locally With Docker doc sphinx warnings (#1165)"

This reverts commit 83c8594203.

* Revert "Fix index.rst sphinx warnings (#1166)"

This reverts commit 51dd0b5e73.

* Revert "Pin mailhog Docker image to v1.0.0 (#1201)"

This reverts commit d9f870461b.

* Revert "Node.JS + docker-compose = ♥ (#1128)"

This reverts commit 4b06fe3958.
2017-06-21 23:12:22 +03:00
Ashish Patil
cabcc7b106 [Fix] #1173 Nginx SSL redirect loop (#1174)
Headers not being passed was causing nginx to redirect to SSL again & again.
2017-06-20 23:33:39 +03:00
Shupeyko Nikita
d9f870461b Pin mailhog Docker image to v1.0.0 (#1201) 2017-06-20 23:27:41 +03:00
Shupeyko Nikita
4b06fe3958 Node.JS + docker-compose = ♥ (#1128)
* Introduce static asset build infrastructure

* Enhance gulpfile.js

* Introduce node service

* BrowserSync debug-only support

* Remove newline before  BrowserSync debug-only support section

* FIx node Dockerfile package.json COPY

* Try fiixing node Dockerfile package.json COPY ones again

* Switch to `node:7-slim`

* Try switching to node:6

To account for possible node:7 docker-compose incompatibiltiy

* Revert "Try switching to node:6"

This reverts commit 62cc02df1a.

* Try switcging workdir to /app

* Try utilizing relative package.json path

* Resetting to the last version working locally with docker-compose 1.11.x

* Build upon the latest node:7.9-slim

* Stop dockerignoring package.json

* Fix typo

* Try a different package.json path

* Revert "Try a different package.json path"

This reverts commit f29f8500b8.

* Revert "Fix typo"

This reverts commit 02033729b5.

* Revert "Stop dockerignoring package.json"

This reverts commit 63c5491546.

* Upgrade docker-engine and docker-compose used by Travis CI

* Fix .travis.yml comments

* Inline docker-engine and docker-compose versions

* DEBUG: pwd

* Revert "DEBUG: pwd "

This reverts commit 6c2ed4321a.

* Try copying package.json to the same dir as node Dockerfile's

* Revert "Try copying package.json to the same dir as node Dockerfile's"

This reverts commit 24340a0783.

* Try out node:7.9

* Revert "Try out node:7.9"

This reverts commit 32286d33c2.

* Revert "Upgrade docker-engine and docker-compose used by Travis CI"

* Get rid of npm-check-updates

Reason: Reserved for the upcoming PR

* Get rid of npm-check

Reason: Reserved for the upcoming PR

* Get rid of 'standard' npm package

Reason: Reserved for the upcoming PR

* Clean up package.json

* Preserve package.json uncoditionally

Since we now have *unconditional* node.js integration, `package.json` must be out there whenever `node` service gets built

* Upgrade node service image to 7.10

* Document Node.js-Docker integration

* Fix gulpfile.js images region name

* Get rid of Gulp migrate task

* Document Gulp-Docker integration

* Introduce static asset build infrastructure

* Enhance gulpfile.js

* Introduce node service

* BrowserSync debug-only support

* Remove newline before  BrowserSync debug-only support section

* FIx node Dockerfile package.json COPY

* Try fiixing node Dockerfile package.json COPY ones again

* Switch to `node:7-slim`

* Try switching to node:6

To account for possible node:7 docker-compose incompatibiltiy

* Revert "Try switching to node:6"

This reverts commit 62cc02df1a.

* Try switcging workdir to /app

* Try utilizing relative package.json path

* Resetting to the last version working locally with docker-compose 1.11.x

* Build upon the latest node:7.9-slim

* Stop dockerignoring package.json

* Revert "Stop dockerignoring package.json"

This reverts commit 63c5491546.

* Fix typo

* Revert "Fix typo"

This reverts commit 02033729b5.

* Try a different package.json path

* Revert "Try a different package.json path"

This reverts commit f29f8500b8.

* Upgrade docker-engine and docker-compose used by Travis CI

* Fix .travis.yml comments

* Inline docker-engine and docker-compose versions

* DEBUG: pwd

* Revert "DEBUG: pwd "

This reverts commit 6c2ed4321a.

* Try copying package.json to the same dir as node Dockerfile's

* Revert "Try copying package.json to the same dir as node Dockerfile's"

This reverts commit 24340a0783.

* Try out node:7.9

* Revert "Try out node:7.9"

This reverts commit 32286d33c2.

* Revert "Upgrade docker-engine and docker-compose used by Travis CI"

* Get rid of npm-check-updates

Reason: Reserved for the upcoming PR

* Get rid of npm-check

Reason: Reserved for the upcoming PR

* Get rid of 'standard' npm package

Reason: Reserved for the upcoming PR

* Clean up package.json

* Preserve package.json uncoditionally

Since we now have *unconditional* node.js integration, `package.json` must be out there whenever `node` service gets built

* Upgrade node service image to 7.10

* Document Node.js-Docker integration

* Fix gulpfile.js images region name

* Get rid of Gulp migrate task

* Document Gulp-Docker integration

* Remove Gulp-Docker integraton not supported initialization message
2017-06-20 22:48:17 +03:00
Ben Warren
4aff5971d1 Automatic recompilation of Bootstrap with user-defined variables (#1181)
Allow for dynamic bootstrap compilation

Exclude sublime artifacts

Make custom bootstrap vars file

Add custom bootstrap compilation

Add cookiecutter option

Use the right name for the file

Add explanation to generated README

Add self to contributors

Remove sublime exclusion
2017-06-12 19:38:00 +03:00
John Franey
a286e32e2b Gulpfile child process spawn (#1074)
* Update gulpfile to use child_process.spawn

Use child_process.spawn in place of child_process exec to ensure that
console output is captured by Gulp.

Fixes #939

* Remove extra line
2017-06-07 18:46:20 +03:00
pyup.io bot
46af6b4760 Update gevent from 1.2.1 to 1.2.2 (#1186) 2017-06-07 18:26:25 +03:00
Cristian Samaniego
1ddc3fcef8 Fix typo and deprecated option in certbot command (#1185)
The --standalone-supported-challenges option has been deprecated since certbot version 0.9.0.
2017-06-02 22:47:53 +03:00
Fábio C. Barrionuevo da Luz
7762177283 Merge pull request #1182 from pydanny/pyup-update-sphinx-1.6.1-to-1.6.2
Update sphinx to 1.6.2
2017-06-02 09:00:12 -03:00
Fábio C. Barrionuevo da Luz
6ed9ceb232 Merge pull request #1180 from pydanny/pyup-update-raven-6.0.0-to-6.1.0
Update raven to 6.1.0
2017-06-02 08:59:45 -03:00
pyup-bot
798bf0639e Update sphinx from 1.6.1 to 1.6.2 2017-05-28 13:43:56 -07:00
pyup.io bot
890c7cbf4b Update boto from 2.46.1 to 2.47.0 (#1179) 2017-05-26 23:22:55 +03:00
pyup-bot
765764a4a2 Update raven from 6.0.0 to 6.1.0 2017-05-25 15:02:53 -07:00
pyup.io bot
c86989eb96 Update django-anymail from 0.9 to 0.10 (#1177) 2017-05-22 23:51:29 +03:00
pyup.io bot
215879aa30 Update sphinx from 1.5.6 to 1.6.1 (#1171) 2017-05-17 00:08:39 +03:00
pyup.io bot
fa03a69b07 Update werkzeug from 0.12.1 to 0.12.2 (#1170) 2017-05-16 11:08:10 +03:00
Fábio C. Barrionuevo da Luz
96028e3bbe Merge pull request #1168 from pydanny/pyup-update-sphinx-1.5.5-to-1.5.6
Update sphinx to 1.5.6
2017-05-15 08:51:36 -03:00
pyup-bot
eed7233c1b Update coverage from 4.4 to 4.4.1 2017-05-14 23:39:38 -07:00
pyup-bot
3ae3e74aae Update coverage from 4.4 to 4.4.1 2017-05-14 23:39:37 -07:00
pyup-bot
7e084c2a76 Update sphinx from 1.5.5 to 1.5.6 2017-05-14 13:10:35 -07:00
Delio Castillo
89bc1212b3 Fixes docker file when using letsencrypt. Adds ps command to nginx image for start.sh to be able to run without errors (#1154) 2017-05-12 18:23:22 +02:00
Fábio C. Barrionuevo da Luz
cdebc13edc update celery to 3.1.25 2017-05-10 10:51:49 -03:00
Fábio C. Barrionuevo da Luz
b42357966a Merge pull request #1162 from pydanny/pyup-update-coverage-4.3.4-to-4.4
Update coverage to 4.4
2017-05-08 09:13:41 -03:00
pyup-bot
451bee63ac Update coverage from 4.3.4 to 4.4 2017-05-07 22:17:23 -07:00
pyup-bot
64dce4b7d1 Update coverage from 4.3.4 to 4.4 2017-05-07 22:17:21 -07:00
pyup-bot
7125d5c447 Update django-extensions from 1.7.8 to 1.7.9 2017-05-06 05:49:21 -07:00
pyup.io bot
8d7fd5ea06 Update django-debug-toolbar from 1.7 to 1.8 (#1156) 2017-05-06 14:48:47 +02:00
Raphaël Cohen
eb71aecc32 Optimize Django Dockerfile (#1158) 2017-05-06 14:43:26 +02: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
pyup-bot
3fe9ebaaf0 Update django-redis from 4.7.0 to 4.8.0 2017-04-25 06:04:16 -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