summaryrefslogtreecommitdiff
path: root/lib/chef/api_client.rb
Commit message (Expand)AuthorAgeFilesLines
* more ruby 3.0 fixesLamont Granquist2022-02-211-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-7/+7
* 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-3/+5
* fix Style/HashSyntaxLamont Granquist2018-07-021-10/+10
* Fix some yard warningsyard_warningsTim Smith2018-03-111-1/+1
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-5/+5
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-5/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-10/+8
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-5/+5
* autofixing whitespace copsLamont Granquist2016-02-051-11/+11
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* add deprecation warningsThom May2016-01-181-1/+2
* Use double quotes by defaultThom May2016-01-141-9/+9
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-6/+6
* Set Chef::ApiClient to use API V0.tylercloke2015-07-061-2/+3
* Move ApiClient V1 supported code to Chef::ApiClientV1 and restore Chef::ApiCl...tylercloke2015-07-061-130/+31
* Better API version error handling helper code.tylercloke2015-06-051-3/+5
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-051-13/+10
* Use Chef::ServerAPI to create versioned API requests in Chef::(User|Client).tylercloke2015-06-051-4/+3
* Reregister V0 support for Chef::Client.tylercloke2015-06-051-12/+27
* Fixed bug where boolean fields would not be populated in Chef::User/ApiClient.tylercloke2015-06-051-4/+4
* Chef::ApiClient.update supports V1.tylercloke2015-06-051-8/+32
* API V1 support for client creation.tylercloke2015-06-051-10/+77
* server can send back false hereLamont Granquist2015-02-111-1/+1
* Avoid 'class << self'-style class methods in Chef::ApiClientSteven Danna2015-02-091-14/+15
* Add ApiClient#from_hash and ApiClient#from_jsonSteven Danna2015-02-091-8/+15
* remove JSON gem usageLamont Granquist2014-08-111-1/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+1
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-1/+1
* Delegate ApiClient.load to ApiClient.json_createJames Casey2014-02-181-3/+1
* Make ApiClient aware of validator propertyChristopher Maier2013-10-041-5/+20
* [CHEF-3689] remove extra flags to Client#savedanielsdeleo2012-12-181-10/+4
* [CHEF-3689] Extract registration to a classdanielsdeleo2012-12-181-5/+0
* [CHEF-3689] refactor REST API client instantiationdanielsdeleo2012-12-181-12/+24
* [CHEF-3662] ApiClient includes private key in JSON if presentdanielsdeleo2012-12-121-3/+4
* [CHEF-3662] knife client reregister uses ApiClient#reregisterdanielsdeleo2012-12-121-0/+5
* [CHEF-3662] ApiClient can set a private key from JSONdanielsdeleo2012-12-121-0/+1
* [CHEF-3662] ApiClient can reregister itselfdanielsdeleo2012-12-061-1/+17
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+181