summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updating chef minor version12_12Matt Wrock2016-06-084-17/+14
|
* Merge pull request #5011 from chef/release_notesMatt Wrock2016-06-081-0/+33
|\ | | | | adding chef-solo and systemd_unit notes
| * adding chef-solo and systemd_unit notesMatt Wrock2016-06-081-0/+33
|/
* fix typoMatt Wrock2016-06-081-1/+1
|
* added Data Collector info to the release notes [ci skip]adamleff/release_notesAdam Leff2016-06-081-0/+12
|
* Release notes for exit_statussmurawski/release_notesSteven Murawski2016-06-081-1/+9
|
* Merge pull request #5008 from chef/fix_travis_nokogiriMatt Wrock2016-06-071-1/+1
|\ | | | | install zlib-devel and rpm-build on fedora kitchen docker
| * adding zlib-devel and rpm-build to fedora tk instance to fix nokogiri compileMatt Wrock2016-06-071-1/+1
|/
* Bump version of chef. to 12.11.22 by Chef Versioner.v12.11.22Chef Versioner2016-06-074-9/+9
|
* Merge pull request #5006 from chef/adamleff/fix-updated-resource-counterAdam Leff2016-06-074-59/+31
|\ | | | | Bug fix: updated_resource_count should only include updated resources
| * Bug fix: updated_resource_count should only include updated resourcesAdam Leff2016-06-074-59/+31
|/ | | | | | | | 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-074-8/+8
|
* Bump version of chef. to 12.11.20 by Chef Versioner.v12.11.20Chef Versioner2016-06-074-8/+8
|
* Bump version of chef. to 12.11.19 by Chef Versioner.v12.11.19Chef Versioner2016-06-074-20/+23
|
* Merge pull request #5004 from chef/jk/chef-config-no-rspecJohn Keiser2016-06-062-5/+9
|\ | | | | Make chef-config Rakefile run without rspec
| * Make chef-config Rakefile run without rspecjk/chef-config-no-rspecJohn Keiser2016-06-062-5/+9
|/
* Merge pull request #5003 from chef/jk/install-rakeJohn Keiser2016-06-062-2/+2
|\ | | | | Ensure we install rake in CI (version bump)
| * Ensure we install rake in CI (version bump)jk/install-rakeJohn Keiser2016-06-062-2/+2
|/
* Merge pull request #5002 from chef/jk/install-less-stuffJohn Keiser2016-06-064-5/+6
|\ | | | | Install fewer binary dependencies and dependencies in general
| * Install fewer binary dependencies and dependencies in generaljk/install-less-stuffJohn Keiser2016-06-064-5/+6
|/ | | | when bumping version and updating dependencies
* Merge pull request #5001 from chef/smurawski/pend_dsc_script_credential_testSteven Murawski2016-06-061-1/+0
|\ | | | | Did not need to pend dsc_script ps_credential unit test
| * did not need to pend dsc_script ps_credential unit testsmurawski/pend_dsc_script_credential_testSteven Murawski2016-06-061-1/+0
|/
* Merge pull request #4998 from chef/smurawski/pend_dsc_script_credential_testSteven Murawski2016-06-062-0/+2
|\ | | | | Skip `ps_credential` test for `dsc_script` until proper test cert
| * skip the ps_credential test of dsc_script until we can get the right test certSteven Murawski2016-06-062-0/+2
| |
* | Don't mask directory deletion errors (#4991)Phil Dibowitz2016-06-062-2/+14
| | | | | | closes #4988
* | Merge pull request #4994 from chef/changelogMatt Wrock2016-06-061-0/+36
|\ \ | | | | | | Release changelog
| * | fix some casingMatt Wrock2016-06-031-10/+10
| | |
| * | yanking commits that are not user facing and organizing into bugs/enhancementsMatt Wrock2016-06-031-41/+17
| | |
| * | initial merging on release tagsMatt Wrock2016-06-031-0/+60
|/ /
* | Merge pull request #4985 from chef/jk/maintainerSteven Murawski2016-06-032-4/+8
|\ \ | | | | | | Add jkeiser to core and dev tools maintainers
| * | Add jkeiser to core and dev tools maintainersjk/maintainerJohn Keiser2016-06-012-4/+8
| | |
* | | bumping chef versionv12.11.18Matt Wrock2016-06-024-9/+9
| | |
* | | Merge pull request #4973 from chef/adamleff/data_collectorAdam Leff2016-06-0229-0/+2130
|\ \ \ | | | | | | | | Creation of the new DataCollector reporter
| * | | Creation of the new DataCollector reporterAdam Leff2016-06-0229-0/+2130
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #4989 from chef/jk/set-evxJohn Keiser2016-06-014-3/+12
|\ \ \ | | | | | | | | Add set -evx to shell scripts
| * | | Use --user-install to allow gem install to happenjk/set-evxJohn Keiser2016-06-011-1/+2
| | | |
| * | | Use desired bundler to bundle installJohn Keiser2016-06-011-3/+3
| | | |
| * | | Add set -evx to shell scriptsJohn Keiser2016-06-014-0/+8
|/ / /
* | | Bump version of chef to 12.11.17 by Chef Versioner.v12.11.17Chef Versioner2016-06-014-8/+8
| | |
* | | Bump version of chef to 12.11.16 by Chef Versioner.v12.11.16Chef Versioner2016-06-014-9/+9
| | |
* | | Merge pull request #4986 from chef/install_bundlerMatt Wrock2016-06-014-0/+20
|\ \ \ | |/ / |/| | adding shell scripts for the bump bot that will ensure the correct bundler version is installed
| * | adding shell scripts for the bump bot that will ensure the correct bundler ↵Matt Wrock2016-06-014-0/+20
|/ / | | | | | | version is installed
* | Bump version of chef to 12.11.15 by Chef Versioner.v12.11.15Chef Versioner2016-05-314-8/+8
| |
* | 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-314-8/+8
| | |