Commit graph

108 commits

Author SHA1 Message Date
Camilo Nova
5a8531f82f
Merge pull request #31 from jazzband/jazzband/sync/default
Jazzband: Synced file(s) with jazzband/.github
2021-10-21 14:26:15 -05:00
jazzband-bot
0ddc447852 Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' 2021-10-21 14:34:50 +00:00
Jannis Leidel
a1d5b7a844
Merge pull request #30 from jazzband/master-to-main
Rename Django's dev branch to main.
2021-03-09 13:33:58 +01:00
Jannis Leidel
9fcf06e85d
Rename Django's dev branch to main.
More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Refs: https://github.com/django/django/pull/14048
2021-03-09 13:33:38 +01:00
Camilo Nova
c0c859dfdd Merge pull request #29 from theatlantic/coverage-get-data
Add support for coverage 4.0.
2016-07-21 17:40:01 -05:00
Chris Barna
a858d0ab5a Add support for coverage 4.0.
* coverage._harvest_data() was renamed to coverage.get_data()
2016-07-21 15:05:08 -04:00
Camilo Nova
5037a98c1c Merge pull request #28 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-11 09:43:17 -05:00
Adam Chainz
03cb91ee03 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-11 10:58:46 +01:00
Simon Charette
ac32a48c60 Made CI install a version of virtualenv compatible with Python 3.2. 2016-02-03 22:07:09 -05:00
Simon Charette
f72e23da19 Merge pull request #26 from pinnokio/fix_dump_xml_in_results
Fix total_seconds invocation in dump_xml
2016-02-03 22:04:02 -05:00
Konstantin Lazarenko
61345906c7 Fix total_seconds invocation in dump_xml 2016-02-03 16:52:20 +02:00
Simon Charette
960dcfc1ad Updated the package classifiers. 2016-01-08 23:52:06 -05:00
Simon Charette
3376c56170 Added the TravisCI badge to the README. 2016-01-08 23:49:56 -05:00
Simon Charette
67829eb216 Added isort to CI. 2016-01-08 23:29:22 -05:00
Simon Charette
ea2b0d4464 Only install mock on version of Python not shipping it. 2016-01-08 23:16:19 -05:00
Simon Charette
05cc5c03b0 Added flake8 to CI. 2016-01-08 23:13:34 -05:00
Simon Charette
0842090e22 Adjusted TOX requirements on Python 3.2. 2016-01-08 22:59:33 -05:00
Simon Charette
8ac8db8d52 Removed support code for Django < 1.7. 2016-01-08 22:59:33 -05:00
Simon Charette
060a4344de Removed an unecessary requirements file. 2016-01-08 22:59:33 -05:00
Simon Charette
18796e1d78 Removed unused support code for Python 2.6. 2016-01-08 22:59:33 -05:00
Camilo Nova
3f37a73437 Merge pull request #24 from charettes/ci
Added CI
2016-01-08 08:47:39 -05:00
Simon Charette
65dbdd83c6 Added a TravisCI configuration file. 2016-01-08 01:58:49 -05:00
Simon Charette
cc6b2315f5 Made the required changes to make the tests pass on all supported Django versions. 2016-01-08 01:58:49 -05:00
Simon Charette
f0786c590b Added a TOX configuration to run CI against all supported Django versions. 2016-01-08 01:41:51 -05:00
Camilo Nova
b0757dc508 Update and rename README.rst to README.md 2016-01-07 16:38:32 -05:00
Camilo Nova
fab998bed3 Create CONTRIBUTING.md 2016-01-07 16:35:42 -05:00
Camilo Nova
a006230dcd Update README.rst 2016-01-07 11:57:39 -05:00
Camilo Nova
16016e8ac9 Update and rename README.md to README.rst 2016-01-07 11:56:35 -05:00
Camilo Nova
43443d0afc Added to jazzband 2016-01-07 11:54:48 -05:00
Camilo Nova
caab2ba679 Improved release docs 2016-01-07 08:16:39 -05:00
Camilo Nova
85583fe7ff Release 0.1.4 2016-01-07 08:13:37 -05:00
Camilo Nova
9495bd9fe6 Merge pull request #22 from theatlantic/django-18-compat
Make compatible with Django 1.8
2016-01-06 17:06:52 -05:00
Frankie Dintino
9f88b9f1fa Make compatible with Django 1.8
In Django 1.8, DiscoverRunner.option_list is replaced with the classmethod
DiscoverRunner.add_arguments()
2015-08-19 16:20:50 -04:00
Camilo Nova
3202fc742b Added developer instructions 2015-01-22 16:33:50 -05:00
Camilo Nova
ca92e0e175 Bump version 2015-01-22 16:04:42 -05:00
Camilo Nova
2ef826fb64 Improve documentation 2015-01-22 16:03:55 -05:00
Camilo Nova
9bb8198332 Remove unused import 2015-01-21 17:52:30 -05:00
Camilo Nova
4f5a005a31 Tweaks 2015-01-21 17:43:30 -05:00
Camilo Nova
84b81f7158 Merge pull request #20 from AxiaCore/master
Make coverage works and exclude files. Fixes #19
2015-01-21 16:49:27 -05:00
Camilo Nova
9d6f93ac9a Merge pull request #17 from arthur-debert/ascii-blowup-results
Fixed result when failure message has non ascii text
2015-01-21 16:47:55 -05:00
Peter Baumgartner
fc17c086e2 Removes deprecated option from Pylint
Fixes #9
`parseable` was deprecated with the release of Pylint 1.0 http://www.logilab.org/163292
2014-06-17 22:07:23 -05:00
Peter Baumgartner
ca843af43b Merge pull request #18 from arthur-debert/pip-install-doc
Fixed typo in project's PyPI name
2014-06-17 21:54:34 -05:00
Arthur Debert
ca2c616f1c Fixed typo in project's Pipy name 2014-01-02 22:24:24 -02:00
Arthur Debert
be173e4309 Fixed result when failure message has non ascii text 2014-01-02 22:18:28 -02:00
Camilo Nova
18b35ffdca Make coverage works and exclude files 2013-12-06 12:35:51 -05:00
bkonkle
d074b54b57 Increment version 2013-11-22 10:01:09 -06:00
Brandon Konkle
26b6dd84fe Add the pylint.rc to the MANIFEST.in 2013-11-22 09:59:52 -06:00
Brandon Konkle
56256a9265 Add @coagulant to authors 2013-11-22 09:57:07 -06:00
bkonkle
e3bb630bbd Minor style tweak 2013-11-22 09:55:18 -06:00
bkonkle
162cbc58d0 Merge branch 'flake8' of git://github.com/coagulant/django-discover-jenkins into coagulant-flake8 2013-11-22 09:50:21 -06:00