summaryrefslogtreecommitdiff
path: root/lib/chef/run_lock.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-5/+5
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* Fix a sentence in run_lock and the knife test to match the latest output changesTensibai2019-05-021-1/+1
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-1/+2
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Force config file setting to absolute path in chef-clientdanielsdeleo2016-01-271-1/+1
* Use double quotes by defaultThom May2016-01-141-8/+8
* Add tests for things that have created the lockfile but not yet acquired the ...John Keiser2015-09-291-21/+30
* convert cli argument to int, tidy exception messageClaire McQuin2014-05-061-2/+5
* add option to abandon chef run if blocked by another for too longClaire McQuin2014-05-051-4/+40
* Clean out the comments and reorganize code in run_lock.rbsersut2013-10-151-10/+17
* Windows support for Chef::Runlock.sersut2013-10-141-12/+41
* Use RunLock while daemonizing which is based on flock to prevent race conditi...sersut2013-10-091-14/+29
* Make waiting for the release of the lock optional in RunLock class.sersut2013-10-071-6/+14
* Use Chef::Config defaults for lockfile defaultJohn Keiser2013-09-161-9/+3
* Merge pull request #843 from opscode/lcg/warn-run-locklamont-granquist2013-06-211-1/+1
|\
| * to see this on command line with default :auto level we need to warnLamont Granquist2013-06-201-1/+1
* | add test, bitwise arithm, note about 1.8/1.9/2.0 differencesLamont Granquist2013-06-201-1/+2
* | use F_CLOEXEC if we canLamont Granquist2013-06-141-0/+5
|/
* [CHEF-3617] create full path of run lock fileSeth Chisamore2012-11-171-0/+6
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+84