summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'feature/master/1481'Luke Kanies2008-09-2325-540/+440
|\ \
| * | Removing the old, obsolete recursion methods.Luke Kanies2008-08-291-168/+0
| * | As far as I can tell, recursion is working entirely.Luke Kanies2008-08-291-1/+1
| * | Removing insanely stupid default property behaviour.Luke Kanies2008-08-291-11/+1
| * | Source recursion is nearly working.Luke Kanies2008-08-292-12/+28
| * | Files now use the Indirector to recurse locally.Luke Kanies2008-08-281-6/+15
| * | Fixing filesets to allow nil ignore values.Luke Kanies2008-08-281-0/+2
| * | Recursion using REST seems to almost work.Luke Kanies2008-08-281-163/+83
| * | Mostly finishing refactoring file recursion to use REST.Luke Kanies2008-08-272-17/+50
| * | Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-271-1/+1
| * | Fixing the terminus helper so it correctly catches options passed from client...Luke Kanies2008-08-261-1/+10
| * | The file source is now refactored and uses REST.Luke Kanies2008-08-262-25/+36
| * | One third done refactoring file[:source] -- retrieve() is done.Luke Kanies2008-08-261-112/+62
| * | Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-261-0/+4
| * | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-268-6/+9
| * | Adding the content writer to the content class.Luke Kanies2008-08-261-1/+3
| * | Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-1/+12
| * | Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-2/+8
| * | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-263-3/+17
| * | Refactoring how files in FileServing are named.Luke Kanies2008-08-266-16/+9
| * | Finishing the rename of FileBase => Base.Luke Kanies2008-08-262-4/+79
| * | Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-263-3/+14
| * | Renaming FileServing::FileBase to FileServing::Base.Luke Kanies2008-08-263-83/+14
| * | Adding a hackish raw format.Luke Kanies2008-08-261-1/+21
| * | Adding suitability as a requirement for a format being supported.Luke Kanies2008-08-261-1/+2
| * | Removing the yaml conversion code from FileContent.Luke Kanies2008-08-261-8/+0
| * | Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-1/+3
| * | Spell-correcting a commentLuke Kanies2008-08-261-1/+1
| * | Cleaning up an exception.Luke Kanies2008-08-261-1/+5
| * | FileServing Configurations now expect unqualified files.Luke Kanies2008-08-261-2/+3
| * | Fixing the fileserving terminus selection hook.Luke Kanies2008-08-261-22/+23
| * | Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-0/+7
| * | Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-262-15/+61
* | | Removing files that git wasn't smart enough to remote during a merge.Luke Kanies2008-09-235-904/+0
* | | Merge branch '0.24.x'Luke Kanies2008-09-2332-2453/+3208
|\ \ \ | |/ / |/| / | |/
| * Removing some code in Parameter that is unnecessary.Luke Kanies2008-09-232-6/+2
| * Fixed #1595 - Internally, Property#retrieve is no longer calledLuke Kanies2008-09-232-23/+6
| * Only apply splay the first runAndrew Shafer2008-09-211-8/+8
| * Add an append (+=) variable operator:Brice Figureau2008-09-215-716/+760
| * Bug #1550 - Rework to avoid regressing rspec tests, add new rspec tests for t...Paul Nasrat2008-09-202-10/+17
| * Allow a templatedir to be colon separated.Thom May2008-09-201-3/+15
| * Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-1/+11
| * Fixed #1572 -- file purging now fails if remote sources do not exist.Luke Kanies2008-09-161-0/+9
| * Fixing #1576 - moving all of the Puppet::Type code back into type.rb.Luke Kanies2008-09-1511-2123/+2100
| * Fixed issues with file descriptors leaking into subprocessesJames Turnbull2008-09-131-0/+1
| * Fixed #1571 - Puppet::Util::binary returns incorrect resultsJames Turnbull2008-09-131-8/+3
| * Fixed #1553 - Puppet and Facter cannot both install the plist module into two...James Turnbull2008-09-135-476/+2
| * Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX user p...James Turnbull2008-09-131-3/+4
| * Fixed #1566 - changed password property of the user typeJames Turnbull2008-09-131-0/+8
| * Fixed debug messages in package type - thanks to Todd Zullinger for this fixJames Turnbull2008-09-121-2/+2