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

make tidb adaptor in errors. #2

Merged
merged 21 commits into from
Sep 7, 2018
Merged

make tidb adaptor in errors. #2

merged 21 commits into from
Sep 7, 2018

Commits on Sep 5, 2018

  1. make tidb adaptor in errors.

    lysu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    859388f View commit details
    Browse the repository at this point in the history
  2. address comment

    lysu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    d4948b3 View commit details
    Browse the repository at this point in the history
  3. address comment

    lysu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    b6e6740 View commit details
    Browse the repository at this point in the history
  4. address comment

    lysu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    e7859cb View commit details
    Browse the repository at this point in the history
  5. address comment

    lysu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    35194dc View commit details
    Browse the repository at this point in the history
  6. remove logging

    gregwebs committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    f28c952 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1953f98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    036cd12 View commit details
    Browse the repository at this point in the history
  9. avoid creating duplicate stack traces

    This is done by using the new AddStack function instead of WithStack.
    There is also a StackError utility function exposed.
    gregwebs committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    2a9170a View commit details
    Browse the repository at this point in the history
  10. keep tests as pkg/errors

    gregwebs committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    70a3293 View commit details
    Browse the repository at this point in the history
  11. fix tests

    gregwebs committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    3397c8a View commit details
    Browse the repository at this point in the history
  12. add an Unwrap function

    gregwebs committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    831aa37 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    223d5a6 View commit details
    Browse the repository at this point in the history
  14. add a Find function for searching an error chain

    This is roughly (no generics) the Is function in the go 2 proposal
    gregwebs committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    e523106 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    17afee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a67e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2674428 View commit details
    Browse the repository at this point in the history
  4. address comment

    lysu committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    df8a356 View commit details
    Browse the repository at this point in the history
  5. address comment

    lysu committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    ba07308 View commit details
    Browse the repository at this point in the history
  6. address comment

    lysu committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    0485f1f View commit details
    Browse the repository at this point in the history
  7. address comment

    lysu committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e446394 View commit details
    Browse the repository at this point in the history