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

Schema RPC to fetch table/view definition #12375

Merged
merged 7 commits into from
Feb 21, 2023

Commits on Feb 15, 2023

  1. feat: proto changes to add new rpc

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    518ab72 View commit details
    Browse the repository at this point in the history
  2. feat: vttablet changes in queryservice to implement the new rpc

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d001e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. added test on tabletserver

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0a53ec1 View commit details
    Browse the repository at this point in the history
  2. feat: use the new schema rpc in vtgate to get updated view definition

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c93e57c View commit details
    Browse the repository at this point in the history
  3. remove error from getschemaresponse and change the enum name

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e8e0ba6 View commit details
    Browse the repository at this point in the history
  4. updated proto files for vtadmin

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1394dca View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. fix e2e test

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    2bd3777 View commit details
    Browse the repository at this point in the history