| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-09 | diagnostic: remove duplicate checks. | Mike McQuaid | |
| 2016-09-09 | Merge pull request #881 from MikeMcQuaid/dev-cmd-sticky-homebrew-developer | Mike McQuaid | |
| Set HOMEBREW_DEVELOPER automatically | |||
| 2016-09-09 | Merge pull request #863 from penman/preserve_alias | Mike McQuaid | |
| Save aliases in INSTALL_RECEIPT | |||
| 2016-09-08 | commands: add commands module for path lookup. | Mike McQuaid | |
| 2016-09-08 | commands: developer not development commands. | Mike McQuaid | |
| 2016-09-08 | Move developer-focused commands to dev-cmd. | Mike McQuaid | |
| 2016-09-08 | cmd/*: don't restrict dev-cmd to Homebrew developers. | Mike McQuaid | |
| 2016-09-08 | Merge pull request #864 from vladshablinsky/skip-upgrade | Mike McQuaid | |
| Skip upgrade of pinned dependency if it's outdated | |||
| 2016-09-08 | Add `--help` to all developer commands. | Mike McQuaid | |
| Also, flag those that we never want to be in a manpage. | |||
| 2016-09-07 | Test source.path on Tab.create and .for_formula | Alyssa Ross | |
| 2016-09-07 | Combine Tab alias_path with source.path | Alyssa Ross | |
| 2016-09-07 | More realistic alias_path test | Alyssa Ross | |
| 2016-09-07 | test_integration_cmds: reinstall pinned | Vlad Shablinsky | |
| 2016-09-07 | FormulaInstaller#check_install_sanity test pinned | Vlad Shablinsky | |
| Forbid to install formual if it has pinned dependencies. | |||
| 2016-09-07 | test_formula: eligible_kegs_for_cleanup_keg_pinned | Vlad Shablinsky | |
| 2016-09-05 | Update Tap for alias_path | Alyssa Ross | |
| 2016-09-05 | Replace install_name/install_ref with alias_path | Alyssa Ross | |
| 2016-09-05 | Switch to hash rockets | Alyssa Ross | |
| 2016-09-04 | Merge pull request #201 from gregory-nisbet/feature-env-shells | Mike McQuaid | |
| --env: support more shells, allow explicit shell selection | |||
| 2016-09-03 | Preserve alias when installing formulae | Alyssa Ross | |
| Part of #567 | |||
| 2016-09-01 | Merge pull request #773 from reitermarkus/report-cask-coverage | Mike McQuaid | |
| Also report Cask coverage. | |||
| 2016-08-29 | test_utils: add Bottles::Bintray tests | Dominyk Tiller | |
| 2016-08-28 | test_formulary: add formula@version class translation check | Dominyk Tiller | |
| 2016-08-27 | Also report Cask coverage. | Markus Reiter | |
| 2016-08-26 | test_integration_cmds: use https://bot.brew.sh | Dominyk Tiller | |
| 2016-08-24 | Improve HOMEBREW_BREW_FILE unset failure case. | Mike McQuaid | |
| Print a better exception message and handle this in more cases rather than producing confusing errors when it’s unset. | |||
| 2016-08-21 | Refactor `shutup`. | Markus Reiter | |
| 2016-08-19 | Merge pull request #731 from MikeMcQuaid/rename-bottle-revision | Mike McQuaid | |
| Rename bottle's revision to rebuild. | |||
| 2016-08-18 | Rename bottle's revision to rebuild. | Mike McQuaid | |
| 2016-08-18 | version: fix parsing of URLs ending with version | ilovezfs | |
| https://github.com/lihaoyi/Ammonite/releases/download/0.7.4/0.7.4 was parsing as "0.7" not "0.7.4" since ".4" was being treated as a legitimate file extension. At minimum, let's insist that a valid file extension include at least one letter to avoid lopping off part of the correct version string. | |||
| 2016-08-18 | Merge pull request #719 from vladshablinsky/epochs | Mike McQuaid | |
| Implement epochs | |||
| 2016-08-18 | test_formula: add epoch tests | Vlad Shablinsky | |
| 2016-08-17 | test/Gemfile.lock: remove json pin. | Mike McQuaid | |
| 2016-08-17 | Merge pull request #724 from MikeMcQuaid/assume-ruby-two | Mike McQuaid | |
| Assume Ruby 2 | |||
| 2016-08-17 | test/Gemfile: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | Prepare for Homebrew Cask to be imported. | Mike McQuaid | |
| - ignore Cask's files in `readall` (for now, there's an intentional syntax error that will need fixed) - run Cask's tests if they exist - don't check Cask's files in coverage reports (for now) | |||
| 2016-08-17 | Merge pull request #713 from MikeMcQuaid/ship-sandbox | Mike McQuaid | |
| Enable sandbox by default for homebrew/core | |||
| 2016-08-15 | tests: add cmd/audit unit tests (caveats, desc, homepage) | Andrea Kao | |
| 2016-08-15 | sandbox: add formula? method and sandbox core. | Mike McQuaid | |
| Add a new `Sandbox.formula?` method to see if a given formula should be sandboxed. Use the formula to check its tap against a list of pre-approved taps where we know every formula builds under the sandbox (currently just homebrew/core). | |||
| 2016-08-15 | sandbox: add test? method. | Mike McQuaid | |
| Simplify checking if we’re going to sandbox a test with `Sandbox.test?`. | |||
| 2016-08-14 | Test that sandbox complains correctly | Tim D. Smith | |
| Test that sandbox does not complain about bogus .pyc errors and does complain about other failures. Closes #684. | |||
| 2016-08-14 | Merge pull request #682 from eirinikos/extend-cmd-audit-tests | Mike McQuaid | |
| tests: refactor FormulaTextTests in test_cmd_audit, add assertion to test_simple_valid_formula | |||
| 2016-08-13 | test_gpg: tweak rmtree usage | Dominyk Tiller | |
| Swats away this annoying warning when the test is skipped due to GPG being unavailable: ``` 1) Skipped: GpgTest#test_create_test_key: GPG Unavailable Error: GpgTest#test_create_test_key: NoMethodError: undefined method `rmtree' for nil:NilClass /usr/local/Library/Homebrew/test/test_gpg.rb:11:in `teardown' ``` Closes #675. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2016-08-13 | test_gpg2_requirement: add satisfied test | Dominyk Tiller | |
| 2016-08-12 | test_gpg: add initial tests | Dominyk Tiller | |
| 2016-08-12 | tests: add assertion to test_simple_valid_formula | Andrea Kao | |
| 2016-08-12 | tests: refactor FormulaTextTests in test_cmd_audit | Andrea Kao | |
| 2016-08-10 | tests for shell-specific diagnostic message | Greg Nisbet | |
| 2016-08-10 | Utils::Shell.shell_profile in formula_cellar_checks | Greg Nisbet | |
| 2016-08-10 | resolve conflict in diagnostic.rb | Greg Nisbet | |
