summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update rubygems provider to support local install of gems if so specifiedksubrama+praj/FLOW-298/local_gemPrajakta Purohit2016-04-212-5/+12
|
* Merge pull request #4837 from chef/tm/flow_253Thom May2016-04-2133-228/+855
|\ | | | | Refactor ChefFS files to be files
| * Clean up ACLstm/flow_253Thom May2016-04-213-2/+87
| |
| * Create childrenThom May2016-04-211-1/+1
| |
| * client keys need a sub dirThom May2016-04-212-2/+44
| |
| * Add separate file implementations for all typesThom May2016-04-2123-102/+405
| | | | | | | | Update the directory classes to create files that match
| * Combine and tidy two of the file_system_entry implsThom May2016-04-215-126/+75
| | | | | | | | | | This merges together ChefRepositoryFileSystemEntry and FileSystemEntry, since they weren't really being used separately.
| * Extract common ChefFS file codeThom May2016-04-212-0/+248
|/
* Bump version of chef to 12.10.13 by Chef Versioner.v12.10.13Chef Versioner2016-04-204-9/+9
|
* Merge pull request #4851 from chef/tm/fix_casecmpLamont Granquist2016-04-206-7/+7
|\ | | | | update to latest chefstyle - fix casecmp
| * update to latest chefstyle - fix casecmptm/fix_casecmpThom May2016-04-206-7/+7
| |
* | Bump version of chef to 12.10.12 by Chef Versioner.v12.10.12Chef Versioner2016-04-205-8/+9
| |
* | Merge pull request #4852 from chef/jk/ruby-shadow-windowsJohn Keiser2016-04-201-1/+1
|\ \ | |/ |/| SERIOUSLY don't install ruby-shadow on windows.
| * SERIOUSLY don't install ruby-shadow on windows.jk/ruby-shadow-windowsJohn Keiser2016-04-201-1/+1
|/
* Remove BUNDLE_DISABLED_SHARED_GEMS againJohn Keiser2016-04-191-1/+0
|
* Bump version of chef to 12.10.11 by Chef Versioner.v12.10.11Chef Versioner2016-04-194-9/+9
|
* Merge pull request #4843 from chef/jk/unfreeze-windowsJohn Keiser2016-04-191-4/+1
|\ | | | | Refreeze windows
| * Refreeze windowsjk/unfreeze-windowsJohn Keiser2016-04-191-4/+1
| |
* | Bump version of chef to 12.10.10 by Chef Versioner.v12.10.10Chef Versioner2016-04-194-8/+8
| |
* | Merge pull request #4846 from chef/jk/use-ssl-againJohn Keiser2016-04-191-3/+1
|\ \ | | | | | | Turn off GIT_SSL_NO_VERIFY
| * | Turn off GIT_SSL_NO_VERIFYjk/use-ssl-againJohn Keiser2016-04-191-3/+1
| | |
* | | Bump version of chef to 12.10.9 by Chef Versioner.v12.10.9Chef Versioner2016-04-194-8/+8
| | |
* | | Merge pull request #4845 from chef/jk/activesupport-testsJohn Keiser2016-04-199-45/+47
|\ \ \ | | | | | | | | Run activesupport tests in Travis
| * | | Re-add activesupport testsjk/activesupport-testsJohn Keiser2016-04-199-45/+47
| | | |
* | | | Bump version of chef to 12.10.8 by Chef Versioner.v12.10.8Chef Versioner2016-04-195-16/+17
| | | |
* | | | Merge pull request #4844 from chef/jk/update-changelogKartik Null Cating-Subramanian2016-04-193-4/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| | Update changelog generator to latest
| * | Update changelog generator to latestjk/update-changelogJohn Keiser2016-04-193-4/+3
|/ / | | | | | | (we have a lockfile now, so we are protected against inadvertent updates)
* | Don't disable shared gems in bundle/config (checkin miss)John Keiser2016-04-191-1/+0
|/
* Bump version of chef to 12.10.7 by Chef Versioner.v12.10.7Chef Versioner2016-04-195-8/+9
|
* Merge pull request #4840 from chef/jk/version-without-berksJohn Keiser2016-04-191-3/+1
|\ | | | | Don't use berks when bumping version--can't possibly change.
| * Don't use berks when bumping version--can't possibly change.jk/version-without-berksJohn Keiser2016-04-181-3/+1
| | | | | | | | Just change the top level bundle
* | Merge pull request #4839 from chef/lcg/fix-resources-api-issuesThom May2016-04-191-6/+6
|\ \ | |/ |/| fix details in with_run_context
| * how did that get there?lcg/fix-resources-api-issuesLamont Granquist2016-04-181-1/+1
| |
| * fix details in with_run_contextLamont Granquist2016-04-181-7/+7
| |
* | Merge pull request #4820 from chef/jk/lock-depsJohn Keiser2016-04-1860-339/+3413
|\ \ | |/ |/| Lock dependencies of chef through a `Gemfile.lock`
| * Make FIPS use the /opt/chef bundle to run the testsjk/lock-depsJohn Keiser2016-04-181-15/+23
| |
| * Fix bundle outdatedJohn Keiser2016-04-183-16/+22
| |
| * Don't update fips serverspec Gemfile.lockJohn Keiser2016-04-187-38/+21
| |
| * Install even less stuff on TravisJohn Keiser2016-04-182-9/+12
| |
| * No darwin gemspec plzJohn Keiser2016-04-181-58/+0
| |
| * Install even less stuff before tests on WindowsJohn Keiser2016-04-181-1/+1
| |
| * Don't lock acceptance for other platformsJohn Keiser2016-04-184-25/+11
| |
| * Just use the actual installed bundle instead of reusing the Gemfile to run ↵John Keiser2016-04-183-2/+3
| | | | | | | | Chef tess
| * Don't update bundler when running acceptance testJohn Keiser2016-04-183-30/+19
| |
| * Install only core chef plus test when testingJohn Keiser2016-04-182-5/+2
| |
| * Don't bundle install on testsJohn Keiser2016-04-182-2/+2
| |
| * Run acceptance from the acceptance dir in the Chef gemJohn Keiser2016-04-181-1/+1
| |
| * Add test and ruby_prof groups since aix and solaris can't compile without themJohn Keiser2016-04-181-2/+0
| |
| * Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-1824-662/+228
| |
| * Allow Windows to freezeJohn Keiser2016-04-187-15/+14
| |