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

[Improve][Producer] normalize and export the errors #1143

Merged
merged 12 commits into from
Dec 29, 2023

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    81ffd06 View commit details
    Browse the repository at this point in the history
  2. update schema error

    gunli committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1eae7ab View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 18, 2023

  1. use errors.Is() to test an error

    gunli committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0aec067 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. use github.com/hashicorp/go-multierror to join errors instead of erro…

    …rs.Join() of Go 1.20
    gunli committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bbd9352 View commit details
    Browse the repository at this point in the history
  2. revert go version to 1.18

    gunli committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c19579e View commit details
    Browse the repository at this point in the history
  3. revert go version to 1.18

    gunli committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9a9c376 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    9a1663e View commit details
    Browse the repository at this point in the history
  2. update ErrTransaction to a normal error

    gunli committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    9dc894c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fcbeeb View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. add license header

    gunli committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    038ec16 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. fix unit test error

    gunli committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3d8825a View commit details
    Browse the repository at this point in the history