| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-30 | Merge pull request #2399 from MikeMcQuaid/unversioned-formulae-check | Mike McQuaid | |
| audit: check for unversioned formulae. | |||
| 2017-03-30 | Merge pull request #2392 from MikeMcQuaid/cleanup-taps | Mike McQuaid | |
| Update all references to taps. | |||
| 2017-03-30 | formula: handle missing deps when formula missing. | Mike McQuaid | |
| We could try and get a partial result but given it'll also be wrong it feels simpler to just return an empty array. Fixes #1928. Fixes #2027. Closes #2058. Fixes https://github.com/Homebrew/homebrew-core/issues/11827. | |||
| 2017-03-30 | Merge pull request #2410 from reitermarkus/container-exectuable | Vítor Galvão | |
| Add `Container::Executable`. | |||
| 2017-03-29 | audit: Fix cctools invocation check regular expression. | William Woodruff | |
| Additionally, ignore the cctools formula itself, since it obviously needs to check cctools invocations. | |||
| 2017-03-29 | formula_installer_spec: add default formula test. | Mike McQuaid | |
| Test the situation where a requirement is satisfied by a non-formula but the `default_formula` is also installed. | |||
| 2017-03-28 | Merge pull request #1828 from woodruffw/audit-cctools | William Woodruff | |
| audit: Check for invocations of cctools. | |||
| 2017-03-28 | diagnostic: also accept trailing / on git urls. | Mike McQuaid | |
| 2017-03-28 | Merge pull request #2413 from JCount/increase-minimum-git-version | Mike McQuaid | |
| diagnostic: increase minimum git version to 1.8.5 | |||
| 2017-03-28 | Merge pull request #2398 from MikeMcQuaid/doctor-check-homebrew-core | Mike McQuaid | |
| diagnostic: check homebrew/core git remote. | |||
| 2017-03-28 | update-test: Use git fetch --tags --depth=1 | Shaun Jackman | |
| Use git fetch --tags --depth=1 to fetch fewer commits. | |||
| 2017-03-28 | diagnostic: increase minimum git version to 1.8.5 | JCount | |
| older versions do not support the 'git -C <path>' option | |||
| 2017-03-28 | update latest versions of Xcode for 10.11 & 10.12 | EricFromCanada | |
| 2017-03-28 | update suggested Xcode/CLT download URLs | EricFromCanada | |
| 2017-03-28 | update-test: improve error handling. | Mike McQuaid | |
| Fail if the start or end commit are missing and retry finding the previous tag by fetching all tags if they are missing. This should fix CI on the current Homebrew/brew `master` branch. Closes #2404. | |||
| 2017-03-28 | Add `Container::Executable`. | Markus Reiter | |
| 2017-03-27 | ruby_requirement: fix path prepend | Carlo Rosati | |
| 2017-03-27 | Add pinned version to outdated json output | William Roe | |
| The structure should be consistent, so there are always pinned and pinned_version fields even if there are no pinned versions for a given formula. | |||
| 2017-03-27 | Add pinned version to outdated output | William Roe | |
| 2017-03-27 | Add test for verbose brew outdated output | William Roe | |
| Split the tests up into quiet and verbose output with contexts. | |||
| 2017-03-27 | Installer#reinstall instead of #install :reinstall | Joshua McKinney | |
| Call an explicit method on Installer to reinstall rather than using a flag to indicate when we're reinstalling a cask | |||
| 2017-03-26 | audit: bump whitelisted elm-format version to 0.6.0-alpha | ilovezfs | |
| 2017-03-26 | audit: check for unversioned formulae. | Mike McQuaid | |
| If we're adding a versioned formulae we want to ensure that there's also an unversioned one too. | |||
| 2017-03-26 | diagnostic: check homebrew/core git remote. | Mike McQuaid | |
| Check the remote for homebrew/core as well as homebrew/brew as we've seen a few cases (e.g. #2387) where it was misconfigured. While we're here, tweak the messaging to tell people what to do and how to do so with a single command. | |||
| 2017-03-26 | Merge pull request #2393 from raza15/raza2 | Mike McQuaid | |
| updating the exception for "kibana" for the "@" naming scheme. File changed: audit.rb | |||
| 2017-03-26 | Update all references to taps. | Mike McQuaid | |
| - Remove taps that are (or will shortly be) deprecated. - Remove commands that are only relevant to the boneyard (which will shortly be removed). | |||
| 2017-03-26 | indenting | Raza Hussain | |
| 2017-03-26 | changing if condition | Raza Hussain | |
| 2017-03-26 | simplify the regex and make a line max 80 char long | Raza Hussain | |
| 2017-03-26 | Wrap rubocop specific code into methods inside FormulaCop | Gautham Goli | |
| 2017-03-26 | Encapsulate formula desc offense checking logic into methods | Gautham Goli | |
| 2017-03-26 | Add RSpec tests for bottle_block and formula_desc cops | Gautham Goli | |
| 2017-03-26 | vendor: Update ruby-macho to 1.1.0. | William Woodruff | |
| 2017-03-25 | Merge pull request #1975 from MikeMcQuaid/pull-not-die-bottle-publish | Mike McQuaid | |
| pull: warn (not die) on bottle publish failure. | |||
| 2017-03-25 | formula_installer: tweak req formula additions. | Mike McQuaid | |
| Rather than just checking if a requirement's dependency is installed or not check if the requirement was actually satisfied by a particular formula rather than e.g. just having a `default_formula` defined. | |||
| 2017-03-23 | Merge pull request #2359 from ↵ | ilovezfs | |
| ilovezfs/migrator-allow-new-cellar-to-exist-already migrator: allow new cellar to exist already | |||
| 2017-03-23 | Merge pull request #2343 from JCount/gpg-requirement-add-2.1-series | JCount | |
| gpg: add GnuPG series 2.1.x to supported versions | |||
| 2017-03-23 | migrator: allow new cellar to exist already | ilovezfs | |
| Lets us migrate a formula to a name that may have previously been used. If gnupg 1.x is installed as "gnupg" and gnupg 2.x is installed as "gnupg2," it's currently not possible to rename gnupg2 -> gnupg, since the 1.4 keg will already be installed in the "gnupg" Cellar, so in order to reclaim the name "gnupg" to be used for 2.1, either 1.x must be manually uninstalled, or the new cellar needs to be allowed to exist already. | |||
| 2017-03-23 | Merge pull request #2372 from MikeMcQuaid/link-keg-only-path-message | Mike McQuaid | |
| link: tell users of `brew link --force` about opt. | |||
| 2017-03-23 | pull: optionally warn (not die) on bottle publish failure. | Mike McQuaid | |
| This is useful when you're pulling PRs where individual bottles can't be uploaded/built but you still want to pull the PR as a whole anyway. | |||
| 2017-03-23 | link: tell users of `brew link --force` about opt. | Mike McQuaid | |
| If people are force-linking keg-only things they should probably be told that they can add the opt prefix to their PATH instead. | |||
| 2017-03-23 | search: silence searching git log. | Mike McQuaid | |
| 2017-03-23 | missing_formula: print immediately when searching git log. | Mike McQuaid | |
| 2017-03-23 | install: immediately print FormulaUnavailableError. | Mike McQuaid | |
| 2017-03-23 | info: immediately print FormulaUnavailableError. | Mike McQuaid | |
| 2017-03-23 | github: don't print when searching PRs. | Mike McQuaid | |
| 2017-03-23 | missing_formula: warn when git-log takes very long | Zhiming Wang | |
| 2017-03-23 | Merge pull request #2383 from MikeMcQuaid/docs-manpage | Mike McQuaid | |
| man: generate Markdown man page. | |||
| 2017-03-22 | man: generate Markdown man page. | Mike McQuaid | |
| The existing `brew.1.html` wasn't particularly pleasant to read and given everything else in `docs/` is a Markdown file it makes sense to generate a post-processed Markdown file that can in turn be used by Jekyll to generate a nicely themed HTML file. | |||
| 2017-03-22 | tap-new: fix symlink creation. | Mike McQuaid | |
| Ensure the full HOMEBREW_TAP_DIR path is created before deleting and creating the symlink for it. This ensures that non-`homebrew` taps will have the necessary username/organisation folder created. Fixes #2378. | |||
