Skip to content

Update dependencies, including instance type data (#308) #1

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

Merged
merged 1 commit into from
Dec 7, 2018

Conversation

andrewl3wis
Copy link
Owner

  • Update dependencies, including instance type data

Fixes LeanerCloud#294.

  • Rename repo to AutoSpotting/AutoSpotting

  • Add a new coveralls token

Issue Type

  • Feature Pull Request
  • Bugfix Pull Request
  • Documentation Pull Request

Summary

Code contribution checklist

  1. The contribution fixes a single existing github issue, and it is linked
    to it.
  2. The code is as simple as possible, readable and follows the idiomatic Go
    guidelines.
  3. All new functionality is covered by automated test cases so the overall
    test coverage doesn't decrease.
  4. No issues are reported when running make full-test.
  5. Functionality not applicable to all users should be configurable.
  6. Configurations should be exposed through Lambda function environment
    variables which are also passed as parameters to the
    CloudFormation
    and
    Terraform
    stacks defined as infrastructure code.
  7. Global configurations set from the infrastructure stack level should also
    support per-group overrides using tags.
  8. Tags names and expected values should be similar to the other existing
    configurations.
  9. Both global and tag-based configuration mechanisms should be tested and
    proven to work using log output from various test runs.
  10. The logs should be kept as clean as possible (use log levels as
    appropriate) and formatted consistently to the existing log output.
  11. The documentation is updated to cover the new behavior, as well as the
    new configuration options for both stack parameters and tag overrides.
  12. A code reviewer reproduced the problem and can confirm the code
    contribution actually resolves it.

* Update dependencies, including instance type data

Fixes #294.

* Rename repo to AutoSpotting/AutoSpotting

* Add a new coveralls token
@andrewl3wis andrewl3wis merged commit a63ea4c into andrewl3wis:master Dec 7, 2018
@cristim
Copy link

cristim commented Feb 8, 2023

hey @andrewl3wis I saw you were using AutoSpotting a while back, or at least you forked it on Github.

I just wanted to reach out to see if you still use it.

If not, I'd like to learn what are you using instead and what made you switch from it, so I can improve it going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recent instance types (T3, R5, etc.) are not supported
2 participants