summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 12.8.112.8.1jk/bump-versionJohn Keiser2016-03-071-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-0454-83/+133
|\
| * add some @yield docsLamont Granquist2016-03-0416-5/+53
| * remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-2318-22/+22
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-2349-59/+61
* | Adding specs for rehash updatetyler-ball2016-03-042-3/+4
* | Changing the knife behavior when using the cached plugins to only display 1 e...tyler-ball2016-03-041-3/+21
* | First part of fixing the rehash command, it now always loads gems from disc i...tyler-ball2016-03-043-1/+15
* | Merge pull request #4664 from chef/salam/databag-fixThom May2016-03-041-1/+0
|\ \
| * | Data bag item hash can have name keysalam/databag-fixSalim Alam2016-03-031-1/+0
* | | Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-038-5/+198
|\ \ \ | |/ / |/| |
| * | need to require bundlerlcg/rfc-060-gem-metadataLamont Granquist2016-02-231-0/+1
| * | remove now-unnecessary requireLamont Granquist2016-02-091-1/+0
| * | rubocopismsLamont Granquist2016-02-091-2/+2
| * | add comments and cleanupLamont Granquist2016-02-093-7/+14
| * | remove unnecessary paranoiaLamont Granquist2016-02-091-5/+1
| * | make rubygems.org configurableLamont Granquist2016-02-092-2/+2
| * | get the formatting for cookbook gems correctLamont Granquist2016-02-096-18/+119
| * | fixed my .vimrc auto-copyright headerLamont Granquist2016-02-091-1/+1
| * | RFC-060 gem metadata MVPLamont Granquist2016-02-095-1/+90
* | | Merge pull request #4655 from coderanger/solobagNoah Kantrowitz2016-03-031-0/+1
|\ \ \
| * | | Clearer exception for loading non-existent data bag items in solo mode.Noah Kantrowitz2016-03-021-0/+1
* | | | Merge pull request #4307 from davide125/systemd-maskPhil Dibowitz2016-03-033-2/+67
|\ \ \ \ | |/ / / |/| | |
| * | | add tests for is_masked?Davide Cavalca2016-02-221-1/+1
| * | | is_masked? fixDavide Cavalca2016-02-221-1/+1
| * | | rubocop doesn't like single quotesDavide Cavalca2016-02-221-1/+1
| * | | rework to use service resource directly instead of subclassingDavide Cavalca2016-02-224-84/+52
| * | | rework to use a subclassed SystemdService resourceDavide Cavalca2016-02-224-50/+84
| * | | raise UnsupportedAction for mask / unmask in the base classDavide Cavalca2016-02-221-0/+8
| * | | Extend service resource to support maskingDavide Cavalca2016-02-223-2/+57
* | | | Revert "Merge pull request #4465 from artursitarski/change-shell-for-locked-u...tm/revert_4465Thom May2016-03-021-2/+2
* | | | Merge pull request #4646 from coderanger/negative-lengthNoah Kantrowitz2016-03-011-0/+5
|\ \ \ \
| * | | | Split the negative check to its own log message.Noah Kantrowitz2016-02-291-1/+6
| * | | | Handle negative content length headers too.Noah Kantrowitz2016-02-291-1/+1
* | | | | Merge pull request #4645 from chef/msiMatt Wrock2016-02-291-1/+1
|\ \ \ \ \
| * | | | | fixes #4639 and returns true from define_resource_requirements for MSIsmsiMatt Wrock2016-02-291-1/+1
| |/ / / /
* | | | | if no module name is found for a valid dsc resource default to PSDesiredState...dscMatt Wrock2016-02-291-5/+2
|/ / / /
* | | | use Pathname#cleanpath instead of Chef::Util::PathHelper.cleanpath to compare...Matt Wrock2016-02-291-2/+2
* | | | Fix style issuedanielsdeleo2016-02-261-1/+1
* | | | Filter out directory paths from all_files when loadinglist-unignored-filesdanielsdeleo2016-02-261-1/+1
* | | | Remove ignored files from all_files before segmentingdanielsdeleo2016-02-261-13/+3
* | | | Convert cookbook version loader to escape_glob_dirdanielsdeleo2016-02-261-4/+4
* | | | Load root files as a part of all_filesdanielsdeleo2016-02-261-12/+25
* | | | Rename all_unignored_files -> all_filesdanielsdeleo2016-02-262-11/+11
* | | | Load cookbook segements by fnmatch-ing from file listdanielsdeleo2016-02-261-3/+21
* | | | List all the unignored files when loading a cookbookdanielsdeleo2016-02-261-0/+30
* | | | Add all_unignored_files attribute to CBVersiondanielsdeleo2016-02-261-0/+4
* | | | Merge pull request #4631 from chef/jjh/databag_item_to_hash_non_mutatingJosh Hudson2016-02-261-2/+2
|\ \ \ \
| * | | | Fix a bug that was causing DataBagItem.to_hash to mutate the data bag itemjjh/databag_item_to_hash_non_mutatingJosh Hudson2016-02-261-2/+2
* | | | | Merge pull request #4621 from chef/cd/fix-choco-errorBryan McLellan2016-02-261-11/+8
|\ \ \ \ \