Permalink
Switch branches/tags
Commits on Apr 6, 2017
  1. Merge pull request #13 from puppetlabs/release-3.1.4

    MikaelSmith committed Apr 6, 2017
    (packaging) Prepare 3.1.4 release
  2. (packaging) Prepare 3.1.4 release

    MikaelSmith committed Apr 6, 2017
Commits on Mar 1, 2017
Commits on May 17, 2016
  1. (maint) Pin Rake for Ruby 1.8.7

    MikaelSmith committed May 17, 2016
    Pin Rake to a version compattible with Ruby 1.8.7.
Commits on Apr 24, 2015
  1. Merge pull request #10 from melissa/maint/rm-lucid

    ploubser committed Apr 24, 2015
    (maint) Remove lucid from build targets
Commits on Apr 23, 2015
  1. (maint) Remove lucid from build targets

    melissa committed Apr 23, 2015
    Ubuntu 10.04 (Lucid Lynx) goes EoL 2015-04-30, and as such, we no longer
    want to be building packages for this platform.
    
    https://lists.ubuntu.com/archives/ubuntu-announce/2015-March/000193.html
Commits on Apr 14, 2015
  1. Merge pull request #9 from melissa/maint/master/rm-f19

    richardc committed Apr 14, 2015
    (maint) Remove Fedora 19 from build targets
Commits on Apr 13, 2015
  1. (maint) Remove Fedora 19 from build targets

    melissa committed Apr 13, 2015
    Fedora 19 went EOL on 2015-01-06. We should not longer be providing
    packages for this platform.
Commits on Mar 10, 2015
  1. Merge pull request #8 from richardc/MCOP-445-travis-fixup

    ploubser committed Mar 10, 2015
    MCOP-445 fix travis matrix
  2. MCOP-445 fix travis matrix

    richardc committed Mar 10, 2015
    The travis matrix was copied from a bad example, and so the
    MCOLLECTIVE_GEM_VERSION was not correctly being assigned a version.
    Here we correct this with an updated matrix.
Commits on Aug 14, 2014
  1. Merge pull request #7 from clantant/MCOP-271/master/saucy

    richardc committed Aug 14, 2014
    (MCOP-271) Remove saucy from build defaults
Commits on Aug 13, 2014
  1. (MCOP-271) Remove saucy from build defaults

    Eric Timmerman
    Eric Timmerman committed Aug 13, 2014
    This commit removes saucy from build defaults. It went EOL on July 17,
    2014
Commits on Jul 2, 2014
  1. Merge pull request #5 from clantant/MCOP-176/master/sid

    richardc committed Jul 2, 2014
    (MCOP-176) Remove Sid/Unstable from build defaults
Commits on Jun 26, 2014
  1. (MCOP-176) Remove Sid/Unstable from build defaults

    Eric Timmerman
    Eric Timmerman committed Jun 26, 2014
    This commit goes through the build_defaults.yaml and removes the sid and
    unstable entries. Part of the reason for this removal is the lack of
    testing the build but still shipping the packages and we already
    build against Debian tests.
Commits on Jun 25, 2014
  1. Merge pull request #4 from clantant/RE-1497/master/srcs

    melissa committed Jun 25, 2014
    (RE-1497) Remove quantal from build_defaults
Commits on Jun 24, 2014
  1. (RE-1497) Remove quantal from build_defaults

    Eric Timmerman
    Eric Timmerman committed Jun 24, 2014
    This commit removes quantal from all build defaults because it is end of
    life. It removes the defaults from the build_defaults yaml.
Commits on Jun 18, 2014
Commits on Jun 17, 2014
  1. Merge pull request #3 from richardc/MCOP-55

    ploubser committed Jun 17, 2014
    MCOP-55 - don't treat empty results as though they're not empty
  2. MCOP-55 - don't treat empty results as though they're not empty

    richardc committed Jun 17, 2014
    Array#max on an empty array will return nil, which then will cause
    the error:
    
        undefined method `+' for nil:NilClass (NoMethodError) from /usr/libexec/mcollective/mcollective/application/service.rb:70:in `main'
    
    Here we gate the results processing on getting a populated results set.
  3. Merge pull request #2 from richardc/MCOP-70

    ploubser committed Jun 17, 2014
    MCOP-70 add pl:packaging
Commits on Jun 16, 2014
  1. MCOP-70 add pl:packaging

    richardc committed Jun 16, 2014
    With this commit we add the boilerplate that drives the pl:jenkins:* jobs that
    drive {apt,yum}.puppetlabs.com
    
    Based on the packaging for mcollective-package-agent
  2. Merge pull request #1 from richardc/add-travis

    ploubser committed Jun 16, 2014
    maint - add travis configuration
  3. maint - fixup tests to stub dataquery_interface

    richardc committed Jun 16, 2014
    Since version 2.3.2 (25160d88) it's been neccesary to stub out
    ddl.dataquery_interface.  This commit adds that mocking to enable
    the tests to run again.
Commits on Mar 8, 2013
  1. 19659 - service data plugin has a bad description

    ripienaar committed Mar 8, 2013
    There was a small error in the description of the data plugin which this
    commit resolves
Commits on Feb 26, 2013
  1. 19429 - Service agent should set a failure message as status on failure

    ploubser authored and ripienaar committed Feb 26, 2013
    In the past failure to restart a service would not set a appropriate
    status message.
    
    Failing on any action will now set the status message to 'unknown'.
Commits on Feb 21, 2013
  1. 19371 - consistency in plugin parameters

    ploubser authored and ripienaar committed Feb 21, 2013
    In the past the order of parameters of the service application was
    inconsistent with similar applications.
    
    Parameters can now be passed as either "service" followed by "action" or
    "action" followed by "service".
Commits on Feb 20, 2013
  1. 19346 - Service application should not prompt for confirmation on sta…

    ploubser authored and ripienaar committed Feb 20, 2013
    …tus action
    
    In the past the service application would prompt for confirmation of the
    status command when called without any filters.
    
    This commit updates the service application to no longer prompt for
    confirmation when the status action is called, bringing it in line with
    the package application.
Commits on Jan 23, 2013
Commits on Jan 21, 2013
  1. 18729 - Publish the service agent

    ploubser authored and ripienaar committed Jan 21, 2013
    Complete rewrite of the service agent
  2. Initial commit

    ripienaar committed Jan 21, 2013