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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Adding a class for using templates directly within resources
Luke Kanies
2008-06-09
1
-0
/
+38
*
|
Merge branch '0.24.x'
Luke Kanies
2008-05-25
1
-0
/
+7
|
\
|
|
*
Refactoring warnings.rb for tests.
Paul Lathrop
2008-05-23
1
-0
/
+7
*
|
Merge branch '0.24.x'
Luke Kanies
2008-05-20
7
-39
/
+393
|
\
|
|
*
Removing an unused file. Closes #1229.
Luke Kanies
2008-05-19
1
-38
/
+0
|
*
Another refactor based on feedback from Luke. This includes adding an accesso...
Paul Lathrop
2008-05-18
1
-0
/
+4
|
*
Adding ldap providers for the user and group type.
Luke Kanies
2008-05-12
4
-0
/
+388
|
*
Fix for ticket #1218 - changed to appropriate variable name
James Turnbull
2008-05-10
1
-1
/
+1
*
|
Using the new Cacher class for handling cached data.
Luke Kanies
2008-05-13
1
-8
/
+10
*
|
Adding a module for handling caching information.
Luke Kanies
2008-05-07
1
-0
/
+67
*
|
The master and client now successfully speak xmlrpc using the new system.
Luke Kanies
2008-05-07
1
-3
/
+9
*
|
The Settings class now clears the 'used' sections when a value is changed.
Luke Kanies
2008-05-05
1
-1
/
+3
*
|
I think I've now got the Webrick SSL support working.
Luke Kanies
2008-04-28
1
-1
/
+6
*
|
We have a basically functional CA -- it can sign
Luke Kanies
2008-04-15
1
-1
/
+1
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-11
1
-2
/
+2
|
\
|
|
*
Extend workaround from 56aad69f8cdf8b0b08fdb7985014986223fa4455 to not only f...
Andreas Rogge
2008-04-03
1
-2
/
+2
*
|
Fixing tests that were failing as a result of the merge,
Luke Kanies
2008-04-01
1
-4
/
+0
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
9
-198
/
+218
|
\
\
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-25
4
-5
/
+8
|
|
\
|
|
|
*
Found all instances of methods where split() is used without
Luke Kanies
2008-03-21
3
-3
/
+6
|
|
*
Applying patch by wyvern to fix #1142.
Luke Kanies
2008-03-20
1
-2
/
+2
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-20
2
-24
/
+31
|
|
\
|
|
|
*
Refactoring how the catalog creation handles errors.
Luke Kanies
2008-03-18
1
-15
/
+11
|
|
*
Removing extra debugging
Luke Kanies
2008-03-18
1
-1
/
+0
|
|
*
Settings now (again?) do not use a section more than
Luke Kanies
2008-03-18
1
-8
/
+13
|
|
*
Hopefully *finally* fixed the "already being managed" problem
Luke Kanies
2008-03-18
1
-6
/
+9
|
|
*
Flat file now does writing to a tempfile.
Brenton Leanhardt
2008-03-13
1
-1
/
+5
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-07
1
-47
/
+49
|
|
\
|
|
|
*
Changed name of method for clarity per code review
Luke Kanies
2008-03-05
1
-5
/
+5
|
|
*
Ticket #1041
Andrew Shafer
2008-03-05
1
-47
/
+49
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-02-25
4
-4
/
+4
|
|
\
|
|
|
*
Merge commit 'turnbull/0.24.x' into 0.24.x
Luke Kanies
2008-02-23
1
-1
/
+1
|
|
|
\
|
|
|
*
Fixes ticket #1079 - added . support for tags
James Turnbull
2008-02-24
1
-1
/
+1
|
|
*
|
Somewhat refactored fileserving so that it no longer caches
Luke Kanies
2008-02-23
2
-2
/
+2
|
|
|
/
|
|
*
Quashed commit of my fixes for #1010.
Luke Kanies
2008-02-21
1
-1
/
+1
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-02-18
2
-18
/
+56
|
|
\
|
|
|
*
Refactoring the incremental checksum generation
Luke Kanies
2008-02-14
1
-11
/
+12
|
|
*
Enhancing the stand-alone checksums utility module
Luke Kanies
2008-02-14
1
-10
/
+47
|
|
*
Fixing #1064 -- providers et al are now autoloaded
Luke Kanies
2008-02-13
1
-2
/
+1
|
|
*
removing "lib" deprecation notice from autoloader
Luke Kanies
2008-02-13
1
-4
/
+0
|
|
*
Fixed #1043 -- autoloading now searches the plugins directory
Luke Kanies
2008-02-13
1
-3
/
+8
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-02-12
4
-17
/
+73
|
|
\
|
|
|
*
Adding an inflection util class.
Luke Kanies
2008-02-12
1
-0
/
+14
|
|
*
Removing the last remaining vestiges of GRATR --
Luke Kanies
2008-02-11
1
-1
/
+1
|
|
*
Added a 'tagged?' method to the Tagging module.
Luke Kanies
2008-02-11
1
-0
/
+5
|
|
*
Applying patch by Jay to fix #989 -- missing crl files are
Luke Kanies
2008-02-07
1
-1
/
+1
|
|
*
Fixing the Settings class so that it correctly handles
Luke Kanies
2008-02-07
1
-7
/
+9
|
|
*
I think I've finally fixed #959, by having the Settings
Luke Kanies
2008-01-20
1
-12
/
+13
|
|
*
Fixing #976 -- both the full name of qualified classes and
Luke Kanies
2008-01-19
1
-0
/
+34
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-01-19
2
-8
/
+59
|
|
\
|
[prev]
[next]