| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-23 | Merge pull request #1894 from reitermarkus/appcast-checkpoint1.1.8 | Markus Reiter | |
| Add internal command to calculate appcast checkpoint. | |||
| 2017-01-23 | Merge pull request #1896 from vitorgalvao/cleanups-internal-stanzas | Markus Reiter | |
| Cask: cleanups internal stanzas | |||
| 2017-01-23 | Add manpage entry for _appcast_checkpoint. | Markus Reiter | |
| 2017-01-23 | official_taps: remove homebrew/gui. | Mike McQuaid | |
| This was deprecated and had all formulae removed in: https://github.com/Homebrew/homebrew-gui/pull/52 | |||
| 2017-01-23 | Add support for calculating appcast checkpoint from URLs. | Markus Reiter | |
| 2017-01-23 | Add --calculate (print current checkpoint without it) | VĂtor GalvĂŁo | |
| 2017-01-23 | cask - internal_stanza: use cask_tokens_from(args) | VĂtor GalvĂŁo | |
| 2017-01-23 | cask - internal stanzas: lowercase help | VĂtor GalvĂŁo | |
| 2017-01-23 | Merge pull request #1898 from reitermarkus/remove-old-cache | Markus Reiter | |
| Remove legacy cask cache instead of migrating. | |||
| 2017-01-23 | Remove legacy cask cache instead of migrating. | Markus Reiter | |
| 2017-01-23 | Change regex to catch multi-line `pubDate` tags. | Markus Reiter | |
| 2017-01-23 | Add internal command to calculate appcast checkpoint. | Markus Reiter | |
| 2017-01-23 | Merge pull request #1895 from xu-cheng/bottle | Mike McQuaid | |
| bottle: fix regex | |||
| 2017-01-23 | cask - internal_stanza: arguments to args | VĂtor GalvĂŁo | |
| 2017-01-22 | Merge pull request #1892 from alyssais/global_teardown_fs | Alyssa Ross | |
| tests: clean up file system for all tests | |||
| 2017-01-22 | bottle: fix regex | Xu Cheng | |
| Noted that this is intended for the revision of this formula instead of rebuild of a bottle. | |||
| 2017-01-22 | tests: remove more per-test file system cleanup | Alyssa Ross | |
| These locations are now all automatically cleaned up after every test. | |||
| 2017-01-22 | tests: remove explicit tmpdir deletions | Alyssa Ross | |
| These are no longer necessary. | |||
| 2017-01-22 | tests: clean up file system for all tests | Alyssa Ross | |
| (No longer just integration tests.) | |||
| 2017-01-22 | Merge pull request #1891 from alyssais/global_teardown_argv | Alyssa Ross | |
| tests: reset ARGV in teardown | |||
| 2017-01-21 | tests: reset ARGV in teardown | Alyssa Ross | |
| 2017-01-21 | Merge pull request #1889 from alyssais/clear_tab_cache_in_teardown | Alyssa Ross | |
| tests: clear tab cache in global teardown | |||
| 2017-01-21 | tests: clear tab cache in global teardown | Alyssa Ross | |
| 2017-01-21 | Merge pull request #1888 from alyssais/tests_enforce_lifecycle | Alyssa Ross | |
| tests: enforce `super` in lifecycle hooks | |||
| 2017-01-21 | tests: enforce `super` in lifecycle hooks | Alyssa Ross | |
| This will allow us to have global setup and teardown for tests. For example, we can automatically clear caches after each test, to avoid annoying intermittent failures like #1879 and #1886. | |||
| 2017-01-19 | Merge pull request #1878 from alyssais/keg_cleanup | Alyssa Ross | |
| Simplify Keg class | |||
| 2017-01-19 | keg: use Forwardable to methods delegated to #path | Alyssa Ross | |
| 2017-01-19 | keg: don't conditionally switch alias target | Alyssa Ross | |
| This seems to be a remnant of Ruby 1.8. | |||
| 2017-01-19 | Merge pull request #1879 from alyssais/formulary_cache_clear | Mike McQuaid | |
| tests: add a missing Tab cache clear | |||
| 2017-01-19 | tests: revert modification to ARGV at end of test | Alyssa Ross | |
| Similar to 6fc1747e0550545b4fe80f5a1854d16dd2b08afe. I hadn't seen any test failures caused by this, but I noticed it in the process of trackign that down and it's an accident waiting to happen. | |||
| 2017-01-19 | tests: add a missing Tab cache clear | Alyssa Ross | |
| This was responsible for the sporadic failures I encountered in #1878. | |||
| 2017-01-18 | formula_installer: use attr_accessor for installed_* | Mike McQuaid | |
| 2017-01-18 | upgrade: temporarily comment out for fix. | Mike McQuaid | |
| 2017-01-18 | Merge pull request #1813 from MikeMcQuaid/installed_as_dependency | Mike McQuaid | |
| tab: store installed_as_dependency, installed_on_request. | |||
| 2017-01-18 | upgrade: tab installed_{as_dependency,on_request} | Mike McQuaid | |
| 2017-01-18 | install: set installed_{as_dependency,on_request}. | Mike McQuaid | |
| 2017-01-18 | formula_installer: use installed_* variables. | Mike McQuaid | |
| Also, report formulae installed on request. This is useful in differentiating between those formulae that are popular because they are widely requested and those that are popular because they are widely depended on. | |||
| 2017-01-18 | formula: installed_{as_dependency,on_request} hash | Mike McQuaid | |
| Which, in turn, provides them for `brew info --json=v1` so other tools such as e.g. `brew bundle` can make use of this information. | |||
| 2017-01-18 | tab: store installed_{as_dependency,on_request}. | Mike McQuaid | |
| These are used to determine whether or not a formulaâs install was specifically requested by a user and/or pulled in as a dependency. | |||
| 2017-01-18 | Merge pull request #1872 from â” | Mike McQuaid | |
| MikeMcQuaid/improve_integration_test_failure_output integration_command_test_case: improve fail output | |||
| 2017-01-18 | integration_command_test_case: improve fail output | Mike McQuaid | |
| Instead of `puts`ing when the failure occurs save it until the error message and print a prose description of what the failure was and the output from the command. This makes the output from failing tests significantly easier to read. | |||
| 2017-01-18 | Merge pull request #1868 from zmwangx/bottle-add-improve-regexp | Mike McQuaid | |
| bottle: add: improve regexp to recognize comments | |||
| 2017-01-17 | Merge pull request #1869 from MikeMcQuaid/versioned_formula_conflicts_fix | Mike McQuaid | |
| audit: only warn on versioned conflicts_with. | |||
| 2017-01-17 | Merge pull request #1863 from alyssais/uses_ignore_untapped | Mike McQuaid | |
| uses: properly handle untapped formulae in recursive dependency expansion (again!) | |||
| 2017-01-17 | Merge pull request #1862 from alyssais/uses_include_optional | Mike McQuaid | |
| uses: fix recursive requirement resolution | |||
| 2017-01-17 | rubocop_todo: bump max module length to 400 | Zhiming Wang | |
| 2017-01-17 | audit: only warn on versioned conflicts_with. | Mike McQuaid | |
| Rather than all versioned formulae regardless. Oops. | |||
| 2017-01-17 | bottle: add: improve regexp to recognize comments | Zhiming Wang | |
| This would have eliminated the need for Homebrew/homebrew-core#9000, for instance. | |||
| 2017-01-17 | Merge pull request #1851 from MikeMcQuaid/keg-only-version | Mike McQuaid | |
| Add `keg_only :versioned_formula`. | |||
| 2017-01-17 | Merge pull request #1866 from MikeMcQuaid/cask-skip-flaky-test | Mike McQuaid | |
| suite_test: skip flaky test. | |||
