Commit graph

326 commits

Author SHA1 Message Date
Hugo Osvaldo Barrera
b833f37f95 Tests migrate instead of syncdb
The latter is obsolete and have been replaced by the former.
2015-12-21 14:26:39 -03:00
Hugo Osvaldo Barrera
87be940822 Drop support for unsupported django versions
Since django 1.8 is an LTS release, we're dropping support for older
versions.

Since django 1.7 is still relatively recent, we'll be keeping support
for it for now.
2015-12-21 14:26:39 -03:00
Hugo Osvaldo Barrera
e2f25d43cd Fix crash on setup.py when NOT running tests 2015-12-21 14:26:34 -03:00
Hugo Osvaldo Barrera
0725045330 Ignore vim swap files 2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
29a18306bb Configure django before using it 2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
7f039cce3f Remove bogus import 2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
5a336088f6 List missing dependencies 2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
8742050a0c Eliminate race condition during test startup 2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
8a16cea356 Don't fail tests if coverall fails 2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
bdd1a171f2 Add django1.9 to the test matrix 2015-12-06 11:37:04 -03:00
Hugo Osvaldo Barrera
ecb4da9ffb Remove redundant basepython declarations 2015-12-06 11:34:54 -03:00
Joost Cassee
032a157c6f Merge pull request #71 from JamesPaden/master
Fix link to Gaug.es in README
2015-11-05 21:47:38 +01:00
James Paden
f6ac6d61ee Fix link to Gaug.es in README 2015-11-05 14:27:20 -05:00
James Paden
0182cc7abb Fix link to Gaug.es in README 2015-11-05 14:26:41 -05:00
Joost Cassee
2625271654 Merge pull request #70 from bittner/master
Also test Python 3.2 with tox
2015-09-27 07:53:05 +02:00
Peter Bittner
8a95cd0acf Add Python 3.2 to setup infos (PyPI classifiers)
Update URLs (http -> https, old download URL obsolete)
2015-09-27 00:06:45 +02:00
Peter Bittner
1909663966 Avoid u-prefix for unicode strings (Python 3.2 compatibility) 2015-09-26 23:47:05 +02:00
Peter Bittner
2a5015fed2 Pin coverage version (workaround for Python 3.2 test execution on Travis-CI)
see https://bitbucket.org/ned/coveragepy/issues/407/coverage-failing-on-python-325-using#comment-22049180
2015-09-26 11:10:37 +02:00
Peter Bittner
d8c5852abb Also test Python 3.2 with tox
Match python/django test combinations with Pip packages on PyPI

see https://pypi.python.org/pypi/Django/1.x (with x in 4..8)
2015-09-25 17:33:54 +02:00
Joost Cassee
aabe85b925 Merge pull request #69 from bittner/master
Add Gitter badge, update some URLs
2015-09-25 09:40:46 +02:00
Peter Bittner
6411469886 Add Gitter badge, update some URLs 2015-09-24 22:07:37 +02:00
Joost Cassee
0889583e81 Merge pull request #66 from ericdwang/master
Update locations of constants in Google Analytics documentation
2015-09-16 09:54:19 +02:00
Joost Cassee
6ccc5327f3 Merge pull request #65 from bittner/feature/remove-django19-deprecation-warning
Fix RemovedInDjango19Warning (django.utils.importlib)
2015-09-16 09:49:32 +02:00
Joost Cassee
c6de68c037 Merge pull request #64 from bittner/feature/flake8-blank-lines
Fix flake8 complaints (whitespace), add another badge
2015-09-16 09:47:44 +02:00
Eric Wang
b30503be93 Update locations of constants in Google Analytics documentation 2015-09-12 17:12:54 -07:00
Peter Bittner
3e93cc5c4b Add code health badge (Landscape.io) 2015-09-08 22:43:02 +02:00
Peter Bittner
e2ad1ceced Fix flake8 complaints (E225, E261, E302, W291, W292, W293) 2015-09-08 22:35:06 +02:00
Peter Bittner
87bb09c66e Fix RemovedInDjango19Warning (django.utils.importlib) 2015-09-08 18:46:35 +02:00
Joost Cassee
cfdc330d25 Update development status classifier in setup.py 2015-08-24 20:29:20 +02:00
Joost Cassee
11507a9a3f Bump version and update changelog 2015-08-24 15:34:01 +02:00
Peter Bittner
da1dd33e0e Merge pull request #63 from apocquet/master
Add Piwik user variables support and identity tracking
2015-08-24 11:48:50 +02:00
Alexandre Pocquet
a6c91d19d4 Reformat Piwik docstring 2015-08-24 11:32:54 +02:00
Alexandre Pocquet
903ad4eb04 Update code style 2015-08-21 11:05:59 +02:00
Alexandre Pocquet
f1fe8ca740 Update Piwik documentation 2015-08-21 11:04:55 +02:00
Alexandre Pocquet
f27d946ccf Add support for Piwik user identity tracking
The 'piwik_identity' (or the default 'analytical_identity') context variables are used to call Piwik's 'setUserId' function.
If neither are found, use what is returned by get_identity.
2015-08-19 16:55:32 +02:00
Alexandre Pocquet
8af3181752 Fix rendered javascript indentation 2015-08-19 15:25:51 +02:00
Alexandre Pocquet
89f51ab594 Add Piwik user variables support 2015-08-19 15:06:46 +02:00
Joost Cassee
d84dc23bd4 Merge pull request #62 from pjdelport/patch-1
Update link to Google's Site Speed documentation
2015-07-01 07:27:23 +02:00
Piet Delport
56705cc3e6 Update link to Google's Site Speed documentation
The old link just 404s at the moment.
2015-07-01 07:12:16 +02:00
Peter Bittner
15a5b1881d Merge pull request #61 from jcassee/feature/coverage
Calculate coverage and send to Coveralls.io
2015-05-18 22:24:48 +02:00
Joost Cassee
fff72f7598 Add coverage badge to README 2015-05-18 11:45:47 +02:00
Joost Cassee
a9c9598e55 Send coverage info to Coveralls.io on Travis 2015-05-18 11:33:53 +02:00
Joost Cassee
bde02a3adf Fix docs include directive 2015-05-17 15:20:47 +02:00
Joost Cassee
c6f24decb5 Add changelog entry for last commit, bump version 2015-05-17 15:13:51 +02:00
Peter Bittner
3f22d2881f Merge pull request #60 from mgaitan/update_setup
mark the package python 3 compatible
2015-05-15 23:14:48 +02:00
Martín Gaitán
8838b97167 mark the package python 3 compatible 2015-05-15 11:11:46 -03:00
Joost Cassee
f391a1d27c Merge pull request #58 from jcassee/remove-wrong-branch-name-from-build-status-badge
Remove wrong branch name from Build Status badge
2015-04-27 22:00:39 +02:00
Joost Cassee
8fd4361bfe Merge pull request #57 from jcassee/flake8-code-not-tests
Fix flake8 complaints (except for templatetags and tests)
2015-04-27 22:00:18 +02:00
Peter Bittner
b002debe67 Remove wrong branch name from Build Status badge
* Travis/Github sometimes yields a broken badge image with a query parameter (should now be better)
* The image's ALT text was "develop", which is wrong of course
2015-04-25 02:20:22 +02:00
Peter Bittner
88a7cb625f Fix line-too-long complaints (flake8) 2015-04-25 02:00:39 +02:00