summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* copy chef-acceptance suites into $WORKSPACESeth Chisamore2016-05-171-6/+8
| | | | | | | | | | | | | This will ensure the path to the suites can be fully resolved, it prevents errors like: ``` STDERR: /home/jenkins/workspace/chefdk-test/architecture/x86_64/platform/acceptance/project/chefdk/role/tester/vendor/bundle/ruby/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:183:in `chdir': No such file or directory @ dir_chdir - /home/jenkins/workspace/chefdk-test/architecture/x86_64/platform/acceptance/project/chefdk/role/tester/opscode-ci/.acceptance/acceptance-cookbook (Errno::ENOENT) ```
* Revert "exit 0 -- its how acceptance works"Seth Chisamore2016-05-171-20/+19
| | | | This reverts commit aac62e28ae3112c586f223c48ef7fe360f98e56a.
* Bump version of chef to 12.10.58 by Chef Versioner.v12.10.58Chef Versioner2016-05-174-9/+9
|
* Merge pull request #4945 from chef/no_acceptanceMatt Wrock2016-05-171-19/+20
|\ | | | | exit 0 -- its how acceptance works
| * exit 0 -- its how acceptance worksMatt Wrock2016-05-171-19/+20
|/
* Bump version of chef to 12.10.57 by Chef Versioner.v12.10.57Chef Versioner2016-05-174-8/+8
|
* Merge pull request #4941 from chef/omnibusMatt Wrock2016-05-161-2/+2
|\ | | | | update omnibus dependency with appx fix
| * update omnibus dependency with appx fixMatt Wrock2016-05-161-2/+2
|/
* Bump version of chef to 12.10.56 by Chef Versioner.v12.10.56Chef Versioner2016-05-164-9/+9
|
* Merge pull request #4927 from chef/praj/FLOW-382/changelogPrajaktaPurohit2016-05-161-0/+26
|\ | | | | Update changelog for 12.10.24 release
| * Update changelog for 12.10.24 releasepraj/FLOW-382/changelogPrajakta Purohit2016-05-121-0/+26
| |
* | Bump version of chef to 12.10.55 by Chef Versioner.v12.10.55Chef Versioner2016-05-165-13/+13
| |
* | Merge pull request #4936 from chef/tm/fix_cb_showThom May2016-05-162-100/+95
|\ \ | | | | | | Load cookbook versions correctly for knife
| * | Load cookbook versions correctly for knifetm/fix_cb_showThom May2016-05-162-100/+95
|/ / | | | | | | | | | | Fixes #4934 Signed-off-by: Thom May <thom@may.lt>
* | Bump version of chef to 12.10.54 by Chef Versioner.v12.10.54Chef Versioner2016-05-164-12/+12
| |
* | Merge pull request #4919 from chef/tm/zoloThom May2016-05-1623-129/+185
|\ \ | | | | | | RFC 31 - Default solo to local mode
| * | move legacy config into a separate functiontm/zoloThom May2016-05-161-26/+29
| | | | | | | | | | | | | | | | | | per review Signed-off-by: Thom May <thom@may.lt>
| * | remove dead commentThom May2016-05-161-1/+0
| | | | | | | | | | | | Signed-off-by: Thom May <thom@may.lt>
| * | Ensure that legacy mode and local mode workThom May2016-05-161-90/+120
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | Ensure that solo specific code is run at the proper timeThom May2016-05-1622-39/+43
| | | | | | | | | | | | | | | | | | ie, only when we're in OG mode and not in local mode. Signed-off-by: Thom May <thom@chef.io>
| * | default to using local modeThom May2016-05-161-28/+48
|/ / | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version of chef to 12.10.53 by Chef Versioner.v12.10.53Chef Versioner2016-05-144-9/+9
| |
* | Merge pull request #4933 from chef/lcg/better-handler-wiringLamont Granquist2016-05-142-0/+120
|\ \ | | | | | | wire up chef handlers directly from libraries
| * | wire up chef handlers directly from librarieslcg/better-handler-wiringLamont Granquist2016-05-132-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smear just a little bit of minimal DSL wiring into the Chef::Report class so that classes can wire themselves up automatically as handlers. this also extends the Chef::Config[*_handler] arrays to take classes as well as instances. in the case of passing a class that is not a singleton, a new instance will be created when the report is run. it will obviously be difficult to pass any state into this instance. if the class that is passed supports calling `#instance` we assume it is a Singleton and get the instance and use that. this is to support other chef code grabbing/creating the singleton instance and poking it with data (probably configuring where the reporter goes and what creds it needs to publish and other stuff).
* | | Bump version of chef to 12.10.52 by Chef Versioner.v12.10.52Chef Versioner2016-05-144-8/+8
| | |
* | | Merge pull request #4907 from nathwill/systemd-unit-valid-iniThom May2016-05-142-1/+36
|\ \ \ | | | | | | | | reject malformed ini content in systemd_unit resource
| * | | reject malformed ini contentNathan Williams2016-05-132-1/+36
| | | |
* | | | Bump version of chef to 12.10.51 by Chef Versioner.v12.10.51Chef Versioner2016-05-134-9/+9
| | | |
* | | | Merge pull request #4932 from chef/schisamo/fix-acceptance-archivingSeth Chisamore2016-05-131-5/+7
|\ \ \ \ | | | | | | | | | | Execute chef-acceptance without elevated privileges
| * | | | Execute chef-acceptance without elevated privilegesSeth Chisamore2016-05-131-5/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We output all data generated during a chef-acceptance run to the workspace of the executing Jenkins job using chef-acceptance's `--data-path` option. If the `chef-acceptance` commands are executed with elevated privileges (using `sudo`) the generated files are owned by `root`: https://gist.github.com/schisamo/7ce7262813f2bc81b7314d9eab53afa0 This is an issue as the generated data cannot be properly archived OR cleaned up when the next job runs: https://gist.github.com/schisamo/b7246987d49534b27b8a4ad72f9ad965
* | | | Bump version of chef to 12.10.50 by Chef Versioner.v12.10.50Chef Versioner2016-05-134-8/+8
| | | |
* | | | Merge pull request #4931 from chef/appxMatt Wrock2016-05-131-0/+4
|\ \ \ \ | | | | | | | | | | add appx block with signing key to omnibus project
| * | | | add appx block with signing key to omnibus projectMatt Wrock2016-05-131-0/+4
| | |/ / | |/| |
* | | | Bump version of chef to 12.10.49 by Chef Versioner.v12.10.49Chef Versioner2016-05-134-8/+8
| | | |
* | | | Merge pull request #4923 from chef/adamedx/fix-docker-acceptance-breakAdam Edwards2016-05-131-3/+0
|\ \ \ \ | |/ / / |/| | | Disable Docker cookbook acceptance tests until the cookbook or Chef is fixed
| * | | Disable Docker cookbook acceptance tests until the cookbook or Chef is fixed.adamedx/fix-docker-acceptance-breakAdam Edwards2016-05-131-3/+0
|/ / /
* | | Bump version of chef to 12.10.48 by Chef Versioner.v12.10.48Chef Versioner2016-05-134-8/+8
| | |
* | | Merge pull request #4929 from chef/lcg/gem-metadata-clear-pathsLamont Granquist2016-05-121-0/+1
|\ \ \ | | | | | | | | gem metadata command needs Gem.clear_paths
| * | | gem metadata command needs Gem.clear_pathslcg/gem-metadata-clear-pathsLamont Granquist2016-05-121-0/+1
| | | | | | | | | | | | | | | | otherwise it'll crash on the first run and have to be re-run
* | | | Bump version of chef to 12.10.47 by Chef Versioner.v12.10.47Chef Versioner2016-05-125-28/+20
| | | |
* | | | Merge pull request #4921 from achand/profile_provider_fixPhil Dibowitz2016-05-121-3/+2
|\ \ \ \ | |/ / / |/| | | fix os x profile provider for nil
| * | | fix build errorsAjay Chand2016-05-101-2/+2
| | | | | | | | | | | | | | | | single quote to double quote
| * | | fix profile provider for nilAjay Chand2016-05-101-5/+4
| | | |
* | | | Bump version of chef to 12.10.46 by Chef Versioner.v12.10.46Chef Versioner2016-05-124-9/+9
| | | |
* | | | Merge branch 'lcg/kitchen-tests2'Lamont Granquist2016-05-1214-33/+291
|\ \ \ \ | |_|_|/ |/| | |
| * | | fixing nits from PRlcg/kitchen-tests2Lamont Granquist2016-05-123-8/+6
| | | |
| * | | fix a few issues in the diffLamont Granquist2016-05-113-3/+3
| | | |
| * | | add centos and more func testing to travisLamont Granquist2016-05-1115-33/+293
|/ / /