Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Fix error with setting repeated proto field for bundling. #111

Merged
merged 19 commits into from
Jun 22, 2016

Commits on Jun 22, 2016

  1. Fix error with setting repeated proto field for bundling.

    Update bundling tests to use actual proto messages, to prove this fix
    works.
    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    fecde3f View commit details
    Browse the repository at this point in the history
  2. Install protoc on Travis server before running tests

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    c57d175 View commit details
    Browse the repository at this point in the history
  3. Fix pep8 tests

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    1bf3c27 View commit details
    Browse the repository at this point in the history
  4. Fix pylint issue

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    a17ec19 View commit details
    Browse the repository at this point in the history
  5. Try linuxbrew for installing protoc

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    7fcf516 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4558e81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b74d8b8 View commit details
    Browse the repository at this point in the history
  8. Install brew in headless mode for Travis CI

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    5d0560a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    992b09a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2008133 View commit details
    Browse the repository at this point in the history
  11. TODO comment no longer needed, since we do automatic upgrade

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    74f01bf View commit details
    Browse the repository at this point in the history
  12. Be explicit about location of protoc

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    2216450 View commit details
    Browse the repository at this point in the history
  13. Temporary debug line

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    4774dc7 View commit details
    Browse the repository at this point in the history
  14. Improve script output

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    a892502 View commit details
    Browse the repository at this point in the history
  15. Define BREW_HOME variable to clarify what is defined where

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    9f466d4 View commit details
    Browse the repository at this point in the history
  16. No need to redirect stderr

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    00f9121 View commit details
    Browse the repository at this point in the history
  17. Pass BREW_HOME into test environment

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    930724e View commit details
    Browse the repository at this point in the history
  18. Use environment variable correctly in tox.ini

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    df7d11d View commit details
    Browse the repository at this point in the history
  19. Add TODO comment based on PR feedback

    Brian J. Watson committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    8826e7f View commit details
    Browse the repository at this point in the history