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
path:
root
/
lib
/
puppet
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
the indirector will not serve xmlrpc (this is the responsibility of the legac...
Rick Bradley
2008-04-11
4
-12
/
+0
|
*
removing obsolete TODO comment
Rick Bradley
2008-04-11
1
-1
/
+0
|
*
puppet-compliant indentation
Rick Bradley
2008-04-11
1
-22
/
+22
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-11
45
-556
/
+410
|
\
|
|
*
Resources now return the 'should' value for properties from
Luke Kanies
2008-04-11
1
-7
/
+3
|
*
Modified the 'master' handler to use the Catalog class to
Luke Kanies
2008-04-11
4
-218
/
+11
|
*
Fixed #1184 -- definitions now autoload correctly all of the time.
Luke Kanies
2008-04-10
1
-2
/
+6
|
*
Removed the code from the client that tries to avoid recompiling
Luke Kanies
2008-04-10
1
-56
/
+2
|
*
Fixing #1173 -- classes and definitions can now have the same
Luke Kanies
2008-04-10
1
-1
/
+1
|
*
Fixing the expire method (it wasn't using a request
Luke Kanies
2008-04-10
2
-3
/
+13
|
*
Moved the request creation into the Indirection
Luke Kanies
2008-04-10
2
-17
/
+51
|
*
Making the log messages around caching better.
Luke Kanies
2008-04-08
1
-3
/
+3
|
*
Ported the rest of the indirection terminuses over to
Luke Kanies
2008-04-08
9
-69
/
+21
|
*
Intermediate commit.
Luke Kanies
2008-04-08
11
-107
/
+94
|
*
Fixing some tests that were failing because new base types
Luke Kanies
2008-04-08
2
-0
/
+6
|
*
Adding the ability for indirection requests to be created
Luke Kanies
2008-04-08
1
-2
/
+9
|
*
Fixing an errant comment
Luke Kanies
2008-04-08
1
-1
/
+1
|
*
Fixing the tests that were failing because of the use
Luke Kanies
2008-04-08
1
-2
/
+4
|
*
Adding a Request class to the Indirection layer. This
Luke Kanies
2008-04-08
2
-55
/
+52
|
*
Changing how destroy works, just a bit -- it now accepts
Luke Kanies
2008-04-08
3
-8
/
+13
|
*
Reworking the caching layer to use TTLs instead of versions
Luke Kanies
2008-04-08
1
-19
/
+77
|
*
Removing unused code from the file_serving/metadata class.
Luke Kanies
2008-04-08
1
-9
/
+0
|
*
Adding an envelope module to handle indirected instance
Luke Kanies
2008-04-08
1
-0
/
+13
|
*
Changing the default environment to production.
Luke Kanies
2008-04-08
1
-1
/
+1
|
*
Adding validation to the user type to confirm that the
Luke Kanies
2008-04-08
1
-0
/
+3
|
*
Extend workaround from 56aad69f8cdf8b0b08fdb7985014986223fa4455 to not only f...
Andreas Rogge
2008-04-03
2
-9
/
+15
|
*
Changed some non-standard Ruby locations to env ruby shebangs
James Turnbull
2008-04-04
1
-1
/
+1
|
*
Fixes debian service enabled/disable issue as detailed in #1161.
James Turnbull
2008-04-03
1
-1
/
+1
|
*
Merge commit 'turnbull/0.24.x' into 0.24.x
Luke Kanies
2008-03-31
2
-2
/
+9
|
|
\
|
|
*
Updates to rrdgraph documentation
James Turnbull
2008-04-01
1
-2
/
+4
|
|
*
Better fix for #1020
James Turnbull
2008-04-01
1
-0
/
+5
|
|
*
Revert "Added updated fix for #1020"
James Turnbull
2008-04-01
1
-5
/
+1
|
|
*
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
James Turnbull
2008-04-01
1
-1
/
+1
|
|
|
\
|
|
*
|
Added updated fix for #1020
James Turnbull
2008-03-31
1
-1
/
+5
|
*
|
|
Adding the report reference back; I don't really know
Luke Kanies
2008-03-31
1
-0
/
+23
|
|
|
/
|
|
/
|
|
*
|
Fixing a duplicate word in the mount docs
Luke Kanies
2008-03-31
1
-1
/
+1
|
|
/
|
*
Add a bunch of directives, allows a full parse of stanford's huge nagios config
Blake Barnett
2008-03-28
1
-46
/
+60
|
*
Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
Paul Lathrop
2008-03-28
1
-2
/
+2
*
|
Fixing the tests in test/ that were broken as
Luke Kanies
2008-04-01
1
-1
/
+2
*
|
Fixing tests that were failing as a result of the merge,
Luke Kanies
2008-04-01
2
-5
/
+1
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
138
-2333
/
+2179
|
\
\
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-25
31
-72
/
+125
|
|
\
|
|
|
*
Pass source to pkg_add via the PKG_PATH environment variable if
Ryan McBride
2008-03-25
1
-1
/
+9
|
|
*
Fixing #571 -- provider suitability is now checked at resource
Luke Kanies
2008-03-24
2
-9
/
+7
|
|
*
Moved the configuration of the Node cache to the puppetmasterd
Luke Kanies
2008-03-24
1
-1
/
+1
|
|
*
Modifying the way ensure is handled so that it supports
Luke Kanies
2008-03-24
1
-3
/
+8
|
|
*
Fixing #1138 -- the yamldir is automatically created by the
Luke Kanies
2008-03-24
2
-11
/
+5
|
|
*
Disabling http keep-alive as a means of preventing #1010.
Luke Kanies
2008-03-24
2
-9
/
+21
|
|
*
Applying patch by Ryan McBride to fix OpenBSD package
Luke Kanies
2008-03-23
1
-1
/
+1
|
|
*
Ported #198 man page creation functionality to 0.24.x branch
James Turnbull
2008-03-22
1
-3
/
+3
[prev]
[next]