summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Expand the list of acceptance tests (run all suites)salam/acceptance-updateSalim Alam2016-02-081-1/+1
|
* Merge pull request #4528 from chef/salam/unique-gemsSalim Alam2016-02-0732-179/+186
|\ | | | | Add basics suite, refactor to share common infra
| * Update to use .shared cookbooksalam/unique-gemsSalim Alam2016-02-0514-13/+22
| |
| * Add basics suite, refactor to share common infraSalim Alam2016-02-0436-179/+177
| |
* | Merge pull request #4536 from chef/lcg/wtf-rubocopLamont Granquist2016-02-057-12/+12
|\ \ | | | | | | autofixing some missed cops
| * | autofixing some missed copsLamont Granquist2016-02-057-12/+12
|/ / | | | | | | second round of autofixing for some reason...
* | Merge pull request #4526 from chef/lcg/whitespace-styleLamont Granquist2016-02-05896-6054/+5600
|\ \ | | | | | | whitespace fixes
| * | autofixing whitespace copsLamont Granquist2016-02-05896-6054/+5600
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* | Merge pull request #4532 from chef/lcg/bump-bundler-rubygemsLamont Granquist2016-02-051-10/+2
|\ \ | | | | | | bump bunder + rubygems
| * | bump bunder + rubygemsLamont Granquist2016-02-051-10/+2
| | | | | | | | | | | | these versions pass in manhattan
* | | Merge pull request #4531 from chef/jdm/fix-travisJay Mundrawala2016-02-051-3/+3
|\ \ \ | | | | | | | | Trying to fix travis
| * | | Trying travis fixJay Mundrawala2016-02-051-3/+3
| | | |
* | | | Merge pull request #4530 from chef/ksubrama/ciBryan McLellan2016-02-052-10/+4
|\ \ \ \ | |/ / / |/| | | Remove obsolete reference to chef-13. Add VERSION to gemspec.
| * | | Remove obsolete reference to chef-13. Add VERSION to gemspec.ksubrama/ciKartik Null Cating-Subramanian2016-02-042-10/+4
|/ / /
* | | Merge pull request #4512 from chef/ksubrama/fipsKartik Null Cating-Subramanian2016-02-045-34/+24
|\ \ \ | | | | | | | | Make chef-fips pipeline build everything from source.
| * | | Transport current_file fix to angrychef. Commnts for chef-fipsKartik Null Cating-Subramanian2016-02-042-2/+9
| | | |
| * | | Allow __FILE__ to be read inside instance_evalKartik Null Cating-Subramanian2016-02-042-2/+4
| | | |
| * | | Add rb-readline as a project dependencyKartik Null Cating-Subramanian2016-02-041-0/+4
| | | |
| * | | Delete omnibus Berksfile.lock - it's staleKartik Null Cating-Subramanian2016-02-041-30/+0
| | | |
| * | | Use franken-ruby on windows FIPS buildsKartik Null Cating-Subramanian2016-02-042-1/+8
|/ / /
* | | Lock php cookbook in kitchen tests to solvable versiondanielsdeleo2016-02-041-0/+2
|/ / | | | | | | | | Seems we're hitting a molinillo bug that prevents us from solving dependencies correctly.
* | HWRP is a silly name.Noah Kantrowitz2016-02-041-1/+1
| | | | | | It's a resource, call it that for general use.
* | Merge pull request #4502 from chef/jdm/rubygems-testKartik Null Cating-Subramanian2016-02-041-214/+311
|\ \ | | | | | | make rubygems unit specs unit like
| * | Refactor rubygems_spec test and make it fastjdm/rubygems-testKartik Null Cating-Subramanian2016-02-041-254/+312
| | |
| * | WIP make rubygems unit specs unit likeJay Mundrawala2016-02-041-10/+49
|/ /
* | Merge pull request #4507 from chef/1270_release_prepTyler Ball2016-02-044-81/+96
|\ \ | | | | | | 12.7 Release Preperations
| * | updated changelog for pr 45201270_release_prepSteven Murawski2016-02-031-0/+1
| | |
| * | We decided we want to ship v8.10.0 of Ohaityler-ball2016-02-031-1/+1
| | |
| * | bumping test-kitchenMatt Wrock2016-02-031-1/+1
| | |
| * | add info on nokogiriLamont Granquist2016-02-031-1/+5
| | |
| * | Updates to the omnibus build_version and the RELEASE_NOTES for the 12.7 releasetyler-ball2016-02-034-89/+47
| | |
| * | CHANGELOG for 12.7.x releasetyler-ball2016-02-031-2/+54
| | |
* | | Merge pull request #4497 from chef/cd/choco-error-msgThom May2016-02-042-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-msgChris Doherty2016-02-032-9/+70
|/ / | | | | | | Chocolatey.
* | Merge pull request #4523 from chef/chefstyle/fixesLamont Granquist2016-02-0318-21/+21
|\ \ | | | | | | auto-fixing some easy cops
| * | auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-0318-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 Murawski2016-02-034-21/+42
|\ \ \
| * | | Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableArraysmurawski/dsc_resource_converge_loggingSteven Murawski2016-02-032-1/+7
| | | |
| * | | Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableMashSteven Murawski2016-02-032-9/+16
| | | |
| * | | include verbose output from the set method and shared function for accessing ↵Steven Murawski2016-02-032-12/+20
| | | | | | | | | | | | | | | | verbose log info.
* | | | Merge pull request #4522 from chef/lcg/bump-omnibusLamont Granquist2016-02-032-203/+1
|\ \ \ \ | |_|/ / |/| | | remove Gemfile.lock from omnibus
| * | | remove Gemfile.lock from omnibusLamont Granquist2016-02-032-203/+1
|/ / / | | | | | | | | | CI/CD - let it float, fix it when it breaks
* | | Allow multiple property_types in `is`jk/property-is-multiple-typesJohn Keiser2016-02-032-24/+96
| | |
* | | Merge pull request #4516 from chef/invalidMatt Wrock2016-02-037-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 ↵invalidMatt Wrock2016-02-037-94/+40
| |/ / | | | | | | | | | API instead of retyping them with our fingers
* | | Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-039-16/+123
|\ \ \ | |/ / |/| | Allow use of command line fips switch for knife
| * | Refactor chef-config fips configjdm/fips-58Jay Mundrawala2016-01-283-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 knifeJay Mundrawala2016-01-287-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-pryLamont Granquist2016-02-023-9/+9
|\ \ \ | | | | | | | | add pry, pry-byebug, pry-remote to omnibus-chef
| * | | add pry, pry-byebug, pry-remote to omnibus-chefLamont Granquist2016-02-023-9/+9
|/ / / | | | | | | | | | | | | removes pry as a dep of chef directly because it was never a dep of chef.