| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-12-07 | formula_installer: avoid irrelevant build deps. | Mike McQuaid | |
| If dependents are already installed ensure their build dependencies (and requirements) don't end up in the dependency/requirement tree. Fixes #3033. | |||
| 2017-12-03 | Merge pull request #3522 from reitermarkus/caskroom | Markus Reiter | |
| Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`. | |||
| 2017-12-03 | x11_requirement: remove custom minimum version. | Mike McQuaid | |
| This isn't desired or needed. Ensure older code still works, though. | |||
| 2017-12-03 | Merge pull request #3515 from sjackman/popen | Mike McQuaid | |
| Utils.popen_read: Nonexistent program should fail | |||
| 2017-12-03 | Also remove writer method for `Hbc.binarydir`. | Markus Reiter | |
| 2017-12-03 | Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`. | Markus Reiter | |
| 2017-12-02 | Utils.popen_read: Nonexistent program should fail | Shaun Jackman | |
| Ensure that $CHILD_STATUS.success? is false when the command does not exist. | |||
| 2017-12-02 | Merge pull request #3518 from GauthamGoli/audit_bug_fix | Mike McQuaid | |
| lines_cop: Convert ARGV audit to negative look ahead | |||
| 2017-12-02 | Fix a test failure when svn is not installed | Shaun Jackman | |
| 2017-12-02 | lines_cop: Convert ARGV audit to negative look ahead | Gautham Goli | |
| 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-29 | cleaner_spec: have a single "cleans files" test. | Mike McQuaid | |
| This avoids noting the the Linux test as "pending" on Mac. | |||
| 2017-11-28 | Test upgrade for Casks with version :latest | L. E. Segovia | |
| 2017-11-27 | Merge pull request #3396 from amyspark/hacktoberfest-upgrade | Markus Reiter | |
| Implement `brew cask upgrade` | |||
| 2017-11-27 | More environment filtering fixes | Mike McQuaid | |
| - Make `brew pull` pass through Git environment variables - Whitelist all `TRAVIS_` variables. | |||
| 2017-11-27 | Remove redundant --greedy | L. E. Segovia | |
| 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 | 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-25 | Add CVSRequirement and SubversionRequirement | Shaun Jackman | |
| Use these two requirements in DependencyCollector. Remove the unused function MacOS::Xcode.provides_cvs? | |||
| 2017-11-24 | Load Casks only once (and fix style issues) | L. E. Segovia | |
| 2017-11-24 | Implement more of @reitermarkus's comments | L. E. Segovia | |
| - Simplify outdated Casks checks - Make use of RSpec's let(:) and .and syntax | |||
| 2017-11-22 | Change the generic bottle tag to processor-system | Shaun Jackman | |
| 2017-11-22 | Upgrade an outdated Cask just by name, no need for --greedy | L. E. Segovia | |
| 2017-11-20 | Merge pull request #3258 from Git-Jiro/improve_internal_stanza_command1.3.8 | Markus Reiter | |
| improve 'brew cask _stanza' by checking for known stanzas | |||
| 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-11-16 | Implement @reitermarkus's comments | L. E. Segovia | |
| - Split move into a move_back (and clarify when it is used) - Remove unused flags - Raise error if installed Caskfile not found - Error out if an upgrade fails - Remove some defensive programming checks | |||
| 2017-11-13 | Add tests for upgrade recovery | L. E. Segovia | |
| 2017-11-13 | environment filtering: pass through TRAVIS vars. | Mike McQuaid | |
| We use these internally so let's map them to `HOMEBREW_` variables. | |||
| 2017-11-10 | Add line break to string | Martin Schimandl | |
| 2017-11-10 | Refactor code to reduce characters per line | Martin Schimandl | |
| 2017-11-10 | internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzas | Martin Schimandl | |
| internal_stanza_spec.rb: change do ... end blocks to { } blocks | |||
| 2017-11-10 | Add another test to increase coverage. | Martin Schimandl | |
| 2017-11-10 | combine errors to a single if-statement. fix spec test | Martin Schimandl | |
| 2017-11-10 | Fix 'brew style' issues | Martin Schimandl | |
| 2017-11-10 | Change behaviour of 'cask _stanza' command. Add tests for 'cask _stanza' command | Martin Schimandl | |
| 2017-11-10 | Fix reinstall/uninstall tests | L. E. Segovia | |
| 2017-11-10 | Remove more uses of EOS.undent. | Mike McQuaid | |
| 2017-11-10 | Merge pull request #3292 from claui/add-audit-test-cases | Mike McQuaid | |
| Add tests for `FormulaAuditor#audit_deps` | |||
| 2017-11-08 | Fix upgrade tests and some upgrade? leftovers | L. E. Segovia | |
| 2017-11-05 | spec_helper: fix etc leak. | Mike McQuaid | |
| Fix the `etc/bash_completion.d/_brew_services` leak from the new bash completion in the Homebrew/homebrew-services tap. | |||
| 2017-11-03 | Merge pull request #3395 from GauthamGoli/parameters-audit-regex-fix | Mike McQuaid | |
| lines_cop: Update regex patterns to prevent false positives | |||
| 2017-11-03 | Merge pull request #3385 from MikeMcQuaid/path-fixes-cleanup | Mike McQuaid | |
| Fix and cleanup some PATH usage. | |||
| 2017-11-03 | requirement: prepend rather than append PATH. | Mike McQuaid | |
| Otherwise this ends up behind e.g. `/usr/bin` so is pretty useless. | |||
| 2017-11-03 | Merge pull request #3389 from amyspark/hacktoberfest-single-zap | Markus Reiter | |
| Check that a single uninstall_* and zap stanza is defined | |||
| 2017-10-31 | Separate do end into multiple lines | L. E. Segovia | |
| 2017-10-31 | text_cop_spec: update go get tests | Dominyk Tiller | |
| 2017-10-30 | Add tests for uninstall_* and zap stanzas | L. E. Segovia | |
| 2017-10-30 | Merge pull request #3393 from MikeMcQuaid/with_env_tweaks | Mike McQuaid | |
| Tweak use of with_env | |||
| 2017-10-29 | Hack a first working version of upgrade | L. E. Segovia | |
