summaryrefslogtreecommitdiff
path: root/lib/chef/provider/launchd.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid a splat operator where we don't need oneTim Smith2020-10-301-11/+1
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Remove useless testLamont Granquist2020-05-131-2/+0
* fixing testsLamont Granquist2020-05-131-1/+3
* Fixes and tests for Chef-16 regression in launchdLamont Granquist2020-05-131-6/+8
* more lexical scoping fixesLamont Granquist2020-05-061-3/+2
* remove name properties (pointless)Lamont Granquist2020-05-061-3/+0
* fix the scoping problems with file_contentLamont Granquist2020-05-061-4/+4
* make it real obvious we're doing lexical scopingLamont Granquist2020-05-061-2/+2
* fix launchd provider for chef-16Lamont Granquist2020-05-061-20/+18
* Make sure we're always using the right Plist classTim Smith2020-04-101-1/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-44/+29
* Use the action DSL consistentlyLamont Granquist2020-03-021-6/+6
* launchd: Fix capitalization of HardResourceLimitsMarc Seeger2020-01-221-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-13/+13
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* add LaunchEvents to launchd resourceJoseph Chilcote2019-05-231-0/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Modernize launchd resourcelaunchdTim Smith2017-12-191-1/+0
* Launchd should not load launchagents as root. #5846Mike Dodge2017-08-251-0/+24
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-1/+1
* Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-181-1/+1
* Respond to review comments and chefstyletm/rescue_5115Thom May2016-11-101-1/+1
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-2/+2
* bundle exec chefstyle -aMike Dodge2016-02-151-52/+52
* made requested changesMike Dodge2016-02-151-50/+60
* fixed rebaseMike Dodge2016-02-151-1/+1
* added specsMike Dodge2016-02-151-11/+4
* launchdMike Dodge2016-02-151-0/+205