| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-13 | Merge pull request #3774 from sbol-coolblue/fix-formula-formulae | Markus Reiter | |
| Grammar: "formula are" -> "formulae are" | |||
| 2018-02-13 | diagnostic: remove cache size check | ilovezfs | |
| 2018-02-12 | brew, diagnostic: tweak CI variable checks. | Mike McQuaid | |
| I've adjusted test-bot in: https://github.com/Homebrew/homebrew-test-bot/commit/603918939a58a8d6351177fe35f0193b79549dfa to set CI=1 for Jenkins to make future JENKINS_HOME checks unnecessary. The only `TRAVIS_*` variable we care about is `TRAVIS_SUDO` so whitelist that specifically rather than passing through loads of others. | |||
| 2018-02-12 | diagnostic: guard cache check on Jenkins too | Dominyk Tiller | |
| 2018-02-11 | diagnostic: implement cache size check | Dominyk Tiller | |
| 2018-02-07 | Grammar: "formula are" -> "formulae are" | Sander Bol | |
| Fix plural form of formula in `brew doctor` output. | |||
| 2018-01-21 | fix broken sentence | Simon B | |
| 2017-12-08 | Remove some unset/checked environment checks | Mike McQuaid | |
| These will be redundant once environment filtering is on by default in #3529. | |||
| 2017-11-28 | whitelisting additional SentinelOne dylib pattern | Louis Bergelson | |
| it seems like SentinelOne is now using dylibs that include a number, possibly randomized in some way this causes brew doctor to give a warning, but it should probably be ignored like the previous versions of the sentinel dylib updating diagnostic.rb to include a new pattern to ignore dylibs of the form sentinel-*.dylib | |||
| 2017-11-17 | diagnostic: fix paths usage. | Mike McQuaid | |
| - Don't allow taking an argument. This doesn't work and never has as it caches the result regardless of the argument. - Don't rely on the PATH to check for external commands. | |||
| 2017-10-24 | Remove usless comments. | Markus Reiter | |
| 2017-10-20 | diagnostic: handle APFS returning hash order | Dominyk Tiller | |
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-10-18 | Merge pull request #3229 from BenMusch/check-for-master-no-refactor | Mike McQuaid | |
| doctor: Check for branch of core tap (take 2) | |||
| 2017-10-14 | diagnostic: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-08 | Clean up code style and remove `.rubocop_todo.yml`. | Markus Reiter | |
| 2017-10-01 | diagnostic: remove unnecessary blank line. | Mike McQuaid | |
| 2017-09-28 | Fix regex style | Mike McQuaid | |
| 2017-09-27 | Merge branch 'master' into check-for-master-no-refactor | Ben Muschol | |
| 2017-09-27 | Implement changes | Ben Muschol | |
| 2017-09-24 | Rubocop: automatic rule fixes. | Mike McQuaid | |
| 2017-09-18 | Revert "Add check for HEAD ref in diagnostics" | ilovezfs | |
| 2017-09-18 | Revert "diagnostic: don't check CI core branch." | ilovezfs | |
| This reverts commit cb5b14307ca4640e1ba68cfd28e7fef34a3b771b. | |||
| 2017-09-18 | Revert "diagnostic: also don't check Jenkins core branch." | ilovezfs | |
| This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb. | |||
| 2017-08-26 | Revert "Add check for HEAD ref in diagnostics" | ilovezfs | |
| 2017-08-26 | Revert "diagnostic: don't check CI core branch." | ilovezfs | |
| This reverts commit cb5b14307ca4640e1ba68cfd28e7fef34a3b771b. | |||
| 2017-08-26 | Revert "diagnostic: also don't check Jenkins core branch." | ilovezfs | |
| This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb. | |||
| 2017-08-26 | diagnostic: also don't check Jenkins core branch. | Mike McQuaid | |
| 2017-08-26 | diagnostic: don't check CI core branch. | Mike McQuaid | |
| 2017-08-26 | Prefer if over unless, simplify messaging | Ben Muschol | |
| 2017-08-25 | Fix method name | Ben Muschol | |
| 2017-08-25 | Add check for HEAD ref in diagnostics | Ben Muschol | |
| 2017-07-20 | diagnostic: use ENV[] | Mike McQuaid | |
| 2017-07-20 | Update source check to match style | Justin Baugh | |
| 2017-07-20 | Address rubocop issues | Justin Baugh | |
| 2017-07-20 | Add warning to doctor if HOMEBREW_BUILD_FROM_SOURCE is set. | Justin Baugh | |
| 2017-06-22 | diagnostic: Update whitelisted dylib used by Symantec (again) | Wang Boyu | |
| 2017-06-22 | diagnostic: Update whitelisted dylib used by Symantec | Wang Boyu | |
| 2017-06-17 | diagnostic: quiet some CI whining. | Mike McQuaid | |
| We want to be able to symlink Homebrew/test-bot to Homebrew/core on Linux for CI speed. | |||
| 2017-06-14 | diagnostic: Fix suggested git remote commands | Baptiste Fontaine | |
| 2017-06-10 | Autocorrect Rubocop Style/PerlBackrefs. | Mike McQuaid | |
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
| 2017-05-31 | Fix operator spacing. | Markus Reiter | |
| 2017-05-27 | diagnostic: move some more macOS doctor checks. | Mike McQuaid | |
| Move some `brew doctor` checks that are pretty macOS specific so they are only run on macOS. | |||
| 2017-05-18 | Merge pull request #2537 from reitermarkus/pathname-to_str | Markus Reiter | |
| Remove `to_s` from some `Pathname`s. | |||
| 2017-05-13 | More environment filtering tweaks | Mike McQuaid | |
| - only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes | |||
| 2017-05-08 | Remove `to_s` from some `Pathname`s. | Markus Reiter | |
| 2017-04-30 | Use `PATH#select`. | Markus Reiter | |
| 2017-04-30 | Make `PATH` enumerable. | Markus Reiter | |
