| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-01 | Merge pull request #2571 from danielmartin/revert-2517-fix-select-blocking1.2.0 | Markus Reiter | |
| Revert "Fix `IO#select` blocking." | |||
| 2017-05-01 | Revert "Fix `IO#select` blocking." | Daniel Martín | |
| 2017-04-30 | Merge pull request #2562 from DomT4/you_shall_not_pass_go_get | Mike McQuaid | |
| audit: formally ban go get usage | |||
| 2017-04-30 | Merge pull request #2566 from zmwangx/pull-fix-check-bintray-mirror | Mike McQuaid | |
| pull: fix status code check in check_bintray_mirror | |||
| 2017-04-30 | Interesting Taps and Forks: fix typo. | Mike McQuaid | |
| 2017-04-29 | pull: fix status code check in check_bintray_mirror | Zhiming Wang | |
| The status code of the last redirect should be 2xx to be deemed successful. | |||
| 2017-04-29 | Merge pull request #2563 from reitermarkus/plist | Markus Reiter | |
| Update `plist` to 3.3.0. | |||
| 2017-04-28 | Update `plist` to 3.3.0. | Markus Reiter | |
| 2017-04-28 | audit_spec: test go get ban | Dominyk Tiller | |
| 2017-04-28 | audit: formally ban go get usage | Dominyk Tiller | |
| There's been an informal ban for a while but let's be punchier because this crops up still. | |||
| 2017-04-28 | Taps and Forks: remove mailing list mention. | Mike McQuaid | |
| 2017-04-27 | Merge pull request #2554 from MikeMcQuaid/audit-dependency-option-tweak | Mike McQuaid | |
| audit: tweak dependency option audit. | |||
| 2017-04-27 | audit: tweak dependency option audit. | Mike McQuaid | |
| Make sure that `if build.with?` isn't caught. | |||
| 2017-04-27 | Merge pull request #2559 from MikeMcQuaid/docs-css-tweaks | Mike McQuaid | |
| docs: tweak CSS. | |||
| 2017-04-27 | docs: tweak CSS. | Mike McQuaid | |
| Import new brew.sh CSS changes to improve the appearance of tables and links. | |||
| 2017-04-27 | Merge pull request #2557 from MikeMcQuaid/tap-new-xcode-bump | Mike McQuaid | |
| tap-new: bump Xcode to 8.3. | |||
| 2017-04-27 | Merge pull request #2556 from MikeMcQuaid/even-better-user-agent | Mike McQuaid | |
| brew.sh: tweak macOS user agent again. | |||
| 2017-04-27 | tap-new: bump Xcode to 8.3. | Mike McQuaid | |
| Update this to the current latest Travis CI supports (which we're using) | |||
| 2017-04-27 | brew.sh: tweak macOS user agent again. | Mike McQuaid | |
| Safari uses `Mac OS X` not `OS X`. To avoid contaminating other parts of Homebrew use a separate variable for just this part, too. | |||
| 2017-04-26 | Merge pull request #2555 from MikeMcQuaid/user_agent_osx | JCount | |
| brew.sh: use OS X in user agent rather than macOS. | |||
| 2017-04-26 | brew.sh: use OS X in user agent rather than macOS. | Mike McQuaid | |
| This matches what Safari does on macOS 10.12 and is generally what tools like Google Analytics expect the format to be. | |||
| 2017-04-26 | Merge pull request #2553 from MikeMcQuaid/audit-new-formula-git | Mike McQuaid | |
| audit: fix audit of new formulae. | |||
| 2017-04-26 | audit: fix audit of new formulae. | Mike McQuaid | |
| When auditing new formulae without `--new-formula` the `audit_revision_and_version_scheme` method fails ungracefully. Instead, set some better defaults so fewer checks are needed. Fixes #2551. | |||
| 2017-04-25 | Merge pull request #2549 from MikeMcQuaid/fix-bottle-tag-ordering | Mike McQuaid | |
| software_spec: process macOS versions on Linux. | |||
| 2017-04-25 | software_spec: process macOS versions on Linux. | Mike McQuaid | |
| This module doesn't actually have any behaviour that's problematic at runtime on Linux so we may as well use it to properly sort macOS versions there. | |||
| 2017-04-25 | tap: fix env typo. | Mike McQuaid | |
| 2017-04-25 | Merge pull request #2547 from MikeMcQuaid/improve-install-upgrade-message | Mike McQuaid | |
| formula_installer: improve install/upgrade message | |||
| 2017-04-25 | formula_installer: improve install/upgrade message | Mike McQuaid | |
| If you `brew install` a formula that's already installed you get: Warning: ripgrep-0.5.1 already installed If you `brew install` an outdated formula that's installed you get: Error: ripgrep-0.5.1 already installed. To install this version, first `brew unlink ripgrep` Instead, suggest that the user should `brew upgrade` in this case. If the formula isn't outdated use the previous message. | |||
| 2017-04-25 | Merge pull request #2548 from MikeMcQuaid/audit-search-taps-fix | Mike McQuaid | |
| audit: fix use of search_tap method. | |||
| 2017-04-25 | audit: fix use of search_tap method. | Mike McQuaid | |
| This was removed in #2540 but this call site was note updated to use the `search_taps` method instead. | |||
| 2017-04-25 | Merge pull request #2541 from reitermarkus/cask-search | Markus Reiter | |
| Add remote search to `brew cask search`. | |||
| 2017-04-25 | Remove unnecessary block. | Markus Reiter | |
| 2017-04-25 | Add test for `GitHub::search_code`. | Markus Reiter | |
| 2017-04-25 | Add remote search to `brew cask search`. | Markus Reiter | |
| 2017-04-25 | Add `GitHub::search_code` method. | Markus Reiter | |
| 2017-04-25 | Merge pull request #2545 from JCount/xcode-update-clt | Mike McQuaid | |
| xcode: update Sierra CLT version to 802.0.42 | |||
| 2017-04-25 | Merge pull request #2546 from MikeMcQuaid/force-homebrew-org | Mike McQuaid | |
| Allow forcing Homebrew GitHub organisation. | |||
| 2017-04-25 | Allow forcing Homebrew GitHub organisation. | Mike McQuaid | |
| On Linux this defaults to Linuxbrew but in some cases (i.e. a Linux machine performing uploads for Homebrew) we want to allow this to be overridden back to the defaults. Relies on a change incoming to `brew test-bot` to set this there. | |||
| 2017-04-24 | xcode: update Sierra CLT version to 802.0.42 | JCount | |
| 2017-04-24 | travis: post to Homebrew's Slack. | Mike McQuaid | |
| 2017-04-24 | Merge pull request #2540 from MikeMcQuaid/search-taps-code-search | Mike McQuaid | |
| search: use single HTTP call for tap searches. | |||
| 2017-04-24 | search: use single HTTP call for tap searches. | Mike McQuaid | |
| Use GitHub's code search API to search using the filename based on the search query. This means we only need a single HTTP call and no more multithreading madness. This also means we're able to search everything in the Homebrew and Caskroom organisation by default without having to maintain a list of things to search (and not) in here. | |||
| 2017-04-24 | Merge pull request #2539 from MikeMcQuaid/pp-puts-hash | Mike McQuaid | |
| Remove puts_hash, require pp | |||
| 2017-04-24 | Remove puts_hash, require pp | Mike McQuaid | |
| I wasn’t aware this existed when I created puts_hash so: may as well remove it. | |||
| 2017-04-24 | Merge pull request #2465 from GauthamGoli/audit_components_port_rubocop | Mike McQuaid | |
| audit: audit_components method to rubocops and tests | |||
| 2017-04-24 | Merge pull request #2534 from MikeMcQuaid/which_editor_args | Mike McQuaid | |
| utils: make which_editor handle editor args. | |||
| 2017-04-24 | Merge pull request #2490 from retokromer/patch-1 | Mike McQuaid | |
| add date-based versioning | |||
| 2017-04-24 | utils: make which_editor handle editor args. | Mike McQuaid | |
| Handle cases like e.g. `EDITOR="subl -w"`. | |||
| 2017-04-24 | Merge pull request #2535 from MikeMcQuaid/brew-bintray-variables | Mike McQuaid | |
| brew: set Bintray variables. | |||
| 2017-04-23 | brew: set Bintray variables. | Mike McQuaid | |
| These are set as `HOMEBREW_BINTRAY_*` and then used by the rest of `brew` as normal. | |||
