summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use validate_utf8=false option to json encoder for nodeLamont Granquist2015-05-042-2/+7
* Cache service_resource_providers for the duration of the run.Noah Kantrowitz2015-05-011-21/+21
* Fix installation of yum packages with version constraintsojab2015-05-011-4/+1
* Fix debug messageojab2015-05-011-1/+1
* fix smartos_package for new "pkgin" output, fixes #3112Dave Eddy2015-05-011-5/+5
* test state_for_resource_reporter on file resourceLamont Granquist2015-05-011-1/+1
* create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-014-12/+36
* don't mutate the new resourceLamont Granquist2015-05-011-3/+0
* Merge pull request #3227 from higanworks/show_chef_version_on_shellThom May2015-05-011-1/+1
|\
| * reflect https://github.com/chef/chef/pull/3227#issuecomment-94560685sawanoboly2015-04-211-1/+1
| * Merge branch 'master' into show_chef_version_on_shellsawanoboly2015-04-2117-107/+796
| |\
| * | Show Chef::VERSION at prompt_c and prompt_i on shell sessionsawanoboly2015-04-151-2/+2
* | | Merge pull request #3311 from chef/tc/key-editTyler Cloke2015-04-3010-9/+559
|\ \ \
| * | | Implemented `knife user key show` and `knife client key show`.tylercloke2015-04-308-58/+209
| * | | Fixed small bug in Chef::Key.load_by_(user|client) where actor wasn't populated.tylercloke2015-04-301-3/+5
| * | | Implemented `knife user key edit` and `knife client key edit`.tylercloke2015-04-306-1/+384
| * | | 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
* | | | windows_package is idempotent againjdm/winstaller-idempotentJay Mundrawala2015-04-301-1/+1
|/ / /
* | | Merge pull request #3207 from Igorshp/exception_handlersThom May2015-04-302-6/+4
|\ \ \
| * | | updated based on @lamont-granquist commentsIgor Shpakov2015-04-132-2/+1
| * | | do not overwrite whole @run_status in #build_nodeIgor Shpakov2015-04-112-6/+5
| * | | patch to always run exception handlersIgor Shpakov2015-04-091-1/+1
* | | | Implemented `knife user key delete` and `knife client key delete`.tylercloke2015-04-293-0/+207
* | | | Merge pull request #3235 from jaymzh/yum_archPhil Dibowitz2015-04-292-31/+73
|\ \ \ \
| * | | | Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-292-31/+73
* | | | | Implemented `knife user key list` and `knife client key list`.tc/key-listtylercloke2015-04-294-0/+271
|/ / / /
* | | | Implemented `knife user key create` and `knife client key create`.tylercloke2015-04-286-1/+298
* | | | Fixed bug in Chef::Key where create failed to return the full key.tylercloke2015-04-281-1/+5
* | | | Set chef_server_root config value to sane defaults.tylercloke2015-04-281-0/+10
* | | | Merge pull request #3279 from chef/lcg/fix-provider-resolver-api-breakThom May2015-04-272-1/+4
|\ \ \ \
| * | | | typo fix in commentlcg/fix-provider-resolver-api-breakLamont Granquist2015-04-271-1/+1
| * | | | Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-242-1/+4
* | | | | Merge pull request #3280 from chef/sersut/3234Thom May2015-04-271-0/+1
|\ \ \ \ \
| * | | | | Configure serverspec correctly on windows.sersut/3234Serdar Sutay2015-04-241-0/+1
| |/ / / /
* | | | | Merge pull request #3166 from chef/ssd/find-pythonThom May2015-04-251-1/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use the same python interpreter as yum when possiblessd/find-pythonSteven Danna2015-03-311-1/+29
* | | | | Revert "Fix API break in 12.3.0.rc.0"Lamont Granquist2015-04-242-4/+1
* | | | | Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-242-1/+4
* | | | | 12.4.0.dev.0 for masterjdm/12.4.0.devJay Mundrawala2015-04-211-1/+1
| |_|_|/ |/| | |
* | | | Implemented the Key object corrosponding to key rotation API endpoint.tc/chef_key_objecttylercloke2015-04-202-0/+254
* | | | Address review comments from @btmJulian C. Dunn2015-04-201-7/+3
* | | | Address review comment https://github.com/chef/chef/pull/2877#discussion_r263...Julian C. Dunn2015-04-201-18/+0
* | | | Several bugs found during testing:Julian C. Dunn2015-04-201-2/+3
* | | | Gotta do something with that stderr we so carefully captured.Julian C. Dunn2015-04-201-0/+5
* | | | Copy more robust routines from Omnitruck installer.Julian C. Dunn2015-04-201-31/+86
* | | | Rebase and resolve conflicts.Julian C. Dunn2015-04-201-22/+126
* | | | Fix nil pointer for windows event loggerJay Mundrawala2015-04-201-5/+11
* | | | Merge pull request #3135 from tomhughes/searchThom May2015-04-161-1/+1
|\ \ \ \
| * | | | Ensure that a search query makes progressTom Hughes2015-03-251-1/+1