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

integrate error codes with pkg/errors to provide error tracing #1200

Merged
merged 26 commits into from
Sep 30, 2018

Commits on Aug 17, 2018

  1. add pkg/errors to Gopkg

    gregwebs committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    bc61230 View commit details
    Browse the repository at this point in the history
  2. integrate with pkg/errors

    add the Causer interface
    internal errors record a StackTrace
    gregwebs committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7a5bbab View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

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

Commits on Aug 27, 2018

  1. fix comment spellings

    gregwebs committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8a0ced9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c9a11 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    c4a46a3 View commit details
    Browse the repository at this point in the history
  2. only internal errors should show a stack trace

    To some extent this masks an issue with how pkg/errors is not used
    gregwebs committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    3c88460 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e18df View commit details
    Browse the repository at this point in the history
  4. update documentation

    gregwebs committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    acb0499 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

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

Commits on Sep 8, 2018

  1. Configuration menu
    Copy the full SHA
    35dc1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d546f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70edcec View commit details
    Browse the repository at this point in the history
  4. use errors.Unwrap

    gregwebs committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    ee73eb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. error grouping

    gregwebs committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    b79940d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. upgrade pingcap/errors

    gregwebs committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b026410 View commit details
    Browse the repository at this point in the history
  2. use the latest from pingcap/errors

    Get rid of vertical error cobination and just use multi errors.
    vertical composition is just being used for annotation.
    For multiple errors, we always use horizontal composition.
    gregwebs committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ff5c090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d88fdf View commit details
    Browse the repository at this point in the history
  4. bugfix

    gregwebs committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    99af76d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    dee08a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84a95c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    71fd836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64bcff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fcb0b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. fix gofmt

    gregwebs committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    55f3967 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

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