| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-27 | audit (strict): check a test is present. | Mike McQuaid | |
| 2014-12-27 | audit (strict): whitelist 32-bit in options check. | Mike McQuaid | |
| 2014-12-27 | audit (strict): check for use double-quotes. | Mike McQuaid | |
| 2014-12-27 | audit (strict): check for use of spaces in system. | Mike McQuaid | |
| 2014-12-27 | audit: check for use of FileUtils methods. | Mike McQuaid | |
| 2014-12-27 | tap_migrations: add missed x3270 formula | Mike McQuaid | |
| 2014-12-27 | test-bot: use audit --strict on added formulae. | Mike McQuaid | |
| 2014-12-27 | uses: harden against missing formulae. | Mike McQuaid | |
| 2014-12-27 | audit: check options when in strict mode. | Mike McQuaid | |
| 2014-12-27 | audit: add strict mode, argument. | Mike McQuaid | |
| 2014-12-27 | Migrate some formula with hard-X11 dependencies. | Mike McQuaid | |
| We have the homebrew-x11 tap for this reason so let's migrate everything without any reverse dependencies. Ideally I'd also like to migrate everything that's :recommended and the GTK formulae through there too (or to a dedicated homebrew-gtk). | |||
| 2014-12-27 | tap-readme: tweak the format. | Mike McQuaid | |
| 2014-12-26 | Remove unnecessary code from debugger | Jack Nagel | |
| 2014-12-26 | Refactor patching tests | Jack Nagel | |
| 2014-12-26 | Commit test updates that were supposed to be part of ↵ | Jack Nagel | |
| b76e26c9cf1fc805663d86b6d6d081f91f73ea18 | |||
| 2014-12-26 | Allow debugging patching failures | Jack Nagel | |
| Closes Homebrew/homebrew#33056. | |||
| 2014-12-26 | Decouple applying patches from staging the source | Jack Nagel | |
| 2014-12-26 | Remove unnecessary require from test | Jack Nagel | |
| 2014-12-26 | Define install instead of making subclasses call standard_install | Jack Nagel | |
| 2014-12-26 | Finally stop exposing url on Formula | Jack Nagel | |
| 2014-12-26 | Unroll validation loop | Jack Nagel | |
| 2014-12-26 | Overriding #initialize is not supported, so drop late validation | Jack Nagel | |
| 2014-12-26 | Fix warning | Jack Nagel | |
| 2014-12-26 | formula: add/improve more API docs. | Mike McQuaid | |
| Closes Homebrew/homebrew#35266. | |||
| 2014-12-26 | Fix method redefinition warning | Jack Nagel | |
| test_defined? gets defined in the method_added hook. | |||
| 2014-12-26 | Fix "possible reference to past scope" warnings on 2.2 | Jack Nagel | |
| 2014-12-26 | Implement GithubGistFormula in a more natural way | Jack Nagel | |
| 2014-12-25 | requirements: recommend casks where available. | Mike McQuaid | |
| Also, tweak the XQuartz requirement to not show 0.0.0 versions being required. Closes Homebrew/homebrew#35254. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-24 | Quote path in conflict error rm command | Baptiste Fontaine | |
| Fixes Homebrew/homebrew#35143. Closes Homebrew/homebrew#35239. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-23 | Always show attribute value in validation error message | Jack Nagel | |
| 2014-12-23 | Update minitest | Jack Nagel | |
| 2014-12-23 | test-bot: fix use of select!. | Mike McQuaid | |
| 2014-12-23 | test-bot: test bottled dependents. | Mike McQuaid | |
| Test everything that `brew uses` a formula, has a bottle and a test. This should allow some quick gains in terms of spotting formulae that may need revisioned to avoid problems with shifting dependencies. As the test-bot lives in a data centre with (very) fast internet the fetch and extraction time shouldn't slow things down much. Closes Homebrew/homebrew#35092. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-23 | Convert dependencies to formulas for name matching | Kevin Sjöberg | |
| Dependency names are prefixed with the tap location, therefore dependency names do not match formula names. We convert dependencies into formulas to ensure proper name checking. Closes Homebrew/homebrew#35058. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-23 | language_module_dependency: fix finding opam. | Jaime Marquínez Ferrándiz | |
| `opam list <package>` only checks if the package is available Closes Homebrew/homebrew#35209. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-23 | uninstall: improve grammar for multiple version message | Misty De Meo | |
| 2014-12-23 | Mark cached_location as an attribute | Jack Nagel | |
| 2014-12-23 | Avoid check-then-act pattern in clear_cache | Jack Nagel | |
| 2014-12-23 | Document download strategy interface | Jack Nagel | |
| 2014-12-23 | Don't raise NotImplementedError | Jack Nagel | |
| 2014-12-22 | The class-level keg_only_reason is private API | Jack Nagel | |
| 2014-12-22 | Use "@api private" instead of "@private" | Jack Nagel | |
| http://www.rubydoc.info/gems/yard/file/docs/Tags.md#private http://www.rubydoc.info/gems/yard/file/docs/Tags.md#api | |||
| 2014-12-22 | Fix formula template comment audit | Jack Nagel | |
| 2014-12-22 | Mark deprecated download strategies as such | Jack Nagel | |
| 2014-12-22 | Deprecate appending the CVS module name to the URL string | Jack Nagel | |
| 2014-12-22 | Assume CVS module name when none is given | Jack Nagel | |
| 2014-12-22 | Allow :module => "name" for CVS URLs | Jack Nagel | |
| 2014-12-20 | Typo in skip_clean? documentation | Baptiste Fontaine | |
| Closes Homebrew/homebrew#35142. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-19 | Deprecate made-up URL schemes | Jack Nagel | |
| This deprecates URLs that begin with the following fake URL schemes: bzr:// cvs:// hg:// fossil:// svn+http:// Despite their appearance, they are not actually accepted by the corresponding tools. They exist only as hints to the download strategy detection code, and are stripped from the URL before the URL is handed off to the VCS program. This is not documented, and may lead one to believe it is a valid URL that can be used elsewhere, when it actually only works inside Homebrew. We have a better mechanism for specifying the download strategy that is straightforward and explicit: :using => :hg Recommend that instead. Closes Homebrew/homebrew#35114. | |||
| 2014-12-19 | (un)linkapps: allow unlink/link specific formulae. | Xu Cheng | |
| Closes Homebrew/homebrew#35080. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
