summaryrefslogtreecommitdiff
path: root/spec/unit/key_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* some spec typosVivek Singh2020-04-071-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-6/+6
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Layout/IndentHeredocLamont Granquist2018-07-021-10/+10
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-19/+16
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-5/+5
* 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