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
*
Fixed #1369 - the init service provider now supports HP-UX.
Luke Kanies
2008-06-16
3
-0
/
+37
*
Merge branch 'tickets/0.24.x/1168' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-06-16
3
-4
/
+21
|
\
|
*
Fixing #1168 (for 0.24.x) -- automatically downcasing the fqdn.
Luke Kanies
2008-06-15
3
-3
/
+18
*
|
Updated Rakefile fixes #1367
James Turnbull
2008-06-16
1
-1
/
+1
*
|
Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-06-16
3
-0
/
+15
|
\
\
|
*
|
Fixed #1201 - all external node attributes are converted to strings.
Luke Kanies
2008-06-15
3
-0
/
+15
|
|
/
*
|
Merge branch 'tickets/0.24.x/1178' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-06-16
8
-216
/
+164
|
\
\
|
*
|
Updating the changelog for the changes to node lookups.
Luke Kanies
2008-06-15
1
-0
/
+6
|
*
|
Removing the Node.find_by_name method.
Luke Kanies
2008-06-15
3
-23
/
+8
|
*
|
The LDAP Node terminus now searches for the fqdn, short name, and default.
Luke Kanies
2008-06-15
3
-15
/
+51
|
*
|
Refactoring the 'find' method a bit in the LDAP Node terminus.
Luke Kanies
2008-06-15
2
-47
/
+59
|
*
|
Removing the now-obsolete Node.node_facts method.
Luke Kanies
2008-06-15
1
-13
/
+0
|
*
|
Converting the Node.node_names class method into an instance method.
Luke Kanies
2008-06-15
2
-120
/
+49
|
*
|
Removing an obsolete, unimplemented test
Luke Kanies
2008-06-15
1
-7
/
+0
|
|
/
*
|
Adds support for keepconfig for the dpkg provider fixes #234
James Turnbull
2008-06-15
1
-1
/
+16
*
|
Merge branch 'ticket/0.24.x/1243' of git://github.com/littleidea/puppet into ...
James Turnbull
2008-06-15
1
-12
/
+13
|
\
\
|
|
/
|
/
|
|
*
Removed the unless condition in query, because the issue is a stale cached
Andrew Shafer
2008-06-14
1
-12
/
+13
*
|
Merge branch 'ticket/0.24.x/1215' of git://github.com/littleidea/puppet into ...
James Turnbull
2008-06-15
2
-41
/
+5
|
\
\
|
*
|
Issue 1215
Andrew Shafer
2008-06-13
2
-41
/
+5
*
|
|
Fix bug in test, add more specs and small refactor
Andrew Shafer
2008-06-14
2
-35
/
+86
|
|
/
|
/
|
*
|
Adding another note about the save_object stub.
Luke Kanies
2008-06-13
1
-0
/
+3
*
|
Fixing #1362 -- I had previously removed a stub point needed for testing.
Luke Kanies
2008-06-13
1
-1
/
+7
*
|
Removing a duplicate call left over from debugging
Luke Kanies
2008-06-13
1
-1
/
+0
*
|
Replacing all two-space indents with four-space
Luke Kanies
2008-06-13
9
-553
/
+553
*
|
Adding ruby interpreter lines to the tests missing them.
Luke Kanies
2008-06-13
5
-2
/
+12
*
|
Adding execute bits to every test currently missing them.
Luke Kanies
2008-06-13
13
-0
/
+0
|
/
*
Merge branch 'ticket/0.24.x/1359' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-06-13
4
-5
/
+14
|
\
|
*
Fixing how the Indirector::Request sets its options.
Luke Kanies
2008-06-11
2
-0
/
+9
|
*
Fixing how the indirection tests for whether the request has node info.
Luke Kanies
2008-06-11
2
-5
/
+5
*
|
Change description of spec to make baby jesus happy
Andrew Shafer
2008-06-10
1
-2
/
+2
*
|
Try again
Andrew Shafer
2008-06-10
3
-30
/
+151
|
/
*
Merge branch 'feature/authenticated_rest_requests' of git://github.com/lak/pu...
James Turnbull
2008-06-10
7
-157
/
+376
|
\
|
*
The mongrel and webrick REST handlers now extract certificate information.
Luke Kanies
2008-06-09
5
-153
/
+332
|
*
Adding to the indirection request support for authentication information.
Luke Kanies
2008-06-09
2
-4
/
+44
*
|
Applying the fixes recommended by David Schmitt to the inline documentation of
Luke Kanies
2008-06-09
1
-4
/
+4
*
|
Updating the docs for ResourceTemplate.
Luke Kanies
2008-06-09
1
-0
/
+23
*
|
Adding a class for using templates directly within resources
Luke Kanies
2008-06-09
3
-0
/
+101
|
/
*
Updated fix for ticket #1271
James Turnbull
2008-05-31
1
-1
/
+1
*
Applied patch for ticket #1271
James Turnbull
2008-05-30
1
-3
/
+8
*
Further Emacs puppet-mode fixes
Russ Allbery
2008-05-30
1
-15
/
+15
*
Merge branch 'ticket/1267' into 0.24.x
James Turnbull
2008-05-28
2
-2
/
+5
|
\
|
*
Fixes for install.rb running of tests that fixes #1267
James Turnbull
2008-05-27
2
-2
/
+5
*
|
Fixed Rakefile to install non-.rb files to fix #1266
James Turnbull
2008-05-27
1
-1
/
+1
*
|
Fixing #1242 -- lack of storeconfigs only produces warning, not exception.
Luke Kanies
2008-05-26
5
-6
/
+24
|
/
*
Merge branch 'tickets/1264' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-05-27
1
-60
/
+1
|
\
|
*
Moving the majority of the pkgdmg docs to the wiki, fixing #1264.
Luke Kanies
2008-05-26
1
-60
/
+1
*
|
Merge branch 'tickets/1265' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-05-27
1
-0
/
+1
|
\
\
|
*
|
Fixing #1265 -- the ca/client tests now all pass again.
Luke Kanies
2008-05-26
1
-0
/
+1
|
|
/
*
/
Always using the cert name to store yaml files, which fixes #1178.
Luke Kanies
2008-05-26
6
-157
/
+148
|
/
*
Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-05-24
1
-1
/
+0
|
\
[next]