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

vtctl ApplySchema -uuid_list #9325

Merged
merged 9 commits into from
Dec 9, 2021
Merged

Commits on Nov 29, 2021

  1. vtctl ApplySchema supports '-uuid' flag, allowing the user to provide…

    … their own migration UUID and at their own risk if the UUID they provide is not unique
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6acef33 View commit details
    Browse the repository at this point in the history
  2. improved unit test

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    8add172 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. test explicit UUID

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    189b689 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. support multiple UUIDs

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    bfd8df1 View commit details
    Browse the repository at this point in the history
  2. merged main; resolved conflict

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    55a29de View commit details
    Browse the repository at this point in the history
  3. code comment

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    54fadf0 View commit details
    Browse the repository at this point in the history
  4. release notes

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    276ea9f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Merge branch 'main' into apply-schema-uuid

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8e006db View commit details
    Browse the repository at this point in the history
  2. Naming: -uuid -> -uuid_list, explicitUUID -> providedUUID

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4be9abc View commit details
    Browse the repository at this point in the history