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

errdefs: add support for typed errors #1454

Merged
merged 12 commits into from
Apr 27, 2020
Merged

Commits on Apr 22, 2020

  1. errdefs: add support for typed errors

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    02fff48 View commit details
    Browse the repository at this point in the history
  2. grpc: add error handling wrappers to client/server

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3f77f04 View commit details
    Browse the repository at this point in the history
  3. gateway: fix error details passing through gateway

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    e4cc086 View commit details
    Browse the repository at this point in the history
  4. errdefs: report component version in stack

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ae3b75d View commit details
    Browse the repository at this point in the history
  5. solver: attach causing vertex in an error

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    cce301b View commit details
    Browse the repository at this point in the history
  6. errdefs: attach source to an error

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    abbda4e View commit details
    Browse the repository at this point in the history
  7. dockerfile: add more source information to errors

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    4b2636a View commit details
    Browse the repository at this point in the history
  8. util: add grpcerrors and stack package

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c511cdb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Revert "grpc: add error handling wrappers to client/server"

    This reverts commit 3f77f04.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    2fc9aee View commit details
    Browse the repository at this point in the history
  2. grpc interceptors for errors

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    725f5e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. errdefs: update to new packages

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    90288ab View commit details
    Browse the repository at this point in the history
  2. remove last instances of errors cause

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    c78e875 View commit details
    Browse the repository at this point in the history