summaryrefslogtreecommitdiff
path: root/lib/chef/key.rb
Commit message (Expand)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-18/+18
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* deprecate a few more callstm/rest_deprecationThom May2016-01-191-2/+3
* Use double quotes by defaultThom May2016-01-141-13/+13
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-10/+11
* Fixed small bug in Chef::Key.load_by_(user|client) where actor wasn't populated.tylercloke2015-04-301-3/+5
* Fixed a bug where create_key would conflict with public_key in hash returned ...tylercloke2015-04-301-0/+8
* Changes Chef::Key update to allow updating the name of a key.tylercloke2015-04-301-4/+10
* Fixed bug in Chef::Key where create failed to return the full key.tylercloke2015-04-281-1/+5
* Implemented the Key object corrosponding to key rotation API endpoint.tc/chef_key_objecttylercloke2015-04-201-0/+251