summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* no more missing constants for LWRP classpraj/FLOW-927/s3cmdPrajakta Purohit2016-06-092-22/+26
|
* Bump version of chef to 12.11.26 by Chef Versioner.v12.11.26Chef Versioner2016-06-091-1/+1
|
* Bump version of chef to 12.11.25 by Chef Versioner.v12.11.25Chef Versioner2016-06-091-1/+1
|
* Bump version of chef to 12.11.24 by Chef Versioner.v12.11.24Chef Versioner2016-06-091-1/+1
|
* Bump version of chef to 12.11.23 by Chef Versioner.v12.11.23Chef Versioner2016-06-091-1/+1
|
* Bump version of chef. to 12.11.22 by Chef Versioner.v12.11.22Chef Versioner2016-06-071-1/+1
|
* Bug fix: updated_resource_count should only include updated resourcesAdam Leff2016-06-072-29/+17
| | | | | | | | After adding up-to-date and skipped resources to the DataCollector resource list, the logic that computed the number of resources updated needed to change accordingly. This change fixes that bug and also eliminates an unnecessary counter that tracks the total number of resources.
* Bump version of chef to 12.11.21 by Chef Versioner.v12.11.21Chef Versioner2016-06-071-1/+1
|
* Bump version of chef. to 12.11.20 by Chef Versioner.v12.11.20Chef Versioner2016-06-071-1/+1
|
* Bump version of chef. to 12.11.19 by Chef Versioner.v12.11.19Chef Versioner2016-06-071-1/+1
|
* Don't mask directory deletion errors (#4991)Phil Dibowitz2016-06-061-1/+3
| | | closes #4988
* bumping chef versionv12.11.18Matt Wrock2016-06-021-1/+1
|
* Merge pull request #4973 from chef/adamleff/data_collectorAdam Leff2016-06-025-0/+723
|\ | | | | Creation of the new DataCollector reporter
| * Creation of the new DataCollector reporterAdam Leff2016-06-025-0/+723
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The DataCollector reporter is a new method for exporting data about your Chef run. The details of this new feature can be found in [RFC 077](https://github.com/chef/chef-rfc/blob/master/rfc077-mode-agnostic-data-collection.md). Using the existing `EventDispatch` mechanics, the DataCollector reporter collects data about a Chef run (when it starts, when it ends, what resources were modified, etc.) and then POSTs them to a Data Collector server URL that can be specified in your Chef configuration. While similar functionality exists using the `ResourceReporter` and Chef Reporting, a new implementation was done to decouple the reporting of this data from requiring the use of a Chef Server (in the case of Chef Reporting), opening the door to users being able to implement their own webhook-style receiver to receive these messages and analyze them accordingly.
* | Bump version of chef to 12.11.17 by Chef Versioner.v12.11.17Chef Versioner2016-06-011-1/+1
| |
* | Bump version of chef to 12.11.16 by Chef Versioner.v12.11.16Chef Versioner2016-06-011-1/+1
|/
* Bump version of chef to 12.11.15 by Chef Versioner.v12.11.15Chef Versioner2016-05-311-1/+1
|
* Merge pull request #4979 from andrewjamesbrown/masterThom May2016-05-312-1/+22
|\ | | | | Fix #4949 and Avoid Errno::EBUSY on docker containers
| * /etc/hosts needs to be non-atomic on dockerAndrew Brown2016-05-311-1/+1
| |
| * Switch to node attributes for docker detectionAndrew Brown2016-05-302-3/+6
| | | | | | | | | | Using ::File.exists? makes Travis CI sad due to statically looking for files. We'll use node attributes provided by Ohai instead.
| * Style fixesAndrew Brown2016-05-302-4/+3
| | | | | | | | Fixing rubocop errors found during CI
| * File atomic update default: false on docker filesAndrew Brown2016-05-303-14/+21
| | | | | | | | | | | | If unspecified, the default setting for atomic updates on docker special files should be 'false' to avoid Errno::EBUSY. This allows for a cookbook author to override this behaviour if desired.
| * Avoid Errno::EBUSY on docker containersAndrew Brown2016-05-271-1/+13
| | | | | | | | | | | | This commit fixes https://github.com/chef/chef/issues/4949 by adding ohai-based docker detection code and statically checking for /etc/hostname or /etc/resolv.conf.
* | Bump version of chef to 12.11.14 by Chef Versioner.v12.11.14Chef Versioner2016-05-311-1/+1
| |
* | Bump version of chef to 12.11.13 by Chef Versioner.v12.11.13Chef Versioner2016-05-311-1/+1
| |
* | Merge pull request #4957 from chef/tm/solo_fixesThom May2016-05-311-1/+9
|\ \ | | | | | | Ensure recipe-url works right in solo
| * | Ensure recipe-url works right in solotm/solo_fixesThom May2016-05-201-1/+9
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 12.11.12 by Chef Versioner.v12.11.12Chef Versioner2016-05-311-1/+1
| | |
* | | Bump version of chef to 12.11.11 by Chef Versioner.v12.11.11Chef Versioner2016-05-311-1/+1
| | |
* | | Merge pull request #4908 from nathwill/systemd-unit-try-actionsThom May2016-05-312-1/+21
|\ \ \ | | | | | | | | add systemd_unit try-restart, reload-or-restart, reload-or-try-restart actions
| * | | add more unit actionsNathan Williams2016-05-062-1/+21
| | | |
* | | | Bump version of chef to 12.11.10 by Chef Versioner.v12.11.10Chef Versioner2016-05-311-1/+1
| | | |
* | | | Merge pull request #4966 from crigor/ebuild-version-characterThom May2016-05-311-1/+1
|\ \ \ \ | | | | | | | | | | Fix portage provider to support version with character
| * | | | Fix portage provider to support version with characterChristopher Rigor2016-05-241-1/+1
| | | | |
* | | | | Bump version of chef to 12.11.9 by Chef Versioner.v12.11.9Chef Versioner2016-05-311-1/+1
| | | | |
* | | | | Merge pull request #4977 from chef/choco_arMatt Wrock2016-05-311-10/+8
|\ \ \ \ \ | | | | | | | | | | | | fixes #4968 and only retrieves the latest version of packages from chocolatey
| * | | | | fixes #4968 and only retrieves the latest version of packages from chocolateychoco_arMatt Wrock2016-05-271-10/+8
| | |_|_|/ | |/| | |
* | | | | Bump version of chef to 12.11.8 by Chef Versioner.v12.11.8Chef Versioner2016-05-311-1/+1
|/ / / /
* | | | Bump version of chef to 12.11.7 by Chef Versioner.v12.11.7Chef Versioner2016-05-261-1/+1
| | | |
* | | | Bump version of chef to 12.11.6 by Chef Versioner.v12.11.6Chef Versioner2016-05-261-1/+1
| | | |
* | | | Bump version of chef to 12.11.5 by Chef Versioner.v12.11.5Chef Versioner2016-05-261-1/+1
| | | |
* | | | Bump version of chef to 12.11.4 by Chef Versioner.v12.11.4Chef Versioner2016-05-251-1/+1
| | | |
* | | | break yum provider out into fileslcg/yum-readabilityLamont Granquist2016-05-254-959/+1022
|/ / /
* | | * define exit codesSteven Murawski2016-05-239-31/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * exit code functional specs * audit exit codes * reboot now/reboot failed/reboot pending exit codes * Deal with forked and unforked process and get the right exit code * Reboot Now should really be reboot scheduled * pass exception rather than exit code * updated with sigint and sigterm * support legacy fatal!("", 2) behavior * fixup all fatal! and exit! calls
* | | Bump version of chef to 12.11.3 by Chef Versioner.v12.11.3Chef Versioner2016-05-201-1/+1
| | |
* | | Bump version of chef to 12.11.2 by Chef Versioner.v12.11.2Chef Versioner2016-05-191-1/+1
| | |
* | | Bump version of chef to 12.11.1 by Chef Versioner.v12.11.1Chef Versioner2016-05-191-1/+1
| | |
* | | Updating version after Chef 12.10 releasepraj/version_bumpPrajakta Purohit2016-05-181-1/+1
| | |
* | | Bump version of chef to 12.10.60 by Chef Versioner.v12.10.60Chef Versioner2016-05-181-1/+1
| |/ |/|
* | Merge pull request #4942 from chef/lcg/universal-dslThom May2016-05-186-30/+88
|\ \ | | | | | | create 'universal' DSL