summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application.rb
Commit message (Expand)AuthorAgeFilesLines
* maint: Fix case sensitive requireMatt Robinson2011-08-091-1/+1
* maint: Fix inspect helpMatt Robinson2011-08-091-5/+4
* Merge branch 'ticket/next/2150' into nextNick Lewis2011-04-131-1/+1
|\
| * (#2150) Fix File const lookup when configuring routesNick Lewis2011-04-131-1/+1
* | (#6962) Move option handling into #parse_options, not #preinit.Daniel Pittman2011-04-121-8/+4
|/
* (#2150) Add routes file for indirectorNick Lewis2011-04-121-6/+16
* Merge branch '2.6.x' into nextMax Martin2011-04-071-8/+16
|\
| * (maint) Indentation fixesMarkus Roberts2011-04-061-4/+4
| * (#6490) Add plugin initialization callback system to coreMarkus Roberts2011-04-061-4/+12
* | Maint: remove rdoc/usage dependencyJesse Wolfe2011-02-031-18/+3
|/
* (#5823) document the not-an-API status of set_run_modeDaniel Pittman2011-02-031-0/+7
* (#5823) run mode can now be set dynamically...Daniel Pittman2011-02-031-3/+6
* (#5913) Fix Puppet::Application.find constant lookup behaviorMitchell Hashimoto2011-01-161-2/+9
* Fixes #4822 -- Puppet doc -o option brokenPaul Berry2010-09-221-21/+17
* [#4347] run_mode was colliding with --mode for "puppet doc"Jesse Wolfe2010-08-031-1/+1
* [#4333] old optparse doesn't support default_argv=Jesse Wolfe2010-07-251-2/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-239/+239
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-6/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-4/+4
* [#4196] Move the docs into the source directory structureJesse Wolfe2010-07-091-2/+2
* [#4161] RDoc fails to parse some of our ruby syntaxJesse Wolfe2010-07-071-0/+2
* [#4108] Changed missing Application constant errorNick Lewis2010-07-061-1/+1
* maint: :mutable_defaults to improve spec consistencyJesse Wolfe2010-07-021-0/+13
* [#4108] Missing constants fail deliberately and with a messageNick Lewis2010-07-011-1/+6
* [#4090] Change how RunMode instances are created so that an object for each R...Matt Robinson2010-07-011-1/+1
* [#4090] Git rid of the idea that run_mode is a configurable option with defaultsMatt Robinson2010-07-011-2/+6
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-7/+7
* Feature #2935: lazify require graph for applicationsJesse Wolfe2010-02-171-2/+5
* Feature #2935: Puppet::ModeJesse Wolfe2010-02-171-1/+11
* Feature #2276 Single Executable: usage messageJesse Wolfe2010-02-171-1/+1
* Feature #2276 Single Executable: usage messageJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: optparser should get CommandLine#args instea...Jesse Wolfe2010-02-171-19/+24
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-171-2/+3
* Refactor #3706 Reify eigenclasses of ApplicationsJesse Wolfe2010-02-171-114/+82
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: rdoc paths on ubuntuJesse Wolfe2010-02-171-2/+2
* Fix 2239 (step two): introduce Puppet::Application.controlled_run method to p...Ethan Rowe2010-02-171-0/+12
* Fix 2239 (step one): introduce global settings represeting application run st...Ethan Rowe2010-02-171-0/+64
* Find both bin and sbin usage docs, fail gracefullyRein Henrichs2010-02-171-3/+6
* Initial puppet single executableRein Henrichs2010-02-171-2/+12
* Exiting from app failures instead of raisingLuke Kanies2009-07-311-5/+16
* Removed extra whitespace from end of linesIan Taylor2009-06-061-11/+11
* Refactoring how the Settings file is parsedLuke Kanies2009-02-191-2/+2
* Move --version handling to Puppet::ApplicationBrice Figureau2009-02-161-6/+16
* Introducing the Application ControllerBrice Figureau2009-02-161-0/+292