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.0.4
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.0.5
Choose a head ref
  • 16 commits
  • 7 files changed
  • 5 contributors

Commits on Nov 2, 2011

  1. Fix (#10440) by making all commands optional

    This will work around the issue in http://projects.puppetlabs.com/issues/6907, as the agent run will no longer fail if one of the commands is not installed.
    
    This gives you enough time to install the necessary packages through Puppet (make sure you get the dependencies right), as the agent won't fail unless you really start accessing the repository.
    mpdude committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    18c039c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2011

  1. Merge pull request #9 from webfactory/topic_optional_commands

    Fix (#10440) by making all commands optional
    kbarber committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    8e16891 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2011

  1. Run update_owner_and_excludes after update_preferences and get_revision

    These are called when the type is retrieve'd. Without this, the ownerships
    for any .git metafiles fetch'd durring the retrieve will be owned by
    root. This patch fixes that by invoking update_owner_and_excludes after
    fetch'ng
    cPanelScott committed Nov 9, 2011
    Configuration menu
    Copy the full SHA
    328d88e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2011

  1. Configuration menu
    Copy the full SHA
    b511093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5866bba View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2011

  1. Configuration menu
    Copy the full SHA
    89e2583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa1779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    924e133 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from cPanelScott/master

    Bug Fix: Some ownerships in .git directory are 'root' after vcsrepo's retrieve is called
    jamtur01 committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    df6a9b3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12 from webfactory/fix_9083

    Fix (#9083) as suggested by the original bug reporter.
    jamtur01 committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    7d03bfc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2011

  1. Added missing 'working_copy_exists?' method.

    Marc Fournier committed Nov 19, 2011
    Configuration menu
    Copy the full SHA
    a5ee22e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from mfournier/missing-working_copy_exists

    Added missing 'working_copy_exists?' method.
    jamtur01 committed Nov 19, 2011
    Configuration menu
    Copy the full SHA
    6fb7998 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2011

  1. Merge pull request #13 from webfactory/cvs_module_name

    Suggested fix for (#10751) by adding a "module" parameter
    jamtur01 committed Nov 26, 2011
    Configuration menu
    Copy the full SHA
    b4d763c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from webfactory/fix_10788

    Fix (#10788) - Avoid unnecessary remote operations in the vcsrepo type
    jamtur01 committed Nov 26, 2011
    Configuration menu
    Copy the full SHA
    33cca51 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2011

  1. Merge pull request #15 from webfactory/fix_10787

    Fix (#10787) - Various fixes/tweaks for the CVS provider
    jamtur01 committed Dec 26, 2011
    Configuration menu
    Copy the full SHA
    c3dabc3 View commit details
    Browse the repository at this point in the history
  2. Incremented to version 0.0.5

    jamtur01 committed Dec 26, 2011
    Configuration menu
    Copy the full SHA
    f6336e3 View commit details
    Browse the repository at this point in the history
Loading