Commit Graph

  • 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
  • 02c29db857 Updated docs with resourceexample tom christie tom@tomchristie.com 2011-02-01 23:08:18 +0000
  • 4e15632875 Updated resourceexample with seperate form.py tom christie tom@tomchristie.com 2011-02-01 23:07:55 +0000
  • 3a8facdb2a Remove Google Analytics from template tom christie tom@tomchristie.com 2011-02-01 22:38:39 +0000
  • 6ce5b643fb Added resourceexample, moved simpleexample to modelresourceexample tom christie tom@tomchristie.com 2011-02-01 22:37:51 +0000
  • 196c21f376 Browser UA tests passing tom christie tom@tomchristie.com 2011-02-01 21:16:34 +0000
  • e198165989 Tests for MSIE accept header munging tom christie tom@tomchristie.com 2011-02-01 21:05:49 +0000
  • 0c6f682cd0 Fix errant uppercasing in docs tom christie tom@tomchristie.com 2011-02-01 20:00:16 +0000
  • 38f6d7c119 Remove remaining bit of google analytics in template tom christie tom@tomchristie.com 2011-02-01 19:58:11 +0000
  • 478dc2d0ce Fix up doc title & desc, fix repo link tom christie tom@tomchristie.com 2011-02-01 19:55:57 +0000
  • 98b5b2abd8 Minor docs changes tom christie tom@tomchristie.com 2011-01-31 08:48:26 +0000
  • 9024c2e94e Going live tom christie tom@tomchristie.com 2011-01-31 08:41:21 +0000
  • 42f2f9b40d Rename to django-rest-framework, get simpleexample working tom christie tom@tomchristie.com 2011-01-30 18:30:39 +0000
  • 8a470f031e Minor changes to examples and docs tom christie tom@tomchristie.com 2011-01-30 16:51:06 +0000
  • f6e534321a Move library docs into seperate folder tom christie tom@tomchristie.com 2011-01-30 11:02:14 +0000
  • 250ab0f609 Lots of docs, trying to tidy up examples... tom christie tom@tomchristie.com 2011-01-30 11:00:20 +0000
  • 40f47a9fb3 Minor bit of tidy up (all the stuff I noticed when demoing to francis) Tom Christie 2011-01-28 17:42:57 +0000
  • 2e9fd9c6b9 Minor fixups on pygments example Tom Christie 2011-01-28 09:14:04 +0000
  • 8e8547ff9a pydocs for emitters tom christie tom@tomchristie.com 2011-01-27 22:30:10 +0000
  • 110bf85aeb ./flywheel/emitters.py tom christie tom@tomchristie.com 2011-01-27 22:00:34 +0000
  • 0bc9d3ae0d Minor cleanup on Resource tom christie tom@tomchristie.com 2011-01-27 21:46:47 +0000