Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Feb 26, 2017
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Feb 11, 2017
  5. Feb 06, 2017
  6. Jan 23, 2017
  7. Nov 18, 2016
  8. Nov 17, 2016
  9. Oct 30, 2016
  10. Oct 02, 2016
  11. Oct 01, 2016
  12. Sep 20, 2016
  13. Sep 10, 2016
  14. Sep 09, 2016
  15. Jul 05, 2016
  16. Jul 04, 2016
    • Martin Afanasjew's avatar
      Revert "Test officially supported cmd taps. (#390)" · dba1958b
      Martin Afanasjew authored
      This reverts commit 252c701c.
      
      Taps installed prior to running the test suite are not visible to the
      test suite as most Homebrew paths are redefined as to not mess up the
      local installation.
      dba1958b
    • Mike McQuaid's avatar
      Test officially supported cmd taps. (#390) · 252c701c
      Mike McQuaid authored
      All of these taps use Homebrew internal APIs (or will shortly) and we
      autoinstall them all from `brew $CMD`. We should adjust our CI to ensure
      that we never accidentally break these taps when making changes to core
      code so that these taps can rely more on this core code rather than
      having to e.g. vendor equivalent code that never changes on our end.
      252c701c
    • Mike McQuaid's avatar
      tests: default to testing offline. (#430) · 3e982b97
      Mike McQuaid authored
      Set HOMEBREW_NO_GITHUB_API to allow running all tests (but search's
      integration test specifically for now) offline. This can be overridden
      with `--online`.
      3e982b97
  17. Jun 30, 2016
  18. May 30, 2016
  19. May 09, 2016
  20. Apr 26, 2016
  21. Apr 12, 2016
    • Mike McQuaid's avatar
      Homebrew (opt-in) Analytics tweaks. (#57) · 0c851130
      Mike McQuaid authored
      - add `HOMEBREW_PRODUCT` global variable
      - only differentiate between `/usr/local` and `non-/usr/local` Homebrew
        prefixes to avoid sharing sensitive user information
      - note if e.g. build errors are occurring under CI
      - Add `HOMEBREW_NO_ANALYTICS` variable (this will be how people opt-out
        when this is enabled for everyone)
      - Add `HOMEBREW_ANALYTICS_DEBUG` variable to output all the analytics
        that are sent
      - Move Bash analytics code to `Library/Homebrew/utils/analytics.sh`
      - Add documentation for our analytics and why/what/when/how and opt-out
      - Only official Homebrew commands are reported
      - Ruby analytics are now reported in a forked, background process
      0c851130
  22. Jan 21, 2016
    • Martin Afanasjew's avatar
      tests: add --only=<test>[/<method>] flag · 5786f36b
      Martin Afanasjew authored
      
      Simplify running a single test (or even a single method from a single
      test), which is useful when developing or debugging a test. Instead of
      `brew test TEST=test_diagnostic.rb TESTOPTS=--name=test_check_DYLD_vars`
      it is now possible to run `brew tests --only=diagnostic/check_DYLD_vars`
      to get the same effect. Similarly, `brew tests --only=diagnostic` maps
      to `brew test TEST=test_diagnostic.rb`.
      
      Closes Homebrew/homebrew#48279.
      
      Signed-off-by: default avatarMartin Afanasjew <martin@afanasjew.de>
      5786f36b
    • Martin Afanasjew's avatar
      tests: allow passing --seed <number> · 0d1e72f5
      Martin Afanasjew authored
      This parameter is printed by every `brew tests` run and feeding it back
      into the test suite allows to get an identical run. Make it easier to
      do that by accepting the argument as it is printed during `brew tests`.
      
      This requires a slight adjustment to named-argument passing as the
      number that follows `--seed` is also seen as a named argument, but we
      usually only want to pass `TEST=<something>` and `TESTOPTS=<something>`.
      0d1e72f5
  23. Jan 19, 2016
  24. Jan 04, 2016
    • Martin Afanasjew's avatar
      tests: use predefined commit author for robustness · bd4f6336
      Martin Afanasjew authored
      Some tests, that construct a Git repository for testing, will silently
      fail if the global Git user isn't properly set up. There are valid use
      cases for this, thus use a fixed commit author/committer for all tests
      instead of relying on the user's configuration.
      bd4f6336
  25. Dec 23, 2015
  26. Jul 22, 2015
  27. Jul 21, 2015
  28. Jan 04, 2015
  29. Jan 02, 2015
Loading