summaryrefslogtreecommitdiff
path: root/lib/chef/knife/user_create.rb
Commit message (Expand)AuthorAgeFilesLines
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* More periods and product constantsbrandingTim Smith2019-05-021-1/+2
* Remove the remaining OSC 11 knife user commandsknife_osc_11Tim Smith2018-11-041-1/+0
* Remove knife user support for open source Chef Server < 12Tim Smith2018-11-041-76/+32
* Remove require json_compat where note usedTim Smith2018-07-151-1/+0
* fix Layout/IndentHeredocLamont Granquist2018-07-021-11/+11
* fix Style/HashSyntaxLamont Granquist2018-07-021-17/+17
* Add a warning that Chef 11 server support in knife user is deprecatedosc_11Tim Smith2018-01-031-0/+2
* Specify what version of Chef Server API V1 isTim Smith2016-03-051-1/+1
* Be way more explicit about how we're handling datatm/missed_migrationThom May2016-02-151-1/+1
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-3/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-3/+3
* Better API version error handling helper code.tylercloke2015-06-051-6/+3
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-051-34/+82
* API V1 support for client creation.tylercloke2015-06-051-8/+10
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-8/+0
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-27/+47
* Supress stdout/err output from knife testsdanielsdeleo2014-04-241-1/+1
* Add validation of password length to the user-create plugin.Steven Danna2013-02-061-0/+6
* Add user commands to knife.Steven Danna2013-02-061-0/+87