summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Add regression test.fix-empty-proxyJon Morrow2015-05-071-0/+16
* fix global state in specsLamont Granquist2015-05-061-3/+10
* avoid any_instance_of indirectionLamont Granquist2015-05-061-3/+3
* symbol does not resolve on windowsLamont Granquist2015-05-061-1/+1
* another copyright notice fixLamont Granquist2015-05-061-1/+1
* mv spec/functional/log/syslog_spec.rb to spec/unit/log/sawanoboly2015-05-061-0/+46
* move syslog specs to functional and call Chef::Log methods.sawanoboly2015-05-061-21/+0
* avoid platfomr matched /mswin|mingw|windows/sawanoboly2015-05-061-13/+15
* strip messagesawanoboly2015-05-061-2/+2
* fallback to infosawanoboly2015-05-061-0/+5
* add unit specs for Chef::Log::Syslogsawanoboly2015-05-061-0/+14
* Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribersdanielsdeleo2015-05-061-0/+61
* Merge pull request #3333 from chef/irving/streaming_uploader_http_fixThom May2015-05-061-21/+0
|\
| * Remove now-redundant verify_mode because DefaultSSLPolicy takes care of it fo...Irving Popovetsky2015-05-051-21/+0
* | Replace AIX unreliable service group parsing mechanism.Julian C. Dunn2015-05-051-11/+26
|/
* Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-043-2/+146
* Nice error formatting for unsupported API version in Knife.tylercloke2015-05-041-0/+10
* Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-042-21/+12
* Merge pull request #3320 from chef/lcg/node-utf8-sanitizeLamont Granquist2015-05-041-1/+1
|\
| * fix unit test stubLamont Granquist2015-05-041-1/+1
* | Merge pull request #3298 from juliandunn/fix-aix-source-packageJulian C. Dunn2015-05-041-8/+20
|\ \ | |/ |/|
| * Fix tests. Add test for source not providing the requested package.Julian C. Dunn2015-04-291-8/+20
* | Fix installation of yum packages with version constraintsojab2015-05-011-0/+50
* | fix smartos_package for new "pkgin" output, fixes #3112Dave Eddy2015-05-011-40/+50
* | Merge pull request #3227 from higanworks/show_chef_version_on_shellThom May2015-05-011-3/+3
|\ \
| * | reflect https://github.com/chef/chef/pull/3227#issuecomment-94560685sawanoboly2015-04-211-3/+3
| * | Merge branch 'master' into show_chef_version_on_shellsawanoboly2015-04-218-27/+748
| |\ \
| * | | Show Chef::VERSION at prompt_c and prompt_i on shell sessionsawanoboly2015-04-151-6/+6
* | | | Implemented `knife user key show` and `knife client key show`.tylercloke2015-04-302-1/+127
* | | | Implemented `knife user key edit` and `knife client key edit`.tylercloke2015-04-302-19/+269
* | | | Fixed a bug where create_key would conflict with public_key in hash returned ...tylercloke2015-04-301-0/+22
* | | | Changes Chef::Key update to allow updating the name of a key.tylercloke2015-04-301-1/+14
* | | | Merge pull request #3207 from Igorshp/exception_handlersThom May2015-04-301-0/+13
|\ \ \ \
| * | | | cleaned up rspec testIgor Shpakov2015-04-211-5/+1
| * | | | revised rspec testIgor Shpakov2015-04-201-9/+6
| * | | | small tweak to wordingIgor Shpakov2015-04-091-1/+1
| * | | | added rspec testIgor Shpakov2015-04-091-0/+20
* | | | | Implemented `knife user key delete` and `knife client key delete`.tylercloke2015-04-293-0/+156
* | | | | Merge pull request #3235 from jaymzh/yum_archPhil Dibowitz2015-04-291-0/+26
|\ \ \ \ \
| * | | | | Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-0/+26
| | |_|_|/ | |/| | |
* | | | | Implemented `knife user key list` and `knife client key list`.tc/key-listtylercloke2015-04-293-39/+299
|/ / / /
* | | | Implemented `knife user key create` and `knife client key create`.tylercloke2015-04-283-5/+298
* | | | Fixed bug in Chef::Key where create failed to return the full key.tylercloke2015-04-281-10/+32
* | | | Merge pull request #3279 from chef/lcg/fix-provider-resolver-api-breakThom May2015-04-271-0/+4
|\ \ \ \
| * | | | Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+4
* | | | | Merge pull request #3166 from chef/ssd/find-pythonThom May2015-04-251-1/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use the same python interpreter as yum when possiblessd/find-pythonSteven Danna2015-03-311-1/+35
* | | | | Revert "Fix API break in 12.3.0.rc.0"Lamont Granquist2015-04-241-4/+0
* | | | | Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+4
| |_|_|/ |/| | |
* | | | Implemented the Key object corrosponding to key rotation API endpoint.tc/chef_key_objecttylercloke2015-04-201-0/+577