Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No cookbook versions is missing cookbookjk/cookbook-artifacts-local-mode | John Keiser | 2016-01-15 | 1 | -0/+3 |
| | |||||
* | Split identifier from name for cookbook_artifacts | John Keiser | 2016-01-15 | 1 | -1/+3 |
| | |||||
* | Don't treat the cookbook as missing just because it has no versions-- | John Keiser | 2016-01-15 | 1 | -3/+0 |
| | | | | that is for the higher level (chef server) to do | ||||
* | Create a default cookbook artifact that looks like what the pedant tests expect | John Keiser | 2016-01-15 | 1 | -1/+18 |
| | |||||
* | Treat cookbook artifacts the same as cookbooks for local mode | John Keiser | 2016-01-15 | 1 | -48/+48 |
| | |||||
* | Make local cookbook artifacts load correctly | John Keiser | 2016-01-15 | 3 | -1/+77 |
| | |||||
* | Merge branch 'jk/policies-local-mode' | John Keiser | 2016-01-15 | 3 | -41/+194 |
|\ | |||||
| * | Allow top level directories to be created in local modejk/policies-local-mode | John Keiser | 2016-01-15 | 1 | -1/+1 |
| | | |||||
| * | Treat repository policies dir as one level (/policies/name-revision.json) | John Keiser | 2016-01-15 | 2 | -20/+76 |
| | | |||||
| * | Make local mode respect policies | John Keiser | 2016-01-15 | 1 | -26/+84 |
| | | |||||
| * | Add policies dir that allows directory children | John Keiser | 2016-01-15 | 2 | -4/+43 |
|/ | |||||
* | Merge pull request #4415 from chef/lcg/chefstyle-catchup | Lamont Granquist | 2016-01-15 | 5 | -36/+36 |
|\ | | | | | fix chefstyle failures | ||||
| * | removing chefstyle pin | Lamont Granquist | 2016-01-15 | 1 | -1/+1 |
| | | | | | | | | lets float so that PRs pick up new versions | ||||
| * | fix chefstyle failures | Lamont Granquist | 2016-01-15 | 4 | -35/+35 |
| | | | | | | | | | | | | | | | | autocorrects some merges that will be broken when the next chefstyle is released. also runs chefstyle after the travis tests, because i'd rather know how the code is broken rather than how its not pretty. | ||||
* | | Merge branch 'jk/cookbook-artifacts' | John Keiser | 2016-01-15 | 12 | -23/+214 |
|\ \ | |||||
| * | | Fix unused variables and commentsjk/cookbook-artifacts | John Keiser | 2016-01-15 | 2 | -4/+0 |
| | | | |||||
| * | | Make upload cookbook_artifacts work | John Keiser | 2016-01-15 | 4 | -4/+28 |
| | | | |||||
| * | | Get download of cookbook_artifacts working | John Keiser | 2016-01-15 | 4 | -12/+18 |
| | | | |||||
| * | | Add server cookbook artifacts and list_spec | John Keiser | 2016-01-15 | 8 | -11/+173 |
| | | | |||||
| * | | Add local cookbook_artifacts | John Keiser | 2016-01-15 | 3 | -7/+10 |
|/ / | |||||
* | | Merge pull request #4413 from chef/svc_location | Matt Wrock | 2016-01-15 | 1 | -1/+1 |
|\ \ | |/ |/| | configure chef client windows service to the correct chef directory | ||||
| * | configure chef client windows service to the correct chef directorysvc_location | Matt Wrock | 2016-01-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4377 from chef/choco_func_tests | Matt Wrock | 2016-01-14 | 7 | -17/+162 |
|\ \ | |/ |/| | fixing candidate filtering and adding functional tests for chocolatey_package | ||||
| * | adding functional tests for chocolatey providerchoco_func_tests | Matt Wrock | 2016-01-14 | 2 | -6/+19 |
| | | |||||
| * | fix candidate version filtering | Matt Wrock | 2016-01-14 | 2 | -17/+54 |
| | | |||||
| * | adding some functional tests for chocolatey_package | Matt Wrock | 2016-01-14 | 4 | -0/+95 |
| | | |||||
* | | Merge pull request #4411 from chef/ksubrama/omnibusbump | Kartik Null Cating-Subramanian | 2016-01-14 | 1 | -7/+7 |
|\ \ | | | | | | | Bump omnibus | ||||
| * | | Bump omnibus | Kartik Null Cating-Subramanian | 2016-01-14 | 1 | -7/+7 |
|/ / | |||||
* | | 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 | ||||
* | | | Merge pull request #4408 from chef/lcg/optional-chefstyle | Lamont Granquist | 2016-01-14 | 1 | -4/+8 |
|\ \ \ | |_|/ |/| | | make chefstyle optional in the Rakefile | ||||
| * | | rescue the right exceptionlcg/optional-chefstyle | Lamont Granquist | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | make chefstyle optional | Lamont Granquist | 2016-01-14 | 1 | -4/+8 |
|/ / | | | | | | | | | | | | | | | if you 'bundle install --without development test' then the Rakefile will be broken without this. breaks appbundle-updater, so not sure how our kitchen tests are passing... | ||||
* | | Merge pull request #4405 from chef/tm/fix_failing_test | Thom May | 2016-01-14 | 1 | -2/+1 |
|\ \ | | | | | | | ServerAPI will return a raw hash, so do that | ||||
| * | | ServerAPI will return a raw hash, so do thattm/fix_failing_test | Thom May | 2016-01-14 | 1 | -2/+1 |
|/ / | |||||
* | | Merge pull request #4382 from chef/tm/string_literals | Thom May | 2016-01-14 | 1292 | -13080/+13082 |
|\ \ | | | | | | | Use double quotes by default | ||||
| * | | Use double quotes by default | Thom May | 2016-01-14 | 1292 | -13080/+13082 |
|/ / | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #4398 from chef/lcg/trailing_comma | Thom May | 2016-01-14 | 244 | -1106/+1106 |
|\ \ | | | | | | | autocorrecting Style/TrailingComma | ||||
| * | | autocorrecting Style/TrailingCommalcg/trailing_comma | Lamont Granquist | 2016-01-13 | 244 | -1106/+1106 |
| | | | | | | | | | | | | chefstyle -a fixed 1044 occurrances | ||||
* | | | Merge pull request #4402 from chef/jr/PR-4399-CHANGELOG | Jordan Running | 2016-01-13 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Changelog for PR#4399 | ||||
| * | | | Changelog for PR#4399 | Jordan Running | 2016-01-13 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #4399 from chef/jr/knife-node-edit-save-policy_name-group | Jordan Running | 2016-01-13 | 2 | -35/+267 |
|\ \ \ | | | | | | | | | Correctly save policy_name and policy_group with `knife node edit` | ||||
| * | | | Correctly save policy_name and policy_group with `knife node edit`jr/knife-node-edit-save-policy_name-group | Jordan Running | 2016-01-13 | 2 | -35/+267 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4364 - Add specs for Chef::Knife::NodeEditor. - Add `policy_name` and `policy_group` to properties compared in `NodeEditor#updated?`. - Add `policy_name` and `policy_group` to Hash returned by `NodeEditor#view`. - Use `Node.from_hash` in `NodeEditor#apply_updates` instead of duplicating functionality. - Add some YARD docs for Chef::Knife::NodeEditor. | ||||
* | | | Merge pull request #4400 from chef/tm/fix_environment_load | Lamont Granquist | 2016-01-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | inflate an environment after loading it | ||||
| * | | | inflate an environment after loading it | Thom May | 2016-01-13 | 1 | -1/+1 |
|/ / / | | | | | | | | | | this was missed in the great REST fire. | ||||
* | | | Merge branch 'jk/chef-fs-cookbook-refactor' | John Keiser | 2016-01-13 | 9 | -101/+265 |
|\ \ \ | |/ / |/| | | |||||
| * | | Split repository versioned and unversioned cookbooksjk/chef-fs-cookbook-refactor | John Keiser | 2016-01-13 | 4 | -18/+89 |
| | | | |||||
| * | | Split versioned cookbook dir from unversioned | John Keiser | 2016-01-13 | 5 | -25/+77 |
| | | | |||||
| * | | Split versioned and unversioned cookbooks into separate classes | John Keiser | 2016-01-13 | 3 | -65/+106 |
|/ / | |||||
* | | Merge pull request #4387 from chef/salam/chef-acceptance | Salim Alam | 2016-01-13 | 9 | -0/+82 |
|\ \ | | | | | | | Initial 'trivial' acceptance test suite |