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.0.1
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.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on May 24, 2011

  1. Add .DS_Store to gitignore

    Jeff McCune committed May 24, 2011
    Configuration menu
    Copy the full SHA
    dddbad1 View commit details
    Browse the repository at this point in the history
  2. Add JDK 1.6.0_25 as the default package

    This adds a new java::jdk_package class and makes
    the wrapper class default to this Java runtime.
    Jeff McCune committed May 24, 2011
    Configuration menu
    Copy the full SHA
    46fc64b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG for 1.0.0 release

    Jeff McCune committed May 24, 2011
    Configuration menu
    Copy the full SHA
    85a4f8f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2011

  1. Add basic validation to class parameters

    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    5bcc4df View commit details
    Browse the repository at this point in the history
  2. Fixup validation for Puppet 2.6.8

    Anonymous arrays and comparing booleans does not work in 2.6.8 like they
    do in master.  In 2.6.8 we cannot compare a true / false variable to a
    string inside of Ruby without forcing the function argument to be a
    string.
    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    993b2e5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/master/XXXX_validation'

    * feature/master/XXXX_validation:
      Fixup validation for Puppet 2.6.8
      Add basic validation to class parameters
    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    ac7cdf8 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG for 1.0.1

    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    ef09ed0 View commit details
    Browse the repository at this point in the history
  5. Re-version from 1.0.1 to 0.1.1 for semver

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