summaryrefslogtreecommitdiff
path: root/lib/chef/key.rb
Commit message (Expand)AuthorAgeFilesLines
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-5/+7
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-6/+6
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-5/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-5/+5
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* fix Lint/UselessAccessModifier copLamont Granquist2016-08-161-56/+55
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* 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