summaryrefslogtreecommitdiff
path: root/spec/unit/application/apply_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2014-06-11(PUP-2747) Add support for multiple profilersChris Price1-2/+4
2014-04-28(PUP-1699) Tie resource environment to catalogAndrew Parker1-7/+10
2014-04-07(PUP-2158) Default a missing manifest to no_manifestAndrew Parker1-1/+1
2014-03-06Merge pull request #2417 from zaphod42/issue/master/pup-1839-incorrect-settin...Josh Partlow1-1/+1
2014-03-04(PUP-1765) Directory env respects cmdline modulepath and manifestJosh Partlow1-0/+7
2014-03-04(PUP-1839) Introduce overridden defaultsAndrew Parker1-1/+1
2014-02-06(PUP-1574) Environment setting does not override apply/parser manifestJosh Partlow1-11/+0
2014-01-22(PUP-1490) Support --test option for puppet applyErik Dalén1-4/+27
2013-09-25(maint) reduce duplication of logdest option handlingEric Williamson1-2/+2
2013-09-17(#22581) Add test for apply profilingAndrew Parker1-0/+16
2013-08-16(#22205) Chose a Prioritizer based on Puppet[:ordering]Andrew Parker1-1/+1
2013-06-17(#21280) Don't create C:/dev/null on WindowsJosh Cooper1-0/+1
2013-02-08(#14544) Make puppet apply --write-catalog-summary produce resources and clas...R.I.Pienaar1-1/+16
2012-11-26(#7316) Ensure changes to mutable CommandLine wrapper don't affect ARGVJosh Cooper1-1/+1
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune1-1/+1
2012-08-29Add a terminus setting typePatrick Carlisle1-1/+1
2012-08-16(#15751) Remove `--apply` optionHailee Kenney1-11/+0
2012-07-25(#15668) Use only one way of triggering pluginsyncAndrew Parker1-2/+2
2012-07-25(#15668) Don't pluginsync for applyPatrick Carlisle1-4/+0
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune1-1/+1
2012-04-26(#13429) refactor some settings initializationChris Price1-1/+0
2012-04-26Add default_file_terminus settingPatrick Carlisle1-3/+6
2012-04-24Merge 'pluginsync-error' from pcarlisleDaniel Pittman1-4/+8
2012-04-24Fix some additional test problems in skipping pluginsync.Daniel Pittman1-4/+8
2012-04-24Fix over-stubbing in tests revealed by agent changes.Daniel Pittman1-16/+21
2012-03-20(#7749) Parse command line args and config file before loading app/facecprice1-4/+0
2012-02-14Merge remote-tracking branch 'origin/2.7.x'Daniel Pittman1-40/+34
2012-02-06(#12464) Avoid unnecessarily reloading facts when node_name_fact is not setPatrick Carlisle1-40/+34
2012-02-03(#12309) Fix broken rspecscprice1-1/+1
2012-01-31(#12127) Implement local pluginsync from modulepath for puppet applyPatrick Carlisle1-0/+13
2011-12-16Merge branch '2.7.x'Nick Lewis1-10/+12
2011-12-08Merge pull request #231 from kelseyhightower/ticket/2.7.x/10940_deprecate_app...Carl Caum1-1/+12
2011-11-29(#2744) Don't automatically enable show_diff in noop modeNick Lewis1-9/+0
2011-11-22(#10940) Deprecate `--apply` in favor of `--catalog`Kelsey Hightower1-1/+12
2011-08-16Merge branch '2.7.x'Nick Lewis1-2/+8
2011-08-15Do not leak indirector state from apply testsJacob Helwig1-2/+8
2011-08-15maint: Fix order dependent spec failureMatt Robinson1-0/+5
2011-07-28(Maint.) Fix spec failures related to leaking state.Pieter van de Bruggen1-0/+2
2011-06-28Merge branch '2.6.x' into 2.7.xJacob Helwig1-2/+2
2011-06-08Merge branch '2.6.x' into 2.7.xNick Lewis1-54/+70
2011-06-06(#2128) Add support for setting node name based on a factNick Lewis1-2/+17
2011-06-06(#2128) Add the ability to specify a node nameNick Lewis1-2/+2
2011-06-02maint: Refactor specs in preparation for making node name more flexibleNick Lewis1-49/+46
2011-04-22maint: use the exit_with helper everywhere...Daniel Pittman1-32/+22
2011-04-20maint: stop stubbing log level setting.Daniel Pittman1-8/+2
2011-04-13(#6928) Remove --parseonlyNick Lewis1-44/+1
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
2011-04-05Fix #4339 - Locally save the last report to $lastrunreportBrice Figureau1-0/+6
2011-03-07Merge branch '2.6.next' into nextMatt Robinson1-2/+17