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

br: Add pre-check of duplicate table in the downstream #55044

Merged
merged 34 commits into from
Aug 20, 2024

Commits on Aug 18, 2024

  1. done

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    64b4fa9 View commit details
    Browse the repository at this point in the history
  2. add integration test

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    03e7107 View commit details
    Browse the repository at this point in the history
  3. Revert "add integration test"

    This reverts commit eabe967.
    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0c4445f View commit details
    Browse the repository at this point in the history
  4. add comments

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    27e643b View commit details
    Browse the repository at this point in the history
  5. done

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    373ac6b View commit details
    Browse the repository at this point in the history
  6. lint

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    433e4cd View commit details
    Browse the repository at this point in the history
  7. bazel

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c601065 View commit details
    Browse the repository at this point in the history
  8. modify glue

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    01b2259 View commit details
    Browse the repository at this point in the history
  9. revert param

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8eb193f View commit details
    Browse the repository at this point in the history
  10. sepecify glue

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    253c7d6 View commit details
    Browse the repository at this point in the history
  11. update

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a150f08 View commit details
    Browse the repository at this point in the history
  12. code style

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    43946c3 View commit details
    Browse the repository at this point in the history
  13. hide userFSR

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    b53d590 View commit details
    Browse the repository at this point in the history
  14. Update br/pkg/glue/glue.go

    Co-authored-by: BornChanger <[email protected]>
    RidRisR and BornChanger committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7b2793e View commit details
    Browse the repository at this point in the history
  15. Update br/pkg/task/restore.go

    Co-authored-by: BornChanger <[email protected]>
    RidRisR and BornChanger committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0281eaf View commit details
    Browse the repository at this point in the history
  16. Update errors.toml

    Co-authored-by: BornChanger <[email protected]>
    RidRisR and BornChanger committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    632641b View commit details
    Browse the repository at this point in the history
  17. Update br/pkg/task/restore.go

    Co-authored-by: BornChanger <[email protected]>
    RidRisR and BornChanger committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    774a977 View commit details
    Browse the repository at this point in the history
  18. lint

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    23179f3 View commit details
    Browse the repository at this point in the history
  19. fix

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    59f1d03 View commit details
    Browse the repository at this point in the history
  20. error code

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    df3e089 View commit details
    Browse the repository at this point in the history
  21. err.Equal

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    21c71e0 View commit details
    Browse the repository at this point in the history
  22. fix more

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5b04775 View commit details
    Browse the repository at this point in the history
  23. add more tables

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0e5e783 View commit details
    Browse the repository at this point in the history
  24. fix missed unequal

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    f5f84e9 View commit details
    Browse the repository at this point in the history
  25. add timeout

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5b80e15 View commit details
    Browse the repository at this point in the history
  26. add more timeout

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4581388 View commit details
    Browse the repository at this point in the history
  27. more protect

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c6c30b2 View commit details
    Browse the repository at this point in the history
  28. disable failpoint

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    447a9ab View commit details
    Browse the repository at this point in the history
  29. checkpointFirstRun

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1710c13 View commit details
    Browse the repository at this point in the history
  30. drop tables

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    aa4c008 View commit details
    Browse the repository at this point in the history
  31. fix test

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    77e6cdb View commit details
    Browse the repository at this point in the history
  32. add disable

    RidRisR committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    b5ca87b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Revert "fix test"

    This reverts commit 77e6cdb.
    RidRisR committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e943d57 View commit details
    Browse the repository at this point in the history
  2. fix scheduler removed

    RidRisR committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c858500 View commit details
    Browse the repository at this point in the history