summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
| | | | | | This is a bit easier to read Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove chef-* binstubs from chef gemLamont Granquist2019-04-297-201/+0
| | | | | | | | | | | | | | | | This is for the relicensing effort. Note that this PR leaves the knife and ohai binstubs still in the gem(s) while that discussion is still ongoing. This PR extracts the binstubs to chef-binstubs gem which is not intended to be redistributed outside of the omnibus chef binaries. A blank gem for chef-binstubs has been pushed to rubygems.org for obvious security concerns and so that bundler/rubygems can resolve the gem Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Don't require rubygems in our binariesTim Smith2018-07-057-17/+6
| | | | | | Rubygems is built in Ruby now. Signed-off-by: Tim Smith <tsmith@chef.io>
* fix Style/HashSyntaxLamont Granquist2018-07-021-6/+6
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add a utility to dump info about resourcestm/resource_inspectorThom May2018-03-051-0/+26
| | | | Signed-off-by: Thom May <thom@chef.io>
* Force encoding to UTF_8 in chef-shell to prevent failuresencodingTim Smith2017-09-261-0/+2
| | | | | | Currently on some distros where the default isn't UTF (SUSE/omnios/probably others) chef-shell fails to launch with a nasty rb-readline error. It's not the best user experience. Lifting this line from Berkshelf fixes it and makes it easier to troubleshoot on those platforms. Signed-off-by: Tim Smith <tsmith@chef.io>
* removing disabling of readline in chef-shellreadlineMatt Wrock2016-02-251-3/+0
|
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
| | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* autofixing whitespace copsLamont Granquist2016-02-052-2/+1
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Some more author domain stragglers.Noah Kantrowitz2016-02-021-1/+1
|
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-024-4/+4
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-024-4/+4
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-025-5/+5
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-147-18/+18
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
| | | | chefstyle -a fixed 1044 occurrances
* Run the chef service executable from the bin directoryjk/windows-serviceJohn Keiser2015-09-231-1/+1
| | | | we are currently running from instead of guessing where it is
* Add ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-241-2/+2
|
* Add flag to windows_service_manager to delay start.Kartik Null Cating-Subramanian2015-07-201-1/+2
|
* Remove all parts of 'shef'Julian C. Dunn2014-11-261-35/+0
|
* Add missing changelog notes after 11.14.2.Serdar Sutay2014-10-241-0/+0
|
* Pointing chef-service-manager to appbundled chef-windows-servicejdmundrawala/windows-serviceJay Mundrawala2014-10-211-1/+1
|
* Adding a bin for windows service so that we can appbundleJay Mundrawala2014-10-211-0/+35
|
* [CHEF-5289] Remove 'Opscode' from service descriptionJulian C. Dunn2014-05-081-1/+1
|
* Normalize whitespace on all filesSeth Vargo2013-09-265-11/+11
|
* Use Chef for reliable platform detectionadamedx2013-07-111-1/+1
|
* Use standard platform detection for Windowsadamedx2013-07-111-2/+3
|
* disable readline module if Windows boxAmeya Varade2013-07-111-1/+1
|
* Disabling Readline extension module in IRBAmeya Varade2013-07-111-0/+2
|
* Refactor windows_service_manager slightly so that we can reuse it in ↵sersut2013-02-271-1/+7
| | | | different projects.
* Create chef-service-manager using distro/service_manager.rb to control ↵sersut2013-02-151-0/+31
| | | | chef-service on windows platforms.
* CHEF-3792: Fix cruft referring to chef-recipeBryan McLellan2013-01-241-1/+1
|
* [CHEF-3571] code rename chef-recipe -> chef-applydanielsdeleo2013-01-171-1/+1
|
* [CHEF-3571] file rename chef-recipe -> chef-applydanielsdeleo2013-01-171-1/+1
|
* CHEF-3571 add chef-recipe commandBryan Berry2013-01-171-0/+25
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-305-0/+146
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* big refactor of the repo layout. move to a chef gem and a chef-server gem ↵Ezra Zygmuntowicz2008-10-084-266/+0
| | | | all with proper deps
* Updating config file pathsAdam Jacob2008-10-071-1/+1
|
* Added template support, changed license to Apache v 2Adam Jacob2008-08-164-56/+45
|
* Adding functional search supportAdam Jacob2008-07-101-5/+8
|
* Updating to fix a few lingering issues with Merb rootAdam Jacob2008-06-221-0/+27
|
* Should use /usr/bin/envAdam Jacob2008-06-103-5/+5
|
* Huge amount of work, covering openid, clients, and all sorts of server stuffAdam Jacob2008-06-091-0/+67
|
* Working on network layerAdam Jacob2008-05-193-1/+99
|
* chef compilesAdam Jacob2008-04-271-8/+5
|
* Adding chef-solo command, config examples, Chef::Log class, ↵Adam Jacob2008-04-082-40/+85
| | | | Chef::Log::Formatter, Chef::Compile, and all the tests
* Added rcov coverage, lots of tests, definitions, node supportAdam Jacob2008-03-101-2/+2
|
* Syntax is right in the recipesAdam Jacob2008-03-072-0/+40
|
* Initial CommitAdam Jacob2008-03-051-0/+0