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

Commits on Nov 21, 2014

  1. Add metadata summary per FM-1523

    Lauren Rother committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    b7016a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. (doc) fix a very minor typo

    Greg Kitson committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    efcdfce View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Merge pull request #3 from laurenrother/summary

    Add metadata summary per FM-1523
    Morgan Haskel committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    90de1f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Merge pull request #4 from awaxa/typo

    fix a very minor typo
    tphoney committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    f638568 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Don't use smart quotes

    elyscape committed May 11, 2015
    Configuration menu
    Copy the full SHA
    e5c7c0e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Add os support information to metadata.json

    Because the Forge likes having it, and docks us quality points for not.
    reidmv committed May 12, 2015
    Configuration menu
    Copy the full SHA
    6c4a225 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Merge pull request #7 from reidmv/metadata_quality

    Add os support information to metadata.json
    hunner committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    bce9171 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from elyscape/fix_metadata

    Don't use smart quotes
    hunner committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    a37bf7e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Add validation to transition type

    This adds validations to ensure that:
    
    1. The value of `resource` is either a valid resource reference or a
    string that can be converted to a valid resource reference.
    2. The resource specified in `resource` exists in the catalog.
    3. The value of `attributes` is a hash.
    4. All the specified attributes are valid parameters for the specified
    resource.
    5. The values of `prior_to` are valid resource references or strings
    that can be converted to valid resource references.
    6. All resources specified in `prior_to` exist in the catalog.
    
    Additionally, it adds munging to resolve the values of `resource` and
    `prior_to` into their catalog representations and removes the
    now-redundant resource resolution from the provider.
    elyscape committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    e4bfe35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from elyscape/add_validation

    Add validation to transition type
    reidmv committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    13fbe99 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Clear cached provider properties after transition

    A transition resource does the equivalent of an out-of-band
    `puppet resource ...` operation. This means that the catalog will end up
    containg a resource with a stale state if pre-fetching was triggered before
    the transition. An example of this is a package resource in the catalot that
    the agent thinks is present, because it was when pre-fetch happened, but is
    actually absent because of a Transition. This patch clears cached state from
    the catalog resource so that it will be re-fetched when the resource
    is evaluated.
    Sharpie committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    1d17e9c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Merge pull request #8 from Sharpie/modules-4656-clear-catalog-resourc…

    …e-state
    
    Clear cached provider properties after transition
    eputnam authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    48c111c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5695afd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from eputnam/release0.2.0

    (MODULES-4734) release 0.1.1 prep
    hunner authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    5fa5590 View commit details
    Browse the repository at this point in the history
Loading