summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Only run msu_package functional tests on Appveyorbtm/msu_functional_appveyor_onlyBryan McLellan2016-11-171-1/+1
* add global and per-resource toggles for resource cloning behaviorLamont Granquist2016-11-161-0/+32
* Merge pull request #5460 from chef/tm/deprecation_with_urlThom May2016-11-1611-48/+87
|\
| * Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-1611-48/+87
* | msu_package resource for Microsoft Update packagesNimishaS2016-11-168-8/+474
|/
* Merge pull request #5541 from chef/lcg/node-immutable-array-sliceLamont Granquist2016-11-152-0/+16
|\
| * add specs for array slice access to node attributeslcg/node-immutable-array-sliceLamont Granquist2016-11-152-0/+16
* | fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-143-8/+8
|/
* Merge pull request #5315 from MsysTechnologiesllc/dh/adding_powershell_packag...Bryan McLellan2016-11-112-0/+405
|\
| * Additional changes based on more review commentsdheerajd-msys2016-11-101-187/+157
| * Modified code based on review commentsdheerajd-msys2016-11-101-4/+4
| * Added unit specs for powershell packagedheerajd-msys2016-11-102-0/+435
* | Respond to review comments and chefstyletm/rescue_5115Thom May2016-11-101-5/+5
* | Code style fixes; :lipstick:Andrew Burns2016-11-101-2/+2
* | launchd: start_calendar_interval validity checkingAndrew Burns2016-11-101-3/+81
|/
* Prevent apt_update failures on non-Linux platformstas50/apt_update_failsTim Smith2016-11-071-25/+17
* run the func tests on fedora, suseleap and others (#5519)Lamont Granquist2016-11-071-10/+7
* Don't double-JSON data collector run complete messagesdanielsdeleo2016-11-031-10/+38
* Enable data collector w/o token for solo, but require explicit URLdanielsdeleo2016-11-031-3/+3
* Remove stale TODO commentsdanielsdeleo2016-11-021-7/+0
* Disable data collector for solo if token isn't configureddanielsdeleo2016-11-021-8/+78
* Enable the data collector automaticallydanielsdeleo2016-11-022-5/+14
* Allow optional signed header auth for data collectordanielsdeleo2016-11-021-1/+47
* Merge pull request #5496 from chef/adamleff/deprecations-to-data-collectorThom May2016-11-011-0/+2
|\
| * Add deprecations to Data Collector competion messageadamleff/deprecations-to-data-collectorAdam Leff2016-10-281-0/+2
* | Merge pull request #5498 from chef/2919/ssl_fetch_no_cnRachel Adler2016-11-012-0/+74
|\ \
| * | Updating knife ssl fetch to correctly store certificates when it does not con...2919/ssl_fetch_no_cntyler-ball2016-10-312-0/+74
* | | Merge pull request #5495 from chef/lcg/attribute-setting-eventLamont Granquist2016-11-011-1/+46
|\ \ \
| * | | add some unit testing of new node APIslcg/attribute-setting-eventLamont Granquist2016-10-311-1/+46
* | | | Merge pull request #5063 from ChaosCloud/masterLamont Granquist2016-11-011-6/+13
|\ \ \ \
| * \ \ \ Merge branches 'master' and 'master' of https://github.com/chef/chefAbhishekKr2016-10-081-0/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/chef/chefAbhishekKr2016-10-0633-320/+1181
| |\ \ \ \ \
| * | | | | | service - upstart restart - service status managed via attr_accessorAbhishekKr2016-09-101-4/+9
| * | | | | | Merge branch 'master' of https://github.com/chef/chefAbhishekKr2016-09-10211-2306/+3002
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of https://github.com/chef/chefAbhishekKr2016-07-3137-142/+771
| |\ \ \ \ \ \ \
| * | | | | | | | service - upstart restart - fixing specs and call of stopAbhishekKr2016-06-291-2/+4
* | | | | | | | | Merge pull request #5500 from chef/lcg/improve-error-messageLamont Granquist2016-10-311-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | improve property-resource namespace collision exceptionLamont Granquist2016-10-311-1/+1
* | | | | | | | | Merge pull request #5486 from chef/COOL-413/getent-on-solaris-doesnt-workTom Duffield2016-10-311-9/+36
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Solaris users are locked only if *LK*COOL-413/getent-on-solaris-doesnt-workTom Duffield2016-10-311-1/+2
| * | | | | | | | Properly check lock status of user on solaris2Tom Duffield2016-10-311-8/+34
* | | | | | | | | Merge pull request #5395 from b1-systems/locking_Thom May2016-10-314-0/+162
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fixed apt-mark commandsEike Waldt2016-09-291-2/+2
| * | | | | | | | | added locking for yumEike Waldt2016-09-291-0/+18
| * | | | | | | | | added missing tests for :(un)lock in provider/packageEike Waldt2016-09-291-0/+50
| * | | | | | | | | cleaned comments in specc52275322016-09-282-32/+0
| * | | | | | | | | added (un)lock_package for apt and zypperc52275322016-09-283-34/+105
| * | | | | | | | | implement lockingc52275322016-09-282-0/+55
* | | | | | | | | | Update output assertion for environment set specstd/rfc018/add-field-separator-flagTom Duffield2016-10-281-1/+4
* | | | | | | | | | Add the `--field-separator` flag to knife show commandsTom Duffield2016-10-283-5/+38
| |_|_|_|_|_|_|_|/ |/| | | | | | | |