Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove chef-* binstubs from chef gem | Lamont Granquist | 2019-04-29 | 7 | -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 binaries | Tim Smith | 2018-07-05 | 7 | -17/+6 |
| | | | | | | Rubygems is built in Ruby now. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | fix Style/HashSyntax | Lamont Granquist | 2018-07-02 | 1 | -6/+6 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | add a utility to dump info about resourcestm/resource_inspector | Thom May | 2018-03-05 | 1 | -0/+26 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Force encoding to UTF_8 in chef-shell to prevent failuresencoding | Tim Smith | 2017-09-26 | 1 | -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-shellreadline | Matt Wrock | 2016-02-25 | 1 | -3/+0 |
| | |||||
* | auto fixing some rubocops | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall | ||||
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 2 | -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 Kantrowitz | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 4 | -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 Kantrowitz | 2016-02-02 | 4 | -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 Kantrowitz | 2016-02-02 | 5 | -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 default | Thom May | 2016-01-14 | 7 | -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_comma | Lamont Granquist | 2016-01-13 | 1 | -1/+1 |
| | | | | chefstyle -a fixed 1044 occurrances | ||||
* | Run the chef service executable from the bin directoryjk/windows-service | John Keiser | 2015-09-23 | 1 | -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-Subramanian | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | Add flag to windows_service_manager to delay start. | Kartik Null Cating-Subramanian | 2015-07-20 | 1 | -1/+2 |
| | |||||
* | Remove all parts of 'shef' | Julian C. Dunn | 2014-11-26 | 1 | -35/+0 |
| | |||||
* | Add missing changelog notes after 11.14.2. | Serdar Sutay | 2014-10-24 | 1 | -0/+0 |
| | |||||
* | Pointing chef-service-manager to appbundled chef-windows-servicejdmundrawala/windows-service | Jay Mundrawala | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | Adding a bin for windows service so that we can appbundle | Jay Mundrawala | 2014-10-21 | 1 | -0/+35 |
| | |||||
* | [CHEF-5289] Remove 'Opscode' from service description | Julian C. Dunn | 2014-05-08 | 1 | -1/+1 |
| | |||||
* | Normalize whitespace on all files | Seth Vargo | 2013-09-26 | 5 | -11/+11 |
| | |||||
* | Use Chef for reliable platform detection | adamedx | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Use standard platform detection for Windows | adamedx | 2013-07-11 | 1 | -2/+3 |
| | |||||
* | disable readline module if Windows box | Ameya Varade | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Disabling Readline extension module in IRB | Ameya Varade | 2013-07-11 | 1 | -0/+2 |
| | |||||
* | Refactor windows_service_manager slightly so that we can reuse it in ↵ | sersut | 2013-02-27 | 1 | -1/+7 |
| | | | | different projects. | ||||
* | Create chef-service-manager using distro/service_manager.rb to control ↵ | sersut | 2013-02-15 | 1 | -0/+31 |
| | | | | chef-service on windows platforms. | ||||
* | CHEF-3792: Fix cruft referring to chef-recipe | Bryan McLellan | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | [CHEF-3571] code rename chef-recipe -> chef-apply | danielsdeleo | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | [CHEF-3571] file rename chef-recipe -> chef-apply | danielsdeleo | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | CHEF-3571 add chef-recipe command | Bryan Berry | 2013-01-17 | 1 | -0/+25 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 5 | -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 Zygmuntowicz | 2008-10-08 | 4 | -266/+0 |
| | | | | all with proper deps | ||||
* | Updating config file paths | Adam Jacob | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | Added template support, changed license to Apache v 2 | Adam Jacob | 2008-08-16 | 4 | -56/+45 |
| | |||||
* | Adding functional search support | Adam Jacob | 2008-07-10 | 1 | -5/+8 |
| | |||||
* | Updating to fix a few lingering issues with Merb root | Adam Jacob | 2008-06-22 | 1 | -0/+27 |
| | |||||
* | Should use /usr/bin/env | Adam Jacob | 2008-06-10 | 3 | -5/+5 |
| | |||||
* | Huge amount of work, covering openid, clients, and all sorts of server stuff | Adam Jacob | 2008-06-09 | 1 | -0/+67 |
| | |||||
* | Working on network layer | Adam Jacob | 2008-05-19 | 3 | -1/+99 |
| | |||||
* | chef compiles | Adam Jacob | 2008-04-27 | 1 | -8/+5 |
| | |||||
* | Adding chef-solo command, config examples, Chef::Log class, ↵ | Adam Jacob | 2008-04-08 | 2 | -40/+85 |
| | | | | Chef::Log::Formatter, Chef::Compile, and all the tests | ||||
* | Added rcov coverage, lots of tests, definitions, node support | Adam Jacob | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | Syntax is right in the recipes | Adam Jacob | 2008-03-07 | 2 | -0/+40 |
| | |||||
* | Initial Commit | Adam Jacob | 2008-03-05 | 1 | -0/+0 |