summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-225-85/+54
| * | | | initial attempt at spec updateDavide Cavalca2016-02-221-1/+32
| * | | | 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
* | | | | release 12.8.0 changelogmw/version-bumpMatt Wrock2016-03-023-1/+51
| |/ / / |/| | |
* | | | Merge pull request #4650 from chef/tm/revert_4465Thom May2016-03-023-9/+6
|\ \ \ \
| * | | | Revert "Merge pull request #4465 from artursitarski/change-shell-for-locked-u...tm/revert_4465Thom May2016-03-023-9/+6
|/ / / /
* | | | Merge pull request #4646 from coderanger/negative-lengthNoah Kantrowitz2016-03-012-0/+20
|\ \ \ \
| * | | | Make chef style happy.Noah Kantrowitz2016-03-011-1/+1
| * | | | Split the negative check to its own log message.Noah Kantrowitz2016-02-292-2/+7
| * | | | Handle negative content length headers too.Noah Kantrowitz2016-02-292-1/+16
* | | | | Merge pull request #4645 from chef/msiMatt Wrock2016-02-292-1/+10
|\ \ \ \ \
| * | | | | fixes #4639 and returns true from define_resource_requirements for MSIsmsiMatt Wrock2016-02-292-1/+10
| |/ / / /
* | | | | Merge pull request #4638 from chef/dscMatt Wrock2016-02-293-10/+56
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | if no module name is found for a valid dsc resource default to PSDesiredState...dscMatt Wrock2016-02-293-10/+56
|/ / / /
* | | | Merge pull request #4644 from chef/cleanpathMatt Wrock2016-02-291-2/+2
|\ \ \ \
| * | | | use Pathname#cleanpath instead of Chef::Util::PathHelper.cleanpath to compare...Matt Wrock2016-02-291-2/+2
* | | | | Merge pull request #4601 from chef/pryMatt Wrock2016-02-291-12/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | adding pry, pry-stack-explorer and pry-byebug to dev dependenciespryMatt Wrock2016-02-261-12/+3
* | | | | Add ability to run tests against chefdkjk/work-with-chefdk-tooJohn Keiser2016-02-293-0/+18
* | | | | Fix style issuedanielsdeleo2016-02-261-1/+1
* | | | | Filter out directory paths from all_files when loadinglist-unignored-filesdanielsdeleo2016-02-263-1/+9
* | | | | 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-264-16/+16
* | | | | Load cookbook segements by fnmatch-ing from file listdanielsdeleo2016-02-261-3/+21
* | | | | List all the unignored files when loading a cookbookdanielsdeleo2016-02-262-0/+34
* | | | | Add test file to fixture cookbookdanielsdeleo2016-02-263-2/+8
* | | | | Add all_unignored_files attribute to CBVersiondanielsdeleo2016-02-262-0/+10
* | | | | Modernize cookbook version specsdanielsdeleo2016-02-261-108/+120
* | | | | Merge pull request #4631 from chef/jjh/databag_item_to_hash_non_mutatingJosh Hudson2016-02-262-2/+9
|\ \ \ \ \
| * | | | | Fix a bug that was causing DataBagItem.to_hash to mutate the data bag itemjjh/databag_item_to_hash_non_mutatingJosh Hudson2016-02-262-2/+9
* | | | | | Merge pull request #4620 from chef/jdm/fips-acceptanceKartik Null Cating-Subramanian2016-02-2612-5/+61
|\ \ \ \ \ \
| * | | | | | Use the bento centos box for vagrantjdm/fips-acceptanceJay Mundrawala2016-02-262-3/+4
| * | | | | | Fix rubocop issuesJay Mundrawala2016-02-261-3/+3
| * | | | | | Use the correct path separatorJay Mundrawala2016-02-251-2/+2
| * | | | | | bump timeout for for fips acceptance testsJay Mundrawala2016-02-251-3/+3
| * | | | | | Exclude git from the fips acceptance testsJay Mundrawala2016-02-253-3/+3
| * | | | | | Fix things rubocop complains aboutJay Mundrawala2016-02-252-10/+10
| * | | | | | Add windows support for fips_specJay Mundrawala2016-02-252-4/+26
| * | | | | | Add fips test for centos-6Jay Mundrawala2016-02-258-0/+31
| * | | | | | Add centos-6 to .kitchen.vagrant.ymlJay Mundrawala2016-02-251-2/+4
| |/ / / / /
* | | | | | Merge pull request #4621 from chef/cd/fix-choco-errorBryan McLellan2016-02-262-28/+22
|\ \ \ \ \ \
| * | | | | | Meant to use the value from the if..then, then put a line above the if.cd/fix-choco-errorChris Doherty2016-02-251-6/+4
| * | | | | | Add a spec to better mimic the acceptance test.Chris Doherty2016-02-252-8/+19
| * | | | | | Fix unit spec for choco_exe.unknown2016-02-241-16/+2