summaryrefslogtreecommitdiff
path: root/acceptance
Commit message (Collapse)AuthorAgeFilesLines
* Remove vendored git submodulesSeth Chisamore2016-11-042-0/+0
| | | | | | | Similar to the issue uncovered in chef/chef-server#997 which breaks Bundler. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* Add `deprecations` to data collector expected fieldsfix-data-collector-acceptancedanielsdeleo2016-11-031-1/+3
| | | | Signed-off-by: Daniel DeLeo <dan@chef.io>
* Remove overly strict acceptance testdanielsdeleo2016-11-031-10/+0
| | | | | | | Implementations should be robust to extra fields for forwards compatibility with future clients. Signed-off-by: Daniel DeLeo <dan@chef.io>
* Bump deps to pull in latest Ohaitas50/deps2Tim Smith2016-10-311-11/+11
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update EC2 tags for internal standards compliance.rhass/COOL-541_update-ec2-tagsRyan Hass2016-10-181-1/+3
| | | | | | [ci skip] Signed-off-by: Ryan Hass <rhass@chef.io>
* fix the rubygems version generated by rake dependenciesThiago Oliveira2016-10-131-6/+6
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-131-8/+8
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* turn off fips unit-functional tests on windows acceptanceMatt Wrock2016-10-051-1/+1
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* update dependenciesMatt Wrock2016-10-031-9/+9
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* revert mixlib-install (#5385)Matt Wrock2016-09-262-1/+5
|
* update dependencies (#5384)Matt Wrock2016-09-261-14/+14
|
* update deps, pull in chefspecLamont Granquist2016-09-211-1/+1
| | | | | | necessary to get travis green again Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update pedump to latest released; update all dependenciesjk/updateJohn Keiser2016-09-201-7/+7
|
* Merge pull request #5338 from chef/jk/updateJohn Keiser2016-09-201-1/+1
|\ | | | | Update all dependencies
| * Update all dependenciesJohn Keiser2016-09-191-1/+1
| |
* | Merge pull request #5312 from tas50/acceptance_bumpLamont Granquist2016-09-201-43/+48
|\ \ | |/ |/| Update acceptance docs
| * Format the acceptance markdown + exclude the binstubsTim Smith2016-09-121-43/+48
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | update acceptance and omnibus depsMatt Wrock2016-09-162-18/+19
| |
* | point learn-the-basics-windows acceptance tests to mwrock forkMatt Wrock2016-09-151-1/+1
| |
* | Update all dependenciesJohn Keiser2016-09-121-1/+1
|/
* Update all the thingsJohn Keiser2016-09-121-7/+9
|
* remove kitchen-inspec and train pins in acceptanceremove_branchesMatt Wrock2016-09-052-32/+21
|
* bumping configMatt Wrock2016-09-021-1/+1
|
* bump tk in acceptance and omnibus-software for ruby patchMatt Wrock2016-09-022-28/+22
|
* pinning berkshelfacceptance_bumpMatt Wrock2016-09-012-31/+33
|
* update acceptance deps based on winrm 2 release and squashed tk branchMatt Wrock2016-09-012-80/+59
|
* Update Gemfile.lockTim Smith2016-08-251-6/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Don't force an availability zoneJohn Keiser2016-08-241-1/+0
|
* Update all the thingsJohn Keiser2016-08-241-10/+10
|
* Add Gemfile that includes rake so serverspec will run on Ruby 2.3jk/ruby23specsJohn Keiser2016-08-164-0/+26
| | | | (Until https://github.com/test-kitchen/busser-serverspec/pull/42 is merged and released.)
* Bumping ohai and mixlib-log to fix regressionMatt Wrock2016-08-121-9/+9
|
* Update kitchen-ec2 to 1.1.0 to fix race conditionsjk/update-ec2John Keiser2016-08-091-15/+15
|
* Bump dependencies to bring in Ohai 8.18Tim Smith2016-08-041-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all dependenciesJohn Keiser2016-08-031-10/+10
|
* add back and fix windows acceptance testswinrm-v2Matt Wrock2016-07-2418-90/+119
|
* Bump acceptance locks to pull in kitchen-ec2 fixesksubrama/acceptanceKartik Null Cating-Subramanian2016-07-211-32/+31
|
* Reenable non-windows testsKartik Null Cating-Subramanian2016-07-2115-25/+29
|
* Save acceptance test logs when failingKartik Null Cating-Subramanian2016-07-131-16/+23
|
* Merge pull request #5073 from chef/praj/FLOW-370/acceptance_loggingMatt Wrock2016-07-052-13/+21
|\ | | | | The kitchen logs per instance per suite for acceptance are now in ci
| * upload kitchen per suite logs to cipraj/FLOW-370/acceptance_loggingPrajakta Purohit2016-07-012-13/+21
| |
* | Adding node object to run_converge message, include ignore_failure propertyAdam Leff2016-06-281-41/+2
|/ | | | | | | | | | | | | Many use cases that involve consuming the run_converge messages and displaying them to end users include needing additional data about the node that generated the run_converge message. This change consolidates the run_converge and node_update message into a single message making it easier for users to filter run_converge messages based on attributes and criteria of the node itself. Additionally, the ignore_failure property on a resource is now included for each resource in the resource list so end users can decided whether the failure was a hard failure or a soft failure.
* Updating dependencies againtyler-ball2016-06-161-15/+15
|
* Making rake:dependencies worktyler-ball2016-06-151-14/+13
|
* Creation of the new DataCollector reporterAdam Leff2016-06-0220-0/+448
| | | | | | | | | | | | | | | | | 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.
* update dependenciesMatt Wrock2016-05-271-20/+21
|
* Bump version of chef to 12.11.4 by Chef Versioner.v12.11.4Chef Versioner2016-05-252-0/+0
|
* fising docker recipie namewith_acceptanceMatt Wrock2016-05-171-1/+1
|
* Pull in updated `chef-acceptance`schisamo/verify-chef-fixSeth Chisamore2016-05-171-1/+1
| | | | In particular we are after this fix: https://github.com/chef/chef-acceptance/pull/40
* Disable Docker cookbook acceptance tests until the cookbook or Chef is fixed.adamedx/fix-docker-acceptance-breakAdam Edwards2016-05-131-3/+0
|
* Rescue julia bot by whiltelisting rubocop and stoveKartik Null Cating-Subramanian2016-05-091-8/+8
|