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-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 28, 2011

  1. Remove stages from java module

    The stages feature of stdlib is turning out to be more trouble than it's
    worth.  Integrating the changes from Cody and Gary results in the entire
    mcollective class being in the main stage.  We've already found is
    preferable to have stages after main rather than before to avoid
    dependency cycles.  This only works if all modules use stages.  The
    first module to not use stages will create a cycle if it requires and
    modules who do use stages and the stages come after main.
    Jeff McCune committed May 28, 2011
    Configuration menu
    Copy the full SHA
    7efde2d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bug/master/get_rid_of_stages'

    * bug/master/get_rid_of_stages:
      Remove stages from java module
    Jeff McCune committed May 28, 2011
    Configuration menu
    Copy the full SHA
    221a6d3 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG for version 0.1.3

    Jeff McCune committed May 28, 2011
    Configuration menu
    Copy the full SHA
    cc1dd23 View commit details
    Browse the repository at this point in the history
Loading