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 MockAutoScaler and AWSAutoScaler #40729

Merged
merged 31 commits into from
Feb 1, 2023

Commits on Jan 12, 2023

  1. *: support fetch topo from AutoScaler

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    06dd82c View commit details
    Browse the repository at this point in the history
  2. fix batch_coprocessor

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c7b60f3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:pingcap/tidb into autoscaler

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2b1badd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. fix rpcCtx.Meta nil

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    50439a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. tmp safe AWSTopoFetcher

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ba260d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cdf84 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. add AWSTopoFetcher

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    95ad661 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. batch update same with(cse: 88bfe6e6ef4062b517e04d47bbc09751cc0bca0d)

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    bdb6b51 View commit details
    Browse the repository at this point in the history
  2. fix review

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    51916c9 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    dac3d54 View commit details
    Browse the repository at this point in the history
  4. fix bazel_lint

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    114af33 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. refine topo fetcher err msg(cse:70feb371993e38ed92556ce602793b5a53e32…

    …cc3)
    
    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d280e17 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7c132a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. remove using reflect

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    61700de View commit details
    Browse the repository at this point in the history
  2. update TestASType related code

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    1734140 View commit details
    Browse the repository at this point in the history
  3. update batch of trivial fix

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    dbcad3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a092fdd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge branch 'master' of github.com:pingcap/tidb into autoscaler

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d6617ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45fa4f7 View commit details
    Browse the repository at this point in the history
  3. change config name: cluster-name -> autoscaler-cluster-id

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    338229b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00f6aa6 View commit details
    Browse the repository at this point in the history
  5. update config.toml.example

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    dfaf69c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge branch 'master' of github.com:pingcap/tidb into autoscaler

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fabf2ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92fed8f View commit details
    Browse the repository at this point in the history
  3. fix unit-test

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ed0cf4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    856cabd View commit details
    Browse the repository at this point in the history
  5. fix comment

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    582ba44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fe60b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e345bd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e93ff8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1396d1a View commit details
    Browse the repository at this point in the history