summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Make windows event log tests fasterJay Mundrawala2016-02-021-4/+9
* Mark windows_service_spec as brokenJay Mundrawala2016-02-021-1/+2
* Use OHAI_SYSTEM where possibleJay Mundrawala2016-02-0210-40/+11
* Don't rerun ohai for ohai_spec when not neededjdm/ohai-func-specJay Mundrawala2016-02-011-3/+1
* Add missing acl_entry backwards compatibility "require"John Keiser2016-02-011-0/+34
* Fix defaults on property_typeJohn Keiser2016-02-011-0/+15
* Fix /acls/data_bags local mode pathJohn Keiser2016-02-011-1/+1
* Adjust tests for ACLsJohn Keiser2016-02-013-2/+57
* add spec helperLamont Granquist2016-01-291-1/+2
* Merge pull request #4472 from chef/jdm/fix-fips-filterJay Mundrawala2016-01-272-2/+2
|\
| * Rename not_fips rspec filter to no_supported_under_fipsjdm/fix-fips-filterJay Mundrawala2016-01-272-2/+2
| * Fix inverted filter logic for not_fips rspec filterJay Mundrawala2016-01-271-1/+1
* | Fix config load expectations for windowsdanielsdeleo2016-01-272-2/+2
* | Reorganize application tests to catch fatalsdanielsdeleo2016-01-271-146/+158
* | Force config file setting to absolute path in chef-clientdanielsdeleo2016-01-271-22/+53
* | Fix nil with properties:John Keiser2016-01-275-158/+187
* | Merge pull request #4409 from chef/lcg/suppress-reporter-failuresLamont Granquist2016-01-272-1/+7
|\ \ | |/ |/|
| * suppress reporter failures by using validate_utf8=falselcg/suppress-reporter-failuresLamont Granquist2016-01-262-1/+7
* | Merge pull request #4434 from chef/lcg/better-eof-errorsLamont Granquist2016-01-271-3/+26
|\ \
| * | explicit specs for EOFErrorslcg/better-eof-errorsLamont Granquist2016-01-261-3/+26
* | | Merge pull request #4422 from chef/tm/apt_updateThom May2016-01-272-0/+151
|\ \ \
| * | | fix style nittm/apt_updateThom May2016-01-221-1/+1
| * | | respond to review commentsThom May2016-01-222-0/+28
| * | | Dependency inject file locationsThom May2016-01-211-3/+33
| * | | Add periodic action as the defaultThom May2016-01-201-0/+20
| * | | Add an apt_update resourceThom May2016-01-202-0/+73
* | | | Enable Chef 12 mode for local mode by defaultdanielsdeleo2016-01-261-233/+406
* | | | Fix ambiguous argument warningsdanielsdeleo2016-01-261-2/+2
* | | | Merge pull request #4287 from chef/jdm/1.3-fipsJay Mundrawala2016-01-2610-44/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix client_specjdm/1.3-fipsJay Mundrawala2016-01-261-2/+6
| * | | Do openssl initialization in chef-fips test pipelineJay Mundrawala2016-01-251-0/+4
| * | | Modify registration_spec to work when fips is enabled in opensslJay Mundrawala2016-01-251-6/+6
| * | | Skip Version0 encrypted databag tests when in fips modeJay Mundrawala2016-01-254-2/+7
| * | | Don't check the key for auth_credentials_specJay Mundrawala2016-01-251-32/+1
| * | | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-252-3/+3
| * | | Do openssl initialization from applicationsJay Mundrawala2016-01-252-1/+11
| * | | Use sign v1.3 when fips mode is selectedJay Mundrawala2016-01-251-2/+17
| * | | Pass headers to mixlib-authenticationJay Mundrawala2016-01-251-1/+3
* | | | Set range of system user/group id to max of 200Jay Mundrawala2016-01-261-3/+3
* | | | Merge pull request #4231 from chef/lcg/zypper-multipackageLamont Granquist2016-01-251-34/+44
|\ \ \ \
| * | | | zypper multipackage patchLamont Granquist2016-01-251-52/+26
| * | | | Added support for Zypper to install multiple packages at onceYorgos Saslis2016-01-251-0/+36
| |/ / /
* | | | Merge pull request #4455 from chef/tball/nexus7_more_failuresTyler Ball2016-01-251-1/+1
|\ \ \ \
| * | | | wrlinux is a derivative of RHEL and as such the default creation of user home...tball/nexus7_more_failurestyler-ball2016-01-251-1/+1
| |/ / /
* | | | Fix single-quoted stringsjk/4334John Keiser2016-01-251-22/+22
* | | | Fix #4334: don't warn about ambiguous property usageJohn Keiser2016-01-221-0/+28
|/ / /
* | | Using random names in the group_spec so we don't blow away a real accounttyler-ball2016-01-211-3/+3
* | | Test failures for the Cisco Nexus 7 platform in Manhattan. It cannot have up...tyler-ball2016-01-212-8/+8
* | | Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-219-7/+22
|\ \ \
| * | | we know that Chef::REST is deprecatedThom May2016-01-181-0/+1