summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #2164 from alexpop/alexpop/issue-2163Serdar Sutay2014-10-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [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-101-3/+12
|\ \ \ \ \ \ \
| * | | | | | | Skip checking files/**/*.rb files when doing syntax checksJean Mertz2014-10-081-3/+12
* | | | | | | | Merge pull request #2079 from jbence/CHEF-2065Serdar Sutay2014-10-101-22/+42
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master'James Bence2014-09-2727-85/+77
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/opscode/chefJames Bence2014-09-2418-9/+1197
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add fallback search for exact revision enteredJames Bence2014-09-241-7/+9
| * | | | | | | | | | 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-103-34/+53
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | More comment-y goodness.Noah Kantrowitz2014-10-041-0/+2
| * | | | | | | | | | | Add clarifying comment.Noah Kantrowitz2014-10-041-0/+1
| * | | | | | | | | | | Rework template/file loading to not require the default/ and to accept an arr...Noah Kantrowitz2014-10-043-34/+50
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2052 from mapleoin/suse-systemdSerdar Sutay2014-10-101-1/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | change default service mapping for SLES to systemdIonuț Arțăriși2014-10-021-1/+4
* | | | | | | | | | | | Merge pull request #2051 from wacky612/pacman-fixSerdar Sutay2014-10-101-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Modify commentwacky2014-09-151-1/+1
| * | | | | | | | | | | | use "pacman -Sl" instead of "pacman -Ss <pkgname>"wacky2014-09-141-2/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2041 from nsdavidson/Issues-1689Serdar Sutay2014-10-102-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Updated command mixin to specify Kernel.execNolan Davidson2014-09-131-2/+2
| * | | | | | | | | | | | Changed exception to ResourceNotFound and printed the passed block nameNolan Davidson2014-09-111-1/+2
| * | | | | | | | | | | | Added exec method to Recipe, addressing Issue 1689Nolan Davidson2014-09-111-0/+4
* | | | | | | | | | | | | Merge pull request #2013 from nvwls/sensitive-executeSerdar Sutay2014-10-101-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Changed variable namejoe.nuspl2014-09-091-7/+2
| * | | | | | | | | | | | | Dummy change to get curry to re-examine repo.joe.nuspl2014-09-091-0/+1
| * | | | | | | | | | | | | Support sensitive execute resources.joe.nuspl2014-09-081-2/+7
* | | | | | | | | | | | | | Merge pull request #1957 from BundesIT/masterSerdar Sutay2014-10-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | removed additional newlineThomas Berger2014-08-311-1/+0
| * | | | | | | | | | | | | | honor package category for paludis packagesThomas Berger2014-08-311-1/+2
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1924 from justanshulsharma/patch-1Serdar Sutay2014-10-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Should use client_name instead of node_nameAnshul Sharma2014-08-271-1/+1
* | | | | | | | | | | | | | | Merge pull request #1914 from gofullstack/supermarket_attributes_metadataSerdar Sutay2014-10-101-38/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Ensure metadata responds to method before sending, use public_sendTristan and Brett2014-08-261-1/+3
| * | | | | | | | | | | | | | | Use individual URL attributes in metadataBrett Chalupa2014-08-261-13/+34
| * | | | | | | | | | | | | | | Fix typo in Metadata documentation.Brett Chalupa2014-08-251-1/+1
| * | | | | | | | | | | | | | | Add supermarket_attributes to MetadataBrett and Tristan2014-08-251-34/+54
* | | | | | | | | | | | | | | | Merge pull request #1907 from Aevin1387/freebsd-port-pkgngSerdar Sutay2014-10-102-21/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move supports_with_pkgng? check to the freebsd_package package.Cory Stephenson2014-08-282-25/+11
| * | | | | | | | | | | | | | | | Have freebsd port use pkg info if the freebsd version is >= 10000017Cory Stephenson2014-08-242-4/+9
* | | | | | | | | | | | | | | | | Merge pull request #1827 from svanharmelen/fix-redirect-bugSerdar Sutay2014-10-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Updated the code after discussing with @btm, @lamont-granquist and @danielsd...Sander van Harmelen2014-09-091-4/+1
| * | | | | | | | | | | | | | | | | Fix a bug when receiving a relative redirect locationSander van Harmelen2014-08-191-0/+3
* | | | | | | | | | | | | | | | | | Merge pull request #1724 from higanworks/prevew_archive_before_site_shareSerdar Sutay2014-10-101-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | remove line for debugsawanoboly2014-09-121-1/+0
| * | | | | | | | | | | | | | | | | | change option name to dry-run and set false as default.sawanoboly2014-09-121-6/+8
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into prevew_archive_before_sit...sawanoboly2014-09-12128-1309/+2971
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into prevew_archive_before_sit...sawanoboly2014-08-1261-228/+692
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | change option name --preview-archive to --[no-]uploadsawanoboly2014-08-121-6/+7