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

refactor(codec/unknownproto): use official descriptorpb types, do not rely on gogo code gen types. #18541

Merged
merged 9 commits into from
Nov 29, 2023

Commits on Nov 22, 2023

  1. make unknown proto not use gogo code gen types, it now uses descripto…

    …rpb types
    unknown unknown committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8ada39e View commit details
    Browse the repository at this point in the history
  2. chore: CHANGELOG.md

    unknown unknown committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bf53128 View commit details
    Browse the repository at this point in the history
  3. lint

    unknown unknown committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1dfa602 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 29, 2023

  1. address PR reviews

    unknown unknown committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e4f6e44 View commit details
    Browse the repository at this point in the history
  2. nicer panic debugging

    unknown unknown committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b663898 View commit details
    Browse the repository at this point in the history
  3. more descriptive CHANGELOG.md

    unknown unknown committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a0e9770 View commit details
    Browse the repository at this point in the history
  4. address PR reviews 2

    unknown unknown committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    80211c4 View commit details
    Browse the repository at this point in the history
  5. add spacing in default case

    unknown unknown committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bd6d723 View commit details
    Browse the repository at this point in the history