Commit Graph

  • 349ffcaf5f Rename mixins into Mixin class, rename ResponseException to ErrorResponse, remove NoContent Tom Christie 2011-04-11 16:38:00 +0100
  • a1ed565081 Cleanup Tom Christie 2011-04-11 15:09:52 +0100
  • 29db0a60fb Even more validator tests passing after refactor Tom Christie 2011-04-11 15:06:29 +0100
  • a9df917d10 Lots of validator tests passing after refactor Tom Christie 2011-04-11 15:03:49 +0100
  • 136c9b5271 Tweak Tom Christie 2011-04-11 13:52:16 +0100
  • cb9fb6ef2f Refactoring of authentication/permissions Tom Christie 2011-04-11 13:45:38 +0100
  • 941742593c Remove last bits of ParserMixin Tom Christie 2011-04-11 13:22:54 +0100
  • 92b5a455da Test cleanup Tom Christie 2011-04-11 13:14:51 +0100
  • dad1fa5798 method overloading tests passing Tom Christie 2011-04-11 13:13:25 +0100
  • 0fe8d1a15d form overloading tests passing Tom Christie 2011-04-11 12:19:28 +0100
  • e29a3f4cf1 More tests passing Tom Christie 2011-04-11 11:56:07 +0100
  • d4ed178456 More tests passing Tom Christie 2011-04-11 11:54:26 +0100
  • 338b5213fa More tests passing Tom Christie 2011-04-11 11:47:22 +0100
  • 2fe0e58435 Start refactoring tests Tom Christie 2011-04-11 11:24:14 +0100
  • ec2a300a2b Start refactoring tests Tom Christie 2011-04-11 11:21:41 +0100
  • d0fe36aaa4 Thanks Carmen \! tom christie tom@tomchristie.com 2011-04-08 07:29:43 +0100
  • bbab859ae1 Better error handling for Basic authentication. Catch exceptions that could be thrown due to malformed input Carmen Wick 2011-04-04 18:40:18 -0700
  • 39c0c07786 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 2011-04-04 16:16:41 -0700
  • 23d924eb9b 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 2011-04-04 09:23:14 +0100
  • 5e2e2f1422 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 2011-04-04 09:19:49 +0100
  • 3cdb4e2648 Temporarily roll back the streaming stuff tom christie tom@tomchristie.com 2011-04-03 11:54:47 +0100
  • 4687db680c Refactor to use self.CONTENT to access request body. Get file upload working tom christie tom@tomchristie.com 2011-04-02 16:32:37 +0100
  • 8845b281fe Only use xmlrunner if running under hudson tom christie tom@tomchristie.com 2011-03-30 21:39:38 +0100
  • 7566de1cae Only use xmlrunner if running under hudson tom christie tom@tomchristie.com 2011-03-30 20:33:36 +0100
  • 3acedec771 Fix some examples Tom Christie 2011-03-22 22:48:59 +0000
  • b4a076c822 fixing compat with py25 markotibold 2011-03-20 11:56:43 +0100
  • d866f2177e fix compat with python 2.5 markotibold 2011-03-20 10:37:38 +0100
  • 7f7be826e2 fixed bad naming of testenv markotibold 2011-03-20 10:30:53 +0100
  • e3b08c7f74 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 2011-03-20 01:52:18 +0100
  • 34c4585c6e testing jenkins markotibold 2011-03-20 01:40:26 +0100
  • d168f42b13 testing jenkins markotibold 2011-03-20 01:34:24 +0100
  • bc9a0a9a0f etsting jenkins markotibold 2011-03-20 00:43:15 +0100
  • 1054944ba2 Tetss pass locally as well as under the jenkins user on the ci, but when jenins executes the tests we get OSError :-/ markotibold 2011-03-20 00:37:17 +0100
  • 69036177bf oops markotibold 2011-03-19 03:09:31 +0100
  • 9215197327 Adding examples to tox. Appears quite useful cause some example tests are broken. markotibold 2011-03-19 03:04:22 +0100
  • fabf7c255d Coverage for all platforms working. Had some trouble with dependencies of coverage of python-dev for the various platforms. markotibold 2011-03-18 14:15:12 +0100
  • cf1f8348a0 Add coverage to requirements tom christie tom@tomchristie.com 2011-03-17 08:51:53 +0000
  • 7856656df0 Add VERSION string tom christie tom@tomchristie.com 2011-03-17 08:51:26 +0000
  • c59e63252f Add xmlrunner directory to hgignore tom christie tom@tomchristie.com 2011-03-17 08:37:16 +0000
  • e7fd0cf244 Add coverage to requirements tom christie tom@tomchristie.com 2011-03-17 08:36:22 +0000
  • 5f2c53bf06 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 2011-03-17 01:02:34 +0100
  • e3011c1fb8 Implementing graphing. markotibold 2011-03-15 22:57:45 +0100
  • 9ba66a19f8 Merge with a0fec27963ebb52d39cdad42d5a7fd428f989784 markotibold 2011-03-15 22:40:30 +0100
  • 80e98de933 sebpiq's parser improvements Tom Christie 2011-03-13 17:15:50 +0000
  • 0f0fd13d13 test refactoring Tom Christie 2011-03-13 17:13:18 +0000
  • bed7d8c3a9 tox, runcoverage, and setup.py test Tom Christie 2011-03-13 17:08:46 +0000
  • ee74aec27c debug + tests for MultipartParser sebpiq 2011-03-11 15:05:35 +0200
  • d6c13a9e5c documentation + tests + debugging for formparsers sebpiq 2011-03-11 14:34:39 +0200
  • ecb82b0318 Refactoring and added another test for blog-posts. Finally got eclipse setup properly with virtualenvs (code analysis). Also I think I get Bitbuckets workflow now. markotibold 2011-03-11 12:47:16 +0100
  • 94199a4847 modified tests.__init__ so it also test module docstrings sebpiq 2011-03-11 12:00:51 +0200
  • b117f7bd45 added a test sebpiq 2011-03-10 16:59:21 +0200
  • 2d8e4e056b documentation sebpiq 2011-03-10 16:49:11 +0200
  • 26e10d0e3f removed useless stuff, request.POST and FILES not used + some doc sebpiq 2011-03-10 16:03:46 +0200
  • d6e7e95d95 First pass at rolling the test running into the djangorestframework package tom christie tom@tomchristie.com 2011-03-10 08:58:34 +0000
  • 547a98da8c duh. pip does not install pip. tom christie tom@tomchristie.com 2011-03-10 08:39:04 +0000
  • 9ed34be766 markos pygments tests tom christie tom@tomchristie.com 2011-03-10 08:12:50 +0000
  • 899233bf99 renamings + corrected a bug spiq 2011-03-09 14:07:06 +0200
  • f7f001542a tests.py: the response needed json deserialization. I guess this is the default serialization for responses. markotibold 2011-03-09 10:39:45 +0100
  • c25f8f8427 fix #27 tom christie tom@tomchristie.com 2011-03-09 08:50:56 +0000
  • f8eb5a75d2 IANAL tom christie tom@tomchristie.com 2011-03-09 08:18:06 +0000
  • 1c86426132 Thanks fellas :) tom christie tom@tomchristie.com 2011-03-09 08:17:47 +0000
  • f88d8193a8 Test implemented for #28 Pygments examples should be datetime sorted models.py is needed if we want to put tests in tests.py (see first line of models.py) markotibold 2011-03-09 00:26:20 +0100
  • 32be058195 Implemented test for blog-post rotation. markotibold 2011-03-08 21:54:00 +0100
  • d053cc892d corrected a small bug spiq 2011-03-08 17:19:55 +0200
  • 177e666fc2 BlogPosts > 10 rotation implemeneted Latest Modelresource example is broken. Required attribute should be set to form, not model. Is fixed. markotibold 2011-03-06 13:26:19 +0100
  • bba89cbcf1 Doc tweaking again. Must get back to some proper stuff soon... tom christie tom@tomchristie.com 2011-03-05 21:55:45 +0000
  • 69c567cd87 Doc tweaking again. Must get back to some proper stuff soon... tom christie tom@tomchristie.com 2011-03-05 21:49:06 +0000
  • 2169c85dbb FomrParser now implements a work around for empty values in a list spiq 2011-03-04 17:23:18 +0200
  • 033c0ae797 forms and multipat parsers now flaten data spiq 2011-03-04 17:06:44 +0200
  • 91b33659b5 fix for PUT files spiq 2011-03-04 12:28:20 +0200
  • 30fd23d7f5 Revert unwanted checkin of models.py tom christie tom@tomchristie.com 2011-03-03 09:05:27 +0000
  • 60206e5288 ./examples/modelresourceexample/models.py tom christie tom@tomchristie.com 2011-03-03 09:02:41 +0000
  • aad7eacce6 Ack. Use unicode not str in modelresource tom christie tom@tomchristie.com 2011-03-03 08:56:26 +0000
  • 09a8b9627a Fix broken Vary header tom christie tom@tomchristie.com 2011-03-03 08:02:32 +0000
  • 0798cc141f More nonsense in the docs tom christie tom@tomchristie.com 2011-02-22 22:54:09 +0000
  • 8685357e97 Add the .zip download to the docs tom christie tom@tomchristie.com 2011-02-22 00:03:15 +0000
  • 7fc66d3179 Added tag 0.1 for changeset 6865c2156447 tom christie tom@tomchristie.com 2011-02-21 23:54:33 +0000
  • aae848cace Nitpicking 0.1 tom christie tom@tomchristie.com 2011-02-21 22:23:09 +0000
  • 92dd13912a Add pip/easy_install to the docs tom christie tom@tomchristie.com 2011-02-21 22:21:49 +0000
  • 05b7374f85 Add MANIFEST and dist to .hgignore tom christie tom@tomchristie.com 2011-02-21 21:52:54 +0000
  • bddcacefe7 Minor notes on installation tom christie tom@tomchristie.com 2011-02-19 19:19:32 +0000
  • ec5eaa56c1 Minor notes on installation tom christie tom@tomchristie.com 2011-02-19 19:15:16 +0000
  • ded60f5308 setup.py tom christie tom@tomchristie.com 2011-02-19 19:00:05 +0000
  • 114738ca72 Add setup.py tom christie tom@tomchristie.com 2011-02-19 18:41:23 +0000
  • 67c48f758f Fix kwargs in url conf to be more consistent, also fixes broken blog posts example (every blog post showed all comments) tom christie tom@tomchristie.com 2011-02-19 17:55:32 +0000
  • 38c6a37af7 Minor doc tweaks tom christie tom@tomchristie.com 2011-02-19 15:50:40 +0000
  • d8285c2d49 Fix status import tom christie tom@tomchristie.com 2011-02-19 13:54:55 +0000
  • 66f595f41a Link to django docs on serving admin media tom christie tom@tomchristie.com 2011-02-19 13:36:38 +0000
  • 5ddc941656 Mention deny robots, favicon and login/logout views tom christie tom@tomchristie.com 2011-02-19 13:28:21 +0000
  • eac562b2ec Note the sandbox API a couple more times, just in case they didn't get the message yet. tom christie tom@tomchristie.com 2011-02-19 13:22:12 +0000
  • e4fff6ea6e Clean up the docs tom christie tom@tomchristie.com 2011-02-19 13:12:35 +0000
  • 57b3a372f2 Move status codes into seperate module tom christie tom@tomchristie.com 2011-02-19 10:47:26 +0000
  • 805aa03ec1 Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now. tom christie tom@tomchristie.com 2011-02-19 10:26:27 +0000
  • b749b950a1 Added credits, fixed multipart forms and unicode output as per paul's bug reports. tom christie tom@tomchristie.com 2011-02-15 08:19:57 +0000
  • 027ffed210 Refactor a bunch of stuff into mixins, more tests tom christie tom@tomchristie.com 2011-02-07 08:23:54 +0000
  • a8bcb2edc6 Missing import tom christie tom@tomchristie.com 2011-02-06 22:28:03 +0000
  • fcd7f414c4 Huge stack of refactoring getting stuff into Mixin classes, and loads of tests. Kickass. tom christie tom@tomchristie.com 2011-02-04 21:52:21 +0000
  • eebcdc4dc0 typo tom christie tom@tomchristie.com 2011-02-04 21:41:53 +0000
  • b4e8ecbec7 More improving of docs tom christie tom@tomchristie.com 2011-02-02 08:44:47 +0000
  • fa1ec50765 More improving of docs tom christie tom@tomchristie.com 2011-02-02 08:43:27 +0000