Commit Graph

26 Commits

Author SHA1 Message Date
Maik Hoepfel
6d71106c3c Simplify testing infrastructure (#515)
* Mark runtests helper executable

* Bump required version of asgiref

We're probably making our life easier when we keep the Channels
dependencies roughly in sync. As a 1.0 release was made, I suggest to
require it.

* Simplify tox and Travis configuration

I hopefully simplified the tox configuration by following what I did in
the other four Channels projects.

I then had a good look at tox-travis and decided to remove it. It does
add a layer of indirection with, IMHO, not enough gain. To understand
what Travis is doing, one would need to consider two files (and
understand tox-travis) instead of just one file. It also introduces
another point of failure. What pushed me over was that there's a bug
with env matching (https://github.com/ryanhiebert/tox-travis/issues/55)
and tox or tox-travis seem to mask an Exception
(https://travis-ci.org/django/channels/jobs/195950971#L195) that would
be hard to debug.
The draw back is that we duplicate the Django dependency matrix, and the
commands that are executed in Travis and tox. We could add a "--with-qa"
flag to runtests.py to have it execute flake8 and isort to rectify the
latter.

I extracted test dependencies as I did for asgi_redis.

* Document supported versions
2017-01-30 17:25:07 -08:00
Andrew Godwin
e07389eadb Fixed #496: Update readme to remove beta info 2017-01-22 11:05:19 -08:00
Adam Chainz
eaaf70e935 Convert readthedocs link for their .org -> .io migration for hosted projects (#374)
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-09-22 14:17:39 -07:00
Andrew Godwin
6a17caad5b I really need to stop indenting unordered lists 2016-09-09 14:22:53 +01:00
Andrew Godwin
f805096bd5 Crosslink other channels projects 2016-09-09 14:22:23 +01:00
Andrew Godwin
f79ecbff6d Tidy up main README a bit more 2016-09-09 13:38:38 +01:00
Andrew Godwin
971d3fc8d0 Django-ification 2016-09-09 13:29:12 +01:00
Andrew Godwin
21f0aeaf64 Mention mailing list 2016-09-09 12:59:45 +01:00
Andrew Godwin
67f6638e90 More of a contribution CTA 2016-09-09 12:58:19 +01:00
Andrew Godwin
d7f71be6e1 Fix RST formatting 2016-09-09 12:57:02 +01:00
Andrew Godwin
f21bec56a1 Add maintenance and security README 2016-09-09 12:51:35 +01:00
Andrew Godwin
a37238a769 Remove download badge, seems broken 2016-08-03 23:23:23 -07:00
Andrew Godwin
2eb8e9277e Fixed #119: Talked about IRC channel 2016-04-05 13:48:29 -07:00
rcorzogutierrez
cb40b4fc14 Update Reame
add badge Pypi, License and download
2016-03-24 11:14:10 -04:00
Andrew Godwin
d72f99df94 Update channel readme 2016-03-21 16:49:21 -07:00
Andrew Godwin
f8c264551a Remove warning from README. 2016-02-28 21:11:51 -08:00
Andrew Godwin
43c903a501 Fix image target 2016-02-05 16:01:45 -08:00
Andrew Godwin
58f18aa103 Add Travis build status badge 2016-02-05 16:01:12 -08:00
Andrew Godwin
4847403ba0 Update dependency things 2016-01-02 22:45:00 -08:00
Andrew Godwin
836f6be43a Make runserver work using daphne 2016-01-02 17:53:53 -08:00
Andrew Godwin
056082325f Improve doc linking a little. 2015-09-08 18:20:18 -05:00
Andrew Godwin
c6527bebf1 Version 0.7 2015-09-08 10:33:24 -05:00
Andrew Godwin
d048527ce8 Update README 2015-07-13 00:00:47 -05:00
Andrew Godwin
423e3125ed Fix bad readme example 2015-06-15 00:54:01 -07:00
Andrew Godwin
2096d6a9e6 Release bits and bobs 2015-06-15 00:22:28 -07:00
Andrew Godwin
d9681df69a Few more WS tweaks 2015-06-15 00:13:32 -07:00