| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-17 | Tweak SDK variables for new Xcode/CLT setup. | Mike McQuaid | |
| 2017-11-17 | diagnostic: check if Xcode needs CLT installed. | Mike McQuaid | |
| Require the CLT on all but the latest version of macOS to avoid the continuous workarounds for SDK weirdness. | |||
| 2017-11-17 | Merge pull request #3449 from MikeMcQuaid/diagostic-fix-paths | Mike McQuaid | |
| diagnostic: fix paths usage. | |||
| 2017-11-17 | official_taps: migrate nginx. | Mike McQuaid | |
| 2017-11-17 | diagnostic: fix paths usage. | Mike McQuaid | |
| - Don't allow taking an argument. This doesn't work and never has as it caches the result regardless of the argument. - Don't rely on the PATH to check for external commands. | |||
| 2017-11-16 | vendor-install: Observe HOMEBREW_STDERR | Shaun Jackman | |
| Suppress stderr unless HOMEBREW_STDERR is set. | |||
| 2017-11-16 | Implement @reitermarkus's comments | L. E. Segovia | |
| - Split move into a move_back (and clarify when it is used) - Remove unused flags - Raise error if installed Caskfile not found - Error out if an upgrade fails - Remove some defensive programming checks | |||
| 2017-11-13 | Add tests for upgrade recovery | L. E. Segovia | |
| 2017-11-13 | environment filtering: pass through TRAVIS vars. | Mike McQuaid | |
| We use these internally so let's map them to `HOMEBREW_` variables. | |||
| 2017-11-11 | Implement @reitermarkus's upgrade flow | L. E. Segovia | |
| 2017-11-10 | Remove (soon to be) obsolete check | Martin Schimandl | |
| Fix small typo | |||
| 2017-11-10 | Add line break to string | Martin Schimandl | |
| 2017-11-10 | split string to stay below 80 characters per line | Martin Schimandl | |
| 2017-11-10 | Refactor code to reduce characters per line | Martin Schimandl | |
| 2017-11-10 | Reduce verbosity of artifacts hash | Martin Schimandl | |
| 2017-11-10 | Remove unused variables. Refactor code | Martin Schimandl | |
| 2017-11-10 | adapt internal_stanza command to work with SortedSet of Artifacts | Martin Schimandl | |
| 2017-11-10 | Fix handling of artifact set | Martin Schimandl | |
| 2017-11-10 | Remove obsolete code to fix tests. | Martin Schimandl | |
| 2017-11-10 | internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzas | Martin Schimandl | |
| internal_stanza_spec.rb: change do ... end blocks to { } blocks | |||
| 2017-11-10 | Add another test to increase coverage. | Martin Schimandl | |
| 2017-11-10 | combine errors to a single if-statement. fix spec test | Martin Schimandl | |
| 2017-11-10 | Fix 'brew style' issues | Martin Schimandl | |
| 2017-11-10 | Change behaviour of 'cask _stanza' command. Add tests for 'cask _stanza' command | Martin Schimandl | |
| 2017-11-10 | Fix 'brew style' offenses | Martin Schimandl | |
| 2017-11-10 | improve 'brew cask _stanza' by checking for known stanzas | Martin Schimandl | |
| 2017-11-10 | Merge pull request #3416 from zmwangx/bump-formula-pr-fix-message1.3.7 | Mike McQuaid | |
| bump-formula-pr: --message: add newlines before and after hr | |||
| 2017-11-10 | Merge pull request #3377 from maxim-belkin/extend-pathname | Mike McQuaid | |
| pathname: new methods and improvements | |||
| 2017-11-10 | Merge pull request #3432 from reitermarkus/delegate-class | Markus Reiter | |
| Refactor `DependsOn` with `DelegateClass`. | |||
| 2017-11-10 | Fix reinstall/uninstall tests | L. E. Segovia | |
| 2017-11-10 | Remove more uses of EOS.undent. | Mike McQuaid | |
| 2017-11-10 | Merge pull request #3292 from claui/add-audit-test-cases | Mike McQuaid | |
| Add tests for `FormulaAuditor#audit_deps` | |||
| 2017-11-08 | Fix upgrade tests and some upgrade? leftovers | L. E. Segovia | |
| 2017-11-07 | pathname: improvements, cleanups, and new methods | Maxim Belkin | |
| - atomic_write: close file before renaming to prevent error: 'Device or resource busy' - ensure_writable: preserve executable bit - new elf? and dynamic? methods | |||
| 2017-11-07 | Merge pull request #3435 from MikeMcQuaid/auto-update-checked | Mike McQuaid | |
| Use HOMEBREW_AUTO_UPDATE_CHECKED variable. | |||
| 2017-11-07 | Merge pull request #3427 from MikeMcQuaid/bump-formula-pr-env-filtering-github | Mike McQuaid | |
| bump-formula-pr: use GitHub vars under env filter. | |||
| 2017-11-07 | Merge pull request #3430 from commitay/hash-order | Mike McQuaid | |
| brew list 'filtered_list': pass explicit sort to handle APFS | |||
| 2017-11-07 | Use HOMEBREW_AUTO_UPDATE_CHECKED variable. | Mike McQuaid | |
| Rather than reusing `HOMEBREW_NO_AUTO_UPDATE` to indicate that we've already made a check. This allows `HOMEBREW_NO_AUTO_UPDATE` to be displayed properly by `brew config`. | |||
| 2017-11-07 | bump-formula-pr: use HOMEBREW_BROWSER. | Mike McQuaid | |
| 2017-11-07 | Clear/mask passwords as well as tokens. | Mike McQuaid | |
| 2017-11-07 | bump-formula-pr: use GitHub vars under env filter. | Mike McQuaid | |
| Ensure that the various variables are passed through and reset correctly. If we end up doing this in a bunch of places we may add some helpers to simplify this. | |||
| 2017-11-07 | os/mac/diagnostic: fix XQuartz message. | Mike McQuaid | |
| Fixes #3434. | |||
| 2017-11-06 | Merge pull request #3409 from DomT4/xcode | ilovezfs | |
| Xcode 9.1 Updates. | |||
| 2017-11-07 | brew list --pinned: pass explicit sort to handle APFS | commitay | |
| 2017-11-06 | Rework uninstallation step | L. E. Segovia | |
| Now the artifacts get re-staged, and upon an uninstall/finalize_upgrade they are deleted by purge_versioned_files instead | |||
| 2017-11-06 | Fix style issues | L. E. Segovia | |
| 2017-11-06 | Refactor `DependsOn` with `DelegateClass`. | Markus Reiter | |
| 2017-11-06 | brew list --versions: pass explicit sort to handle APFS | commitay | |
| 2017-11-05 | xcode: check Xcode installed before using version. | Mike McQuaid | |
| This avoids infinite recursion described in: https://github.com/Homebrew/brew/pull/3422#issuecomment-342001451 | |||
| 2017-11-05 | Merge pull request #3422 from MikeMcQuaid/null-versions | Mike McQuaid | |
| mac/xcode: compare with existing Version class. | |||
