summaryrefslogtreecommitdiff
path: root/spec/unit/agent
AgeCommit message (Expand)AuthorFilesLines
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune2-2/+2
2012-09-18(Maint) Improve error message when catalog run is in progressJeff McCune1-0/+6
2012-09-18(#3757) Rename agent_pidfile to agent_catalog_run_lockfileJeff McCune1-2/+2
2012-07-23Reduce stubs and expectations on settingsPatrick Carlisle2-13/+10
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune2-2/+2
2012-04-17(#3757) cleanup and docsChris Price2-8/+8
2012-04-17(#3757) Implement json-based lockfilesChris Price2-10/+8
2012-04-17(#3757) rename AnonymousFilelock to JsonFilelockChris Price1-6/+6
2012-04-16(#3757) move lockfile path logic into modulesChris Price2-28/+44
2012-04-16(#3757) separate settings for agent lockfile pathsChris Price2-19/+19
2012-04-16(#3757) re-introduce lockfile changesChris Price2-12/+60
2012-03-05Merge branch '2.7.x'Patrick Carlisle2-60/+12
2012-03-01Revert "Merge remote-tracking branch 'masterzen/tickets/2.7.x/3757' into 2.7.x"cprice2-60/+12
2012-03-01Revert "(#12844) Backwards compatibility for 'puppet agent --enable'"cprice1-71/+5
2012-02-29(#12844) Backwards compatibility for 'puppet agent --enable'cprice1-5/+71
2012-01-21Refactor: configurer now returns report.exit_statusBrice Figureau1-4/+4
2011-12-28(#4836) - Agent --disable should allow to put a messageBrice Figureau1-0/+11
2011-12-28(#3757) - Refactor enable/disable to its own moduleBrice Figureau2-16/+49
2011-12-28(#3757) - Move enable/disable to its own lockBrice Figureau1-2/+6
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman1-2/+1
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman1-1/+1
2010-12-06maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson1-1/+1
2010-07-09Code smell: Two space indentationMarkus Roberts1-65/+65
2010-06-28[#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts1-0/+0
2010-06-28[#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts1-0/+0
2010-06-23[#3994] rename the specs to have _spec.rb at the endMarkus Roberts1-0/+0
2010-02-17Feature #3394 REST Runner, preparationJesse Wolfe1-118/+0
2009-02-06Adding an Agent::Runner class.Luke Kanies1-0/+118
2009-02-06Splitting the Agent class into Agent and ConfigurerLuke Kanies4-372/+14
2009-02-06Moving the Agent locking code to a module.Luke Kanies1-0/+86
2009-02-06Refactoring how the Facter integration worksLuke Kanies1-29/+2
2009-02-06Moving fact and plugin handling into modulesLuke Kanies3-1/+218
2009-02-06Revert "This is work that I've decided not to keep"Luke Kanies2-47/+14
2009-02-06This is work that I've decided not to keepLuke Kanies2-14/+47
2009-02-06Adding a new Agent::Downloader class for downloading files.Luke Kanies1-0/+182