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
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #5684 - Move to Apache 2.0 license
James Turnbull
2011-04-11
1
-20
/
+0
*
(#5528) Add REST API for signing, revoking, retrieving, cleaning certs
Max Martin
2011-04-05
1
-0
/
+1
*
Merge branch '2.6.x' into next
Matt Robinson
2011-03-18
1
-1
/
+1
|
\
|
*
(#6707) Fix typo in rest_authconfig.rb
nfagerlund
2011-03-14
1
-1
/
+1
*
|
Merge branch '2.6.next' into next
Matt Robinson
2011-03-07
3
-6
/
+4
|
\
|
|
*
(#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testing
Daniel Pittman
2011-02-22
1
-1
/
+4
|
*
(#6376) Add support and testing for _search GET requests
Max Martin
2011-02-18
1
-2
/
+2
|
*
(#6337) Fix Ruby warning on 1.8.6 about "future compatibility"
Daniel Pittman
2011-02-17
1
-1
/
+1
|
*
(#5132) Provide a query REST interface for inventory
Paul Berry
2011-02-17
2
-3
/
+2
|
*
(#6257) Speed up PUT and POST requests under rack
Jesse Wolfe
2011-02-08
1
-3
/
+1
*
|
(#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testing
Daniel Pittman
2011-03-03
1
-1
/
+4
*
|
Revert #5691 "Merge remote branch 'brice/feature/process-instrumentation' int...
Jesse Wolfe
2011-03-01
1
-5
/
+1
*
|
Merge remote branch 'brice/feature/process-instrumentation' into next
Jesse Wolfe
2011-02-25
1
-1
/
+5
|
\
\
|
*
|
Some high-level process name probes
Brice Figureau
2010-12-18
1
-1
/
+5
*
|
|
Merge branch '2.6.x' into next
Matt Robinson
2011-01-19
4
-27
/
+46
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
(#5838) Added support for HEAD requests to the indirector.
Paul Berry
2011-01-12
4
-11
/
+39
|
*
|
(#5838) Refactored Puppet::Network::Rights#fail_on_deny
Paul Berry
2011-01-12
2
-23
/
+15
|
*
|
(#5171) Made filebucket able to perform diffs
Jesse Wolfe
2011-01-11
1
-1
/
+5
*
|
|
Merge branch '2.6.x' into next
Matt Robinson
2010-12-02
1
-1
/
+0
|
\
|
|
|
*
|
Disable remote ralsh by default
Paul Berry
2010-12-02
1
-1
/
+0
*
|
|
Maint: Modified uses of indirector.save to call the indirection directly.
Paul Berry
2010-11-30
3
-3
/
+3
*
|
|
Maint: Make http handler code call the indirector through ".indirection"
Paul Berry
2010-11-30
1
-3
/
+3
*
|
|
Maint: Refactor code to use <class>.indirection.<method>
Paul Berry
2010-11-29
4
-4
/
+4
*
|
|
Merge commit '2.6.3' into next
Paul Berry
2010-11-17
2
-2
/
+4
|
\
|
|
|
|
/
|
/
|
|
*
Fix for #4955 -- Race condition & memory leak in Puppet::Util
Markus Roberts
2010-11-12
1
-2
/
+2
|
*
(#5233) Randomize tmp dir paths
Matt Robinson
2010-11-08
1
-0
/
+2
*
|
Maint: Added missing requires to fileserver.rb.
Paul Berry
2010-11-09
1
-0
/
+2
*
|
Maint: Remove Indirector::Request objects from HTTP Handler and API V1
Jesse Wolfe
2010-11-02
4
-36
/
+36
*
|
(#5132) Provide a query REST interface for inventory
Matt Robinson
2010-10-28
2
-3
/
+2
|
/
*
Fix for 4273 -- revert b7e2580ab49ecdb67fc9b522829c005fc3750fbe
Markus Roberts
2010-09-28
1
-12
/
+0
*
Fixes #4863 (Missing "require 'webrick'" causes nondeterministic spec failures)
Paul Berry
2010-09-28
1
-0
/
+1
*
Fix for #4456 -- need to accept some mime-type aliases
Markus Roberts
2010-08-24
2
-4
/
+10
*
Passenger needs HTTP headers values to be string
Brice Figureau
2010-08-05
1
-1
/
+1
*
Fix #4458 - Do not dump the whole environment when instances can't be found
Brice Figureau
2010-08-04
1
-1
/
+1
*
Fix #4245 - default insertion of ACL is not thread safe
Brice Figureau
2010-07-25
1
-3
/
+6
*
Fix race condition in rack autoloading of request/response
Brice Figureau
2010-07-25
1
-0
/
+3
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
45
-3976
/
+3976
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
19
-29
/
+29
*
Code smell: Don't restate results directly after assignment
Markus Roberts
2010-07-09
3
-5
/
+0
*
Code smell: Use ||= for conditional initialization
Markus Roberts
2010-07-09
7
-9
/
+9
*
Code smell: Omit needless checks on defined
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Avoid unneeded blocks
Markus Roberts
2010-07-09
2
-6
/
+2
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
20
-33
/
+33
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
6
-33
/
+9
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
30
-204
/
+72
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
28
-156
/
+156
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
19
-80
/
+82
*
[#3169] Adds more debugging to SSL cert verification
Nick Lewis
2010-07-07
1
-0
/
+14
*
[#4090] Fix last few tests and renames of mode to run_mode
Matt Robinson
2010-07-01
2
-2
/
+2
*
[#4090] Rename mode (:master, :agent, :user) to run_mode
Matt Robinson
2010-07-01
1
-1
/
+1
[next]