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-inifile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 74fbedcf5b0cef8e5272a95ab55fc6bd83a13228
Choose a base ref
...
head repository: puppetlabs/puppetlabs-inifile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 14, 2012

  1. Configuration menu
    Copy the full SHA
    91273a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2012

  1. Configuration menu
    Copy the full SHA
    9c76b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2012

  1. fix path for require statement

    Stephen committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    dde3a14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from stephenrjohnson/master

    Fix require paths
    cprice404 committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    e2954b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. Fixed regex to match sections and settings with non alphanumeric

    characters. Fixed writing to file without any sections at all.
    Fixed exists checking for variable type by always casting to string
    and added all the tests for the above items.
    Stephen committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    d2c1e07 View commit details
    Browse the repository at this point in the history
  2. make the regex less matchy

    Stephen committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    8d2a8c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from stephenrjohnson/miscfixes

    Updated Section/ Setting  regex, fixed bug with empty files and updated provider to not care about variable type
    cprice404 committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    1740608 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2012

  1. Add Modulefile

    Chris Price committed Aug 17, 2012
    Configuration menu
    Copy the full SHA
    bf06644 View commit details
    Browse the repository at this point in the history
  2. final commit for 0.0.1 release

    * Updated README
    * Fixed a small bug that would be triggered if the file specified
      by `path` didn't exist.
    * Added a smoke test manifest
    Chris Price committed Aug 17, 2012
    Configuration menu
    Copy the full SHA
    4f0e726 View commit details
    Browse the repository at this point in the history
Loading