aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-12Merge pull request #1 from vitormazzi/mastertomchristie
Small change to setup.py, "pip installable" directly from the repository now.
2011-05-02Changing setup.py to make the project installable directly from githubVitor M. A. da Cruz
2011-04-26CSRF validation will only be applied to POST requests, so let's only load ↵tom christie tom@tomchristie.com
.RAW_CONTENT in those cases
2011-04-26tox can now use django 1.3 rather than 1.3-rc1. Huzzah.tom christie tom@tomchristie.com
2011-04-26simplejson no longer a requirement for python 2.5 (uses django's built in ↵tom christie tom@tomchristie.com
simplejson lib)
2011-04-26Fixes #35 - Import json from django's built-in package (Does cleverness in ↵tom christie tom@tomchristie.com
determing best lib to use)
2011-04-08Thanks Carmen \!tom christie tom@tomchristie.com
2011-04-04Better error handling for Basic authentication. Catch exceptions that could ↵Carmen Wick
be thrown due to malformed input
2011-04-04Use cleaned_content instead of raw_content when generating a form instance ↵Carmen Wick
for the DocumentingTemplateEmitter. This allows the form to be prepopulated with the resource's existing values.
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵Tom Christie
it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵Tom Christie
it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
2011-04-03Temporarily roll back the streaming stufftom christie tom@tomchristie.com
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-03-30Only use xmlrunner if running under hudsontom christie tom@tomchristie.com
2011-03-30Only use xmlrunner if running under hudsontom christie tom@tomchristie.com
2011-03-22Fix some examplesTom Christie
2011-03-20fixing compat with py25markotibold
2011-03-20fix compat with python 2.5markotibold
2011-03-20fixed bad naming of testenvmarkotibold
2011-03-20All should work fine now on jenkins. For some reason Tox with jenkins and ↵markotibold
env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why.
2011-03-20testing jenkinsmarkotibold
2011-03-20testing jenkinsmarkotibold
2011-03-20etsting jenkinsmarkotibold
2011-03-20Tetss pass locally as well as under the jenkins user on the ci, but when ↵markotibold
jenins executes the tests we get OSError :-/
2011-03-19oopsmarkotibold
2011-03-19Adding examples to tox. Appears quite useful cause some example tests are ↵markotibold
broken.
2011-03-18Coverage for all platforms working. Had some trouble with dependencies of ↵markotibold
coverage of python-dev for the various platforms.
2011-03-17Add coverage to requirementstom christie tom@tomchristie.com
2011-03-17Add VERSION stringtom christie tom@tomchristie.com
2011-03-17Add xmlrunner directory to hgignoretom christie tom@tomchristie.com
2011-03-17Add coverage to requirementstom christie tom@tomchristie.com
2011-03-17Test result graphing now possible for all 6 environments. Had to fix ↵markotibold
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.
2011-03-15Implementing graphing.markotibold
2011-03-15Merge with a0fec27963ebb52d39cdad42d5a7fd428f989784markotibold
2011-03-13sebpiq's parser improvementsTom Christie
2011-03-13test refactoringTom Christie
2011-03-13tox, runcoverage, and setup.py testTom Christie
2011-03-11debug + tests for MultipartParsersebpiq
2011-03-11documentation + tests + debugging for formparserssebpiq
2011-03-11Refactoring and added another test for blog-posts. Finally got eclipse setup ↵markotibold
properly with virtualenvs (code analysis). Also I think I get Bitbuckets workflow now.
2011-03-11modified tests.__init__ so it also test module docstringssebpiq
2011-03-10added a testsebpiq
2011-03-10documentationsebpiq
2011-03-10removed useless stuff, request.POST and FILES not used + some docsebpiq
2011-03-10First pass at rolling the test running into the djangorestframework packagetom christie tom@tomchristie.com
2011-03-10duh. pip does not install pip.tom christie tom@tomchristie.com
2011-03-10markos pygments teststom christie tom@tomchristie.com
2011-03-09renamings + corrected a bugspiq
2011-03-09tests.py: the response needed json deserialization. I guess this is the ↵markotibold
default serialization for responses. views.py: Implements #28 Pygments examples should be datetime sorted
2011-03-09fix #27tom christie tom@tomchristie.com