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

Added OnDemand and Spot Price models addressing #131 #486

Closed
wants to merge 43 commits into from

Commits on Nov 22, 2017

  1. Copy the full SHA
    1e548ee View commit details
    Browse the repository at this point in the history
  2. gofmt -s

    mrcrgl committed Nov 22, 2017
    Copy the full SHA
    5610570 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Fixed broken instance-info test; Added areness of tenancy and effecti…

    …vity of the offer provided by the aws pricing api
    mrcrgl committed Nov 23, 2017
    Copy the full SHA
    8a923bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue/131

    # Conflicts:
    #	cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go
    mrcrgl committed Nov 23, 2017
    Copy the full SHA
    c214eae View commit details
    Browse the repository at this point in the history
  3. Add comments to conversion functions to clarify the use

    Marc Riegel authored and mrcrgl committed Nov 23, 2017
    Copy the full SHA
    bb80b4f View commit details
    Browse the repository at this point in the history
  4. Added field comments to EC2LaunchConfiguration

    Marc Riegel authored and mrcrgl committed Nov 23, 2017
    Copy the full SHA
    56d8fd3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2924a1a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Copy the full SHA
    51d7a9f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    421da33 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Removed goto statement

    mrcrgl committed Dec 2, 2017
    Copy the full SHA
    4e5078c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Merge branch 'issue/131'

    mrcrgl committed Dec 5, 2017
    Copy the full SHA
    7541620 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f0774b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Copy the full SHA
    88f7034 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Copy the full SHA
    61767fe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7e63b8c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Fixed AWS filter

    mrcrgl committed Jan 10, 2018
    Copy the full SHA
    eed433b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	cluster-autoscaler/cloudprovider/aws/aws_cloud_provider.go
    #	cluster-autoscaler/cloudprovider/aws/aws_cloud_provider_test.go
    #	cluster-autoscaler/cloudprovider/aws/aws_manager.go
    #	cluster-autoscaler/cloudprovider/builder/cloud_provider_builder.go
    mrcrgl committed Mar 26, 2018
    Copy the full SHA
    dc827d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    16c3ff5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    688507a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'fid-dev/issue/131' into issue/131

    # Conflicts:
    #	cluster-autoscaler/cloudprovider/aws/api/instance_info.go
    mrcrgl committed Mar 26, 2018
    Copy the full SHA
    7bb6564 View commit details
    Browse the repository at this point in the history
  5. go fmt

    mrcrgl committed Mar 26, 2018
    Copy the full SHA
    c6dd0e8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	cluster-autoscaler/cloudprovider/aws/aws_cloud_provider_test.go
    mrcrgl committed May 27, 2018
    Copy the full SHA
    f0bf137 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	cluster-autoscaler/cloudprovider/aws/aws_cloud_provider_test.go
    mrcrgl committed May 27, 2018
    Copy the full SHA
    b3e8b2d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into issue/131

    # Conflicts:
    #	cluster-autoscaler/cloudprovider/aws/aws_cloud_provider.go
    #	cluster-autoscaler/cloudprovider/aws/aws_manager.go
    mrcrgl committed May 27, 2018
    Copy the full SHA
    964deae View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Merge branch 'master' into issue/131

    # Conflicts:
    #	cluster-autoscaler/cloudprovider/aws/aws_cloud_provider.go
    #	cluster-autoscaler/cloudprovider/aws/aws_manager.go
    mrcrgl committed Jul 30, 2018
    Copy the full SHA
    c1bf412 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bcf30a3 View commit details
    Browse the repository at this point in the history
  3. Compact mock data

    mrcrgl committed Jul 30, 2018
    Copy the full SHA
    c885611 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bcb8ee8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c518c03 View commit details
    Browse the repository at this point in the history
  6. go fmt

    mrcrgl committed Jul 30, 2018
    Copy the full SHA
    96ee3a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. always keep the last item in history

    ylallemant committed Jan 9, 2019
    Copy the full SHA
    230432a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    823ecb1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6b647ae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6f33d04 View commit details
    Browse the repository at this point in the history
  5. added handling for nil prices

    ylallemant committed Jan 9, 2019
    Copy the full SHA
    b1758d0 View commit details
    Browse the repository at this point in the history
  6. go fmt

    ylallemant committed Jan 9, 2019
    Copy the full SHA
    b6d9259 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. fixed price calculation and tests

    * fixed price calculation and added tests
    * corrected test names
    
    (cherry picked from commit 52598c0)
    ylallemant authored and ylallemant committed Jan 11, 2019
    Copy the full SHA
    90038a8 View commit details
    Browse the repository at this point in the history
  2. added boilerplate header

    ylallemant committed Jan 11, 2019
    Copy the full SHA
    01cf276 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Copy the full SHA
    2a88180 View commit details
    Browse the repository at this point in the history
  2. go fmt...

    ylallemant committed Jan 18, 2019
    Copy the full SHA
    afe8f3c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. use AWS SDK for OnDemand Nodes (#5)

    * added aws-pricing to godeps
    * updated kubernetes.sync
    * replaced glog with klog
    * using pricing SDK to list OnDemand prices
    * moved aws session creation to price/descriptor
    * fixed ondemand api test
    * updated test data for better test coverage
    ylallemant authored and TorstenW committed Jan 23, 2019
    Copy the full SHA
    6f34ce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. split AWS sessions for OnDemand and Spot pricing API

    ylallemant committed Jan 24, 2019
    Copy the full SHA
    8551199 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. removed old REST API calls

    ylallemant committed Feb 18, 2019
    Copy the full SHA
    3b29055 View commit details
    Browse the repository at this point in the history