summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-0/+192
|\|
| * Add failing test for plugin with file and recursePaul Nasrat2008-10-091-0/+8
| * Fix several small regressions in plugins mountBrice Figureau2008-10-091-0/+38
| * Fixed #1473 - Rescue Timeout::Error in xmlrpc clientsAndrew Shafer2008-10-071-0/+13
| * Fixing #947 - pluginsync no longer fails poorly when no plugins existLuke Kanies2008-10-031-2/+2
| * Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-301-1/+1
| * Add tests for FileServer::Mount list for #1544Paul Nasrat2008-09-301-0/+133
* | Merge branch 'feature/master/1481'Luke Kanies2008-09-236-15/+106
|\ \
| * | Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-0/+31
| * | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-262-6/+6
| * | Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-263-9/+38
| * | Adding a hackish raw format.Luke Kanies2008-08-261-0/+26
| * | Adding suitability as a requirement for a format being supported.Luke Kanies2008-08-261-0/+5
* | | Merge branch '0.24.x'Luke Kanies2008-09-231-0/+42
|\ \ \ | |/ / |/| / | |/
| * Only apply splay the first runAndrew Shafer2008-09-211-0/+42
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-203-1/+23
* | Fixing the String format (fixes #1522).Luke Kanies2008-08-201-32/+0
* | Fixing #1514 - format tests now work again.Luke Kanies2008-08-201-11/+11
* | Adding a plaintext network format.Luke Kanies2008-08-041-0/+42
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-0/+14
* | The REST formats are now fully functional, with yaml and marshal support.Luke Kanies2008-07-301-1/+66
* | Adding some support for case insensivity in format names.Luke Kanies2008-07-302-2/+17
* | Moving validation from FormatHandler to Format.Luke Kanies2008-07-302-11/+4
* | Moving functionality out of the FormatHandler into the Format class.Luke Kanies2008-07-302-96/+186
* | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-3/+6
* | Fixing the format_handler tests so that they clean up after themselves.Luke Kanies2008-07-291-0/+7
* | Fixing a test I broke while rebasingLuke Kanies2008-07-291-0/+5
* | Fixing a test to be order-independent.Luke Kanies2008-07-291-1/+1
* | Adding rudimentary support for directly managing formats.Luke Kanies2008-07-293-0/+96
* | Adding support for rendering and converting multiple instances.Luke Kanies2008-07-291-9/+36
* | All error and format handling works over REST except searching.Luke Kanies2008-07-292-4/+23
* | Drastically simplifying the REST implementation tests.Luke Kanies2008-07-292-627/+189
* | Adding explicit tests for the HTTP::Handler module.Luke Kanies2008-07-291-0/+411
* | The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-293-37/+53
* | Using the FormatHandler in indirected classes automatically.Luke Kanies2008-07-291-5/+25
* | Adding a FormatHandler module for managing format conversions.Luke Kanies2008-07-291-0/+73
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-296-27/+109
|\|
| * Fixing #1438 -- mongrel and module tests now pass.Luke Kanies2008-07-201-0/+4
| * You can now select the encoding format when transferring the catalog,Luke Kanies2008-07-181-19/+77
| * The mongrel-related tests now run without mongrel.Luke Kanies2008-07-175-8/+28
* | Merge branch '0.24.x'Luke Kanies2008-06-149-94/+241
|\|
| * Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-15/+15
| * Adding ruby interpreter lines to the tests missing them.Luke Kanies2008-06-132-0/+4
| * Adding execute bits to every test currently missing them.Luke Kanies2008-06-139-0/+0
| * The mongrel and webrick REST handlers now extract certificate information.Luke Kanies2008-06-092-93/+236
* | Merge branch '0.24.x'Luke Kanies2008-05-253-3/+5
|\|
| * Fixing an inaccurate test so the tests will run correctly in all branches.Paul Lathrop2008-05-231-3/+1
| * Fixing tests that are broken when running as root under OSX 10.5Paul Lathrop2008-05-232-0/+4
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-18/+1
* | Fixing some broken tests.Luke Kanies2008-05-071-0/+10