summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-185-16/+16
| | | | This reverts commit ccf46bf3055b2a1c06499ec104f3d74c26643395.
* another chefstyle catchup + pull masterLamont Granquist2016-01-185-16/+16
| | | | | | | bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
* No cookbook versions is missing cookbookjk/cookbook-artifacts-local-modeJohn Keiser2016-01-151-0/+3
|
* Split identifier from name for cookbook_artifactsJohn Keiser2016-01-151-1/+3
|
* Don't treat the cookbook as missing just because it has no versions--John Keiser2016-01-151-3/+0
| | | | that is for the higher level (chef server) to do
* Create a default cookbook artifact that looks like what the pedant tests expectJohn Keiser2016-01-151-1/+18
|
* Treat cookbook artifacts the same as cookbooks for local modeJohn Keiser2016-01-151-48/+48
|
* Make local cookbook artifacts load correctlyJohn Keiser2016-01-153-1/+77
|
* Allow top level directories to be created in local modejk/policies-local-modeJohn Keiser2016-01-151-1/+1
|
* Treat repository policies dir as one level (/policies/name-revision.json)John Keiser2016-01-152-20/+76
|
* Make local mode respect policiesJohn Keiser2016-01-151-26/+84
|
* Add policies dir that allows directory childrenJohn Keiser2016-01-152-4/+43
|
* Merge pull request #4415 from chef/lcg/chefstyle-catchupLamont Granquist2016-01-151-1/+1
|\ | | | | fix chefstyle failures
| * fix chefstyle failuresLamont Granquist2016-01-151-1/+1
| | | | | | | | | | | | | | | | 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.
* | Fix unused variables and commentsjk/cookbook-artifactsJohn Keiser2016-01-151-2/+0
| |
* | Make upload cookbook_artifacts workJohn Keiser2016-01-153-2/+9
| |
* | Get download of cookbook_artifacts workingJohn Keiser2016-01-152-2/+1
| |
* | Add server cookbook artifacts and list_specJohn Keiser2016-01-157-11/+157
| |
* | Add local cookbook_artifactsJohn Keiser2016-01-152-1/+2
|/
* fix candidate version filteringMatt Wrock2016-01-141-11/+22
|
* Use double quotes by defaultThom May2016-01-14652-3787/+3787
| | | | | | | 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_commaThom May2016-01-14109-467/+467
|\ | | | | autocorrecting Style/TrailingComma
| * autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-13109-467/+467
| | | | | | | | chefstyle -a fixed 1044 occurrances
* | Merge pull request #4399 from chef/jr/knife-node-edit-save-policy_name-groupJordan Running2016-01-131-35/+56
|\ \ | | | | | | 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-groupJordan Running2016-01-131-35/+56
| |/ | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | inflate an environment after loading itThom May2016-01-131-1/+1
| | | | | | | | this was missed in the great REST fire.
* | Split repository versioned and unversioned cookbooksjk/chef-fs-cookbook-refactorJohn Keiser2016-01-134-18/+89
| |
* | Split versioned cookbook dir from unversionedJohn Keiser2016-01-135-25/+77
| |
* | Split versioned and unversioned cookbooks into separate classesJohn Keiser2016-01-133-65/+106
|/
* Merge pull request #4396 from chef/ssd/duplicate-passwordThom May2016-01-131-1/+0
|\ | | | | Remove duplicate initialization of @password in user_v1
| * Remove duplicate initialization of @password in user_v1ssd/duplicate-passwordSteven Danna2016-01-131-1/+0
| |
* | Merge pull request #4395 from chef/lcg/lint-cops-againThom May2016-01-132-19/+1
|\ \ | | | | | | yet more lint cops
| * | yet more lint copslcg/lint-cops-againLamont Granquist2016-01-132-19/+1
| |/ | | | | | | | | | | | | fixes: Lint/AmbiguousOperator Lint/DuplicateMethods
* | Move server and repository fs objects to their own directoriesJohn Keiser2016-01-1364-2719/+2787
|/
* Merge pull request #4390 from chef/tm/fix_failLamont Granquist2016-01-132-2/+2
|\ | | | | Correct uses of fail to raise
| * Correct uses of fail to raisetm/fix_failThom May2016-01-132-2/+2
| | | | | | | | Style/SignalException - 3
* | Merge pull request #4344 from chef/if/warn-on-reload-resourceThom May2016-01-132-2/+2
|\ \ | |/ |/| Warn (v. info) when reloading resources
| * debug log messages upon reloaded resourcesif/warn-on-reload-resourceIsa Farnik2016-01-122-2/+2
| | | | | | | | tests for debug messages when reloading resources
* | Merge pull request #4388 from chef/lcg/more-rubocop-lintThom May2016-01-132-4/+4
|\ \ | |/ |/| more rubocop fixes
| * more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-123-5/+5
| | | | | | | | | | | | | | | | | | | | | | fixes: Lint/UnreachableCode Lint/NonLocalExitFromIterator Lint/LiteralInCondition Lint/EmptyEnsure Lint/DefEndAlignment Lint/CircularArgumentReference
* | Merge pull request #4384 from chef/lcg/really-fix-copsLamont Granquist2016-01-1230-489/+487
|\ \ | | | | | | really fix cops
| * | really fix copslcg/really-fix-copsLamont Granquist2016-01-1230-489/+487
| |/
* | Merge pull request #4373 from PatrickWalker/feature/issue-4268Thom May2016-01-121-1/+1
|\ \ | | | | | | Ensuring running Help returns an exit code of 0
| * | Ensuring running Help returns an exit code of 0Patrick Walker2016-01-111-1/+1
| | |
* | | Merge pull request #4355 from kisoku/fix_json_createThom May2016-01-121-1/+1
|\ \ \ | | | | | | | | don't blow up when json object has no recipes
| * | | don't blow up when json object has no recipesMathieu Sauve-Frankel2016-01-081-1/+1
| | | | | | | | | | | | | | | | fixes loading brand new node objects from json
* | | | Merge pull request #4343 from jordane/jordane/supports-use-platform-parserThom May2016-01-121-1/+1
|\ \ \ \ | | | | | | | | | | use platform parser with metadata supports
| * | | | Use platform version parser to parse supports in metadataJordan Evans2015-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Previously supports was using the cookbook version parser, which would not correctly parse all platform versions.
* | | | | Merge pull request #4378 from chef/choco_editsMatt Wrock2016-01-121-2/+18
|\ \ \ \ \ | | | | | | | | | | | | assert candidates exist for alternate sources and when pinning versions
| * | | | | assert candidates exist for alternate sources and when pinning versionsMatt Wrock2016-01-121-2/+18
| | | | | |