Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge commit '2.6.3rc2' into next | Paul Berry | 2010-11-09 | 12 | -139/+210 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge commit '2.6.3rc2' into next | Paul Berry | 2010-11-09 | 12 | -139/+210 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| | | * | | | | | | Updated CHANGELOG for 2.6.3rc2 | James Turnbull | 2010-10-29 | 1 | -0/+9 | |
| | | * | | | | | | Fixed #5112 - Launchd Service broke in 2.6.2 with OS X 10.4 Clients. | donavan | 2010-10-29 | 1 | -1/+1 | |
| | | * | | | | | | Fixed #5137 - Removed no longer required TOC references | James Turnbull | 2010-10-29 | 1 | -2/+0 | |
| | | * | | | | | | Kludge for #5048 -- serialization compatibility with 0.25.x | Markus Roberts | 2010-10-27 | 1 | -0/+10 | |
| | | * | | | | | | (#4534/#4778) -- Normalize parameterized classes | Paul Berry | 2010-10-27 | 6 | -127/+178 | |
| | | |/ / / / / | ||||||
| | | * | / / / | Fix for #5022 -- Escaped newlines should be elided | Markus Roberts | 2010-10-18 | 2 | -1/+3 | |
| | | | |/ / / | | | |/| | | | ||||||
| * | | | | | | Merge branch 'ticket/next/5150' into next | Matt Robinson | 2010-11-09 | 2 | -2/+19 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | (#5150) Make fact REST terminus configurable to connect to inventory service | Matt Robinson | 2010-11-05 | 2 | -2/+19 | |
| * | | | | | | Merge branch 'maint/next/add_local_branch_to_mail_patches' into next | Paul Berry | 2010-11-09 | 1 | -1/+12 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Maint: Add "Local-branch:" info to mails sent by "rake mail_patches" | Paul Berry | 2010-11-09 | 1 | -1/+12 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'maint/next/clean_up_agent_spec' into next | Paul Berry | 2010-11-09 | 1 | -20/+21 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Maint: remove unnecessary stubbing from agent_spec | Paul Berry | 2010-11-09 | 1 | -20/+21 | |
| * | | | | | | | Merge branch 'maint/next/missing_fileserver_requires' into next | Paul Berry | 2010-11-09 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Maint: Added missing requires to fileserver.rb. | Paul Berry | 2010-11-09 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'maint/next/forkbomb' into next | Jesse Wolfe | 2010-11-09 | 1 | -0/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | maint: prevent fork bombs by disabling ActiveSupport's Kernel.daemonize | Jesse Wolfe | 2010-11-09 | 1 | -0/+8 | |
| * | | | | | | | Merge branch 'feature/next/cert_inspector' into next | Jesse Wolfe | 2010-11-08 | 1 | -0/+140 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | maint: First draft of cert inspector | Paul Berry | 2010-11-08 | 1 | -0/+140 | |
| |/ / / / / / | ||||||
| * | | | | | | Bookkeeping: Merge commit '9e2a0e4' into next | Jesse Wolfe | 2010-11-04 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'next' | Jesse Wolfe | 2010-11-03 | 26 | -1113/+495 | |
|\| | | | | | | |/ / / / / |/| | | | | | ||||||
| * | | | | | Merge branch 'maint/next/remove-request-object-from-rest-api' into next | Jesse Wolfe | 2010-11-02 | 14 | -1108/+95 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Maint: Remove Indirector::Request objects from HTTP Handler and API V1 | Jesse Wolfe | 2010-11-02 | 14 | -1108/+95 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'ticket/next/5166' into next | Paul Berry | 2010-11-01 | 2 | -37/+162 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | (#5166) Inventory service is now searchable by timestamp. | Paul Berry | 2010-11-01 | 2 | -0/+125 | |
| | * | | | | | Refactored Puppet::Node::Inventory::Yaml tests in preparation for adding fres... | Paul Berry | 2010-11-01 | 1 | -21/+9 | |
| | * | | | | | Refactor Puppet::Node::Inventory::Yaml in preparation for adding freshness | Paul Berry | 2010-11-01 | 1 | -17/+29 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'ticket/next/5164' into next | Jesse Wolfe | 2010-11-01 | 3 | -7/+23 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix #5164 Change Facts timestamp when they are received by the master | Jesse Wolfe | 2010-11-01 | 3 | -6/+20 | |
| | * | | | | | Maint: Don't use a stub for a Facts object in the compiler specs | Jesse Wolfe | 2010-11-01 | 1 | -1/+2 | |
| | * | | | | | Maint: spec/unit/indirector/catalog/compiler_spec.rb wouldn't run by itself | Jesse Wolfe | 2010-11-01 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'ticket/next/4894' into next | Matt Robinson | 2010-10-28 | 2 | -7/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [#4894] Randomize port on webrick tests | Matt Robinson | 2010-10-28 | 2 | -7/+15 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'ticket/next/5132' into next | Matt Robinson | 2010-10-28 | 12 | -10/+211 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | (#5132) Provide a query REST interface for inventory | Matt Robinson | 2010-10-28 | 12 | -10/+211 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'feature/next/5148-fix' into next | Nick Lewis | 2010-10-28 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | (#5148) Fix failing spec due to timezone | Nick Lewis | 2010-10-28 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'feature/next/5148' into next | Nick Lewis | 2010-10-28 | 2 | -0/+45 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | (#5148) Add support for PSON to facts | Nick Lewis | 2010-10-28 | 2 | -0/+45 | |
| |/ / / / / | ||||||
* | | / / / | Merge commit '85543a4' | Jesse Wolfe | 2010-11-03 | 49 | -2290/+2346 | |
|\| | | | | | |_|/ / / |/| | | | | ||||||
| * | | | | Merge remote branch 'nigel/tickets/2.6.x/4382' into next | Jesse Wolfe | 2010-10-18 | 1 | -1/+33 | |
| |\ \ \ \ | ||||||
| | * | | | | Make --mkusers work on OS X, we now find unused uid/gids if unspecified | Nigel Kersten | 2010-10-11 | 1 | -1/+33 | |
| * | | | | | Merge commit '2.6.3rc1' into next | Jesse Wolfe | 2010-10-18 | 9 | -25/+87 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge commit '2.6.2' into next | Jesse Wolfe | 2010-10-12 | 4 | -4/+11 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge remote branch 'paul/ticket/next/4657' into next | Jesse Wolfe | 2010-10-05 | 6 | -74/+62 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [#4657] Customer-supplied .rb files are not compatible with multiple environm... | Paul Berry | 2010-09-02 | 9 | -62/+193 | |
| * | | | | | | | Merge commit '2.6.2rc1' into next | Jesse Wolfe | 2010-10-04 | 31 | -282/+597 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Partial merge to 2.6.2rc1 : Merge commit '574812e' into next | Jesse Wolfe | 2010-10-04 | 3 | -24/+33 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Partial merge to 2.6.2rc1 : Merge commit '021359b' into next | Jesse Wolfe | 2010-10-04 | 1 | -13/+7 | |
| |\ \ \ \ \ \ \ \ \ |