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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '0.24.x'
Luke Kanies
2008-04-11
7
-353
/
+24
|
\
|
*
Resources now return the 'should' value for properties from
Luke Kanies
2008-04-11
1
-37
/
+0
|
*
Modified the 'master' handler to use the Catalog class to
Luke Kanies
2008-04-11
2
-204
/
+9
|
*
Fixed #1184 -- definitions now autoload correctly all of the time.
Luke Kanies
2008-04-10
1
-1
/
+8
|
*
Removed the code from the client that tries to avoid recompiling
Luke Kanies
2008-04-10
1
-110
/
+0
|
*
Adding validation to the user type to confirm that the
Luke Kanies
2008-04-08
1
-0
/
+6
|
*
Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
Paul Lathrop
2008-03-28
1
-1
/
+1
*
|
Fixing the tests in test/ that were broken as
Luke Kanies
2008-04-01
6
-191
/
+47
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
96
-3550
/
+529
|
\
\
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-25
7
-42
/
+61
|
|
\
|
|
|
*
Fixing #571 -- provider suitability is now checked at resource
Luke Kanies
2008-03-24
1
-5
/
+21
|
|
*
Fixing a couple of tests.
Luke Kanies
2008-03-24
3
-36
/
+35
|
|
*
Found all instances of methods where split() is used without
Luke Kanies
2008-03-21
1
-1
/
+0
|
|
*
Found an array that leaked pretty quickly between reparsing
Luke Kanies
2008-03-21
1
-0
/
+1
|
|
*
tweak the (already applied) patch in 388cf7c3df7ce26e953949ed6fe63d76cbbb3691...
Sam Quigley
2008-03-20
1
-0
/
+4
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-20
7
-21
/
+61
|
|
\
|
|
|
*
fixing another failing test
Luke Kanies
2008-03-19
1
-0
/
+2
|
|
*
Fixing some tests that only failed under certain
Luke Kanies
2008-03-18
3
-3
/
+6
|
|
*
Regression in :node_name functionality
John Ferlito
2008-03-14
1
-2
/
+9
|
|
*
Fixing #1132 -- host names can now have dashes anywhere.
Luke Kanies
2008-03-13
1
-0
/
+44
|
|
*
Fixing #1118 -- downloading plugins and facts now ignores noop.
Luke Kanies
2008-03-13
1
-16
/
+0
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-07
1
-159
/
+0
|
|
\
|
|
|
*
Always duplicating resource defaults in the parser, so that
Luke Kanies
2008-03-06
1
-159
/
+0
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-05
24
-17
/
+7
|
|
\
|
|
|
*
Fixing a few tests
Luke Kanies
2008-02-29
2
-6
/
+1
|
|
*
Fixing tests that did not work with Rails 2.
Luke Kanies
2008-02-29
2
-0
/
+3
|
|
*
Fixing a test that changed the environment for all later tests,
Luke Kanies
2008-02-29
1
-9
/
+1
|
|
*
renaming ral/types to ral/type in the tests
Luke Kanies
2008-02-28
21
-0
/
+0
|
|
*
Removed the loglevels from the valid values for 'logoutput'
Luke Kanies
2008-02-27
1
-2
/
+2
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-02-25
12
-173
/
+137
|
|
\
|
|
|
*
Merge commit 'turnbull/0.24.x' into 0.24.x
Luke Kanies
2008-02-23
1
-0
/
+18
|
|
|
\
|
|
|
*
Fixes #1078 and includes new test
James Turnbull
2008-02-23
1
-0
/
+18
|
|
*
|
Somewhat refactored fileserving so that it no longer caches
Luke Kanies
2008-02-23
11
-163
/
+92
|
|
|
/
|
|
*
Quashed commit of my fixes for #1010.
Luke Kanies
2008-02-21
1
-11
/
+28
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-02-18
3
-6
/
+43
|
|
\
|
|
|
*
Fixing comment -- ticket #1027 instead of #1064
Luke Kanies
2008-02-13
1
-1
/
+1
|
|
*
Fixing #1064 -- providers et al are now autoloaded
Luke Kanies
2008-02-13
1
-5
/
+5
|
|
*
Fixed #1043 -- autoloading now searches the plugins directory
Luke Kanies
2008-02-13
2
-0
/
+21
|
|
*
Fixed #968 again, this time with tests -- parseonly works,
Luke Kanies
2008-02-13
1
-0
/
+17
|
|
*
Renaming the 'pfile' and 'pfilebucket' files to plain
Luke Kanies
2008-02-13
1
-1
/
+0
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-02-12
37
-1681
/
+10
|
|
\
|
|
|
*
Loading the mocha gem from the puppettest.rb file.
Luke Kanies
2008-02-12
1
-1
/
+10
|
|
*
Trying to upgrade rspec, but not having much luck.
Luke Kanies
2008-02-12
36
-1680
/
+0
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-02-12
24
-1420
/
+191
|
|
\
|
|
|
*
Fixed #997 -- virtual defined types are no longer evaluated.
Luke Kanies
2008-02-12
4
-38
/
+34
|
|
*
Moving the ast node tests to rspec (which I could have
Luke Kanies
2008-02-12
2
-234
/
+0
|
|
*
Removing the last remaining vestiges of GRATR --
Luke Kanies
2008-02-11
4
-9
/
+9
|
|
*
Changing the name of the Compile class to Compiler,
Luke Kanies
2008-02-11
10
-40
/
+40
|
|
*
Changing some methods in the Compile class to
Luke Kanies
2008-02-11
2
-3
/
+3
|
|
*
Fixed #1030 - class and definition evaluation has been significantly
Luke Kanies
2008-02-11
1
-184
/
+0
[next]