Commits on Feb 19, 2014

  1. Fix spec test

    Prior to this commit the spec tests had been updated to a wrong
    state. This fixes them for PE again
    Zack Smith committed Feb 19, 2014
    Configuration menu
    Copy the full SHA
    a502dda View commit details
    Browse the repository at this point in the history
  2. Fix Facts

    Prior to this commit I merged a PR while drunk, that broke all my test
    Zack Smith committed Feb 19, 2014
    Configuration menu
    Copy the full SHA
    c6396e7 View commit details
    Browse the repository at this point in the history
  3. Switch to Regex

    Prior to this commit we failed lint.
    This might be the best of both worlds
    Zack Smith committed Feb 19, 2014
    Configuration menu
    Copy the full SHA
    7e427c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. Add New Github Enterprise Webhook

    Prior to this commit we did not have a webhook for github enterprise
    This commit adds the new class which is a first crack at this. This
    currently requires PE.
    Zack Smith committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    cff12f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Ensure script is executable

    Zack Smith committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    5910c6c View commit details
    Browse the repository at this point in the history
  2. Add sinatra gem

    Prior to this we did not install sinatra
    PE only right now
    Zack Smith committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    3f0eec7 View commit details
    Browse the repository at this point in the history
  3. Handle Array

    Zack Smith committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    345e38f View commit details
    Browse the repository at this point in the history
  4. Disable host check

    Prior to this commit request.host is not that useful
    Zack Smith committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    08caee9 View commit details
    Browse the repository at this point in the history
  5. Updates to payload

    Changed to post
    Zack Smith committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    6895248 View commit details
    Browse the repository at this point in the history
  6. Defalut to fqdn

    Zack Smith committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    25ce105 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Lint - Add comment

    acidprime committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    cb7951b View commit details
    Browse the repository at this point in the history
  2. Set sources to undef

    Prior to this commit I was using the fac this was undef to make some
    magic happen but many people found it confusing. This commit explicitly
    sets this to undef to the defaults still working correctly in the config
    class
    acidprime committed Mar 28, 2014
    1 Configuration menu
    Copy the full SHA
    e6ef0d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. ensure webhook initscript is ordered correctly

    David Gwilliam committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    2308c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. Add ability to specify a symlink for r10k.yaml

    This patch allows me to have a symlink for r10k.yaml that points to
    where the config file is located. This is useful if you want to put the
    config file in a non-standard location while not having to tell r10k to
    look in a different place for the config file.
    ghoneycutt committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    ce391a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e49858 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Added deploy_only action

    abrader committed May 2, 2014
    Configuration menu
    Copy the full SHA
    d23a947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45217c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Add parameter to optionally include prerun_command class

    This patch allows you to parameterize the inclusion of
    r10k::prerun_command and keep you from having to include a separate
    class. The code optionally does an include on the class in order to
    maintain backward compatibility. Recommend that in a future release the
    code from the prerun_command class is moved into the r10k class where it
    is currently being included.
    ghoneycutt committed May 13, 2014
    Configuration menu
    Copy the full SHA
    a012dff View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. never update gem with rubygems-update

    Updating gem can have various unforseen side effects. On RHEL 6.x
    the update changes the default gem path which renders all gems
    previously installed unavailable without special configuration.
    
    Issue #37
    pall-valmundsson committed May 21, 2014
    Configuration menu
    Copy the full SHA
    a92d868 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Add class for postrun_command

    Allow a postrun_command to optionally be set.  This is useful for
    running r10k after a catalog application, so that in the event of an
    r10k failure, a catalog is still applied.
    
    Add an 'ensure' parameter to both the prerun_command and
    postrun_command, defaulting to 'present'.
    
    Update the spec tests for the ensuring 'absent' and to test
    postrun_command.
    
    These could be in the same class, but this commit tries to preserve
    backwards compatability.
    joshbeard committed May 23, 2014
    Configuration menu
    Copy the full SHA
    b2d00e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Merge pull request #41 from ghoneycutt/add_symlink_for_config_file

    Add ability to specify a symlink for r10k.yaml
    acidprime committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    e8be417 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from joshbeard/postrun_command

    Add class for postrun_command
    acidprime committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    fa15a25 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from pall-valmundsson/issue-37

    never update gem with rubygems-update
    acidprime committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    f970736 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from dhgwilliam/master

    ensure webhook initscript is ordered correctly
    acidprime committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    d21c8bf View commit details
    Browse the repository at this point in the history
  5. ensure webhook initscript is ordered correctly

    David Gwilliam authored and Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    a8511e0 View commit details
    Browse the repository at this point in the history
  6. Add ability to specify a symlink for r10k.yaml

    This patch allows me to have a symlink for r10k.yaml that points to
    where the config file is located. This is useful if you want to put the
    config file in a non-standard location while not having to tell r10k to
    look in a different place for the config file.
    ghoneycutt authored and Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    99f44b9 View commit details
    Browse the repository at this point in the history
  7. Add support for Puppet 3.5.1 in Travis

    ghoneycutt authored and Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    eb8012b View commit details
    Browse the repository at this point in the history
  8. Add parameter to optionally include prerun_command class

    This patch allows you to parameterize the inclusion of
    r10k::prerun_command and keep you from having to include a separate
    class. The code optionally does an include on the class in order to
    maintain backward compatibility. Recommend that in a future release the
    code from the prerun_command class is moved into the r10k class where it
    is currently being included.
    ghoneycutt authored and Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    2be41a5 View commit details
    Browse the repository at this point in the history
  9. never update gem with rubygems-update

    Updating gem can have various unforseen side effects. On RHEL 6.x
    the update changes the default gem path which renders all gems
    previously installed unavailable without special configuration.
    
    Issue #37
    pall-valmundsson authored and Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    3e7a72c View commit details
    Browse the repository at this point in the history
  10. Add class for postrun_command

    Allow a postrun_command to optionally be set.  This is useful for
    running r10k after a catalog application, so that in the event of an
    r10k failure, a catalog is still applied.
    
    Add an 'ensure' parameter to both the prerun_command and
    postrun_command, defaulting to 'present'.
    
    Update the spec tests for the ensuring 'absent' and to test
    postrun_command.
    
    These could be in the same class, but this commit tries to preserve
    backwards compatability.
    joshbeard authored and Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    0106488 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'r10k/issues/21'

    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    d231a93 View commit details
    Browse the repository at this point in the history
  12. Support Puppet v3.6.0

    ghoneycutt committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    697c54a View commit details
    Browse the repository at this point in the history
  13. Fix Syntax error

    ```
    The r10k application failed to run, use -v for full error details: /opt/puppet/libexec/mcollective/mcollective/agent/r10k.ddl:64: syntax error, unexpected tASSOC, expecting keyword_end
                 :display_as => "Specific environment"
                               ^
    
    /opt/puppet/libexec/mcollective/mcollective/agent/r10k.ddl:64: syntax error, unexpected tASSOC, expecting keyword_end
                 :display_as => "Specific environment"
                               ^ (SyntaxError)
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl/base.rb:80:in `instance_eval'  <----
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl/base.rb:80:in `loadddlfile'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl/base.rb:31:in `initialize'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl/agentddl.rb:43:in `initialize'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl.rb:85:in `new'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl.rb:85:in `rescue in load_and_cache'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl.rb:76:in `load_and_cache'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/ddl.rb:66:in `new'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/rpc/client.rb:90:in `initialize'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/rpc.rb:73:in `new'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/rpc.rb:73:in `rpcclient'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/application.rb:354:in `rpcclient'
        from /opt/puppet/libexec/mcollective/mcollective/application/r10k.rb:19:in `main'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/application.rb:285:in `run'
        from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/applications.rb:23:in `run'
        from /opt/puppet/bin/mco:20:in `<main>'
    ```
    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    c3177ae View commit details
    Browse the repository at this point in the history
  14. Update r10k.ddl

    Syntax error on line 63. Must have committed an earlier copy.  Have to go back and review this code and submit new PR.
    abrader committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    3c9c24b View commit details
    Browse the repository at this point in the history
  15. Update r10k.rb

    Fix a bug calling the wrong method.
    abrader committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    030fb87 View commit details
    Browse the repository at this point in the history
  16. Stylizing minor edits

    abrader committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    26f683a View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'abrader/abrader_fix'

    Conflicts:
    	files/agent/r10k.ddl
    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    bacfd7c View commit details
    Browse the repository at this point in the history
  18. Whitespace

    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    fc57c14 View commit details
    Browse the repository at this point in the history
  19. Sync with r10k syntax

    Prior to this commit we did not bikeshed enough on the naming for this
    action, this should hopefully make it a little more intutuive
    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    38f3b68 View commit details
    Browse the repository at this point in the history
  20. Bikeshed PR

    Prior to this commit we had some unimplemented code from a PR
    this commit moves anything not currently be used into the land of wind
    and ghosts and renames a few vars. This also removes the complexity of
    how the private methods were deployed.
    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    a4bd7ca View commit details
    Browse the repository at this point in the history
  21. Merge pull request #50 from ghoneycutt/support_puppet_v360

    Support Puppet v3.6.0
    acidprime committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    98bc6fa View commit details
    Browse the repository at this point in the history
  22. Remove duplicate action

    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    bb2244f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    efa984b View commit details
    Browse the repository at this point in the history
  24. Refactor passing environment

    Prior to this commit we were not consistant how
    we passed values in given our simple loops
    + whitespace
    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    5d390e2 View commit details
    Browse the repository at this point in the history
  25. Whitespace & syntax error

    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    8a3f1d0 View commit details
    Browse the repository at this point in the history
  26. Reorder validation

    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    f07c76e View commit details
    Browse the repository at this point in the history
  27. Move from sym to local var

    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    73b4c5a View commit details
    Browse the repository at this point in the history
  28. Debugging

    Zack Smith committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    2def1cb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. Fix syntax & whitespace

    Prior to this commit we had moved code aroudn without changing the enum
    vars , also tried to make heads or tails as to why validate is not
    working
    Zack Smith committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    e379217 View commit details
    Browse the repository at this point in the history
  2. Refactor

    Zack Smith committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    1235de6 View commit details
    Browse the repository at this point in the history