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/puppetlabs-stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.1
Choose a base ref
...
head repository: puppetlabs/puppetlabs-stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.2
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 11, 2013

  1. (#13695) add README about puppetlabs_spec_helper

    cprice404 authored and Jeff McCune committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    a5c7792 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cprice-puppet-ticket/master/13695-readme-about-puppetla…

    …bs-spec-helper'
    
    * cprice-puppet-ticket/master/13695-readme-about-puppetlabs-spec-helper:
      (#13695) add README about puppetlabs_spec_helper
    
    [ci skip]
    closes #63
    Jeff McCune committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    8bf5479 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Make the anchor type propagate refresh events

    Without this patch the anchor resource does not propogate refresh
    events, making it difficult to subscribe to a class which has been
    notified by another resource.
    philandstuff authored and Jeff McCune committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    ddad445 View commit details
    Browse the repository at this point in the history
  2. Add behavior example for anchor refresh propagation

    Without this patch we don't have a spec test to make sure the anchor
    resource type passes notify events along.  This patch addresses the
    problem by using RSpec Puppet to build a catalog, apply the catalog,
    then pull a resource out of the transaction and make sure the resource
    was triggered.
    Jeff McCune committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    d2e692d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'philandstuff-master'

    * philandstuff-master:
      Add behavior example for anchor refresh propagation
      Make the anchor type propagate refresh events
    
    closes #78
    Jeff McCune committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    62bcb8f View commit details
    Browse the repository at this point in the history
  4. adds compatibility matrix

    ghoneycutt committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    5a2d4c4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #144 from ghoneycutt/compat_matrix

    adds compatibility matrix
    Jeff McCune committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    85cf0e6 View commit details
    Browse the repository at this point in the history
  6. Update gemspec, Modulefile, CHANGELOG for 4.0.2

    Without this patch the information displayed on rubygems.org does not
    clearly convey the intent of the Gem format of stdlib from the official
    puppet module format of stdlib.  This is a problem because end users
    might get confused and start installing stdlib from rubygems.org
    
    This patch addresses the problem by making it clear that the gem version
    of stdlib is not intended for end users, but rather is specifically
    intended to make it easier for other module authors to depend on stdlib
    and have that dependency automatically resolved using a Gemfile.
    
    [ci skip]
    Jeff McCune committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    5e0b90e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'update_gemspec' for 4.0.2

    * update_gemspec:
      Update gemspec, Modulefile, CHANGELOG for 4.0.2
    
    closes #145
    [ci skip]
    Jeff McCune committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    bebecd3 View commit details
    Browse the repository at this point in the history
Loading