summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribersdanielsdeleo2015-05-061-0/+2
* Merge pull request #3333 from chef/irving/streaming_uploader_http_fixThom May2015-05-061-18/+2
|\
| * Remove a require statement now that we dont need it anymoreirving/streaming_uploader_http_fixIrving Popovetsky2015-05-051-1/+0
| * Use Chef::HTTP::BasicClient instead of Net::HTTP to get both proxy and ssl go...Irving Popovetsky2015-05-051-6/+1
| * Remove now-redundant verify_mode because DefaultSSLPolicy takes care of it fo...Irving Popovetsky2015-05-051-12/+0
| * Apply an SSL Policy to CookbookSiteStreamingUploader, fixing SSL errors uploa...Irving Popovetsky2015-05-041-1/+3
* | Merge pull request #3328 from tas50/wiki_to_docsThom May2015-05-062-3/+3
|\ \
| * | Add missing ) to error messageTim Smith2015-05-011-1/+1
| * | Update error messages with a link to the docs siteTim Smith2015-05-012-3/+3
* | | Merge branch 'minshallj-minshallj/keep_suid_bit'Thom May2015-05-051-0/+5
|\ \ \
| * | | Fix indentationThom May2015-05-051-2/+2
| * | | Merge branch 'minshallj/keep_suid_bit' of https://github.com/minshallj/chef i...Thom May2015-05-051-0/+5
| |\ \ \ | | |_|/ | |/| |
| | * | update mode if group or owner change to keep suid bitJacob Minshall2015-03-171-0/+5
* | | | Replace AIX unreliable service group parsing mechanism.Julian C. Dunn2015-05-051-12/+13
|/ / /
* | | Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-046-0/+29
* | | Nice error formatting for unsupported API version in Knife.tylercloke2015-05-041-0/+8
* | | Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-041-0/+3
* | | Merge pull request #3320 from chef/lcg/node-utf8-sanitizeLamont Granquist2015-05-042-2/+15
|\ \ \
| * | | add a spec test + linebreaksLamont Granquist2015-05-041-1/+9
| * | | use validate_utf8=false option to json encoder for nodeLamont Granquist2015-05-042-2/+7
| | |/ | |/|
* | | Merge pull request #3298 from juliandunn/fix-aix-source-packageJulian C. Dunn2015-05-041-0/+1
|\ \ \ | |/ / |/| |
| * | Raise exception if a package provided by 'source' doesn't actually provideJulian C. Dunn2015-04-281-0/+1
* | | 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-2116-107/+795
| |\ \ \
| * | | | 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