| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-04 | Refactor `formula_at_revision`. | Markus Reiter | |
| 2017-05-23 | Fix `previous_version_and_checksum` method. | Markus Reiter | |
| 2017-05-22 | Use `FormulaVersions` for checksum check. | Markus Reiter | |
| 2017-04-26 | audit: fix audit of new formulae. | Mike McQuaid | |
| When auditing new formulae without `--new-formula` the `audit_revision_and_version_scheme` method fails ungracefully. Instead, set some better defaults so fewer checks are needed. Fixes #2551. | |||
| 2017-04-23 | Fix audit version_scheme and revision checks. | Mike McQuaid | |
| Another attempt at fixing `brew audit` issues around detecting `revision` and `version_scheme` changes correctly. First done in #1754 and #2086 (reverted in #2099 and #2100). To ease future debugging a `ph` helper has been added to print a hash and a series of RSpec tests to verify that the `revision`, `version_scheme` and `version` formula version audits behave as expected. Fixes #1731. | |||
| 2017-02-22 | Revert "formula_versions: handle uncommitted formulae." | Mike McQuaid | |
| 2016-12-30 | formula_versions: handle uncommitted formulae. | Mike McQuaid | |
| Otherwise an uncommitted formula can trigger an invalid `brew audit` result. Fixes #1731. | |||
| 2016-11-13 | formula_versions: fix erroneous :stable in version_attributes_map | JCount | |
| 2016-11-13 | audit: fix "version should not decrease" check. | Mike McQuaid | |
| Fix the "version should not decrease" check so it correctly handles `version_scheme`s. Fixes #1489. | |||
| 2016-10-08 | Rename FormulaMethodDeprecatedError to MethodDeprecatedError. | Markus Reiter | |
| 2016-09-23 | Fix Style/IfUnlessModifier. | Markus Reiter | |
| 2016-09-17 | rubocop --auto-correct all remaining files. | Mike McQuaid | |
| But remove some manual `.freeze`s on constants that shouldn't be constants. | |||
| 2016-08-18 | Rename bottle's revision to rebuild. | Mike McQuaid | |
| 2016-08-18 | formula_versions: add version_attributes_map. | Mike McQuaid | |
| This allows querying multiple attributes in the same way as `revision_map` did but without duplicating code or repeatedly traversing history. | |||
| 2016-08-12 | formula_versions: set/unset raise_deprecation_exceptions. | Mike McQuaid | |
| 2016-08-11 | Revert "formula_versions: also silence stderr." | Mike McQuaid | |
| 2016-08-11 | formula_versions: also silence stderr. | Mike McQuaid | |
| We already stop old formula versions printing stdout but this also stops them printing on stderr for e.g. old deprecation warnings. | |||
| 2016-07-29 | formula_versions: ignore FormulaMethodDeprecatedError | ilovezfs | |
| old formula revisions have deprecated elements such as sha1 checksums Closes #605. Signed-off-by: ilovezfs <ilovezfs@icloud.com> | |||
| 2016-01-17 | FormulaVersion: support max depth | Xu Cheng | |
| 2016-01-14 | formula_versions: include devel in revision map | Dominyk Tiller | |
| 2016-01-14 | audit: enforce revision check | Xu Cheng | |
| Add two checks: * revision should be reset to 0 for new version. * revision should not decrease inside the same version interval. Closes Homebrew/homebrew#48032. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-12-09 | formula_versions: tap is a Tap object now | Xu Cheng | |
| 2015-09-06 | FormulaVersions: load from contents to reduce io | Xu Cheng | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-01 | Isolate formula class namespaces | Jack Nagel | |
| Closes Homebrew/homebrew#40151. Closes Homebrew/homebrew#40203. | |||
| 2015-05-29 | Remove another unused default argument | Jack Nagel | |
| 2015-05-29 | Remove unused default argument | Jack Nagel | |
| 2015-04-01 | Simplify versions code | Jack Nagel | |
| 2015-04-01 | Remove dead code | Jack Nagel | |
| 2015-03-07 | formula_versions: use Utils.popen_read instead of backticks | Xu Cheng | |
| Closes Homebrew/homebrew#37446. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-01-20 | Expose bottle details on the formula object | Jack Nagel | |
| Fixes Homebrew/homebrew#36032. | |||
| 2015-01-04 | Remove unused argument | Jack Nagel | |
| 2015-01-02 | formula_versions: ignore another exception. | Mike McQuaid | |
| 2014-11-28 | Rescue ErrorDuringExecution when loading old formulae | Jack Nagel | |
| 2014-07-06 | Use Formula tap methods | Jack Nagel | |
| 2014-07-05 | Use popen wrapper | Jack Nagel | |
| Closes Homebrew/homebrew#30678. | |||
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-19 | Remove more unused requires | Jack Nagel | |
| 2014-06-09 | Stop exposing mktemp as a public method on formula objects | Jack Nagel | |
| 2014-05-28 | Extract history introspection from "versions" command | Jack Nagel | |
