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 new gitlab-runner-scaler #6087

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Aug 25, 2024

  1. Add new gitlab-runner-scaler; bootstrap configuration

    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    85410d6 View commit details
    Browse the repository at this point in the history
  2. Query gitlab (with pagination) to find out the number of pipelines in…

    … "waiting for resource" status
    
    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b922d62 View commit details
    Browse the repository at this point in the history
  3. Introduce ClusterCloudEventSource (kedacore#5816)

    Co-authored-by: Tom Kerkhove <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    2 people authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    10ee5bd View commit details
    Browse the repository at this point in the history
  4. chore: Prepare v2.15.1 (kedacore#6051)

    * chore: Prepare v2.15.1
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    * fix changelog
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    ---------
    
    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    JorTurFer authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    3975b8c View commit details
    Browse the repository at this point in the history
  5. chore: Enable Az Pipeline (wi) e2e (kedacore#6070)

    * chore: Enable Az Pipeline e2e
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    * update manifests
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    ---------
    
    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    JorTurFer authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    baef8e8 View commit details
    Browse the repository at this point in the history
  6. change config to declarative format

    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b186765 View commit details
    Browse the repository at this point in the history
  7. chore: Improve azure e2e coverage (kedacore#6090)

    * chore: Improve azure e2e coverage
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    * add missing vars
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    ---------
    
    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    JorTurFer authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    21af44f View commit details
    Browse the repository at this point in the history
  8. Provide CloudEvents around the management of ScaledJobs resources (ke…

    …dacore#6072)
    
    * Update
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Update ChangeLog
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Update
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    ---------
    
    Signed-off-by: SpiritZhou <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    SpiritZhou authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    32ea028 View commit details
    Browse the repository at this point in the history
  9. Refactor IBM MQ scaler and remove and deprecate variables (kedacore#6034

    )
    
    Signed-off-by: Rick Brouwer <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    rickbrouwer authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9c08822 View commit details
    Browse the repository at this point in the history
  10. add ignoreNullValues for AWS CloudWatch Scaler (kedacore#5635)

    * add errorWhenMetricValueEmpty
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * fix golangci-lint
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * improve error message for empty results
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * add error when empty metric values to changelog
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * rename errorWhenMetricValuesEmpty -> errorWhenNullValues
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * use getParameterFromConfigV2 to read config for errorWhenNullValues
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * add e2e for error state for cw, and improve e2e for min values for cw
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * remove erroneous print statement
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * remove unused vars
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * rename errorWhenMetricValuesEmpty -> ignoreNullValues
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * move towards shared package for e2e aws
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * minMetricValue optionality based on ignoreNullValues
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * fail fast
    
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * Update tests/scalers/aws/aws_cloudwatch_ignore_null_values_false/aws_cloudwatch_ignore_null_values_false_test.go
    
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * fail fast
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * fix broken new line
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * fix broken new lines
    
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * assert no scaling changes in e2e, and set false for required in minMetricValue
    
    Signed-off-by: robpickerill <[email protected]>
    
    * fix ci checks
    
    Signed-off-by: robpickerill <[email protected]>
    
    * Update tests/scalers/aws/aws_cloudwatch_min_metric_value/aws_cloudwatch_min_metric_value_test.go
    
    fix invalid check
    
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * fix merge conflicts
    
    Signed-off-by: robpickerill <[email protected]>
    
    * fix e2e package names
    
    Signed-off-by: robpickerill <[email protected]>
    
    ---------
    
    Signed-off-by: Rob Pickerill <[email protected]>
    Signed-off-by: robpickerill <[email protected]>
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    2 people authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    d1fbf48 View commit details
    Browse the repository at this point in the history
  11. Add connection name for the rabbitmq scaler (kedacore#6093)

    * add a static connection name
    
    Signed-off-by: robpickerill <[email protected]>
    
    * Update pkg/scalers/rabbitmq_scaler.go
    
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Rob Pickerill <[email protected]>
    
    * add improvement to changelog
    
    Signed-off-by: robpickerill <[email protected]>
    
    * add namepace and so name to conn name
    
    Signed-off-by: robpickerill <[email protected]>
    
    * Update comment
    
    Signed-off-by: Jorge Turrado Ferrero <[email protected]>
    
    ---------
    
    Signed-off-by: robpickerill <[email protected]>
    Signed-off-by: Rob Pickerill <[email protected]>
    Signed-off-by: Jorge Turrado Ferrero <[email protected]>
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Fira Curie <[email protected]>
    2 people authored and fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a5e169e View commit details
    Browse the repository at this point in the history
  12. add capability to parse *url.URL

    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6015f2d View commit details
    Browse the repository at this point in the history
  13. fix config parsing panic due to private fields

    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    47140fe View commit details
    Browse the repository at this point in the history
  14. add tests

    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    e501824 View commit details
    Browse the repository at this point in the history
  15. fix scaler ordering

    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0de7956 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b7a372 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. add a simple unit test for url.URL parsing; fix broken tests in gitla…

    …b scaler; apply code review suggestions
    
    Signed-off-by: Fira Curie <[email protected]>
    fira42073 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    285de8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e4616 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 7, 2024

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

Commits on Nov 7, 2024

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