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

Produce query warnings for using features not supported when sharded #7538

Merged
merged 11 commits into from
Mar 22, 2021

Commits on Mar 9, 2021

  1. Warn when using unsharded only features

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c010b73 View commit details
    Browse the repository at this point in the history
  2. warn instead of log, and added e2e tests

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fd044aa View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. produce warnings every time a feature is used, not just when planned

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ae21865 View commit details
    Browse the repository at this point in the history
  2. sizegen

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9508457 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge remote-tracking branch 'upstream/master' into sharded-warnings

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    9ba13bb View commit details
    Browse the repository at this point in the history
  2. fix test expectation

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6e55154 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Merge remote-tracking branch 'upstream/master' into sharded-warnings

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7ec5ee6 View commit details
    Browse the repository at this point in the history
  2. revert mistaken change

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    139dd5f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Merge remote-tracking branch 'upstream/master' into sharded-warnings

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    1388f40 View commit details
    Browse the repository at this point in the history
  2. minor cleanups

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d0a0660 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. test assertions

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    f8d31b4 View commit details
    Browse the repository at this point in the history