Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4532 from chef/lcg/bump-bundler-rubygems | Lamont Granquist | 2016-02-05 | 1 | -10/+2 |
|\ | | | | | bump bunder + rubygems | ||||
| * | bump bunder + rubygems | Lamont Granquist | 2016-02-05 | 1 | -10/+2 |
| | | | | | | | | these versions pass in manhattan | ||||
* | | Merge pull request #4531 from chef/jdm/fix-travis | Jay Mundrawala | 2016-02-05 | 1 | -3/+3 |
|\ \ | | | | | | | Trying to fix travis | ||||
| * | | Trying travis fix | Jay Mundrawala | 2016-02-05 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #4530 from chef/ksubrama/ci | Bryan McLellan | 2016-02-05 | 2 | -10/+4 |
|\ \ \ | |/ / |/| | | Remove obsolete reference to chef-13. Add VERSION to gemspec. | ||||
| * | | Remove obsolete reference to chef-13. Add VERSION to gemspec.ksubrama/ci | Kartik Null Cating-Subramanian | 2016-02-04 | 2 | -10/+4 |
|/ / | |||||
* | | Merge pull request #4512 from chef/ksubrama/fips | Kartik Null Cating-Subramanian | 2016-02-04 | 5 | -34/+24 |
|\ \ | | | | | | | Make chef-fips pipeline build everything from source. | ||||
| * | | Transport current_file fix to angrychef. Commnts for chef-fips | Kartik Null Cating-Subramanian | 2016-02-04 | 2 | -2/+9 |
| | | | |||||
| * | | Allow __FILE__ to be read inside instance_eval | Kartik Null Cating-Subramanian | 2016-02-04 | 2 | -2/+4 |
| | | | |||||
| * | | Add rb-readline as a project dependency | Kartik Null Cating-Subramanian | 2016-02-04 | 1 | -0/+4 |
| | | | |||||
| * | | Delete omnibus Berksfile.lock - it's stale | Kartik Null Cating-Subramanian | 2016-02-04 | 1 | -30/+0 |
| | | | |||||
| * | | Use franken-ruby on windows FIPS builds | Kartik Null Cating-Subramanian | 2016-02-04 | 2 | -1/+8 |
|/ / | |||||
* | | Lock php cookbook in kitchen tests to solvable version | danielsdeleo | 2016-02-04 | 1 | -0/+2 |
|/ | | | | | Seems we're hitting a molinillo bug that prevents us from solving dependencies correctly. | ||||
* | HWRP is a silly name. | Noah Kantrowitz | 2016-02-04 | 1 | -1/+1 |
| | | | It's a resource, call it that for general use. | ||||
* | Merge pull request #4502 from chef/jdm/rubygems-test | Kartik Null Cating-Subramanian | 2016-02-04 | 1 | -214/+311 |
|\ | | | | | make rubygems unit specs unit like | ||||
| * | Refactor rubygems_spec test and make it fastjdm/rubygems-test | Kartik Null Cating-Subramanian | 2016-02-04 | 1 | -254/+312 |
| | | |||||
| * | WIP make rubygems unit specs unit like | Jay Mundrawala | 2016-02-04 | 1 | -10/+49 |
|/ | |||||
* | Merge pull request #4507 from chef/1270_release_prep | Tyler Ball | 2016-02-04 | 4 | -81/+96 |
|\ | | | | | 12.7 Release Preperations | ||||
| * | updated changelog for pr 45201270_release_prep | Steven Murawski | 2016-02-03 | 1 | -0/+1 |
| | | |||||
| * | We decided we want to ship v8.10.0 of Ohai | tyler-ball | 2016-02-03 | 1 | -1/+1 |
| | | |||||
| * | bumping test-kitchen | Matt Wrock | 2016-02-03 | 1 | -1/+1 |
| | | |||||
| * | add info on nokogiri | Lamont Granquist | 2016-02-03 | 1 | -1/+5 |
| | | |||||
| * | Updates to the omnibus build_version and the RELEASE_NOTES for the 12.7 release | tyler-ball | 2016-02-03 | 4 | -89/+47 |
| | | |||||
| * | CHANGELOG for 12.7.x release | tyler-ball | 2016-02-03 | 1 | -2/+54 |
| | | |||||
* | | Merge pull request #4497 from chef/cd/choco-error-msg | Thom May | 2016-02-04 | 2 | -9/+70 |
|\ \ | |/ |/| | Chocolatey: Raise a helpful MissingLibrary exception if it's not there | ||||
| * | Chocolatey provider: Raise a MissingLibrary exception if we can't find ↵cd/choco-error-msg | Chris Doherty | 2016-02-03 | 2 | -9/+70 |
|/ | | | | Chocolatey. | ||||
* | Merge pull request #4523 from chef/chefstyle/fixes | Lamont Granquist | 2016-02-03 | 18 | -21/+21 |
|\ | | | | | auto-fixing some easy cops | ||||
| * | auto-fixing some easy copschefstyle/fixes | Lamont Granquist | 2016-02-03 | 18 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 3 Performance/CaseWhenSplat: Place when conditions with a splat at the end of the when branches. 1 Style/ElseAlignment: Align else with if. 1 Style/EvenOdd: Replace with Fixnum#even?. 1 Style/MethodDefParentheses: Use def with parentheses when there are parameters. 3 Style/PercentQLiterals: Do not use %Q unless interpolation is needed. Use %q. 3 Style/SpaceAfterColon: Space missing after colon. 2 Style/SpaceAfterMethodName: Do not put a space between a method name and the opening parenthesis. 2 Style/Tab: Tab detected. 1 Style/TrailingUnderscoreVariable: Do not use trailing _s in parallel assignment. 1 Style/UnneededCapitalW: Do not use %W unless interpolation is needed. If not, use %w. | ||||
* | | Merge branch 'smurawski/dsc_resource_converge_logging' | Steven Murawski | 2016-02-03 | 4 | -21/+42 |
|\ \ | |||||
| * | | Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableArraysmurawski/dsc_resource_converge_logging | Steven Murawski | 2016-02-03 | 2 | -1/+7 |
| | | | |||||
| * | | Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableMash | Steven Murawski | 2016-02-03 | 2 | -9/+16 |
| | | | |||||
| * | | include verbose output from the set method and shared function for accessing ↵ | Steven Murawski | 2016-02-03 | 2 | -12/+20 |
| | | | | | | | | | | | | verbose log info. | ||||
* | | | Merge pull request #4522 from chef/lcg/bump-omnibus | Lamont Granquist | 2016-02-03 | 2 | -203/+1 |
|\ \ \ | |_|/ |/| | | remove Gemfile.lock from omnibus | ||||
| * | | remove Gemfile.lock from omnibus | Lamont Granquist | 2016-02-03 | 2 | -203/+1 |
|/ / | | | | | | | CI/CD - let it float, fix it when it breaks | ||||
* | | Allow multiple property_types in `is`jk/property-is-multiple-types | John Keiser | 2016-02-03 | 2 | -24/+96 |
| | | |||||
* | | Merge pull request #4516 from chef/invalid | Matt Wrock | 2016-02-03 | 7 | -94/+40 |
|\ \ | | | | | | | fixes #4515 and use FormatMessage to get correct error messages from native API instead of retyping them with our fingers | ||||
| * | | fixes #4515 and use FormatMessage to get correct error messages from native ↵invalid | Matt Wrock | 2016-02-03 | 7 | -94/+40 |
| |/ | | | | | | | API instead of retyping them with our fingers | ||||
* | | Merge pull request #4481 from chef/jdm/fips-58 | Jay Mundrawala | 2016-02-03 | 9 | -16/+123 |
|\ \ | |/ |/| | Allow use of command line fips switch for knife | ||||
| * | Refactor chef-config fips configjdm/fips-58 | Jay Mundrawala | 2016-01-28 | 3 | -12/+19 |
| | | | | | | | | | | | | | | | | This refactor allows for better mocking in the tests. Before, when init_openssl was called, classes would get monkey patched. While this may not cause problems now, some day in the future, somebody would have been like "WTF is going on". | ||||
| * | Allow use of command line fips switch for knife | Jay Mundrawala | 2016-01-28 | 7 | -8/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | This somewhat worked before. However, it was just for knife bootstrap. It also didn't support --no-fips in the case where it was in your knife.rb and you decided that you didn't want to use fips for that one call. The assumption here is fips mode you run knife with is the fips mode the node will get. This has the nice property that validatorless bootstraps will talk to the chef server in fips mode if the node is requested to be in fips mode. | ||||
* | | Merge pull request #4517 from chef/lcg/add-pry | Lamont Granquist | 2016-02-02 | 3 | -9/+9 |
|\ \ | | | | | | | add pry, pry-byebug, pry-remote to omnibus-chef | ||||
| * | | add pry, pry-byebug, pry-remote to omnibus-chef | Lamont Granquist | 2016-02-02 | 3 | -9/+9 |
|/ / | | | | | | | | | removes pry as a dep of chef directly because it was never a dep of chef. | ||||
* | | Merge pull request #4518 from coderanger/copyright-2016 | Noah Kantrowitz | 2016-02-02 | 1279 | -2372/+2372 |
|\ \ | | | | | | | Copyright and author line update | ||||
| * | | Some more author domain stragglers. | Noah Kantrowitz | 2016-02-02 | 20 | -21/+21 |
| | | | |||||
| * | | Update for chef.io domain in copyright lines too. | Noah Kantrowitz | 2016-02-02 | 10 | -11/+11 |
| | | | |||||
| * | | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 803 | -1018/+1018 |
| | | | | | | | | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi" | ||||
| * | | Replace all Opscode copyrights with Chef Software. | Noah Kantrowitz | 2016-02-02 | 753 | -759/+759 |
| | | | | | | | | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi" | ||||
| * | | Manual fix ups for things that didn't follow the usual pattern. | Noah Kantrowitz | 2016-02-02 | 16 | -16/+16 |
| | | | |||||
| * | | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 1262 | -1317/+1317 |
| | | | | | | | | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g" | ||||
* | | | Merge pull request #4511 from natewalck/osx-profiles-fix | Phil Dibowitz | 2016-02-02 | 2 | -5/+8 |
|\ \ \ | |/ / |/| | | Fix osx_profile coverage failure and update spec |