index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Files now use the Indirector to recurse locally.
Luke Kanies
2008-08-28
3
-10
/
+93
|
*
|
|
|
Fixing filesets to allow nil ignore values.
Luke Kanies
2008-08-28
2
-0
/
+9
|
*
|
|
|
Recursion using REST seems to almost work.
Luke Kanies
2008-08-28
2
-252
/
+348
|
*
|
|
|
Mostly finishing refactoring file recursion to use REST.
Luke Kanies
2008-08-27
4
-19
/
+250
|
*
|
|
|
Fixing FileServing::Base so that it can recurse on a single file.
Luke Kanies
2008-08-27
4
-1
/
+42
|
*
|
|
|
Fixing the terminus helper so it correctly catches options passed from client...
Luke Kanies
2008-08-26
2
-1
/
+31
|
*
|
|
|
The file source is now refactored and uses REST.
Luke Kanies
2008-08-26
4
-65
/
+125
|
*
|
|
|
Removing mention of an obselete class.
Luke Kanies
2008-08-26
1
-1
/
+0
|
*
|
|
|
One third done refactoring file[:source] -- retrieve() is done.
Luke Kanies
2008-08-26
2
-112
/
+238
|
*
|
|
|
Adding a "source" attribute to fileserving instances.
Luke Kanies
2008-08-26
2
-0
/
+10
|
*
|
|
|
Aliasing RSpec's :should method to :must.
Luke Kanies
2008-08-26
1
-0
/
+6
|
*
|
|
|
Adding automatic attribute collection to the new fileserving code.
Luke Kanies
2008-08-26
18
-74
/
+112
|
*
|
|
|
Adding the content writer to the content class.
Luke Kanies
2008-08-26
2
-1
/
+31
|
*
|
|
|
Fixing a test in the module_files terminus
Luke Kanies
2008-08-26
1
-6
/
+1
|
*
|
|
|
Causing format selection to fail intelligently if no suitable format can be p...
Luke Kanies
2008-08-26
2
-1
/
+43
|
*
|
|
|
Removing the last vestiges of the 'puppetmounts' protocol marker.
Luke Kanies
2008-08-26
3
-4
/
+3
|
*
|
|
|
Adding a 'plural?' method to the Indirection::Request class.
Luke Kanies
2008-08-26
2
-2
/
+20
|
*
|
|
|
Fixing the rest backends for webrick and mongrel so the get the whole request...
Luke Kanies
2008-08-26
6
-10
/
+34
|
*
|
|
|
Refactoring how files in FileServing are named.
Luke Kanies
2008-08-26
16
-102
/
+56
|
*
|
|
|
Finishing the rename of FileBase => Base.
Luke Kanies
2008-08-26
6
-40
/
+237
|
*
|
|
|
Adding weights to network formats, and sorting them based on the weight.
Luke Kanies
2008-08-26
6
-12
/
+52
|
*
|
|
|
Renaming FileServing::FileBase to FileServing::Base.
Luke Kanies
2008-08-26
7
-224
/
+45
|
*
|
|
|
Adding a hackish raw format.
Luke Kanies
2008-08-26
2
-1
/
+47
|
*
|
|
|
Adding suitability as a requirement for a format being supported.
Luke Kanies
2008-08-26
2
-1
/
+7
|
*
|
|
|
Removing the yaml conversion code from FileContent.
Luke Kanies
2008-08-26
4
-46
/
+11
|
*
|
|
|
Causing the Indirection to fail if a terminus selection hook does not return ...
Luke Kanies
2008-08-26
2
-1
/
+19
|
*
|
|
|
Correcting whitespace in a test
Luke Kanies
2008-08-26
1
-3
/
+3
|
*
|
|
|
Spell-correcting a comment
Luke Kanies
2008-08-26
1
-1
/
+1
|
*
|
|
|
Cleaning up an exception.
Luke Kanies
2008-08-26
1
-1
/
+5
|
*
|
|
|
FileServing Configurations now expect unqualified files.
Luke Kanies
2008-08-26
3
-21
/
+27
|
*
|
|
|
Fixing whitespace in docs of some tests.
Luke Kanies
2008-08-26
1
-4
/
+4
|
*
|
|
|
Fixing the fileserving terminus selection hook.
Luke Kanies
2008-08-26
2
-100
/
+101
|
*
|
|
|
Special-casing 'file' URIs in the indirection requests.
Luke Kanies
2008-08-26
2
-1
/
+28
|
*
|
|
|
Dividing server/port configuration responsibility between the REST terminus a...
Luke Kanies
2008-08-26
4
-46
/
+141
|
*
|
|
|
Fixing a test that relied on hash ordering.
Luke Kanies
2008-08-26
1
-2
/
+2
*
|
|
|
|
Removing files that git wasn't smart enough to remote during a merge.
Luke Kanies
2008-09-23
5
-904
/
+0
*
|
|
|
|
Merge branch '0.24.x'
Luke Kanies
2008-09-23
53
-2464
/
+3825
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
Removing some code in Parameter that is unnecessary.
Luke Kanies
2008-09-23
3
-6
/
+13
|
*
|
|
Fixed #1595 - Internally, Property#retrieve is no longer called
Luke Kanies
2008-09-23
5
-23
/
+57
|
*
|
|
Only apply splay the first run
Andrew Shafer
2008-09-21
2
-8
/
+50
|
*
|
|
fix failing hpux user specs
Andrew Shafer
2008-09-20
1
-8
/
+4
|
*
|
|
Add rspec unit test for the append operator
Brice Figureau
2008-09-21
6
-1
/
+133
|
*
|
|
Add an append (+=) variable operator:
Brice Figureau
2008-09-21
5
-716
/
+760
|
*
|
|
Bug #1550 - Rework to avoid regressing rspec tests, add new rspec tests for t...
Paul Nasrat
2008-09-20
4
-13
/
+43
|
*
|
|
Allow a templatedir to be colon separated.
Thom May
2008-09-20
1
-3
/
+15
|
*
|
|
Fixed #1500 - puppetrun host regression
Andrew Shafer
2008-09-19
2
-1
/
+3
|
*
|
|
Fixed #1579 and #1580 - errors in the Puppet RPM spec file
James Turnbull
2008-09-19
2
-3
/
+11
|
*
|
|
Fixed #1521 -- ldap user and group are now used with the default connection
Luke Kanies
2008-09-17
3
-1
/
+26
|
*
|
|
Fixed #1572 -- file purging now fails if remote sources do not exist.
Luke Kanies
2008-09-16
3
-0
/
+17
|
*
|
|
Fixing #1576 - moving all of the Puppet::Type code back into type.rb.
Luke Kanies
2008-09-15
12
-2124
/
+2101
[prev]
[next]