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 PredictKube scaler #2418

Merged
merged 30 commits into from
Jan 26, 2022
Merged

Add PredictKube scaler #2418

merged 30 commits into from
Jan 26, 2022

Commits on Jan 10, 2022

  1. Add PredictKube scaler

    Signed-off-by: Daniel Yavorovych <[email protected]>
    daniel-yavorovich committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    efd1913 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. add auth logic for prometheus and predictkube scalers

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    98a2f5c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. add comments for auth logic

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    db228cd View commit details
    Browse the repository at this point in the history
  2. return pre-commit-config

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a0f80d7 View commit details
    Browse the repository at this point in the history
  3. fix prometheus_scaler.go

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    4b1334b View commit details
    Browse the repository at this point in the history
  4. fix prometheus_scaler.go

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    360fb6e View commit details
    Browse the repository at this point in the history
  5. fix prometheus_scaler.go

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    f86d99d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. add working e2e test for predictkube scaler

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    eae6c6f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Merge pull request #5 from dysnix/predictkube-scaler-prometheus-auth

    add auth logic for prometheus and predictkube scalers
    daniel-yavorovich authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    50c49ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from kedacore/main

    Update from upstream
    daniel-yavorovich authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    681e2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad3bfc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from dysnix/main

    Update from upstream
    daniel-yavorovich authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    4e0bb8d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. remove metricName field from metadata and add generation enums to Mak…

    …efile
    
    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    68c2245 View commit details
    Browse the repository at this point in the history
  2. revert old data

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3858893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37d29b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3c539 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from dysnix/fix-pr-comments

    Fix PR comments
    daniel-yavorovich authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ab64321 View commit details
    Browse the repository at this point in the history
  6. fix TestPredictKubeParseMetadata

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d096db8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9 from dysnix/fix-pr-comments

    fix TestPredictKubeParseMetadata
    daniel-yavorovich authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f75d259 View commit details
    Browse the repository at this point in the history
  8. fix TestPredictKubeGetMetricSpecForScaling

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    65c4b11 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10 from dysnix/fix-pr-comments

    fix TestPredictKubeGetMetricSpecForScaling
    daniel-yavorovich authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    078c4ed View commit details
    Browse the repository at this point in the history
  10. remove generation enums with enums-go

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    01521ca View commit details
    Browse the repository at this point in the history
  11. remove generation enums with enums-go

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8ba8d7c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #11 from dysnix/fix-pr-comments

    Fix pr comments
    daniel-yavorovich authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3be6c50 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. resolve go.mod, go.sum

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    475cbe0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into predictkube-scaler

    # Conflicts:
    #	go.mod
    #	go.sum
    alex60217101990 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b46bbbf View commit details
    Browse the repository at this point in the history
  3. resolve go.mod, go.sum

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7d69136 View commit details
    Browse the repository at this point in the history
  4. fix go.mongodb.org/mongo-driver version

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    310121b View commit details
    Browse the repository at this point in the history
  5. fix go.mongodb.org/mongo-driver version

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    fca9ef3 View commit details
    Browse the repository at this point in the history
  6. add comment to method

    Signed-off-by: alex60217101990 <[email protected]>
    alex60217101990 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    9e0c960 View commit details
    Browse the repository at this point in the history