summaryrefslogtreecommitdiff
path: root/lib/chef/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-5/+5
* 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-5/+7
* fix Style/HashSyntaxLamont Granquist2018-07-021-11/+11
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-5/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-11/+9
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-13/+13
* Some more author domain stragglers.Noah Kantrowitz2016-02-021-1/+1
* 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-15/+15
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-6/+6
* Cleanup.tylercloke2015-07-061-0/+1
* Remove _rest from http methods.tylercloke2015-07-061-6/+6
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-189/+52
* 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-9/+34
* 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-10/+1
* Fixed bug where boolean fields would not be populated in Chef::User/ApiClient.tylercloke2015-06-051-21/+22
* API V1 support for client creation.tylercloke2015-06-051-3/+2
* Small updates to Chef::User.list.tylercloke2015-06-051-26/+10
* Made Chef::User.reregister give sane error message if no V0 on server.tylercloke2015-06-051-10/+27
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-20/+39
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-22/+136
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-231-2/+2
* 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
* [CHEF-5328] User#load(inflate=true) use Hash#inject instead of Hash[]Xabier de Zuazo2014-05-271-3/+4
* [CHEF-5328] Fixed Chef::User.list API error with inflate=trueXabier de Zuazo2014-05-241-11/+11
* Ensure a Chef::User object is returned from #reregisterSteven Danna2013-02-061-0/+1
* Use same name validations as used by the server in user model.Steven Danna2013-02-061-1/+1
* Chef::User.list should handle responses from Hosted/Private ChefSteven Danna2013-02-061-6/+26
* Add Chef::User classSteven Danna2013-02-061-0/+161