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 extend ability to query external service for autoscaler #2279

Merged
merged 34 commits into from
May 6, 2020

Commits on Apr 23, 2020

  1. add external ability

    Song Gao committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    84d388c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0264a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c487611 View commit details
    Browse the repository at this point in the history
  4. update crds

    Song Gao committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    af0e65d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'add_external_ability_for_auto_scaling' of https://githu…

    …b.com/Yisaer/tidb-operator into add_external_ability_for_auto_scaling
    Song Gao committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    361d5e4 View commit details
    Browse the repository at this point in the history
  6. fix vet

    Song Gao committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    0b397b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    efa7e9c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into add_external_abil…

    …ity_for_auto_scaling
    Song Gao committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c11a39e View commit details
    Browse the repository at this point in the history
  3. update document

    Song Gao committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7eb3725 View commit details
    Browse the repository at this point in the history
  4. fix ineffassign

    Song Gao committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    adb8749 View commit details
    Browse the repository at this point in the history
  5. fix e2e case

    Song Gao committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7c63fa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    c142d36 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    5246eb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Update pkg/apis/pingcap/v1alpha1/tidbclusterautoscaler_types.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    0946afa View commit details
    Browse the repository at this point in the history
  2. Update pkg/apis/pingcap/v1alpha1/tidbclusterautoscaler_types.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    93a809a View commit details
    Browse the repository at this point in the history
  3. Update pkg/apis/pingcap/v1alpha1/tidbclusterautoscaler_types.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e33e021 View commit details
    Browse the repository at this point in the history
  4. Update pkg/apis/pingcap/v1alpha1/tidbclusterautoscaler_types.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    5ecf760 View commit details
    Browse the repository at this point in the history
  5. Update pkg/apis/pingcap/v1alpha1/tidbclusterautoscaler_types.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    197fb4b View commit details
    Browse the repository at this point in the history
  6. Update pkg/apis/pingcap/v1alpha1/tidbclusterautoscaler_types.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d0deafb View commit details
    Browse the repository at this point in the history
  7. Update pkg/apis/pingcap/v1alpha1/tidbclusterautoscaler_types.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    056e730 View commit details
    Browse the repository at this point in the history
  8. Update pkg/autoscaler/autoscaler/query/external.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d270cf3 View commit details
    Browse the repository at this point in the history
  9. Update pkg/autoscaler/autoscaler/query/external.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    c124405 View commit details
    Browse the repository at this point in the history
  10. Update pkg/autoscaler/autoscaler/query/external.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    3653ee2 View commit details
    Browse the repository at this point in the history
  11. Update pkg/autoscaler/autoscaler/query/external.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    8693d11 View commit details
    Browse the repository at this point in the history
  12. Update pkg/autoscaler/autoscaler/tidb_autoscaler.go

    Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
    Yisaer and DanielZhangQD committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ddfb173 View commit details
    Browse the repository at this point in the history
  13. address the comment

    Song Gao committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6af15a4 View commit details
    Browse the repository at this point in the history
  14. add timeout

    Song Gao committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    9329b8f View commit details
    Browse the repository at this point in the history
  15. fix error

    Song Gao committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    09dfd31 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    98fbe8d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    42872f2 View commit details
    Browse the repository at this point in the history
  2. update crd

    Song Gao committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d8ffd1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d34f40c View commit details
    Browse the repository at this point in the history
  4. Update pkg/autoscaler/autoscaler/query/external.go

    Co-authored-by: weekface <weekface@gmail.com>
    Yisaer and weekface committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    5a32f1b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    c669793 View commit details
    Browse the repository at this point in the history