Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade | Lamont Granquist | 2016-08-17 | 2 | -4/+4 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Add release notes and gem version diff generator | John Keiser | 2016-08-10 | 1 | -0/+37 |
| | |||||
* | Change recommended by @jkeiser to make single gem updates work correctly. | Noah Kantrowitz | 2016-08-02 | 1 | -2/+2 |
| | |||||
* | Making rake:dependencies work | tyler-ball | 2016-06-15 | 1 | -2/+0 |
| | |||||
* | fix delete in bundle-platform | Matt Wrock | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | fix bundle locking on bundler 1.12 and enforce version we wantbun_1_11 | Matt Wrock | 2016-05-25 | 2 | -4/+24 |
| | |||||
* | remove issues from changelog generator | Lamont Granquist | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Remove 'conservative' from dependency tasks. | Chris Doherty | 2016-05-09 | 1 | -57/+47 |
| | |||||
* | completely deprecate run_chef_tests | Lamont Granquist | 2016-05-02 | 1 | -6/+0 |
| | |||||
* | give bundle audit its own run | Lamont Granquist | 2016-04-28 | 1 | -11/+1 |
| | | | | and extract most config back out into .travis.yml | ||||
* | run chefstyle in parallel, once | Lamont Granquist | 2016-04-27 | 1 | -1/+0 |
| | | | | make it easier to see if we have style errors or code errors | ||||
* | Re-add activesupport testsjk/activesupport-tests | John Keiser | 2016-04-19 | 4 | -30/+37 |
| | |||||
* | Fix bundle outdated | John Keiser | 2016-04-18 | 1 | -11/+13 |
| | |||||
* | Don't update fips serverspec Gemfile.lock | John Keiser | 2016-04-18 | 1 | -4/+2 |
| | |||||
* | Don't lock acceptance for other platforms | John Keiser | 2016-04-18 | 2 | -8/+10 |
| | |||||
* | Remove Gemfile.windows and put both platforms in Gemfile.lock | John Keiser | 2016-04-18 | 4 | -18/+18 |
| | |||||
* | Allow Windows to freeze | John Keiser | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Make gemfile_util capable of copying groups over | John Keiser | 2016-04-18 | 7 | -168/+443 |
| | |||||
* | Simplify external tests and make them work with Gemfile.lock | John Keiser | 2016-04-18 | 7 | -140/+274 |
| | |||||
* | Pin everything down with Gemfile.lock, add rake dependencies to update | John Keiser | 2016-04-18 | 5 | -0/+451 |
| | |||||
* | Autofixing new Perf cops in 0.37.2 | Lamont Granquist | 2016-02-23 | 1 | -1/+1 |
| | | | | | | | | | | 6 Performance/Casecmp 18 Performance/Detect 1 Performance/RangeInclude 27 Performance/RedundantBlockCall 6 Performance/RedundantMatch 5 Performance/RedundantMerge 18 Performance/StringReplacement | ||||
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 4 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 1 | -2/+2 |
| | | | 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 | 1 | -1/+1 |
| | | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi" | ||||
* | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 3 | -3/+3 |
| | | | 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" | ||||
* | Add --profile to all rspec rake tasksjk/rspec-profile | John Keiser | 2016-02-01 | 1 | -2/+6 |
| | |||||
* | Don't fail CI build if tomlrb isn't available. | Kartik Null Cating-Subramanian | 2016-01-27 | 1 | -45/+51 |
| | |||||
* | Governers -> Governorsfix_cbgb_typo | Nathen Harvey | 2016-01-23 | 1 | -1/+1 |
| | | | | thanks @juliandunn | ||||
* | Follow chefstylenathen/add_cbgb | Nathen Harvey | 2016-01-21 | 1 | -3/+3 |
| | |||||
* | Add CBGB to the repository | Nathen Harvey | 2016-01-21 | 1 | -0/+78 |
| | | | | Includes rake task to generate markdown from toml | ||||
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimeters | Lamont Granquist | 2016-01-18 | 1 | -2/+2 |
| | | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book. | ||||
* | Use double quotes by default | Thom May | 2016-01-14 | 3 | -20/+20 |
| | | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing. | ||||
* | autocorrecting Style/TrailingCommalcg/trailing_comma | Lamont Granquist | 2016-01-13 | 1 | -1/+1 |
| | | | | chefstyle -a fixed 1044 occurrances | ||||
* | Make external tests work locally betterjk/chef-fs-split | John Keiser | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | add knife-windows to external specskwspec | Matt Wrock | 2015-12-29 | 1 | -1/+2 |
| | |||||
* | Use latest bundler and rubygemsjk/reenable-bundler-cache | John Keiser | 2015-12-07 | 2 | -7/+9 |
| | |||||
* | Run pedant from chef-zero directly instead of having our own | John Keiser | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Raise an error when a command fails | John Keiser | 2015-11-17 | 1 | -7/+15 |
| | |||||
* | Add cheffish, chef-zero, chef-provisioning and chef-provisioning-aws specs | John Keiser | 2015-09-30 | 1 | -10/+16 |
| | |||||
* | Add external tests for chefspec, chef-sugar, chef-rewind, foodcritic and poise | John Keiser | 2015-09-30 | 1 | -23/+41 |
| | |||||
* | sync maintainers with githubtm/sync_gh_maintainers | Thom May | 2015-09-07 | 1 | -14/+155 |
| | |||||
* | Cope with toml not being installed | Thom May | 2015-06-09 | 1 | -35/+39 |
| | |||||
* | fix copyright | Thom May | 2015-06-09 | 1 | -3/+1 |
| | |||||
* | Generate a text version of MAINTAINERS | Thom May | 2015-06-09 | 1 | -0/+67 |
| | |||||
* | Use --local install for component tests | danielsdeleo | 2015-05-20 | 1 | -1/+1 |
| | | | | | Since we just bundle installed the parent, we should have all the gems the subproject needs | ||||
* | Bundle install chef-config before running tests | danielsdeleo | 2015-05-20 | 1 | -0/+1 |
| | |||||
* | Update rake tasks for componentization | danielsdeleo | 2015-05-20 | 1 | -0/+12 |
| | |||||
* | Use descriptive constant names in tests to avoid conflict | danielsdeleo | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | Add specs for many external dependent projects | John Keiser | 2015-05-13 | 1 | -0/+29 |
| | |||||
* | skip expensive spec tests by default | Lamont Granquist | 2014-11-14 | 1 | -18/+16 |
| | | | | | | | | | | - `rake spec` skips knife integration tests - `rake spec:all` includes them - PRs only get `rake spec` - master (and 10/11/12-stable) get `rake spec:all` - rspec and rspec spec are still essentially rake spec:all (so omnibus-chef still tests every spec) - also some cleanup of the rspec jobs |