summaryrefslogtreecommitdiff
path: root/spec/unit/key_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-3/+3
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-14/+14
* 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
* Implemented `knife user key create` and `knife client key create`.tylercloke2015-04-281-4/+4
* Fixed bug in Chef::Key where create failed to return the full key.tylercloke2015-04-281-10/+32
* Implemented the Key object corrosponding to key rotation API endpoint.tc/chef_key_objecttylercloke2015-04-201-0/+577