summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deal with nil system path in env_specjdmundrawala/env-path-spec-fixJay Mundrawala2014-10-111-4/+1
|
* restore ENV['PATH'] in env_spec after test is completeJay Mundrawala2014-10-101-1/+3
|
* 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
| |
| * honor package category for paludis packagesThomas Berger2014-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | the package/paludis provider ignored the package category during load_current_resource(). Because of this, it was not possible to install multiple package with same name in different categories Example: * package[app-vim/screen] action install app-misc/screen 4.0.3-r6 * gentoo app-misc/screen 4.0.3-r6 installed (up to date)
* | Merge pull request #1924 from justanshulsharma/patch-1Serdar Sutay2014-10-101-1/+1
|\ \ | | | | | | Should use client_name instead of node_name
| * | Should use client_name instead of node_nameAnshul Sharma2014-08-271-1/+1
| | |
* | | Merge pull request #1914 from gofullstack/supermarket_attributes_metadataSerdar Sutay2014-10-102-42/+118
|\ \ \ | | | | | | | | Add supermarket_attributes to Metadata
| * | | Ensure metadata responds to method before sending, use public_sendTristan and Brett2014-08-261-1/+3
| | | |
| * | | Use individual URL attributes in metadataBrett Chalupa2014-08-262-33/+70
| | | | | | | | | | | | | | | | | | | | | | | | Instead of having an arbitrary Hash/Mash of supermarket_attributes, use two explicit URL attributes at the top level of the metadata: the source_url and issues_url.
| * | | Fix typo in Metadata documentation.Brett Chalupa2014-08-251-1/+1
| | | |
| * | | Add supermarket_attributes to MetadataBrett and Tristan2014-08-252-34/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the metadata.rb in a cookbook to specify arbitrary attributes for use from Supermarket. The usecase for this right now would be setting the issues and source URLs for that Cookbook instead of specifying them in the Supermarket UI.
* | | | Merge pull request #1907 from Aevin1387/freebsd-port-pkgngSerdar Sutay2014-10-104-30/+30
|\ \ \ \ | | | | | | | | | | Have freebsd port use pkg info if the freebsd version is >= 10000017
| * | | | Move supports_with_pkgng? check to the freebsd_package package.Cory Stephenson2014-08-284-35/+24
| | | | |
| * | | | Remove unnecessary version check in freebsd port and package tests.Cory Stephenson2014-08-272-2/+0
| | | | |
| * | | | Have freebsd port use pkg info if the freebsd version is >= 10000017Cory Stephenson2014-08-243-8/+21
| | | | |
* | | | | Merge pull request #1827 from svanharmelen/fix-redirect-bugSerdar Sutay2014-10-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix a bug when receiving a relative redirect location
| * | | | | Updated the code after discussing with @btm, @lamont-granquist and ↵Sander van Harmelen2014-09-092-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | @danielsdeleo
| * | | | | Fix a bug when receiving a relative redirect locationSander van Harmelen2014-08-192-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently when you use a provider that somewhere along the line uses Chef::HTTP.request or Chef::HTTP.streaming_request, you will receive an error when the response is a redirect with a relative location.
* | | | | | Merge pull request #1724 from higanworks/prevew_archive_before_site_shareSerdar Sutay2014-10-102-0/+41
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add option --prevew-archive to `knife cookbook site share`
| * | | | | | wrap specs in contextsawanoboly2014-09-131-12/+20
| | | | | | |
| * | | | | | remove line for debugsawanoboly2014-09-121-1/+0
| | | | | | |
| * | | | | | change option name to dry-run and set false as default.sawanoboly2014-09-122-10/+12
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into ↵sawanoboly2014-09-12275-3614/+11396
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | prevew_archive_before_site_share
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵sawanoboly2014-08-12125-1485/+3465
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | prevew_archive_before_site_share
| * | | | | | | change option name --preview-archive to --[no-]uploadsawanoboly2014-08-122-8/+15
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into ↵sawanoboly2014-08-049-45/+78
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | prevew_archive_before_site_share
| * | | | | | | | updates by comment. #1724sawanoboly2014-08-022-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix Typo prevew_archive to preview_archive. - Change message priority from warn to info. - Add few specs.
| * | | | | | | | Add option --prevew-archive to `knife cookbook site share`sawanoboly2014-07-312-0/+23
| | | | | | | | |
* | | | | | | | | Merge pull request #2107 from livinginthepast/unix-crontab-read-failureSerdar Sutay2014-10-102-69/+91
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reading crontab of non-root unix user should read as that user
| * | | | | | | | | Log output of crontab -l when non-zero exit statusEric Saxby2014-10-012-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reading a unix crontab and we receive a non-zero exit status, log the stdout and stderr to debug. We expect exit status 1 to happen when the user does not have a crontab, but let's log anyways for help in troubleshooting unexpected situations.
| * | | | | | | | | Unix cron provider uses shell_outEric Saxby & Greg Poirier2014-09-262-67/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update unix_spec to more modern RSpec syntax - both #read_crontab and #write_crontab use shell_out
| * | | | | | | | | Reading user crontab on unix as that userEric Saxby2014-09-232-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Crontab on Solaris and Illumos systems with auditing enabled audits root attempts to read non-root user crontabs. If chef-client runs without an auditing context (as happens by default when running in SMF), these crontab calls will fails with exit status 1. By switching to the non-root user first (which somehow does not require auditing), we should be able to read user crontabs without an auditing context.
* | | | | | | | | | Merge pull request #2129 from JeanMertz/library_subfoldersSerdar Sutay2014-10-105-3/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [CHEF-672] load library folder recursively
| * | | | | | | | | | load library folder recursivelyJean Mertz2014-10-025-3/+18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2201 from opscode/sersut/doc-updatesSerdar Sutay2014-10-103-205/+226
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CHANGELOG update and spec for gem_package upgrade fix
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'CHEF-4890' of github.com:rathers/chef into sersut/doc-updatessersut/doc-updatesSerdar Sutay2014-10-091-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | CHEF-4890: Allow gem upgradesDan Rathbone2013-12-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was preventing chef from finding the candidate version when upgrading a gem and assuming there was nothing to do
| * | | | | | | | | | | | Spec and CHANGELOG info for: https://github.com/opscode/chef/pull/1184Serdar Sutay2014-10-092-205/+223
| | | | | | | | | | | | |
| * | | | | | | | | | | | CHANGELOG update for https://github.com/opscode/chef/pull/2193.Serdar Sutay2014-10-091-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | CHANGELOG update for https://github.com/opscode/chef/pull/2197.Serdar Sutay2014-10-091-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2204 from opscode/tball/latest-ffi-yajlTyler Ball2014-10-102-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading to latest ffi-yajl which contains fixes for Object#to_json
| * | | | | | | | | | | | | Upgrading to latest ffi-yajl which contains fixes for Object#to_jsontyler-ball2014-10-102-3/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2197 from opscode/sersut/fixup-chef-1662Serdar Sutay2014-10-092-1/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep deprecation of valid_actions until Chef 13.
| * | | | | | | | | | | | | Keep deprecation of #valid_actions until Chef 13.sersut/fixup-chef-1662Serdar Sutay2014-10-091-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Revert "Remove appending :actions and :valid_actions"Serdar Sutay2014-10-092-1/+33
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4aec038d42eae5c3c3bac50aa211d2b69cf54019.
* | | | | | | | | | | | | Merge pull request #2193 from opscode/sersut/no-lwrp-class-reloadSerdar Sutay2014-10-097-48/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't override LWRP resources or providers anymore in Chef 12.
| * | | | | | | | | | | | | Updates based on PR comments.sersut/no-lwrp-class-reloadSerdar Sutay2014-10-092-2/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Don't override LWRP resources or providers anymore in Chef 12.Serdar Sutay2014-10-087-46/+52
| | | | | | | | | | | | | |