summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Files now use the Indirector to recurse locally.Luke Kanies2008-08-283-10/+93
| * | | | Fixing filesets to allow nil ignore values.Luke Kanies2008-08-282-0/+9
| * | | | Recursion using REST seems to almost work.Luke Kanies2008-08-282-252/+348
| * | | | Mostly finishing refactoring file recursion to use REST.Luke Kanies2008-08-274-19/+250
| * | | | Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-274-1/+42
| * | | | Fixing the terminus helper so it correctly catches options passed from client...Luke Kanies2008-08-262-1/+31
| * | | | The file source is now refactored and uses REST.Luke Kanies2008-08-264-65/+125
| * | | | Removing mention of an obselete class.Luke Kanies2008-08-261-1/+0
| * | | | One third done refactoring file[:source] -- retrieve() is done.Luke Kanies2008-08-262-112/+238
| * | | | Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-262-0/+10
| * | | | Aliasing RSpec's :should method to :must.Luke Kanies2008-08-261-0/+6
| * | | | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-2618-74/+112
| * | | | Adding the content writer to the content class.Luke Kanies2008-08-262-1/+31
| * | | | Fixing a test in the module_files terminusLuke Kanies2008-08-261-6/+1
| * | | | Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-262-1/+43
| * | | | Removing the last vestiges of the 'puppetmounts' protocol marker.Luke Kanies2008-08-263-4/+3
| * | | | Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-262-2/+20
| * | | | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-266-10/+34
| * | | | Refactoring how files in FileServing are named.Luke Kanies2008-08-2616-102/+56
| * | | | Finishing the rename of FileBase => Base.Luke Kanies2008-08-266-40/+237
| * | | | Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-266-12/+52
| * | | | Renaming FileServing::FileBase to FileServing::Base.Luke Kanies2008-08-267-224/+45
| * | | | Adding a hackish raw format.Luke Kanies2008-08-262-1/+47
| * | | | Adding suitability as a requirement for a format being supported.Luke Kanies2008-08-262-1/+7
| * | | | Removing the yaml conversion code from FileContent.Luke Kanies2008-08-264-46/+11
| * | | | Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-262-1/+19
| * | | | Correcting whitespace in a testLuke Kanies2008-08-261-3/+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-263-21/+27
| * | | | Fixing whitespace in docs of some tests.Luke Kanies2008-08-261-4/+4
| * | | | Fixing the fileserving terminus selection hook.Luke Kanies2008-08-262-100/+101
| * | | | Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-262-1/+28
| * | | | Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-264-46/+141
| * | | | Fixing a test that relied on hash ordering.Luke Kanies2008-08-261-2/+2
* | | | | 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-2353-2464/+3825
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Removing some code in Parameter that is unnecessary.Luke Kanies2008-09-233-6/+13
| * | | Fixed #1595 - Internally, Property#retrieve is no longer calledLuke Kanies2008-09-235-23/+57
| * | | Only apply splay the first runAndrew Shafer2008-09-212-8/+50
| * | | fix failing hpux user specsAndrew Shafer2008-09-201-8/+4
| * | | Add rspec unit test for the append operatorBrice Figureau2008-09-216-1/+133
| * | | 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-204-13/+43
| * | | Allow a templatedir to be colon separated.Thom May2008-09-201-3/+15
| * | | Fixed #1500 - puppetrun host regressionAndrew Shafer2008-09-192-1/+3
| * | | Fixed #1579 and #1580 - errors in the Puppet RPM spec fileJames Turnbull2008-09-192-3/+11
| * | | Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-173-1/+26
| * | | Fixed #1572 -- file purging now fails if remote sources do not exist.Luke Kanies2008-09-163-0/+17
| * | | Fixing #1576 - moving all of the Puppet::Type code back into type.rb.Luke Kanies2008-09-1512-2124/+2101