| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add automation for bumping major/minor version | Tom Duffield | 2016-11-09 | 1 | -0/+16 |
| | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | ||||
| * | small change to test bump bot | Matt Wrock | 2016-10-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Matt Wrock <matt@mattwrock.com> | ||||
| * | Do not use bundle install to update Gemfile.lock after version bumpjk/crazy-version-bump | John Keiser | 2016-06-17 | 1 | -2/+3 |
| | | |||||
| * | Don't use berks when bumping version--can't possibly change.jk/version-without-berks | John Keiser | 2016-04-18 | 1 | -3/+1 |
| | | | | | Just change the top level bundle | ||||
| * | Make gemfile_util capable of copying groups over | John Keiser | 2016-04-18 | 1 | -1/+3 |
| | | |||||
| * | Simplify external tests and make them work with Gemfile.lock | John Keiser | 2016-04-18 | 1 | -14/+1 |
| | | |||||
| * | Pin everything down with Gemfile.lock, add rake dependencies to update | John Keiser | 2016-04-18 | 1 | -0/+3 |
| | | |||||
| * | Require chef/version since it's used herejk/require-what-you-use | John Keiser | 2016-03-29 | 1 | -0/+1 |
| | | |||||
| * | guard against changelog generator not being installedtm/option_changelog_generator | Thom May | 2016-03-03 | 1 | -6/+10 |
| | | |||||
| * | release 12.8.0 changelogmw/version-bump | Matt Wrock | 2016-03-02 | 1 | -0/+9 |
| | | |||||
| * | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | 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 CBGB to the repository | Nathen Harvey | 2016-01-21 | 1 | -0/+1 |
| | | | | | Includes rake task to generate markdown from toml | ||||
| * | rescue the right exceptionlcg/optional-chefstyle | Lamont Granquist | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | make chefstyle optional | Lamont Granquist | 2016-01-14 | 1 | -4/+8 |
| | | | | | | | | | if you 'bundle install --without development test' then the Rakefile will be broken without this. breaks appbundle-updater, so not sure how our kitchen tests are passing... | ||||
| * | Use double quotes by default | Thom May | 2016-01-14 | 1 | -14/+14 |
| | | | | | | | | 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. | ||||
| * | Per RFC 64, do style checking of the Chef repo | Thom May | 2016-01-12 | 1 | -0/+7 |
| | | | | | | | This commit enables ChefStyle, but with no active cops. Cops will be added per the RFC (one at a time, with a supporting PR to this repo) as we go on. | ||||
| * | Run pedant from chef-zero directly instead of having our own | John Keiser | 2015-11-18 | 1 | -4/+1 |
| | | |||||
| * | Refactor chef's Rakefile to a task. | Kartik Null Cating-Subramanian | 2015-08-25 | 1 | -110/+4 |
| | | |||||
| * | Generate a text version of MAINTAINERS | Thom May | 2015-06-09 | 1 | -0/+1 |
| | | |||||
| * | Run `gem install` tasks w/o bundler's env | danielsdeleo | 2015-05-29 | 1 | -1/+11 |
| | | | | | | When bundler 1.10 is installed, running these tasks w/ bundler causes `gem install` to fail with no output | ||||
| * | Update rake tasks for componentization | danielsdeleo | 2015-05-20 | 1 | -5/+83 |
| | | |||||
| * | Add specs for many external dependent projects | John Keiser | 2015-05-13 | 1 | -1/+2 |
| | | |||||
| * | Switch over Windows builds to universal builds. | Kartik Null Cating-Subramanian | 2015-05-01 | 1 | -1/+1 |
| | | | | | Updated dependencies and refactored platform gemspecs. | ||||
| * | Add rake task at root to build eventlog dll | Jay Mundrawala | 2014-10-22 | 1 | -0/+12 |
| | | |||||
| * | Run Pedant against local mode in Travis | John Keiser | 2014-04-22 | 1 | -2/+4 |
| | | |||||
| * | Remove `rake gem` dep on deleted tasks | danielsdeleo | 2014-02-04 | 1 | -3/+0 |
| | | | | | | Dependency between task "gem" and "docs:all" caused "gem" to fail now that the obsolete "docs" tasks are removed. | ||||
| * | Remove obsolete doc generator deps | danielsdeleo | 2014-02-04 | 1 | -72/+0 |
| | | |||||
| * | Remove auto-generation of man pages from markdown since it is being handled ↵ | sersut | 2013-10-18 | 1 | -13/+2 |
| | | | | | seperately. | ||||
| * | ignore ronn if its not in the bundle | Lamont Granquist | 2013-09-27 | 1 | -1/+9 |
| | | |||||
| * | use separate gemspec for windows | Lamont Granquist | 2013-09-27 | 1 | -4/+12 |
| | | | | | | | | | | | | - allows us to explicitly version pin in the gemspec on gem installs rather than getting different behavior from 'gem install' and 'bundle install' (gemspec vs. Gemfile). - the mingw deps had been in the Gemfile because it needed to be a group since gemspecs do not have groups. this builds two different gems for publication to rubygems instead. - see mixlib-shellout for the prototype of where this has been done (successfully). | ||||
| * | add rake task for generating docs with YARD | Lamont Granquist | 2013-06-20 | 1 | -0/+15 |
| | | |||||
| * | fixes for 'rake install' on ruby-2.0.0 | Lamont Granquist | 2013-06-12 | 1 | -1/+3 |
| | | |||||
| * | [CHEF-3619] fix obsolete require of 'rake/rdoctask' | Adam Spiers | 2012-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 'rake/doctask' has been deprecated for quite a while but since version 10.0.0, rake no longer simply warns, and now fails with a cryptic error: $ rake -T rake aborted! GONE /home/adam/chef/Rakefile:24:in `require' /home/adam/chef/Rakefile:24:in `<top (required)>' /home/adam/.rvm/gems/ruby-1.9.3-p194@chef/bin/ruby_noexec_wrapper:14:in `eval' /home/adam/.rvm/gems/ruby-1.9.3-p194@chef/bin/ruby_noexec_wrapper:14:in `<main>' (See full trace by running task with --trace) | ||||
| * | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+120 |
| | | | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! | ||||
| * | [OC-3564] remove unused scripts | Seth Chisamore | 2012-10-30 | 1 | -533/+0 |
| | | | | | | These scripts are no longer needed now that none of the Chef Server components live in this repository. | ||||
| * | Modifiy server boot process for new switches | Logan Lowell | 2012-08-03 | 1 | -4/+4 |
| | | |||||
| * | add chef-expander to top level spec task | Bryan McLellan | 2011-10-10 | 1 | -0/+1 |
| | | |||||
| * | Add chef-server-api to top level rake spec | Bryan McLellan | 2011-10-10 | 1 | -0/+1 |
| | | |||||
| * | long live chef expander, and start it up for dev features | jtimberman | 2011-04-10 | 1 | -1/+1 |
| | | |||||
| * | all behavior/specs have been removed from chef-solr | Daniel DeLeo | 2011-03-21 | 1 | -1/+0 |
| | | |||||
| * | CHEF-2042, build the chef-expander gem | jtimberman | 2011-03-18 | 1 | -1/+1 |
| | | |||||
| * | trying to configure rabbitmq too soon corrupts its db | Daniel DeLeo | 2011-02-12 | 1 | -0/+1 |
| | | | | | there must be a joke about coffee mugs in here somewhere | ||||
| * | fix features start for new solr hotness | Daniel DeLeo | 2011-02-10 | 1 | -0/+2 |
| | | |||||
| * | update features infrastructure for chef-expander | Daniel DeLeo | 2011-02-03 | 1 | -10/+7 |
| | | |||||
| * | create features:api:environments:nodes rake task | sdelano | 2010-11-01 | 1 | -0/+4 |
| | | |||||
| * | features for environments cookbooks api | sdelano | 2010-11-01 | 1 | -0/+6 |
| | | |||||
| * | feature tests for base environments api | sdelano | 2010-11-01 | 1 | -1/+1 |
| | | |||||
