| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-08 | Make bottle code cross-platform. | Mike McQuaid | |
| 2016-03-07 | rename CoreFormulaRepository to CoreTap | Xu Cheng | |
| Core tap will be separated from core code in the near future. It makes sense to rename it to CoreTap. | |||
| 2015-12-09 | bottles: tap is a Tap object now | Xu Cheng | |
| 2015-10-18 | remove unnecessary require statements | Xu Cheng | |
| 2015-09-08 | Use system tar for bottle TOC inspection | chdiza | |
| Closes Homebrew/homebrew#43717. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2015-08-06 | more core file style updated by rubocop | Xu Cheng | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-02 | handle mxcl/master synonym inside Tab#from_file_content | Xu Cheng | |
| 2015-07-24 | bottle_resolve_version: return PkgVersion | Xu Cheng | |
| 2015-07-06 | auto resolve bottle root_url based on tap | Xu Cheng | |
| 2015-06-07 | bottles: new method bottle_resolve_vesrion | Xu Cheng | |
| 2015-06-07 | bottles: new method bottle_receipt_path | Xu Cheng | |
| Thanks @sjackman's advice | |||
| 2015-06-02 | new method bottle_resolve_formula_names | Xu Cheng | |
| Also remove bottle_filename_formula_name | |||
| 2015-06-02 | remove bottle_version | Xu Cheng | |
| 2015-04-26 | remove Bintray.version method | Xu Cheng | |
| Closes Homebrew/homebrew#38587. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-19 | bottles: add Bintray package naming method. | Mike McQuaid | |
| 2015-02-19 | bottles: expand Bintray tap repository handling. | Mike McQuaid | |
| 2015-02-19 | bottles: add Bintray class. | Mike McQuaid | |
| For some utility functions. | |||
| 2014-07-18 | Ask the filename object for the prefix | Jack Nagel | |
| 2014-07-18 | Move bottle URL construction to the bottle object | Jack Nagel | |
| 2014-07-18 | Move bottle filename construction to a class | Jack Nagel | |
| 2014-07-16 | Don't raise when converting the tag to a version fails | Jack Nagel | |
| 2014-07-16 | Separate tag matching and checksum lookup | Jack Nagel | |
| 2014-07-16 | Use [] on the instance rather than the wrapped hash | Jack Nagel | |
| 2014-07-16 | Rename variable | Jack Nagel | |
| 2014-07-16 | Mark private methods as private | Jack Nagel | |
| 2014-07-16 | Add key? to BottleCollector | Jack Nagel | |
| 2014-07-16 | Rename fetch_bottle_for to fetch_checksum_for | Jack Nagel | |
| 2014-07-15 | Implement []= on BottleCollector | Jack Nagel | |
| 2014-07-15 | Ensure that all required keys are passed to bottle_filename | Jack Nagel | |
| 2014-07-15 | Remove default tag value from bottle_filename | Jack Nagel | |
| We always call this method with an explicit tag. | |||
| 2014-07-13 | Remove default value from bottle_url options parameter | Jack Nagel | |
| To construct a URL, we need options to pass to bottle_filename, so this method should error out if none are given. | |||
| 2014-07-13 | Remove default value from bottle_suffix parameter | Jack Nagel | |
| We always call this method with an argument, so we can simplify it. | |||
| 2014-07-13 | Inline method so we don't merge and unpack options twice | Jack Nagel | |
| 2014-07-13 | Inline method that just wraps a constant | Jack Nagel | |
| 2014-07-12 | Simplify early return condition | Jack Nagel | |
| Improvements to formula/bottle integration means we can be less defensive here. | |||
| 2014-04-01 | Remove unused parameter | Jack Nagel | |
| 2014-03-10 | Inline install_bottle? logic into the installer | Jack Nagel | |
| 2014-03-10 | Wrap cellar compatibility check in a method | Jack Nagel | |
| 2014-03-10 | Remove used options check from install_bottle? | Jack Nagel | |
| This is now handled by requiring that options are always passed to the installer explicitly. | |||
| 2014-03-10 | Make bottle implementation more generic | Jack Nagel | |
| 2014-03-10 | Make build_from_source an explicit installer mode | Jack Nagel | |
| 2014-03-05 | Prepare bottle tooling for formula revisions | Jack Nagel | |
| 2014-03-05 | Consolidate bottle defaults and remove a method | Jack Nagel | |
| 2013-12-08 | bottles: fix options hashes | Jack Nagel | |
| Defaults can't be specified in the parameter list, as they will be overwritten by whatever is passed in. Instead the defaults must be merged with the argument in the method body. | |||
| 2013-12-05 | bottle_filename: remove unused revision default | Misty De Meo | |
| 2013-12-05 | Bottles: fix bottle_filename revision | Misty De Meo | |
| Fixes Homebrew/homebrew#24981. | |||
| 2013-12-05 | Use BottleCollector in Bottle SoftwareSpec | Misty De Meo | |
| 2013-12-05 | Add BottleCollector | Misty De Meo | |
| The BottleCollector collects bottle tags and sha1s, and allows tags to be fetched using more advanced logic than just fetching identical tags. Closes Homebrew/homebrew#23434. | |||
| 2013-12-01 | Revert "Disable bottles when HOMEBREW_CELLAR.parent != HOMEBREW_PREFIX" | Jack Nagel | |
| This reverts commit fdf20dc43971b728520d518f3b6ef0bcb16aeb21. Closes Homebrew/homebrew#24831. Closes Homebrew/homebrew#24780. | |||
