summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Preparing 12.9 release129_release_preptyler-ball2016-04-082-1/+45
|
* Omnibus is now using ffi_yajl so we no longer need to pin the JSON gem in ↵tyler-ball2016-04-081-6/+0
| | | | our Gemfile
* Bump version of chef to 12.9.36 by Chef Versioner.v12.9.36Chef Versioner2016-04-083-3/+3
|
* Merge pull request #4811 from chef/sersut/build-fixSerdar Sutay2016-04-071-1/+1
|\ | | | | Point to the right license file for chef.
| * Point to the right license file for chef.sersut/build-fixSerdar Sutay2016-04-071-1/+1
| |
* | Bump version of chef to 12.9.35 by Chef Versioner.v12.9.35Chef Versioner2016-04-083-3/+3
| |
* | Merge branch 'lcg/fix-gem-metadata'Lamont Granquist2016-04-071-56/+21
|\ \ | |/ |/|
| * debug log the generated GemfileLamont Granquist2016-04-071-0/+2
| |
| * fix args to gem commandlcg/fix-gem-metadataLamont Granquist2016-04-071-1/+1
| |
| * push ruby_bin first in path for exec'ing bundle intallLamont Granquist2016-04-071-1/+13
| |
| * tighten up the chdir logicLamont Granquist2016-04-071-3/+1
| |
| * remove now-unused codeLamont Granquist2016-04-071-54/+0
| |
| * MVP to fix gem metadata commandLamont Granquist2016-04-071-6/+13
| | | | | | | | | | simply use shell_out! to avoid bundler's state in the running chef-client process.
* | Bump version of chef to 12.9.34 by Chef Versioner.v12.9.34Chef Versioner2016-04-073-3/+3
| |
* | Merge pull request #4805 from chef/pw/chef_licenseSerdar Sutay2016-04-071-0/+2
|\ \ | | | | | | add omnibus license metadata
| * | add omnibus license metadatapw/chef_licensePatrick Wright2016-04-061-0/+2
| | |
* | | Bump version of chef to 12.9.33 by Chef Versioner.v12.9.33Chef Versioner2016-04-073-3/+3
| | |
* | | Merge pull request #4804 from chef/salam/knife-tweakSalim Alam2016-04-072-6/+8
|\ \ \ | | | | | | | | Add default timeout
| * | | Fix specsalam/knife-tweakSalim Alam2016-04-061-5/+6
| | | |
| * | | Add default timeoutSalim Alam2016-04-051-1/+2
| | |/ | |/|
* | | Bump version of chef to 12.9.32 by Chef Versioner.v12.9.32Chef Versioner2016-04-063-3/+3
| | |
* | | Merge pull request #4773 from ↵Tyler Ball2016-04-062-1/+8
|\ \ \ | | | | | | | | | | | | | | | | joaogbcravo/add_joaogbcravo_to_provisioning_maintainers Adding João Cravo to the list of Chef Provisioning maintainers.
| * | | Adding João Cravo to the list of Chef Provisioning maintainers.Joao Cravo2016-03-312-1/+8
| | | |
* | | | Bump version of chef to 12.9.31 by Chef Versioner.v12.9.31Chef Versioner2016-04-063-3/+3
| | | |
* | | | Merge pull request #4801 from chef/cperry/change-cisco-ltAdam Leff2016-04-061-8/+8
|\ \ \ \ | |_|_|/ |/| | | Replacing myself with Adam Leff for Cisco LT
| * | | Replacing myself with Adam Leff for Cisco LTcperry/change-cisco-ltCarl Perry2016-04-051-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Because my role is changing with Chef, I need to replace myself with Adam Leff for the lieutenant and maintainer of the Cisco NX-OS and IOS-XR builds. He's already agreed with this.
* | | | Bump version of chef to 12.9.30 by Chef Versioner.v12.9.30Chef Versioner2016-04-063-3/+3
| | | |
* | | | Merge pull request #4750 from jkerry/SFTP_Remote_File_SupportLamont Granquist2016-04-065-0/+259
|\ \ \ \ | |_|_|/ |/| | | Sftp remote file support
| * | | removing a superflous assignment in the sftp providerJohn Kerry2016-04-051-2/+0
| | | |
| * | | removing an unnecessary comment with an incorrect referenceJohn Kerry2016-04-051-1/+0
| | | |
| * | | updating copyright infoJohn Kerry2016-04-051-2/+2
| | | |
| * | | removing zombied references and migrating validation logic directly into the ↵John Kerry2016-04-051-23/+13
| | | | | | | | | | | | | | | | validate_path code.
| * | | fixing rubocop violations, mostly string format, in the sftp provider and ↵John Kerry2016-03-252-13/+10
| | | | | | | | | | | | | | | | spec files
| * | | Finishing off the sftp unit tests. Added some checks to the sftp provider to ↵John Kerry2016-03-243-19/+133
| | | | | | | | | | | | | | | | maintain the precedent set by the ftp provider
| * | | Adding base implementation and the start of unit test coverageJohn Kerry2016-03-234-1/+96
| | | |
| * | | Adding the provider and spec files for sftpJohn Kerry2016-03-233-0/+66
| | | |
* | | | Bump version of chef to 12.9.29 by Chef Versioner.v12.9.29Chef Versioner2016-04-053-3/+3
| | | |
* | | | Merge pull request #4802 from chef/shain/use_correct_jsonTyler Ball2016-04-051-0/+6
|\ \ \ \ | | | | | | | | | | Explicitly pin json gem
| * | | | Explicitly pin json gemScott Hain2016-04-051-0/+6
| | |/ / | |/| |
* | | | Bump version of chef to 12.9.28 by Chef Versioner.v12.9.28Chef Versioner2016-04-053-3/+3
| | | |
* | | | Merge pull request #4709 from coderanger/init_commandNoah Kantrowitz2016-04-052-4/+24
|\ \ \ \ | | | | | | | | | | Setting init_command should be accepted instead of specific command overrides
| * | | | Fix some nits. [ci skip]Noah Kantrowitz2016-04-051-3/+3
| | | | |
| * | | | Improved test coverage for behavior with *_command.Noah Kantrowitz2016-03-151-0/+14
| | | | |
| * | | | Restore the :enable check but only look for service_missing and give a ↵Noah Kantrowitz2016-03-151-0/+6
| | | | | | | | | | | | | | | | | | | | clearer error.
| * | | | Setting init_command should be accepted instead of specific command overrides.Noah Kantrowitz2016-03-141-2/+2
| | | | | | | | | | | | | | | Also remove :enable from that list because enable_command isn't a thing on the service resource.
* | | | | Bump version of chef to 12.9.27 by Chef Versioner.v12.9.27Chef Versioner2016-04-053-3/+3
| | | | |
* | | | | Merge pull request #4798 from chef/tm/provider_no_opThom May2016-04-053-0/+62
|\ \ \ \ \ | |_|/ / / |/| | | | Add a NoOp provider
| * | | | Add a NoOp providertm/provider_no_opThom May2016-04-043-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to have a resource which is really only appropriate for one platform, but available everywhere. Then you simply allow noop to provide the resource everywhere besides where it's supposed to be.
* | | | | Bump version of chef to 12.9.26 by Chef Versioner.v12.9.26Chef Versioner2016-04-053-3/+3
| | | | |
* | | | | Merge pull request #4786 from chef/tk_17Tyler Ball2016-04-052-4/+4
|\ \ \ \ \ | | | | | | | | | | | | use latest released test-kitchen in chef-acceptance