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-vcsrepo
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-vcsrepo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 18 commits
  • 37 files changed
  • 7 contributors

Commits on Jul 3, 2012

  1. Add default user to run git as.

      Add a default to the user parameter of root, which is the user that
      the git commands would have ran in previously versions of this module.
    
      Without this an upgrade to the lastest release would cause syntax
      error all over a person's code base and provide no benefit.
    ody committed Jul 3, 2012
    Configuration menu
    Copy the full SHA
    dbac767 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2012

  1. Removes trailing whitespace

    Garrett Honeycutt committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    d4f68c2 View commit details
    Browse the repository at this point in the history
  2. Adds comma to last attribute to comply with style

    Garrett Honeycutt committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    3975481 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2012

  1. Add a dummy provider, remove 'defaultfor' from all other providers. R…

    …esolves warning about multiple default providers for :vcsrepo.
    sodabrew committed Oct 18, 2012
    Configuration menu
    Copy the full SHA
    cb79166 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. Fix links to documentation and update LICENSE

    Previous to this commit the documentation and license files referred
    to Reductive Labs and docs.reductivelabs.com. This commit updates
    those files to refer to Puppet Labs and docs.puppetlabs.com.
    lifton committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    f3fc00d View commit details
    Browse the repository at this point in the history
  2. Updated git documentation

    Eric Hayes authored and cprice404 committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    d300f9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #37 from cprice-puppet/maint/master/update-git-doc…

    …umentation
    
    Updated git documentation
    cprice404 committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    691c3a8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from lifton/master

    Replace references to Reductive Labs with Puppet Labs
    cprice404 committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    1e338af View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27 from ody/default_identity

    Add default user to run git as.
    Gary Larizza committed Oct 19, 2012
    1 Configuration menu
    Copy the full SHA
    7a08d7f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30 from ghoneycutt/noticket/master/inappropriate_…

    …whitespace
    
    Removes trailing whitespace
    Gary Larizza committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    755b593 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31 from ghoneycutt/noticket/master/missing_traili…

    …ng_comma
    
    Adds comma to last attribute to comply with style
    Gary Larizza committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    109d181 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f373a8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8659432 View commit details
    Browse the repository at this point in the history
  10. Remove excess whitespace.

    sodabrew committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    5402f4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    821c66f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    72df8ec View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into dummy-provider

    Conflicts:
    	lib/puppet/provider/vcsrepo/cvs.rb
    	spec/support/fixture_helpers.rb
    	spec/unit/puppet/provider/vcsrepo/cvs_spec.rb
    sodabrew committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    2b540b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b0f6551 View commit details
    Browse the repository at this point in the history
Loading