Burhan Khalid
|
727281e99a
|
initial configuration to support opbeat
|
2015-11-16 18:55:37 +03:00 |
|
Tom Atkins
|
005dd8c296
|
Replace Maildump with MailHog
|
2015-11-16 11:45:29 +00:00 |
|
Fábio C. Barrionuevo da Luz
|
9c28c8e0df
|
Update CHANGELOG.md
|
2015-11-16 08:36:51 -03:00 |
|
Fábio C. Barrionuevo da Luz
|
61fed1a0b8
|
Merge pull request #408 from burhan/docs-cleanup
cleanup of main readme
|
2015-11-16 08:27:40 -03:00 |
|
Burhan Khalid
|
9920c6d5b9
|
upstream merge
|
2015-11-16 14:20:19 +03:00 |
|
Audrey Roy Greenfeld
|
5079db3a4a
|
Merge pull request #381 from ad-m/patch-2
Add factories for model users.User
|
2015-11-14 20:05:10 -08:00 |
|
Adam Dobrawy
|
c86d5c928c
|
Fix typo & import in UserFactory
|
2015-11-14 14:15:00 +01:00 |
|
Fábio C. Barrionuevo da Luz
|
c1469c9549
|
Merge pull request #406 from pydanny/luzfcb-patch-1
add Cristian Vargas in CONTRIBUTORS list and update CHANGELOG
|
2015-11-12 17:44:07 -03:00 |
|
Fábio C. Barrionuevo da Luz
|
da956975e7
|
Update CHANGELOG.md
|
2015-11-12 17:42:34 -03:00 |
|
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 |
|