| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-25 | Merge pull request #1365 from MikeMcQuaid/audit-stable-url-beta | Mike McQuaid | |
| audit: check for alpha/beta/rc usage in URLs. | |||
| 2016-10-25 | bottle: fix nonexistent pyc bug | Zhiming Wang | |
| We were deleting pyc files *after* replace_locations_with_placeholders and recording changed_files, meaning that some of the recorded files were to be deleted. The correct order is the opposite. A sample failed session: https://bot.brew.sh/job/Homebrew%20Core/10080/version=el_capitan/testReport/junit/brew-test-bot/el_capitan/bottle_buku/. | |||
| 2016-10-24 | keg_relocate: refactor relocate_text_files | Josh Hagins | |
| Replace relocate_text_files with three methods that clarify intent: replace_locations_with_placeholders, replace_placeholders_with_locations and replace_text_in_files, the first two calling the third. | |||
| 2016-10-24 | keg_relocate: cache files rewritten during brew bottle | Josh Hagins | |
| `brew bottle` replaces instances of the Homebrew prefix, cellar, and repository with placeholders in all text files. Cache these files in INSTALL_RECEIPT.json so that we don't have to check every single text file for placeholders on install. | |||
| 2016-10-24 | Don’t use bare percent literals. | Markus Reiter | |
| 2016-10-24 | audit: check for alpha/beta/rc usage in URLs. | Mike McQuaid | |
| Stable URLs should not use unstable versions. | |||
| 2016-10-23 | dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARY | Josh Hagins | |
| Don't Repeat Yourself. | |||
| 2016-10-22 | Merge pull request #1345 from MikeMcQuaid/rubocop-style | Mike McQuaid | |
| Update Rubocop style. | |||
| 2016-10-22 | Merge pull request #1310 from MikeMcQuaid/changelog | Mike McQuaid | |
| Add `brew release-notes` developer command. | |||
| 2016-10-22 | Update Rubocop style. | Mike McQuaid | |
| Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed. | |||
| 2016-10-22 | Add `brew release-notes` developer command. | Mike McQuaid | |
| Outputs the merged pull requests on Homebrew/brew between two Git refs. | |||
| 2016-10-18 | audit: don't complain about trailing whitespace. | Mike McQuaid | |
| This is handled by `brew style` now. | |||
| 2016-10-15 | Merge pull request #1290 from maxnordlund/patch-1 | Mike McQuaid | |
| Fix wrong ordering on when clauses in audit.rb | |||
| 2016-10-15 | Fix when clause ordering. | Max Nordlund | |
| 2016-10-15 | Rename tap-readme command to tap-new. | Mike McQuaid | |
| Write the README but also a `.travis.yml` file (and in future perhaps a `Jenkinsfile`). | |||
| 2016-10-14 | Fix wrong ordering on when clauses in audit.rb | Max Nordlund | |
| It looks like a rebase/merge conflict remmenet. | |||
| 2016-10-12 | Deprecate apr requirement. | Mike McQuaid | |
| It's not used on enough configurations now that there's little point in keeping it around. See e.g. `:autoconf` for prior art. | |||
| 2016-10-05 | audit: forbid `deprecated_option` in new formulae | Jonathan Chang | |
| 2016-10-04 | Merge pull request #1145 from reitermarkus/module-function | Markus Reiter | |
| Use `module_function` for `Homebrew` module. | |||
| 2016-10-03 | Merge pull request #1193 from MatzFan/fix_verbose_tests | Mike McQuaid | |
| fix tests failing when verbose set | |||
| 2016-10-02 | update-test: fix tag updating, skip core tap. | Mike McQuaid | |
| Fix updating the `stable` branch used for tagged updates and ensure that the core tap isn’t retapped (the slowest part by far of this test). | |||
| 2016-10-02 | Fix `Tty.gray`. | Markus Reiter | |
| 2016-10-02 | Merge pull request #823 from reitermarkus/refactoring-tty | Markus Reiter | |
| Refactor Tty. | |||
| 2016-10-02 | Remove `private_class_method` from commands. | Markus Reiter | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-10-01 | Merge pull request #1169 from reitermarkus/rubocop-separate-configs | Mike McQuaid | |
| Use separate RuboCop configs for formulae and core code. | |||
| 2016-10-01 | Add `Formatter` module. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
| 2016-10-01 | Merge pull request #1201 from MikeMcQuaid/update-test-to-tag | Mike McQuaid | |
| update-test: add --to-tag option. | |||
| 2016-10-01 | update-test: add --to-tag option. | Mike McQuaid | |
| This option is used to test updating between tags. | |||
| 2016-10-01 | man: note --fail-if-changed date behaviour change. | Mike McQuaid | |
| As requested in #1199 this updates the documentation accordingly for that change. | |||
| 2016-10-01 | man: set date when --fail-if-changed. | Mike McQuaid | |
| Set the manpage date to the existing one if we're checking for changes. This avoids the only change being e.g. a new date. | |||
| 2016-10-01 | delete verbose env vars in `brew tests` | Bruce Steedman | |
| 2016-09-29 | dev-cmd/man: display diff --stat, add --exit-code | Steven Peters | |
| The --fail-if-changed option will cause `brew man` to return a failing status code if the man files have changed. | |||
| 2016-09-29 | Fix Lint/NestedMethodDefinition` in `dev-cmd/bottle.rb`. | Markus Reiter | |
| 2016-09-27 | Merge pull request #1128 from reitermarkus/rubocop | Mike McQuaid | |
| RuboCop changes. | |||
| 2016-09-27 | bump-formula-pr: document new options | ilovezfs | |
| 2016-09-27 | bump-formula-pr: style fixes | ilovezfs | |
| 2016-09-27 | bump-formula-pr: forced_version support for devel | ilovezfs | |
| 2016-09-27 | bump-formula-pr: add --write option | ilovezfs | |
| intended to be used in combination with --dry-run for a not-so-dry run the expected file modifications are made, but no git actions are taken | |||
| 2016-09-27 | bump-formula-pr: handle gnu mirrors | ilovezfs | |
| and add explicit version when not preexisting | |||
| 2016-09-27 | bump-formula-pr: handle explicit version DSL | ilovezfs | |
| --version=1.2.3 option to set `version "1.2.3"` Note that --version=0 will remove a no-longer-needed explicit version | |||
| 2016-09-27 | bump-formula-pr: --mirror option | ilovezfs | |
| 2016-09-27 | bump-formula-pr: formula name guessing | ilovezfs | |
| 2016-09-27 | bump-formula-pr: set sha256 automatically when possible | ilovezfs | |
| 2016-09-25 | RuboCop: Style/IfUnlessModifier | Markus Reiter | |
| 2016-09-24 | Merge pull request #1123 from reitermarkus/rubocop | Mike McQuaid | |
| RuboCop: Style/AccessorMethodName | |||
| 2016-09-24 | test-bot: move to tap. | Mike McQuaid | |
| Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to work on this with a different, non-tagged workflow. | |||
| 2016-09-24 | RuboCop: Style/AccessorMethodName | Markus Reiter | |
| 2016-09-24 | Fix Style/GuardClause. | Markus Reiter | |
