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

Support CREATE, DROP statements in ApplySchema and online DDL #7083

Merged

Commits on Nov 29, 2020

  1. Support CREATE, DROP statements in ApplySchema and online DDL

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

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    90452df View commit details
    Browse the repository at this point in the history
  3. added CREATE/DROP online DDL endtoend tests

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    496f28c View commit details
    Browse the repository at this point in the history
  4. trigger early next invocation of onMigrationCheckTick upon:

    - migration completion
    - migration failure
    - new INSERT to schema_migrations
    throttle invocation of onMigrationCheckTick() to at most 1/sec
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    2f06eb6 View commit details
    Browse the repository at this point in the history
  5. triggering initial tick early on

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

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

Commits on Dec 3, 2020

  1. merge upstream/master

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

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    93bc2ed View commit details
    Browse the repository at this point in the history
  2. goimports

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