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

Add consecutive count check for Auto-scaling #1703

Merged
merged 23 commits into from
Feb 17, 2020

Commits on Feb 14, 2020

  1. update api

    Song Gao committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    99fbc23 View commit details
    Browse the repository at this point in the history
  2. add Consecutive check

    Song Gao committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e55571a View commit details
    Browse the repository at this point in the history
  3. add default tac

    Song Gao committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    5e9f80f View commit details
    Browse the repository at this point in the history
  4. Update util.go

    Song Gao committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    eb3102f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. add test for check util func

    Song Gao committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    377515c View commit details
    Browse the repository at this point in the history
  2. add unit test

    Song Gao committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    05214c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    375f5a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    68a1546 View commit details
    Browse the repository at this point in the history
  2. change threshold default value into 3

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    0395e2a View commit details
    Browse the repository at this point in the history
  3. update crd description

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    3a46d90 View commit details
    Browse the repository at this point in the history
  4. use time Duration type

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    43830e3 View commit details
    Browse the repository at this point in the history
  5. fix default type

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    128ef94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd666d6 View commit details
    Browse the repository at this point in the history
  7. storeInfo in tac

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    e22a002 View commit details
    Browse the repository at this point in the history
  8. change default value of scale-in configure

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    164ded1 View commit details
    Browse the repository at this point in the history
  9. Update pkg/autoscaler/autoscaler/tikv_autoscaler.go

    Co-Authored-By: DanielZhangQD <[email protected]>
    Yisaer and DanielZhangQD authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    ac06b2a View commit details
    Browse the repository at this point in the history
  10. update default value for IntervalSeconds

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    4b12cca View commit details
    Browse the repository at this point in the history
  11. remove failure Count

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    092f27d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    933f647 View commit details
    Browse the repository at this point in the history
  13. fmt goimports

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    17330af View commit details
    Browse the repository at this point in the history
  14. Merge branch 'upgrade_auto_scaler_api' of https://github.com/Yisaer/t…

    …idb-operator into upgrade_auto_scaler_api
    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    1fb2efc View commit details
    Browse the repository at this point in the history
  15. Update util.go

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    dfece77 View commit details
    Browse the repository at this point in the history
  16. Update util.go

    Song Gao committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    5fb88c5 View commit details
    Browse the repository at this point in the history