-
Merge pull request #13 from puppetlabs/release-3.1.4
(packaging) Prepare 3.1.4 release
-
Verified
This commit was signed with a verified signature.MikaelSmith Michael Smith
GPG key ID: 023B68D32290360B Learn about signing commits
-
-
(maint) Pin Rake for Ruby 1.8.7
MikaelSmith committedMay 17, 2016 Pin Rake to a version compattible with Ruby 1.8.7.
-
Merge pull request #10 from melissa/maint/rm-lucid
(maint) Remove lucid from build targets
-
(maint) Remove lucid from build targets
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
-
Merge pull request #9 from melissa/maint/master/rm-f19
(maint) Remove Fedora 19 from build targets
-
(maint) Remove Fedora 19 from build targets
Fedora 19 went EOL on 2015-01-06. We should not longer be providing packages for this platform.
-
Merge pull request #8 from richardc/MCOP-445-travis-fixup
MCOP-445 fix travis matrix
-
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.
-
Merge pull request #7 from clantant/MCOP-271/master/saucy
(MCOP-271) Remove saucy from build defaults
-
(MCOP-271) Remove saucy from build defaults
This commit removes saucy from build defaults. It went EOL on July 17, 2014
-
Merge pull request #5 from clantant/MCOP-176/master/sid
(MCOP-176) Remove Sid/Unstable from build defaults
-
(MCOP-176) Remove Sid/Unstable from build defaults
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.
-
Merge pull request #4 from clantant/RE-1497/master/srcs
(RE-1497) Remove quantal from build_defaults
-
(RE-1497) Remove quantal from build_defaults
This commit removes quantal from all build defaults because it is end of life. It removes the defaults from the build_defaults yaml.
-
-
MCOP-143 Update version to 3.1.3
richardc committedJun 18, 2014
-
Merge pull request #3 from richardc/MCOP-55
MCOP-55 - don't treat empty results as though they're not empty
-
MCOP-55 - don't treat empty results as though they're not empty
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. -
Merge pull request #2 from richardc/MCOP-70
MCOP-70 add pl:packaging
-
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 -
Merge pull request #1 from richardc/add-travis
maint - add travis configuration
-
maint - fixup tests to stub dataquery_interface
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.
-
-
19659 - service data plugin has a bad description
ripienaar committedMar 8, 2013 There was a small error in the description of the data plugin which this commit resolves
-
19429 - Service agent should set a failure message as status on failure
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'.
-
19371 - consistency in plugin parameters
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".
-
19346 - Service application should not prompt for confirmation on sta…
…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.
-
-
maint: fix the rakefile so it shell escapes the paths
ripienaar committedJan 23, 2013
-
18729 - Publish the service agent
Complete rewrite of the service agent
-
ripienaar committed
Jan 21, 2013