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-stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 5, 2011

  1. (#8792) Rename whole_line type to file_line

    Without this patch the resource whole_line would be included in the
    stable stdlib module shipping in PE 1.2.  Ideally the name will be
    stable and unchanging in the future.
    
    There was quite a bit of concern over whole_line being an unwise name.
    file_line appears to be the most suitable name and least likely to need
    another rename in the future.
    Jeff McCune committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    4c93090 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2011

  1. (#8792) Rename basic smoke test to reflect file_line rename

    Without this patch the basic smoke test in the module tests/ directory
    did not math up with the renamed whole_line => file_line resource type.
    
    This patch updates the smoke test file to match the most recently
    selected name of file_line.  The filename has been changed, comments
    added to the smoke test file, and resource declarations inside the file
    changed.
    Jeff McCune committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    f3c53e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from jeffmccune/ticket/master/8792_rename_whol…

    …e_line_to_file_line
    
    (#8792) Rename whole_line type to file_line.
    kbarber committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    ef4ef11 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG and Modulefile for 2.0.0 release

    Jeff McCune committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    666225c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from jeffmccune/ticket/master/8793_cut_version…

    …_2.0.0
    
    Update CHANGELOG and Modulefile for 2.0.0 release
    
    Reviewed-by: Dan Bode
    Jeff McCune committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    e8fb691 View commit details
    Browse the repository at this point in the history
Loading