Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Mixlib::Archive to extract tarballs | Thom May | 2016-07-07 | 1 | -1/+2 |
| | | | | | | | this allows us to be truely cross platform, and also to ignore unsafe paths and permissions. Signed-off-by: Thom May <thom@chef.io> | ||||
* | Merge pull request #4700 from nathwill/features/systemd-unit | Thom May | 2016-05-01 | 1 | -0/+1 |
|\ | | | | | add systemd_unit resource | ||||
| * | add systemd_unit resource/provider | Nathan Williams | 2016-04-16 | 1 | -0/+1 |
| | | |||||
* | | Revert "Run in fips mode if node is fips enabled" | Thom May | 2016-04-27 | 1 | -1/+1 |
| | | |||||
* | | run in fips mode if node is fips enabled | Matt Wrock | 2016-04-25 | 1 | -1/+1 |
| | | |||||
* | | Pin everything down with Gemfile.lock, add rake dependencies to update | John Keiser | 2016-04-18 | 1 | -6/+0 |
|/ | |||||
* | Merge pull request #4750 from jkerry/SFTP_Remote_File_Support | Lamont Granquist | 2016-04-06 | 1 | -0/+1 |
|\ | | | | | Sftp remote file support | ||||
| * | Adding the provider and spec files for sftp | John Kerry | 2016-03-23 | 1 | -0/+1 |
| | | |||||
* | | ruby 2.0.0 is EOLlcg/ruby-2.0.0-deprecation | Lamont Granquist | 2016-03-24 | 1 | -1/+1 |
|/ | |||||
* | Subtle differences in the plist gem break tests so lock to 3.2+ | danielsdeleo | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Allow any 3.x version of plist | danielsdeleo | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | Revert "Unpin github_changelog_generator" | Lamont Granquist | 2016-03-04 | 1 | -1/+1 |
| | | | | This reverts commit 57ea7d9278201d23c94397650a454281fe16fb7d. | ||||
* | Unpin github_changelog_generator | John Keiser | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4478 from chef/lcg/rfc-060-gem-metadata | Lamont Granquist | 2016-03-03 | 1 | -0/+4 |
|\ | | | | | RFC-060 gem metadata MVP | ||||
| * | spellng | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | set the floor to when bundler/inline was released | Lamont Granquist | 2016-02-09 | 1 | -2/+3 |
| | | |||||
| * | bundler is now a runtime dep | Lamont Granquist | 2016-02-09 | 1 | -0/+3 |
| | | |||||
* | | release 12.8.0 changelogmw/version-bump | Matt Wrock | 2016-03-02 | 1 | -0/+1 |
|/ | |||||
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 1 | -1/+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 | ||||
* | Remove obsolete reference to chef-13. Add VERSION to gemspec.ksubrama/ci | Kartik Null Cating-Subramanian | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | add pry, pry-byebug, pry-remote to omnibus-chef | Lamont Granquist | 2016-02-02 | 1 | -1/+0 |
| | | | | | removes pry as a dep of chef directly because it was never a dep of chef. | ||||
* | Bump cheffish dep to 2.0jk/cheffish-2 | John Keiser | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Don't pin chef-zero to a minor version, pin to major | John Keiser | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | Allow all Chef Zero 4.x after 4.4fix-chef-zero-constraints | danielsdeleo | 2016-01-29 | 1 | -1/+1 |
| | | | | | | | | | We require 4.4+ to support policyfile APIs with ChefFS and local mode, but we don't want to be pessimistic about minor versions, only major. It looks like the minor version pessimism was accidentally introduced here: https://github.com/chef/chef/commit/6e4d70826d8ee6977348bd071d0ce543686b89f6 | ||||
* | Make sure acceptance tests for chef can run in Jenkins.sersut/ec2-acceptance | Serdar Sutay | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4287 from chef/jdm/1.3-fips | Jay Mundrawala | 2016-01-26 | 1 | -1/+1 |
|\ | | | | | Default Chef with FIPS OpenSSL to use sign v1.3 | ||||
| * | Use mixlib-auth to version 1.4 | Kartik Null Cating-Subramanian | 2016-01-25 | 1 | -1/+1 |
| | | |||||
* | | use require_paths and not path so bundler grabs all paths from a git referencemwrock/appveyor | Matt Wrock | 2016-01-25 | 1 | -1/+1 |
|/ | |||||
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimeters | Lamont Granquist | 2016-01-18 | 1 | -4/+4 |
| | | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book. | ||||
* | Merge pull request #4406 from chef/tball/netssh | Tyler Ball | 2016-01-14 | 1 | -1/+1 |
|\ | | | | | Updating to the latest release of net-ssh to consume https://github.com/net-ssh/net-ssh/pull/280 | ||||
| * | Updating to the latest release of net-ssh to consume ↵tball/netssh | tyler-ball | 2016-01-14 | 1 | -1/+1 |
| | | | | | | | | https://github.com/net-ssh/net-ssh/pull/280 | ||||
* | | Use double quotes by default | Thom May | 2016-01-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Restore backcompat include for external libraries that reference root ↵ | John Keiser | 2016-01-13 | 1 | -2/+2 |
|/ | | | | directories directly | ||||
* | Added profile provider for OS X | Nate Walck | 2015-12-17 | 1 | -0/+1 |
| | | | | Fixed resource to use let | ||||
* | Make sure we're using chef-zero 4.4.0 which has policyfile route support. | Chris Doherty | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Adding proxifier dependency and leveraging its ability to make TCPSocket.new ↵ | tyler-ball | 2015-12-09 | 1 | -0/+2 |
| | | | | respect ENV['http_proxy'] | ||||
* | Restore rspec 3.4 by setting project_source_dirsjk/rspec-3.4 | John Keiser | 2015-11-17 | 1 | -1/+1 |
| | | | | to be the cookbooks (see http://rspec.info/blog/2015/11/rspec-3-4-has-been-released/, Better Failure Source Detection, for more info) | ||||
* | rspec 3.4.0 broke masterlcg/pin-rspec | Lamont Granquist | 2015-11-16 | 1 | -1/+1 |
| | | | | pinning to 3.3.x as a temp fix | ||||
* | Add gemspec files to allow bundler to run from the gem | Kartik Null Cating-Subramanian | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Ship our Gemfile so people can run our tests from the gemjk/external-tests | John Keiser | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Use same mixlib-shellout version pin in chef, ohai, and chef-config | Jay Mundrawala | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | highline is used by core Chef; therefore remove this misleading comment | Julian C. Dunn | 2015-08-08 | 1 | -1/+0 |
| | |||||
* | Use 8.6 alpha gem of ohai | Claire McQuin | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | Mute :log_level and :log_location deprecation warnings from ohai config. | Claire McQuin | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | Update rake tasks for componentization | danielsdeleo | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Move Chef::Config into a subproject | danielsdeleo | 2015-05-20 | 1 | -1/+2 |
| | |||||
* | Pull rspec helper fix from Chef Zero 4.2.2 | danielsdeleo | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | Add specs for many external dependent projects | John Keiser | 2015-05-13 | 1 | -2/+1 |
| | |||||
* | Add tests for resource naming and creation | John Keiser | 2015-05-13 | 1 | -0/+1 |
| | |||||
* | add Chef::Log::Syslog class | Lamont Granquist | 2015-05-06 | 1 | -0/+2 |
| | | | | | | | | | | | See: * https://www.kickflop.net/blog/2013/06/27/syslog-output-for-chef-runs/ * http://lists.opscode.com/sympa/arc/chef/2014-12/msg00152.html * https://github.com/higanworks-cookbooks/chef-client_syslog It is relatively embarrassing to have a system administration tool that doesn't support syslog out of the box. |