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

ScaledJob: introduce MultipleScalersCalculation #2016

Merged
merged 23 commits into from
Sep 13, 2021

Commits on Aug 6, 2021

  1. Fix bug of ScaledJob multiple triggers

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c0c4814 View commit details
    Browse the repository at this point in the history
  2. fix pre-commit issue

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    16671c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Update logs on scale handler and add crds

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    12dc683 View commit details
    Browse the repository at this point in the history
  2. update change log

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    2416bfa View commit details
    Browse the repository at this point in the history
  3. Add test case for exceeding MaxReplicaCount in sum

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    96b9907 View commit details
    Browse the repository at this point in the history
  4. fix pre-commit

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    d273f13 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Update pkg/scaling/scale_handler.go

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    12a06ae View commit details
    Browse the repository at this point in the history
  2. Update pkg/scaling/scale_handler.go

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    a9d9476 View commit details
    Browse the repository at this point in the history
  3. revert version and refactor scaling logic

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c5e4cd0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into tsushi/fixscaledjobmultitrigger

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    e604a68 View commit details
    Browse the repository at this point in the history
  5. Change option name from MultipleScalersOption to MultipleScalersCalcu…

    …lation
    
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    784bc7c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. update changelog for multiple triggers section

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    15e39d9 View commit details
    Browse the repository at this point in the history
  2. Error Handling

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    72147d2 View commit details
    Browse the repository at this point in the history
  3. Refactor logging

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    93568a9 View commit details
    Browse the repository at this point in the history
  4. remove scaledjob prometheus

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    96116f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Update pkg/scaling/scaledjob/scale_metrics.go

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    d5b519c View commit details
    Browse the repository at this point in the history
  2. Update pkg/scaling/scaledjob/scale_metrics.go

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    49c6eb4 View commit details
    Browse the repository at this point in the history
  3. Update pkg/scaling/scaledjob/scale_metrics.go

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    3821105 View commit details
    Browse the repository at this point in the history
  4. Update pkg/scaling/scaledjob/scale_metrics_test.go

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    faa30df View commit details
    Browse the repository at this point in the history
  5. Update pkg/scaling/scaledjob/scale_metrics.go

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    4c3bf05 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio and zroubalik authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    87740cf View commit details
    Browse the repository at this point in the history
  7. Move section to new section

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    6b7e6da View commit details
    Browse the repository at this point in the history
  8. fix pre-commit white space issue

    Signed-off-by: Tsuyoshi Ushio <[email protected]>
    TsuyoshiUshio committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    6dda3c9 View commit details
    Browse the repository at this point in the history