summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Removing the yaml conversion code from FileContent.Luke Kanies2008-08-261-24/+0
| * | Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-0/+16
| * | Correcting whitespace in a testLuke Kanies2008-08-261-3/+3
| * | FileServing Configurations now expect unqualified files.Luke Kanies2008-08-261-17/+22
| * | Fixing whitespace in docs of some tests.Luke Kanies2008-08-261-4/+4
| * | Fixing the fileserving terminus selection hook.Luke Kanies2008-08-261-78/+78
| * | Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-1/+21
| * | Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-262-31/+80
| * | Fixing a test that relied on hash ordering.Luke Kanies2008-08-261-2/+2
* | | Merge branch '0.24.x'Luke Kanies2008-09-2314-5/+531
|\ \ \ | |/ / |/| / | |/
| * Removing some code in Parameter that is unnecessary.Luke Kanies2008-09-231-0/+11
| * Fixed #1595 - Internally, Property#retrieve is no longer calledLuke Kanies2008-09-232-0/+48
| * Only apply splay the first runAndrew Shafer2008-09-211-0/+42
| * fix failing hpux user specsAndrew Shafer2008-09-201-8/+4
| * Add rspec unit test for the append operatorBrice Figureau2008-09-214-1/+120
| * Bug #1550 - Rework to avoid regressing rspec tests, add new rspec tests for t...Paul Nasrat2008-09-201-3/+24
| * Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-0/+13
| * Fixed #1572 -- file purging now fails if remote sources do not exist.Luke Kanies2008-09-161-0/+6
| * Fixing #1576 - moving all of the Puppet::Type code back into type.rb.Luke Kanies2008-09-151-1/+1
| * Fixes #1455 - Adds HP-UX support for user typeJames Turnbull2008-09-061-0/+29
| * Runit service providerBrice Figureau2008-08-291-0/+117
| * Daemontools service providerBrice Figureau2008-08-291-0/+124
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-204-10/+88
* | Merge branch '0.24.x'Luke Kanies2008-08-201-0/+52
|\|
| * Fixed #1508 - Add HP-UX package provider.Mark Plaksin2008-08-201-0/+52
* | Fixing the String format (fixes #1522).Luke Kanies2008-08-202-42/+34
* | Removing dead-end file work as promised.Luke Kanies2008-08-203-358/+0
* | Adding files temporarily, since I've decided this work is a dead-end.Luke Kanies2008-08-203-0/+358
* | Fixing #1514 - format tests now work again.Luke Kanies2008-08-201-11/+11
* | Merge branch '0.24.x'Luke Kanies2008-08-184-4/+63
|\|
| * Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-0/+9
| * Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-1/+12
| * Fixing an ldap connectivity testLuke Kanies2008-08-091-3/+13
| * Specs for yaml indirector .search - I'm still learning!James Turnbull2008-08-011-0/+29
* | Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-13/+37
* | Adding logging when files are removed.Luke Kanies2008-08-072-1/+16
* | Removing now-obsolete the wait-for-cert module.Luke Kanies2008-08-071-135/+0
* | Certificates now work over REST.Luke Kanies2008-08-074-3/+53
* | Caching the SSL store for the SSL Host.Luke Kanies2008-08-071-1/+1
* | Making all certificates only support the plaintext format.Luke Kanies2008-08-044-0/+16
* | Adding wait_for_cert functionality to the ssl host class.Luke Kanies2008-08-041-0/+42
* | Adding a plaintext network format.Luke Kanies2008-08-041-0/+42
* | Fixing a group test that failed after merging 0.24.xLuke Kanies2008-07-311-4/+0
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-302-0/+20
* | 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