| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-09 | Merge pull request #1806 from MikeMcQuaid/audit-virtualenv-setuptools1.1.7 | Mike McQuaid | |
| audit: check virtualenv and setuptools resource. | |||
| 2017-01-09 | Merge pull request #1807 from MikeMcQuaid/bump-formula-pr-check-url | Mike McQuaid | |
| bump-formula-pr: check for URL presence. | |||
| 2017-01-09 | audit: check virtualenv and setuptools resource. | Mike McQuaid | |
| `virtualenv_install_with_resources` will automatically define and install a `setuptools` resource so this is unnecessary. References https://github.com/Homebrew/homebrew-core/pull/8570 | |||
| 2017-01-09 | bump-formula-pr: check for URL presence. | Mike McQuaid | |
| If it's not there, produce a nicer error. Fixes #1805. | |||
| 2017-01-07 | Merge pull request #1801 from woodruffw/check-temp-correctly | ilovezfs | |
| keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes | |||
| 2017-01-07 | keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes. | William Woodruff | |
| Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp, some build systems (like Parrot's) will attempt to use the realpath instead of the literal /tmp we supply it with. This breaks the relocation code, which only tested the literal HOMEBREW_TEMP and not its realpath. | |||
| 2017-01-07 | Merge pull request #1798 from MikeMcQuaid/audit-fake-safari-user-agent | Mike McQuaid | |
| Allow `brew audit` to fake a Safari user-agent. | |||
| 2017-01-07 | Allow `brew audit` to fake a Safari user-agent. | Mike McQuaid | |
| This allows us to detect if homepages such as e.g. `aiccu` which blocks `curl` are up or not. | |||
| 2017-01-07 | Merge pull request #1797 from Homebrew/revert-1784-uses_tap_exception | Mike McQuaid | |
| Revert "uses: properly handle untapped formulae in recursive dependency expansion" | |||
| 2017-01-07 | Revert "uses: properly handle untapped formulae in recursive dependency ↵ | Mike McQuaid | |
| expansion" | |||
| 2017-01-07 | docs/README: link to Versions.md. | Mike McQuaid | |
| 2017-01-07 | Merge pull request #1784 from alyssais/uses_tap_exception | Mike McQuaid | |
| uses: properly handle untapped formulae in recursive dependency expansion | |||
| 2017-01-07 | Merge pull request #1786 from rwhogg/perl-version-may-lack-brackets | Mike McQuaid | |
| PerlRequirement: Perl version string may lack parentheses | |||
| 2017-01-07 | Merge pull request #1792 from javian/whitelistphpshadowedheader | Mike McQuaid | |
| Whitelist PHP formulas in shadowed header audit check | |||
| 2017-01-07 | Merge pull request #1796 from Homebrew/revert-1746-always-filter-flags-deps | Mike McQuaid | |
| Revert "cc: always filter flags on deps." | |||
| 2017-01-07 | Revert "cc: always filter flags on deps." | Mike McQuaid | |
| 2017-01-06 | Whitelist PHP formulas in shadowed header audit check | Jan Viljanen | |
| 2017-01-06 | Merge pull request #1793 from MikeMcQuaid/keg-resolve-not-real-path | ilovezfs | |
| keg: use resolved_path not realpath. | |||
| 2017-01-06 | keg: use resolved_path not realpath. | Mike McQuaid | |
| This guards against this being a non-symlink in which case it will fail. | |||
| 2017-01-06 | Merge pull request #1782 from ilovezfs/prefix-fixups | ilovezfs | |
| Fix abv and prefix_linked? | |||
| 2017-01-06 | formula: tweak versioned prefix approach. | Mike McQuaid | |
| 2017-01-06 | pathname: make compute_disk_usage handle symlinks. | Mike McQuaid | |
| 2017-01-05 | Merge pull request #1780 from MikeMcQuaid/use-docs-links | Mike McQuaid | |
| Use docs.brew.sh links. | |||
| 2017-01-05 | Merge pull request #1787 from alyssais/formula_comments | Mike McQuaid | |
| formula: correct grammar in comments | |||
| 2017-01-05 | Merge pull request #1783 from jonchang/fix-docs-titles | Mike McQuaid | |
| docs: fix titles on docs.brew.sh | |||
| 2017-01-05 | Merge pull request #1771 from alyssais/license_year | Mike McQuaid | |
| licenses: update copyright year | |||
| 2017-01-05 | formula: correct grammar in comments | Alyssa Ross | |
| 2017-01-04 | PerlRequirement: version number might not be wrapped in parentheses | Shaun Jackman | |
| For example: This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi | |||
| 2017-01-05 | uses: properly handle recursive deps exceptions | Alyssa Ross | |
| Fixes #1776. If any known formula had a dependency on an untapped tap, Formula#recursive_dependencies would throw an exception, which would be caught by the outer exception handler, causing the rest of the dependencies for that formula to be skipped and incomplete output to be generated. To fix this, I added a check to avoid analysing the dependencies of formulae from uninstalled taps. Additionally, I removed the aforementioned outer exception handler added in 5fdb89aed90f03413cdb21af430411c4a722876e, because the only other place that should be capable of throwing such an exception is the statement that was surrounded by another wider exception handler in Homebrew/legacy-homebrew#40682. | |||
| 2017-01-05 | dependency: TapDependency#tap returns a Tap | Alyssa Ross | |
| Previously, this returned a String, but a Tap instance seems much more sensible. I couldn't find anywhere this method was actually used, so the change shouldn't break anything. | |||
| 2017-01-04 | docs: fix titles on docs.brew.sh | Jonathan Chang | |
| 2017-01-04 | formula: make prefix_linked? use versioned prefix | ilovezfs | |
| otherwise whenever prefix is unversioned, prefix_Linked will be false | |||
| 2017-01-04 | formula: realpath prefix before computing abv | ilovezfs | |
| versioned prefix is a directory, but unversioned is a symlink, so realpath it before computing abv | |||
| 2017-01-04 | Merge pull request #1777 from alyssais/tests_tab_version | Mike McQuaid | |
| tests: remove temporary tab homebrew_version override | |||
| 2017-01-04 | Use docs.brew.sh links. | Mike McQuaid | |
| 2017-01-04 | Merge pull request #1773 from MikeMcQuaid/docs-site | Mike McQuaid | |
| Cleanup documentation site | |||
| 2017-01-04 | Cleanup documentation site | Mike McQuaid | |
| GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings. | |||
| 2017-01-04 | Merge pull request #1775 from MikeMcQuaid/deprecate-env-std-userpaths | Mike McQuaid | |
| audit: deprecate env :std/:userpaths for strict. | |||
| 2017-01-04 | tab: set homebrew_version in Tab.empty | Alyssa Ross | |
| 2017-01-04 | tests: remove temp tab homebrew_version override | Alyssa Ross | |
| This had to be added in #1750 to work around special-casing for tabs generated with Homebrew versions < 1.1.6. Now that 1.1.6 is the current version, we can remove this hack. | |||
| 2017-01-03 | audit: deprecate env :std/:userpaths for strict. | Mike McQuaid | |
| This should apply only for new formulae but we should start gradually phasing it out for older ones too. | |||
| 2017-01-03 | Merge pull request #1677 from MikeMcQuaid/formula-prefix-opt | Mike McQuaid | |
| formula: make prefix usually return opt_prefix. | |||
| 2017-01-03 | Merge pull request #1768 from MikeMcQuaid/deprecate-homebrew-versions-devel-only1.1.6 | Mike McQuaid | |
| Deprecate Homebrew/versions, Homebrew/devel-only. | |||
| 2017-01-03 | Merge pull request #1767 from MikeMcQuaid/docs-updates | Mike McQuaid | |
| General documentation updates. | |||
| 2017-01-03 | license: remove copyright ending year | Alyssa Ross | |
| See https://github.com/Homebrew/brew/pull/1771#issuecomment-270143292. | |||
| 2017-01-03 | cask: remove license | Alyssa Ross | |
| See https://github.com/Homebrew/brew/pull/1771#issuecomment-270179479. | |||
| 2017-01-03 | Add versions documentation. | Mike McQuaid | |
| 2017-01-03 | Deprecate Homebrew/versions, Homebrew/devel-only. | Mike McQuaid | |
| Don't use Homebrew/versions in a test and remove them both from the OFFICIAL_TAPS list (i.e. `brew search`). | |||
| 2017-01-03 | Set theme jekyll-theme-cayman | Mike McQuaid | |
| 2017-01-02 | Merge pull request #1766 from MikeMcQuaid/update-report-incoming-renames | Mike McQuaid | |
| update-report: handle homebrew/versions imports. | |||
