Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppet
base: 0b26142
Choose a base ref
...
head repository: puppetlabs/puppet
compare: cce6dbf
Choose a head ref
  • 2 commits
  • 15 files changed
  • 2 contributors

Commits on Feb 8, 2012

  1. (#12244) All forge interactions should be centralized

    Before this patch each module application makes direct connection to the
    Puppet Forge. This is a maintenance nightmare, any changes to the
    Forge API requires changes to all the module applications.
    
    This patch re-factors how we communicate with the Forge. All module
    application now use the interface exposed by the `lib/puppet/forge.rb`
    module.
    
    This patch also includes tests for the new forge.rb module, and updates
    others to reflect the new behaviour.
    Kelsey Hightower committed Feb 8, 2012
    Copy the full SHA
    6569af3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #477 from kelseyhightower/ticket/2.7.x/12244_centr…

    …alize_forge_interation
    
    (#12244) All forge interactions should be centralized
    slippycheeze committed Feb 8, 2012
    Copy the full SHA
    cce6dbf View commit details
    Browse the repository at this point in the history