| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-02 | Fix a test failure when svn is not installed | Shaun Jackman | |
| 2017-12-02 | Remember `--ignore-dependencies` when installing and upgrading | L. E. Segovia | |
| 2017-12-02 | lines_cop: Convert ARGV audit to negative look ahead | Gautham Goli | |
| 2017-12-01 | Hardware::CPU: Implement OS-agnostic methods | Shaun Jackman | |
| 2017-12-02 | Simplify `PATH` usage in `Formula`. | Markus Reiter | |
| 2017-12-02 | Support environment filtering in Casks. | Markus Reiter | |
| 2017-12-01 | Fix SystemCommand escaping … again. | Markus Reiter | |
| 2017-12-01 | hooks/bottles: remove bottle hooks. | Mike McQuaid | |
| These were removed from Boxen in: https://github.com/boxen/puppet-homebrew/pull/108 | |||
| 2017-11-30 | Merge pull request #3505 from MikeMcQuaid/unify-proxy-docs | Mike McQuaid | |
| Unify proxy documentation. | |||
| 2017-11-30 | Unify proxy documentation. | Mike McQuaid | |
| Specify under the list of environment variables how to set each of those that we passthrough and use. | |||
| 2017-11-30 | Merge pull request #3509 from MikeMcQuaid/version-null-to-i | Mike McQuaid | |
| version/null: add to_i method. | |||
| 2017-11-30 | version/null: add to_i method. | Mike McQuaid | |
| Fixes #3504. | |||
| 2017-11-30 | Merge pull request #3506 from MikeMcQuaid/cleaner_spec_os | Mike McQuaid | |
| cleaner_spec: have a single "cleans files" test. | |||
| 2017-11-29 | Merge pull request #3486 from sjackman/portable-ruby-arm | Mike McQuaid | |
| vendor-install: Add ARM bottle for portable-ruby | |||
| 2017-11-29 | cleaner_spec: have a single "cleans files" test. | Mike McQuaid | |
| This avoids noting the the Linux test as "pending" on Mac. | |||
| 2017-11-29 | Merge pull request #3492 from amyspark/fix-latest-casks | Markus Reiter | |
| Properly upgrade Casks with version :latest | |||
| 2017-11-29 | Merge pull request #3495 from reitermarkus/cask-external-commands | Markus Reiter | |
| Fix external Cask commands. | |||
| 2017-11-29 | Merge pull request #3498 from lbergelson/lb_add_sentinel_one_whitelist | Mike McQuaid | |
| whitelisting additional SentinelOne dylib pattern | |||
| 2017-11-29 | Leftover of @reitermarkus's comments | L. E. Segovia | |
| Simplify a condition | |||
| 2017-11-29 | Implement @reitermarkus's comments | L. E. Segovia | |
| Leftover && and remove xattr "copy" | |||
| 2017-11-28 | Remove unused backup and metadata logic | L. E. Segovia | |
| 2017-11-29 | Fix external Cask commands. | Markus Reiter | |
| 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-28 | Fully separate purge_versioned_files | L. E. Segovia | |
| 2017-11-28 | Only show `kext` caveat on High Sierra or above. | Markus Reiter | |
| 2017-11-28 | Rename purge_backed_versioned_files to purge_backed_up_versioned_files | L. E. Segovia | |
| 2017-11-28 | Try #2 at handling backed up Casks | L. E. Segovia | |
| Avoid using variables altogether; fork out the purge into two specialized + one common function | |||
| 2017-11-28 | Always backup the old Cask prior to upgrade | L. E. Segovia | |
| (and if doing so, correctly set the staged_path when purging it) | |||
| 2017-11-28 | Use the proper path when purging metadata | L. E. Segovia | |
| 2017-11-28 | Solve styling and metadata issues | L. E. Segovia | |
| 2017-11-28 | Stage to a different directory if upgrading Casks w/version :latest | L. E. Segovia | |
| 2017-11-28 | Test upgrade for Casks with version :latest | L. E. Segovia | |
| 2017-11-28 | Fix `_stanza` test. | Markus Reiter | |
| 2017-11-28 | Refactor caveats and add `kext` caveat. | Markus Reiter | |
| 2017-11-27 | Merge pull request #3396 from amyspark/hacktoberfest-upgrade | Markus Reiter | |
| Implement `brew cask upgrade` | |||
| 2017-11-27 | vendor-install: Add ARM bottle for portable-ruby | Shaun Jackman | |
| 2017-11-27 | Merge pull request #3487 from MikeMcQuaid/dev-env-filtering | Mike McQuaid | |
| Enable environment filtering for developers. | |||
| 2017-11-27 | More environment filtering fixes | Mike McQuaid | |
| - Make `brew pull` pass through Git environment variables - Whitelist all `TRAVIS_` variables. | |||
| 2017-11-27 | Enable environment filtering for developers. | Mike McQuaid | |
| If folks have set `HOMEBREW_DEVELOPER` or run a `dev-cmd` then enable environment filtering by default for them. | |||
| 2017-11-27 | Remove redundant --greedy | L. E. Segovia | |
| 2017-11-27 | Merge pull request #3482 from MikeMcQuaid/homebrew-curl | Mike McQuaid | |
| Allow optionally using Homebrew's curl | |||
| 2017-11-27 | Implement more of @reitermarkus's comments | L. E. Segovia | |
| - Include tests in context - replace 'route' with 'path' - more assorted fixes | |||
| 2017-11-26 | Allow optionally using Homebrew's curl | Mike McQuaid | |
| If `HOMEBREW_FORCE_BREWED_CURL` is set then allow it to be used instead of the system `curl`. | |||
| 2017-11-26 | Add test fixtures for ELF executables | Bob W. Hogg | |
| Add test/support/fixtures/elf/ and test/support/fixtures/tarballs/testball-0.1-linux.tbz | |||
| 2017-11-26 | Cleaner: ELF files are executable on Linux | Shaun Jackman | |
| 2017-11-26 | Merge pull request #3465 from sjackman/vcs-requirement | Mike McQuaid | |
| Add CVSRequirement and SubversionRequirement | |||
| 2017-11-26 | Merge pull request #3479 from MikeMcQuaid/prune-build-default-formulae | Mike McQuaid | |
| formula_installer: force fewer default formulae | |||
| 2017-11-25 | Add CVSRequirement and SubversionRequirement | Shaun Jackman | |
| Use these two requirements in DependencyCollector. Remove the unused function MacOS::Xcode.provides_cvs? | |||
| 2017-11-25 | formula_installer: force fewer default formulae | Mike McQuaid | |
| Don't force a default formulae install if a requirement is satisfied if we're building a bottle and it's a build-time dependency. | |||
| 2017-11-24 | Merge pull request #3470 from sjackman/analytics | Mike McQuaid | |
| setup-analytics: Handle missing /proc/.../uuid | |||
