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
/
test
/
lib
/
puppettest.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework Puppet::Util::Cacher to only expire using TTLs
Nick Lewis
2011-07-21
1
-1
/
+0
*
Maint: Switched spec tests to use a class rather than Array as the log destin...
Paul Berry
2010-11-18
1
-2
/
+2
*
[#4308] Remove puppettest from specs
Matt Robinson
2010-09-03
1
-21
/
+1
*
[#4344] Fix for failing templates when module name matches file in local dir.
Paul Berry
2010-08-03
1
-2
/
+2
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-260
/
+260
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-7
/
+7
*
Code smell: Omit needless checks on defined
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-4
/
+4
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
1
-5
/
+1
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-18
/
+6
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-5
/
+5
*
Code smell: English names for special globals rather than line-noise
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
1
-18
/
+23
*
[#4114] Fix failures in the unit tests
Matt Robinson
2010-07-07
1
-1
/
+1
*
Fixing most of the broken tests in test/
Luke Kanies
2010-02-17
1
-0
/
+3
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
1
-4
/
+4
*
Changed tabs to spaces without interfering with indentation or alignment
Ian Taylor
2009-06-06
1
-4
/
+4
*
Merge branch '0.24.x'
Luke Kanies
2009-04-02
1
-0
/
+3
|
\
|
*
Fixing broken 0.24.x tests in test/.
Luke Kanies
2009-02-28
1
-0
/
+3
*
|
Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...
James Turnbull
2009-02-26
1
-2
/
+2
*
|
Changing the Cacher.invalidate method to Cacher.expire.
Luke Kanies
2008-11-11
1
-1
/
+1
*
|
Fixing #1247 -- no more clear_cache failures.
Luke Kanies
2008-05-25
1
-1
/
+1
*
|
Fixing a couple of broken tests.
Luke Kanies
2008-04-15
1
-0
/
+1
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
1
-15
/
+34
|
\
|
|
*
Fixing some tests that only failed under certain
Luke Kanies
2008-03-18
1
-1
/
+6
|
*
Somewhat refactored fileserving so that it no longer caches
Luke Kanies
2008-02-23
1
-13
/
+17
|
*
Fixed #1043 -- autoloading now searches the plugins directory
Luke Kanies
2008-02-13
1
-0
/
+2
|
*
Renaming the 'pfile' and 'pfilebucket' files to plain
Luke Kanies
2008-02-13
1
-1
/
+0
|
*
Loading the mocha gem from the puppettest.rb file.
Luke Kanies
2008-02-12
1
-1
/
+10
*
|
Another round of fixes toward making global resources work.
Luke Kanies
2008-01-09
1
-1
/
+0
|
/
*
Fixing #931 by keeping track in configurations of
Luke Kanies
2007-11-27
1
-6
/
+0
*
Fixing #800 by refactoring how configurations are retrieved
Luke Kanies
2007-11-12
1
-3
/
+14
*
Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
Luke Kanies
2007-11-08
1
-0
/
+4
|
\
|
*
Classes once again get evaluated immediately when the
Luke Kanies
2007-11-08
1
-0
/
+4
*
|
Fixing the 'mount' tests so that they no longer
Luke Kanies
2007-11-08
1
-4
/
+4
|
/
*
Changing the test/ classes so that they work from the main
Luke Kanies
2007-10-26
1
-2
/
+4
*
Removing the Id tags from all of the files
Luke Kanies
2007-10-03
1
-1
/
+0
*
Renaming the 'Puppet::Util::Config' class to
Luke Kanies
2007-09-22
1
-2
/
+2
*
Adding a to_graph method to TransBuckets, so that the buckets can directly ge...
Luke Kanies
2007-09-12
1
-0
/
+1
*
Another intermediate commit. The node and fact classes are now functional an...
Luke Kanies
2007-09-12
1
-0
/
+1
*
Doing an intermediate commit so rick can look at the work I have done so far.
Luke Kanies
2007-09-11
1
-6
/
+10
*
All language tests now pass. I expect there are other failures elsewhere, bu...
Luke Kanies
2007-08-20
1
-0
/
+1
*
Requiring mocha in all cases in the test tree
Luke Kanies
2007-08-15
1
-0
/
+1
*
Redoing autoload a bit in preparation for adding a plugindir
luke
2007-05-16
1
-0
/
+13
*
Fixing #542. Transactions now cause services to warn when they would have go...
luke
2007-03-17
1
-1
/
+1
*
Merging the webserver_portability branch from version 2182 to version 2258.
luke
2007-03-06
1
-4
/
+12
*
Fixing #484. Moving unit tests at the same time.
luke
2007-02-08
1
-0
/
+5
*
Moving some of the stand-alone classes into the util/ subdirectory, to clean ...
luke
2007-02-07
1
-10
/
+10
*
The resolve functionality in "test" is almost working...
luke
2007-02-01
1
-12
/
+1
*
Oops, that last commit seems to have broken the rakefile. Works again.
luke
2007-02-01
1
-5
/
+5
[next]