Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go modules support and race condition fixes #60

Merged
merged 14 commits into from
Apr 10, 2019
Merged

Commits on Apr 10, 2019

  1. generate go.mod and go.sum files

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    e1aa040 View commit details
    Browse the repository at this point in the history
  2. remove closeNotifier logic. Deprecated in go and causing race conditi…

    …ons.
    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    6078aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1c83b6 View commit details
    Browse the repository at this point in the history
  4. use locks to prevent race conditions in healthcheck handler

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    12cad82 View commit details
    Browse the repository at this point in the history
  5. use correct logrustash import

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    1b1bbdc View commit details
    Browse the repository at this point in the history
  6. go modules tidy

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7e502da View commit details
    Browse the repository at this point in the history
  7. fix to latest version of logrus-logstash-hook

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a2aa88b View commit details
    Browse the repository at this point in the history
  8. update travis to check raceconditions

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    fddbbda View commit details
    Browse the repository at this point in the history
  9. travis use go modules

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    6a980f7 View commit details
    Browse the repository at this point in the history
  10. remove cover before_install step from travis

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    52f2b08 View commit details
    Browse the repository at this point in the history
  11. remove gopkg

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    565a124 View commit details
    Browse the repository at this point in the history
  12. defer cancel timeout context

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    3a21f47 View commit details
    Browse the repository at this point in the history
  13. fix failing test reliant on test runner resources

    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    d9608f6 View commit details
    Browse the repository at this point in the history
  14. delete test case as it will always be flaky and reliant on server cpu…

    … resources
    Anthony Alaribe committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c7fea1e View commit details
    Browse the repository at this point in the history