summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Update apply.rbDavid Workman2014-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File.exist? throws an exception if file_name is nil instead of "". Use .to_s to normalise file_name to a string rather than have an explicit nil check.
* | | | | | Merge pull request #2170 from vaxvms/knife-status-json-outputSerdar Sutay2014-10-103-60/+168
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add JSON output to knife status command
| * | | | | | Remove commented codeNicolas DUPEUX2014-10-071-3/+0
| | | | | | |
| * | | | | | Remove highline from status testNicolas Dupeux2014-10-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | knife status doesn't use highline anymore.
| * | | | | | Add JSON output to knife status commandNicolas Dupeux2014-10-062-58/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the status subcommand now honor the common option --format
* | | | | | | Merge pull request #2203 from martinb3/masterSerdar Sutay2014-10-102-10/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow `knife cookbook site share` to omit category
| * | | | | | | Adjust banner, error messagesMartin Smith2014-10-102-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per feedback from @sersut, distinguish between excption and simply Supermarket error or cookbook not found.
| * | | | | | | Allow `knife cookbook site share` to omit categoryMartin Smith2014-10-102-8/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a feature for knife to lookup the category on an existing cookbook. This enables uploading new versions of existing cookbooks with much less pain.
* | | | | | | | Merge pull request #2167 from alexpop/fix_knife_config_loggingSerdar Sutay2014-10-102-2/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | print the path to the configuration file used
| * | | | | | | | print the path to the configuration file usedAlex Pop2014-10-042-2/+20
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2164 from alexpop/alexpop/issue-2163Serdar Sutay2014-10-101-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [issue-2163] display new cookbook path
| * | | | | | | | [issue-2163] display new cookbook pathAlex Pop2014-10-041-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #2149 from JeanMertz/chef_client_no_check_files_subdirSerdar Sutay2014-10-103-3/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | knife upload fails due to "wrong" ruby syntax in files/* file
| * | | | | | | | Skip checking files/**/*.rb files when doing syntax checksJean Mertz2014-10-083-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chef should not be concerned with Ruby syntax in files delivered through the `cookbook_file` provider.
* | | | | | | | | Merge pull request #2079 from jbence/CHEF-2065Serdar Sutay2014-10-102-22/+88
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use exact match to locate remote git-reference
| * \ \ \ \ \ \ \ \ Merge branch 'master'James Bence2014-09-27107-681/+1683
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add test for matching heads when no tag matchesJames Bence2014-09-271-0/+9
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of https://github.com/opscode/chefJames Bence2014-09-2438-20/+3253
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add fallback search for exact revision enteredJames Bence2014-09-242-7/+19
| | | | | | | | | | | |
| * | | | | | | | | | | Update specs for exact match on remote revisionsJames Bence2014-09-231-0/+27
| | | | | | | | | | | |
| * | | | | | | | | | | Use exact match to locate remote revisionJames Bence2014-09-231-28/+37
| | | | | | | | | | | |
| * | | | | | | | | | | Replace tab indentation with spacesJames Bence2014-09-171-11/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Find all refs with desired suffix; choose shortest oneJames Bence2014-09-171-9/+18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2165 from coderanger/rfc017Serdar Sutay2014-10-106-36/+132
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | RFC 17 implementation
| * | | | | | | | | | | | More comment-y goodness.Noah Kantrowitz2014-10-041-0/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add clarifying comment.Noah Kantrowitz2014-10-041-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | More unit tests to catch the negative case.Noah Kantrowitz2014-10-041-0/+16
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix up the tests post-merge.Noah Kantrowitz2014-10-041-36/+54
| | | | | | | | | | | | |
| * | | | | | | | | | | | Tests for new loader behavior.Noah Kantrowitz2014-10-043-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/unit/cookbook_version_spec.rb
| * | | | | | | | | | | | Rework template/file loading to not require the default/ and to accept an ↵Noah Kantrowitz2014-10-043-34/+50
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | array for explicit search path manipulation. This is the backwards compatible solution to migrate away from the implicit search path in favor of making it explicit when needed (which is rarely). Conflicts: lib/chef/cookbook_version.rb
* | | | | | | | | | | | Merge pull request #2052 from mapleoin/suse-systemdSerdar Sutay2014-10-102-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | change default service mapping for SLES to systemd
| * | | | | | | | | | | | change default service mapping for SLES to systemdIonuț Arțăriși2014-10-022-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Systemd is the new default starting with SLES12, the old versions should still use the "Redhat" provider.
* | | | | | | | | | | | | Merge pull request #2051 from wacky612/pacman-fixSerdar Sutay2014-10-102-9/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Installing bind with pacman_package fails
| * | | | | | | | | | | | | Modify commentwacky2014-09-151-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Modify testwacky2014-09-151-6/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | use "pacman -Sl" instead of "pacman -Ss <pkgname>"wacky2014-09-141-2/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2041 from nsdavidson/Issues-1689Serdar Sutay2014-10-103-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added exec method to Recipe, addressing Issue 1689
| * | | | | | | | | | | | | Updated command mixin to specify Kernel.execNolan Davidson2014-09-131-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Changed exception to ResourceNotFound and printed the passed block nameNolan Davidson2014-09-112-3/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added exec method to Recipe, addressing Issue 1689Nolan Davidson2014-09-112-0/+13
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2013 from nvwls/sensitive-executeSerdar Sutay2014-10-102-8/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | Support sensitive in execute resources.
| * | | | | | | | | | | | | Use let for optsjoe.nuspl2014-09-111-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icce61096e869abe23ce847691cd65078b0b62cf0
| * | | | | | | | | | | | | Factored out opts into before clause.joe.nuspl2014-09-101-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d9e384187c2f7762598c41598cddd35ce9171be
| * | | | | | | | | | | | | Added spec tests for sensitive execute resourcesjoe.nuspl2014-09-101-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4794d9c8ec38dff58c793bf4c4464862e70dc05b
| * | | | | | | | | | | | | Changed variable namejoe.nuspl2014-09-091-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia653aeb2a0183e2bab712aac613e61bfcf691ff7
| * | | | | | | | | | | | | Dummy change to get curry to re-examine repo.joe.nuspl2014-09-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id62328f67d8cd3b0c149cc510e01a79434dff93e
| * | | | | | | | | | | | | Support sensitive execute resources.joe.nuspl2014-09-081-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the resource is marked sensitive, it should not: * stream output * display the command line Change-Id: Ieb43000d0da41e9cb635c056b207931ef212efa7
* | | | | | | | | | | | | | Merge pull request #1957 from BundesIT/masterSerdar Sutay2014-10-102-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honor package category for paludis packages
| * | | | | | | | | | | | | | fixed unit tests for be01da9Thomas Berger2014-08-311-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | removed additional newlineThomas Berger2014-08-311-1/+0
| | | | | | | | | | | | | | |