summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge commit 'turnbull/0.24.x'Luke Kanies2008-08-2617-239/+244
|\
| * Fixed #1488 - Moved individual functions out of functions.rb intoJames Turnbull2008-08-2613-217/+208
| * Fixed #1457 - case insensitive match for errorJames Turnbull2008-08-241-1/+1
| * Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-13/+18
| * id column is autogenerated by rails as a primary key, there is no needBrice Figureau2008-08-222-8/+17
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-202-9/+36
* | Merge branch '0.24.x'Luke Kanies2008-08-202-4/+41
|\|
| * Removed reference to namespaces from --genconfig documentationJames Turnbull2008-08-211-4/+0
| * Fixed #1508 - Add HP-UX package provider.Mark Plaksin2008-08-201-0/+41
* | Fixing the String format (fixes #1522).Luke Kanies2008-08-203-17/+16
* | Removing dead-end file work as promised.Luke Kanies2008-08-203-179/+0
* | Adding files temporarily, since I've decided this work is a dead-end.Luke Kanies2008-08-203-0/+179
* | Merge branch '0.24.x'Luke Kanies2008-08-1822-86/+228
|\|
| * Fix #1502 - abysmal storeconfig performance - part2Brice Figureau2008-08-171-2/+10
| * Fix #1052 - abysmal storeconfig performance - part1Brice Figureau2008-08-171-1/+1
| * Fix #1510 - storeconfig fails with rails 2.1Brice Figureau2008-08-171-5/+5
| * Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-1/+1
| * Fixed #1442 - replaced use of Facter for report titling with certnameJames Turnbull2008-08-161-7/+1
| * Fixed $1456 - add proxy configuration to yum repoJames Turnbull2008-08-131-2/+18
| * Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.Luke Kanies2008-08-122-4/+4
| * Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-11/+10
| * Fixed #1457 - removed confine warningJames Turnbull2008-08-061-1/+1
| * Fixed #1441 - Updated console coloursJames Turnbull2008-08-011-14/+22