summaryrefslogtreecommitdiffstats
path: root/spec/unit/application
Commit message (Expand)AuthorAgeFilesLines
* Fixing 'puppet faces' applicationLuke Kanies2011-04-091-0/+6
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-0816-16/+16
* maint: don't take over signal handling in tests...Daniel Pittman2011-04-081-0/+7
* maint: Ruby < 1.8.7 knows size but not countMatt Robinson2011-04-081-4/+4
* maint: mark tests pending for a discovered bug...Daniel Pittman2011-04-081-0/+2
* Merge puppet-interfaces into puppet.Daniel Pittman2011-04-076-0/+292
|\
| * (#7012) Update references in code to use face(s)Daniel Pittman2011-04-075-30/+27
| * (#7012) global rename of strings to faces.Daniel Pittman2011-04-072-0/+0
| * (#6972) Handle ca-location in the certificate string.Daniel Pittman2011-04-061-6/+10
| * (#6972) Recognize puppet global options in pre-parse.Daniel Pittman2011-04-061-0/+29
| * (#6949) Fix passing positional arguments to actions.Daniel Pittman2011-04-041-0/+6
| * (#6964) use 'when_invoked' rather than 'invoke' for actions.Daniel Pittman2011-04-041-1/+1
| * (#6749) Handle options with inline arguments.Daniel Pittman2011-04-041-0/+6
| * (#6749) Extract the action from the arguments cleanly.Daniel Pittman2011-04-041-0/+8
| * (#6749) Fix optional vs mandatory argument handling.Daniel Pittman2011-04-041-8/+27
| * (#6749) Polish the CLI option pre-parse implementationDaniel Pittman2011-04-041-49/+16
| * (#6749) clean up various testing bits...Daniel Pittman2011-04-041-11/+19
| * (#6760) set terminus in indirector string base class.Daniel Pittman2011-04-041-1/+1
| * (#6749) Start porting existing strings to the options API.Daniel Pittman2011-04-041-0/+0
| * (#6749) code and test cleanup of Application/StringBase.Daniel Pittman2011-04-041-5/+12
| * (#6749) string cli base: implement preinit CLI parsingDaniel Pittman2011-04-041-8/+68
| * (#6749) implementing option handling in CLI string wrapperDaniel Pittman2011-04-041-12/+29
| * (#6758) Pass options as an argument to string actions.Daniel Pittman2011-04-021-5/+6
| * MAINT: delete a test that can't work on 2.6.Daniel Pittman2011-04-021-5/+0
| * MAINT: implement a pending test for code we wrote...Daniel Pittman2011-04-021-1/+11
| * maint: Use bracket notation instead of define in specsNick Lewis2011-03-291-0/+0
| * (#6770) Change versioning; adopt :current over :latest.Pieter van de Bruggen2011-03-281-7/+8
| * MAINT: the API is officially named "string" as of this moment.Daniel Pittman2011-03-285-26/+26
| * (#6770) Add support for version :latest.Pieter van de Bruggen2011-03-251-1/+13
| * Merge branch 'tickets/master/6770'Pieter van de Bruggen2011-03-231-1/+1
| |\
| | * (#6770) Rename Puppet::Interface::interface method.Pieter van de Bruggen2011-03-231-1/+1
| | * (#6770) Changing versioning to semver.Pieter van de Bruggen2011-03-231-1/+1
| | * (#6770) Add basic versioning for interfaces.Pieter van de Bruggen2011-03-231-1/+1
| * | Factoring cert status app back into certificate.Richard Crowley2011-03-231-0/+21
| * | maint: Fix order-dependent spec failuresNick Lewis2011-03-221-5/+4
| |/
| * maint: Implement an InterfaceCollection class to manage interfacesNick Lewis2011-03-221-1/+1
| * (#6805) Add a "configurer" applicationNick Lewis2011-03-211-0/+31
| * Adding a test for fix to #14Luke Kanies2011-03-021-3/+3
| * Fixing plugin usageLuke Kanies2011-02-241-0/+12
| * Adding Application options to InterfacesLuke Kanies2011-02-231-2/+16
| * Adding render and exit_code override supportLuke Kanies2011-02-221-1/+28
| * Fixing 'puppet interface list'Luke Kanies2011-02-221-0/+10
| * Adding a simple "config" appLuke Kanies2011-02-221-0/+10
| * Splitting the Application base classLuke Kanies2011-02-222-0/+21
* Merge branch '2.6.x' into nextMax Martin2011-03-301-2/+2
|\
| * Fixed #6256 - Creation of rrd directory.James Turnbull2011-03-261-2/+2
* | maint: Silence test output in the spec runMatt Robinson2011-03-181-2/+3
* | Merge branch '2.6.next' into nextMatt Robinson2011-03-076-30/+77
|\|
| * (#6322) --noop should not suppress error codesJesse Wolfe2011-02-252-2/+18
| * (#5552) Display help when no subcommand is given.Daniel Pittman2011-02-221-0/+10