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

Support configurable delimiter for console encoder #697

Merged
merged 14 commits into from Jul 17, 2020

Commits on Apr 11, 2019

  1. Copy the full SHA
    edc4abf View commit details
    Browse the repository at this point in the history
  2. Add delimiter test cases

    lixingwang committed Apr 11, 2019
    Copy the full SHA
    1280009 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7eeb8f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d036cb9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge branch 'master' into console-delimiter

    * master:
      README: Switch to travis-ci.com for badge (uber-go#709)
      Fix changelog links for 675
      Prep for 1.10.0 release, update CHANGELOG (uber-go#705)
      Add Go 1.12 for Travis (uber-go#707)
      Fix call depth of standard logger in go1.12 (uber-go#706)
      Fix inconsistency between MapObjectEncoder's AddByteString and AppendByteString (uber-go#657)
      Disable HTMLEscape in reflect JSON encoder (uber-go#704)
    lixingwang committed May 10, 2019
    Copy the full SHA
    03fd031 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a22a38a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Copy the full SHA
    66971bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    db75271 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Copy the full SHA
    4addf5c View commit details
    Browse the repository at this point in the history
  2. Update comment for default seprator

    Co-authored-by: Prashant Varanasi <github@prashantv.com>
    lixingwang and prashantv committed Jul 17, 2020
    Copy the full SHA
    c856182 View commit details
    Browse the repository at this point in the history
  3. len would never < 0

    Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
    lixingwang and abhinav committed Jul 17, 2020
    Copy the full SHA
    75d4af1 View commit details
    Browse the repository at this point in the history
  4. Change assert nil to NoError for err check

    Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
    lixingwang and abhinav committed Jul 17, 2020
    Copy the full SHA
    0f67b3b View commit details
    Browse the repository at this point in the history
  5. remove duplicate msg in test error test case error msg

    Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
    lixingwang and abhinav committed Jul 17, 2020
    Copy the full SHA
    8460663 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d62d218 View commit details
    Browse the repository at this point in the history