- 02 Jun, 2011 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 27 Apr, 2011 7 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Stole some code from djangorestframework/runtests/runcoverage.py so that coverage is also implemented for the examples. Because Jenkins looks for a coverage.xml file for all defeined projects in tox.ini we need it to pass the tests.
markotibold committed -
The test was bad. It expected 11 snippets while the view made sure (as designed) that there would not be more than 10 snippets stored on disk.
markotibold committed -
markotibold committed
-
markotibold committed
-
Omitting all the superfluous tests. Later on we might want a nicer way to specify which apps to test, because they are now hardcoded in runtests.py. (Listdir doesn't do the trick, tried that already :-) )
markotibold committed
-
- 26 Apr, 2011 4 commits
-
-
CSRF validation will only be applied to POST requests, so let's only load .RAW_CONTENT in those cases
tom christie tom@tomchristie.com committed -
tom christie tom@tomchristie.com committed
-
tom christie tom@tomchristie.com committed
-
Fixes #35 - Import json from django's built-in package (Does cleverness in determing best lib to use)
tom christie tom@tomchristie.com committed
-
- 08 Apr, 2011 1 commit
-
-
tom christie tom@tomchristie.com committed
-
- 05 Apr, 2011 1 commit
-
-
Better error handling for Basic authentication. Catch exceptions that could be thrown due to malformed input
Carmen Wick committed
-
- 04 Apr, 2011 3 commits
-
-
Use cleaned_content instead of raw_content when generating a form instance for the DocumentingTemplateEmitter. This allows the form to be prepopulated with the resource's existing values.
Carmen Wick committed -
Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
Tom Christie committed -
Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
Tom Christie committed
-
- 03 Apr, 2011 1 commit
-
-
tom christie tom@tomchristie.com committed
-
- 02 Apr, 2011 1 commit
-
-
tom christie tom@tomchristie.com committed
-
- 30 Mar, 2011 2 commits
-
-
tom christie tom@tomchristie.com committed
-
tom christie tom@tomchristie.com committed
-
- 22 Mar, 2011 1 commit
-
-
Tom Christie committed
-
- 20 Mar, 2011 6 commits
-
-
markotibold committed
-
markotibold committed
-
markotibold committed
-
All should work fine now on jenkins. For some reason Tox with jenkins and env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why.
markotibold committed -
markotibold committed
-
markotibold committed
-
- 19 Mar, 2011 4 commits
-
-
markotibold committed
-
Tetss pass locally as well as under the jenkins user on the ci, but when jenins executes the tests we get OSError :-/
markotibold committed -
markotibold committed
-
markotibold committed
-
- 18 Mar, 2011 1 commit
-
-
Coverage for all platforms working. Had some trouble with dependencies of coverage of python-dev for the various platforms.
markotibold committed
-
- 17 Mar, 2011 5 commits
-
-
tom christie tom@tomchristie.com committed
-
tom christie tom@tomchristie.com committed
-
tom christie tom@tomchristie.com committed
-
tom christie tom@tomchristie.com committed
-
Test result graphing now possible for all 6 environments. Had to fix unittest-xml-reporting to work for both 1.2 and 1.3 to achieve this. The fix is reported to the owner of the project.
markotibold committed
-
- 15 Mar, 2011 1 commit
-
-
markotibold committed
-