Commit Graph

1040 Commits

Author SHA1 Message Date
Fábio C. Barrionuevo da Luz
782f93c68e add Cristian Vargas in CONTRIBUTORS list 2015-11-12 17:39:30 -03:00
Fábio C. Barrionuevo da Luz
ff0177f614 Merge pull request #375 from swappsco/readme-update
added a warning: repo_name must be a valid Python module
2015-11-12 17:38:03 -03:00
Fábio C. Barrionuevo da Luz
5214d6ca65 Update CHANGELOG.md 2015-11-12 17:33:42 -03:00
Fábio C. Barrionuevo da Luz
cb9480437b Merge pull request #405 from yunti/load-url-tags
remove {% load url from future %} in templates - deprecated in django 1.9
2015-11-12 17:32:28 -03:00
Barclay StudyPC
1ae2d85dd6 Load url tags removed - deprecated in django 1.9 2015-11-12 15:07:22 +00:00
Fábio C. Barrionuevo da Luz
40f74a8e89 Update CHANGELOG.md 2015-11-12 09:50:33 -03:00
Fábio C. Barrionuevo da Luz
d8675eda89 Merge pull request #404 from yunti/patch-1
Update django-aullauth to latest release
2015-11-12 09:47:48 -03:00
yunti
219afa9153 Update base.txt 2015-11-12 12:43:56 +00:00
Audrey Roy Greenfeld
d1de33fb3e Use django_coverage_plugin to check template test coverage. 2015-11-11 21:07:16 -08:00
Adam Dobrawy
794c9f1ce7 Fix flake erros in UserFactory 2015-11-12 05:54:38 +01:00
Adam Dobrawy
88c6a1775b Added default password to UserFactory 2015-11-12 05:51:15 +01:00
Daniel Roy Greenfeld
a1ec736a9f Merge pull request #382 from crdoconnor/master
Hitch : Updates to the default end to end test framework template
2015-11-09 07:23:07 -08:00
Daniel Roy Greenfeld
28fe831700 Update CONTRIBUTORS.rst 2015-11-09 07:21:40 -08:00
Daniel Roy Greenfeld
9c2b33c5ab Update CHANGELOG.md 2015-11-09 07:20:37 -08:00
Daniel Roy Greenfeld
c49c942ba7 Merge pull request #394 from show0k/patch-1
Fix python version issue in .travis.yml
2015-11-09 07:19:28 -08:00
Daniel Roy Greenfeld
45bbcf0687 Update CHANGELOG.md 2015-11-09 07:17:55 -08:00
Daniel Roy Greenfeld
cb8376ce2a Merge pull request #402 from hackebrot/use-tox-and-pytest-cookies
Use tox and pytest cookies
2015-11-09 07:15:32 -08:00
Raphael Pierzina
7664194ab8 Ensure that tox passes on certain environment variables 2015-11-09 00:54:48 +01:00
Raphael Pierzina
54267d0dce Remove requirements.txt from tox.ini in favor of explicit testenv deps 2015-11-09 00:41:35 +01:00
Raphael Pierzina
adf10a03ba Update travis config to use tox instead of pytest 2015-11-09 00:38:52 +01:00
Raphael Pierzina
b68e89279f Add tox v2.1.1 to requirements.txt 2015-11-09 00:35:21 +01:00
Raphael Pierzina
cca450878c Write docs on running the test suite with tox, resolve #399 2015-11-09 00:33:42 +01:00
Raphael Pierzina
87025216c2 Remove unittest modules altogether 2015-11-09 00:33:41 +01:00
Raphael Pierzina
664c72d291 Implement test for flake8 compliance 2015-11-09 00:33:41 +01:00
Raphael Pierzina
f579cf08ac Implement parametrized test for enabled features 2015-11-09 00:33:41 +01:00
Raphael Pierzina
646e376a8e Integrate additional checks of base.py with slight improvements 2015-11-09 00:33:41 +01:00
Raphael Pierzina
6c339a1417 Implement a basic test with cookies.bake() 2015-11-09 00:33:41 +01:00
Raphael Pierzina
bea23a7a91 Add pytest-cookies to testenv dependencies 2015-11-09 00:33:41 +01:00
Raphael Pierzina
cc74c48588 Add .coverage, .tox and .cache to .gitignore 2015-11-09 00:33:41 +01:00
Raphael Pierzina
ae9e912b62 Implement a basic tox.ini based on requirements.txt 2015-11-09 00:33:41 +01:00
Daniel Roy Greenfeld
01d756d57d Changelog update 2015-11-08 15:01:36 -08:00
Daniel Roy Greenfeld
7d74ef4875 Merge pull request #401 from garrypolley/patch-1
Update django-extensions to current release.
2015-11-08 14:56:14 -08:00
Garry Polley
d92d6e6fec Update django-extensions to current release.
Fixes #400
2015-11-08 14:58:07 -06:00
Daniel Roy Greenfeld
439766ea8f Slight change to post_gen_hook 2015-11-07 19:47:31 -08:00
Jay
3ac1d1edb9 use the correct date 📅 2015-11-07 20:23:46 +01:00
Jay
3ad8f52eb7 added newrelic support thanks to @amjith 2015-11-07 20:21:03 +01:00
Jay
1ce169d5de added NEW_RELIC_LICENSE_KEY to environment variables 2015-11-07 20:20:19 +01:00
Jay
6699e6d125 added NEW_RELIC_APP_NAME so that it appears on the dashboard 2015-11-07 20:18:11 +01:00
Jay
fba95ab96d added Amjith Ramanujam to contributors 2015-11-07 20:15:41 +01:00
Jannis Gebauer
ba00160aab Merge pull request #362 from amjith/master
Add newrelic for monitoring.
2015-11-07 20:10:00 +01:00
Jay
67a17bf226 added changes regarding sentry on docker 2015-11-07 19:44:26 +01:00
Jay
205ac33abc 'dsn'.upper() 2015-11-07 19:05:56 +01:00
Jay
87c5360b18 added DJANGO_SENTRY_DSN 2015-11-07 19:04:19 +01:00
Jay
fbd58319c9 added @ChrisPappalardo's change 2015-11-07 18:45:40 +01:00
Jay
8b8405ddf7 added @ChrisPappalardo to contributors 2015-11-07 18:45:26 +01:00
Jannis Gebauer
0be1b8ebbe Merge pull request #397 from ChrisPappalardo/master
changed ADMIN_URL to DJANGO_ADMIN_URL in env.example
2015-11-07 18:08:31 +01:00
Daniel Roy Greenfeld
66eb4b099f Update CHANGELOG.md 2015-11-06 19:51:43 -08:00
Daniel Roy Greenfeld
2f605ce731 Update travis to support Python 3.4 and 3.5 2015-11-06 19:53:16 -08:00
Audrey Roy Greenfeld
21d1c887e3 Ignore .cache/ generated by running the cookiecutter-django tests. 2015-11-06 19:46:11 -08:00
Audrey Roy Greenfeld
7e8f58d6ec Fix test failure due to favicon.ico being opened by DjangoCookieTestCase.check_paths(). 2015-11-06 19:44:10 -08:00