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

Add a client object to libhoney for isolating traffic #40

Merged
merged 25 commits into from Feb 22, 2019

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    eeef19d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. fixing up tests

    maplebed committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    4240acb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. fix tests

    maplebed committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    fdcdc93 View commit details
    Browse the repository at this point in the history
  2. adding tests for clients

    maplebed committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    95f6ccb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    7838da8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    a500a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. updating and adding tests

    maplebed committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    b9ce6c1 View commit details
    Browse the repository at this point in the history
  2. more test fixing

    maplebed committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    dc684f5 View commit details
    Browse the repository at this point in the history
  3. naming cleanup

    maplebed committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    647b92d View commit details
    Browse the repository at this point in the history
  4. Other things (such as the beeline) use the default WriterOutput, so w…

    …e should leave a transitional writer ouput behind.
    maplebed committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1c5f1c2 View commit details
    Browse the repository at this point in the history
  5. little by little

    maplebed committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    6ea6c07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4aecc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    8b0dd45 View commit details
    Browse the repository at this point in the history
  2. try out newer versions of go

    maplebed committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    08c75ea View commit details
    Browse the repository at this point in the history
  3. oh yaml

    maplebed committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    00dbc3b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. adding more race tests

    maplebed committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    aa134f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    7bb922b View commit details
    Browse the repository at this point in the history
  2. add in protection against modifying an event after sending, to give c…

    …ontrol of the event's data entirely to the transmission
    maplebed committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    0fd79da View commit details
    Browse the repository at this point in the history
  3. PR feedback

    maplebed committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    e89d0aa View commit details
    Browse the repository at this point in the history
  4. race race race

    maplebed committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    c2a186f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90121c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    020d8ee View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. removing nil pointer receiver checks in Client because they don't exi…

    …st anywhere else and can conceal what are most likely errors
    maplebed committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    f673dec View commit details
    Browse the repository at this point in the history
  2. PR feedback

    maplebed committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c9399e9 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    maplebed committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    f4991a9 View commit details
    Browse the repository at this point in the history