| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-24 | Merge pull request #1123 from reitermarkus/rubocop | Mike McQuaid | |
| RuboCop: Style/AccessorMethodName | |||
| 2016-09-24 | test-bot: move to tap. | Mike McQuaid | |
| Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to work on this with a different, non-tagged workflow. | |||
| 2016-09-24 | RuboCop: Style/AccessorMethodName | Markus Reiter | |
| 2016-09-24 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-23 | test-bot: always check style of formula. | Mike McQuaid | |
| 2016-09-23 | Merge pull request #1100 from MikeMcQuaid/test-bot-etc-var1.0.3 | Mike McQuaid | |
| test-bot: cleanup etc/var after each build. | |||
| 2016-09-23 | Fix Style/IfUnlessModifier. | Markus Reiter | |
| 2016-09-23 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-23 | Fix Style/NumericLiterals. | Markus Reiter | |
| 2016-09-23 | Fix Style/Next. | Markus Reiter | |
| 2016-09-23 | Fix Performance/FixedSize. | Markus Reiter | |
| 2016-09-23 | test-bot: cleanup Cellar/etc/var after each build. | Mike McQuaid | |
| This has been causing issues when bottling files that are installed to these paths due to the diff algorithm we use for figuring out whether files installed into etc/var belong to a given bottle. Additionally, sometimes not all formulae were uninstalled which meant `brew doctor` would fail. | |||
| 2016-09-23 | Merge pull request #1086 from woodruffw/macho-cosmetics | Mike McQuaid | |
| Remove old cctools references now that only ruby-macho is used. | |||
| 2016-09-23 | Merge pull request #1085 from penman/docs-update_test | Mike McQuaid | |
| docs: more accurate update-test parameter name | |||
| 2016-09-23 | Merge pull request #1041 from penman/parallel_tests | Mike McQuaid | |
| Parallelise test suite | |||
| 2016-09-22 | test: most formulae have tests now | Bob W. Hogg | |
| 2016-09-22 | Remove old cctools references now that only ruby-macho is used. | William Woodruff | |
| 2016-09-22 | update-test: more accurate variable names | Alyssa Ross | |
| 2016-09-22 | docs: more accurate update-test parameter name | Alyssa Ross | |
| `sha1` isn't a very accurate description of what this value can be because it can be any git commit reference. For example, `brew test-bot` uses `brew update-test --commit=HEAD`. | |||
| 2016-09-20 | test-bot: always update to tag for taps. | Mike McQuaid | |
| 2016-09-20 | tests, cask-tests: serialize stdout on CI | Alyssa Ross | |
| 2016-09-20 | Simplify `brew man` authors. | Markus Reiter | |
| 2016-09-20 | man: use new manpages/docs locations. | Mike McQuaid | |
| 2016-09-20 | Update documentation links. | Mike McQuaid | |
| 2016-09-20 | man: read lead, former maintainers, creator. | Mike McQuaid | |
| 2016-09-20 | test-bot: always set PATH to HOMEBREW_PREFIX. | Mike McQuaid | |
| Set the `PATH` to always have the `bin` and `sbin` for the current `HOMEBREW_PREFIX` at the beginning. | |||
| 2016-09-19 | tests: run in parallel | Alyssa Ross | |
| 2016-09-19 | test-bot: brew prune after removing formulae. | Mike McQuaid | |
| 2016-09-19 | test-bot: run `brew style`. | Mike McQuaid | |
| 2016-09-19 | Merge pull request #1019 from MikeMcQuaid/macos-rename | Mike McQuaid | |
| Use new "macOS" naming where appropriate. | |||
| 2016-09-19 | Merge pull request #1015 from MikeMcQuaid/relocate-repository | Mike McQuaid | |
| Relocate HOMEBREW_REPOSITORY when necessary. | |||
| 2016-09-18 | Use new "macOS" naming where appropriate. | Mike McQuaid | |
| Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. | |||
| 2016-09-18 | test-bot: uninstall all formula on cleanup. | Mike McQuaid | |
| Need to do this manually now that we can't rely on `git clean -xdf` to do it for us. | |||
| 2016-09-18 | Relocate HOMEBREW_REPOSITORY when necessary. | Mike McQuaid | |
| Now that the default from the installer, our CI and soon all users is `/usr/local/Homebrew` it's a lot easier to check if there's references to it (as we cannot look for `/usr/local` as it's a too commonly hardcoded path). | |||
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-17 | test-bot: generate coverage reports on Sierra. | Mike McQuaid | |
| We may have two Sierra nodes available which could speed up this relatively slow operation. | |||
| 2016-09-16 | update-test: handle missing master branch. | Mike McQuaid | |
| Ensure it's always created. Also, re-order `update-test` in `test-bot` (and `readall`) so they are run before the test suites. | |||
| 2016-09-16 | Send coverage from Jenkins, don't run OS X Travis. | Mike McQuaid | |
| OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing. | |||
| 2016-09-13 | test-bot: fix test default formula handling. | Mike McQuaid | |
| Move the test default formula handling to after all the other formulae additions are so it'll only be added if no formulae are detected already in a PR. | |||
| 2016-09-13 | test-bot: don't run Homebrew tests for taps PRs. | Mike McQuaid | |
| Check the repository directly rather than @test_default_formula. | |||
| 2016-09-13 | test-bot: also build testing bottle. | Mike McQuaid | |
| 2016-09-13 | bottle: allow forcing tap when not present. | Mike McQuaid | |
| 2016-09-13 | test-bot: default to building testbottest. | Mike McQuaid | |
| This provides an integration test for `test-bot.rb` by performing compilation of an actual formula. | |||
| 2016-09-12 | Merge pull request #947 from zmwangx/fix-test-bot-desc | Zhiming Wang | |
| test-bot: fix summary | |||
| 2016-09-12 | test-bot: fix summary | Zhiming Wang | |
| 2016-09-12 | test-bot: fix bottling non-testing jobs. | Mike McQuaid | |
| Need to handle when the `BOT_PARAMS` are `nil`. | |||
| 2016-09-12 | test-bot: fix multiline regex. | Mike McQuaid | |
| 2016-09-12 | bottle: remove debug statements. | Mike McQuaid | |
| 2016-09-12 | test-bot: fix regex placement. | Mike McQuaid | |
| 2016-09-12 | Merge pull request #929 from MikeMcQuaid/test-bot-jenkinsfile | Mike McQuaid | |
| test-bot: handle more Jenkins configurations. | |||
