summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add some comments [ci skip]lcg/redundantLamont Granquist2016-05-021-0/+2
|
* completely deprecate run_chef_testsLamont Granquist2016-05-022-14/+8
|
* ignore failures here if we're not sudo: trueLamont Granquist2016-05-021-1/+1
|
* Revert "seem like redundant redundancies"Lamont Granquist2016-05-021-0/+12
| | | | This reverts commit 40e36caa00be41f4878f46ec242f515a3f8f44c1.
* give bundle audit its own runLamont Granquist2016-04-282-11/+10
| | | | and extract most config back out into .travis.yml
* lets just remove chef_rewindLamont Granquist2016-04-281-5/+0
|
* seem like redundant redundanciesLamont Granquist2016-04-281-5/+0
|
* Bump version of chef to 12.10.25 by Chef Versioner.v12.10.25Chef Versioner2016-04-284-11/+11
|
* Merge pull request #4875 from chef/lcg/run-chefstyle-isolatedThom May2016-04-282-1/+5
|\ | | | | run chefstyle in parallel, once
| * make it easier to identify from the travis UI what we're testinglcg/run-chefstyle-isolatedLamont Granquist2016-04-271-1/+3
| |
| * run chefstyle in parallel, onceLamont Granquist2016-04-272-1/+3
|/ | | | make it easier to see if we have style errors or code errors
* Bump version of chef to 12.10.24 by Chef Versioner.v12.10.24release_12.10.24Chef Versioner2016-04-274-11/+11
|
* Merge pull request #4872 from chef/revert-4841-fipfopLamont Granquist2016-04-277-94/+6
|\ | | | | Revert "Run in fips mode if node is fips enabled"
| * Revert "Run in fips mode if node is fips enabled"Thom May2016-04-277-94/+6
|/
* Bump version of chef to 12.10.23 by Chef Versioner.v12.10.23Chef Versioner2016-04-264-14/+14
|
* Merge pull request #4864 from chef/shain/fix_dependency_pathScott Hain2016-04-262-1/+5
|\ | | | | Update override path
| * Update override pathshain/fix_dependency_pathScott Hain2016-04-262-1/+5
| |
* | Bump version of chef to 12.10.22 by Chef Versioner.v12.10.22Chef Versioner2016-04-264-8/+8
| |
* | Merge pull request #4855 from kbruner/mdadm_layoutThom May2016-04-264-2/+26
|\ \ | | | | | | Add layout option support for device creation to mdadm resource provider
| * | fix existing bitmap unit test in mdadm resourceKaren Bruner2016-04-211-2/+2
| | |
| * | add support for --layout option to mdadm resource providerKaren Bruner2016-04-214-0/+24
| | |
* | | Bump version of chef to 12.10.21 by Chef Versioner.v12.10.21Chef Versioner2016-04-264-8/+8
| | |
* | | Merge pull request #4642 from chef/ksubrama/fips_acceptanceKartik Null Cating-Subramanian2016-04-2631-107/+129
|\ \ \ | | | | | | | | Run the integration tests in FIPS mode
| * | | PR feedbackksubrama/fips_acceptanceKartik Null Cating-Subramanian2016-04-251-0/+2
| | | |
| * | | Split the unit and integration tests to parallelize themKartik Null Cating-Subramanian2016-04-255-5/+60
| | | |
| * | | Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-2525-49/+69
| | | |
| * | | Run the intergration tests in FIPS modeKartik Null Cating-Subramanian2016-04-253-57/+2
| | |/ | |/|
* | | Bump version of chef to 12.10.20 by Chef Versioner.v12.10.20Chef Versioner2016-04-264-8/+8
| | |
* | | Merge pull request #4866 from chef/fix_acceptanceMatt Wrock2016-04-251-0/+1
|\ \ \ | | | | | | | | fix fips acceptance failures
| * | | fix fips acceptance failuresMatt Wrock2016-04-251-0/+1
| | | |
* | | | Bump version of chef to 12.10.19 by Chef Versioner.v12.10.19Chef Versioner2016-04-264-8/+8
| | | |
* | | | Merge branch 'lcg/shell_out_syntax'Lamont Granquist2016-04-252-21/+14
|\ \ \ \ | |/ / / |/| | |
| * | | make deprecation warnings actual deprecation warningsLamont Granquist2016-04-252-1/+5
| | | |
| * | | remove duping the args hashlcg/shell_out_syntaxLamont Granquist2016-04-251-1/+0
| | | | | | | | | | | | | | | | | | | | we only ever did this in order to mutate the options and with the **options syntax we don't need to do this anymore.
| * | | tighter code from @coderangerLamont Granquist2016-04-251-10/+5
| | | |
| * | | modernize shell_out method syntaxLamont Granquist2016-04-251-16/+11
| | | | | | | | | | | | | | | | **options has worked ever since we've deprecated ruby 1.9.x
* | | | Bump version of chef to 12.10.18 by Chef Versioner.v12.10.18Chef Versioner2016-04-254-8/+8
| | | |
* | | | Merge pull request #4841 from chef/fipfopMatt Wrock2016-04-257-6/+94
|\ \ \ \ | | | | | | | | | | Run in fips mode if node is fips enabled
| * | | | run in fips mode if node is fips enabledMatt Wrock2016-04-257-6/+94
| | |/ / | |/| |
* | | | Bump version of chef to 12.10.17 by Chef Versioner.v12.10.17Chef Versioner2016-04-254-12/+12
| | | |
* | | | Merge pull request #4860 from coderanger/notsoeasyNoah Kantrowitz2016-04-252-0/+8
|\ \ \ \ | |/ / / |/| | | The easy_install provider and resource are deprecated and will be removed in Chef 13
| * | | The easy_install provider (and resource) are deprecated and will be removed ↵Noah Kantrowitz2016-04-232-0/+8
|/ / / | | | | | | | | | | | | in Chef 13. This is because easy_install itself is long-since deprecated by the Python community and has been de-facto unmaintained for around 5 years.
* | | Remove DISABLE_SHARED_GEMS, hopefully for the last time.John Keiser2016-04-221-1/+0
| | |
* | | Bump version of chef to 12.10.16 by Chef Versioner.v12.10.16Chef Versioner2016-04-224-8/+8
| | |
* | | Bump version of chef to 12.10.15 by Chef Versioner.v12.10.15Chef Versioner2016-04-224-8/+8
| | |
* | | Merge pull request #4856 from chef/schisamo/fix-omnibus-build-labSeth Chisamore2016-04-224-65/+40
|\ \ \ | | | | | | | | Fix Omnibus Build Lab
| * | | Set `node[‘omnibus’][‘install_dir’]` to the correct valueSeth Chisamore2016-04-221-1/+1
| | | |
| * | | Update the README with updated `load-omnibus-toolchain.*` usageSeth Chisamore2016-04-221-5/+13
| | | |
| * | | Ignore the `omnibus/Berksfile.lock`Seth Chisamore2016-04-221-47/+0
| | | |
| * | | Update the `.kitchen.vmware.yml` usageSeth Chisamore2016-04-222-3/+5
| | | |