Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Adding 128 bit traceId support #361

Merged
merged 20 commits into from
Sep 9, 2019
Merged

Commits on Apr 26, 2019

  1. Adding 128 bit traceId support

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    82f5a97 View commit details
    Browse the repository at this point in the history
  2. fix node 0.10 issue

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    678561f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Replace node latest to lts in the travis config

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed May 9, 2019
    Configuration menu
    Copy the full SHA
    cd7cf05 View commit details
    Browse the repository at this point in the history
  2. Fix travis file, adding back build for node latest

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0c23d6f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Merge conflic

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed May 15, 2019
    Configuration menu
    Copy the full SHA
    945237a View commit details
    Browse the repository at this point in the history
  2. Refactoring traceId

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed May 15, 2019
    Configuration menu
    Copy the full SHA
    16e1d91 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Adding unit test

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d5aa139 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Fixed issues

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    eb918d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Force travis to use ubuntu trusty

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    4ec48e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Fix issues

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a00710e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Refactoring

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    5059f19 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Fix node 0.10 compatibility

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    69ac16c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Increase timeout on some unit tests

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    50b49fe View commit details
    Browse the repository at this point in the history
  2. Increase timeout on some unit tests

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    cfd324c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Merge conflic

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    4d4a573 View commit details
    Browse the repository at this point in the history
  2. Small refactor

    Signed-off-by: Paul Biccherai <paul.biccherai@chronwell.com>
    PaulMiami committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    1f02e9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df66094 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    ec0374a View commit details
    Browse the repository at this point in the history
  2. Add one more test; create Buffer via Utils

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    eee5ab6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Avoid Buffer.fill() which is void on Node 0.10

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    fb29d69 View commit details
    Browse the repository at this point in the history