-
Notifications
You must be signed in to change notification settings - Fork 188
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
Feature/redshift #249
Feature/redshift #249
Conversation
@nadlerjessie Thanks so much for this. I just wanted to give you a heads-up that (1) I just cut a release this past weekend, so I don't think the next is coming out terribly soon, and (2) I'm pretty swamped with work this week, so it might be a few days before I really review this. Also, it looks like this needs a rebase on develop, but the changes should be pretty minor. I really, really appreciate contributions, especially when they're as thorough as this looks. I know there are some test failures, but I doubt they're terribly complicated. I'll review this as soon as I can; I'll try to this weekend if not before. Thanks! |
Codecov Report
@@ Coverage Diff @@
## develop #249 +/- ##
========================================
Coverage ? 100%
========================================
Files ? 23
Lines ? 1683
Branches ? 259
========================================
Hits ? 1683
Misses ? 0
Partials ? 0
Continue to review full report at Codecov.
|
@jantman No worries on any of the timing issues, I appreciate the heads up. I have rebased against the develop branch and fixed the issues with the tests. Thanks! |
Apologies for the delay, but thank you so much for the contribution! I'm merging this to develop now, and expect a release within the next few weeks. |
This was just released in 0.8.0, which is now live on PyPI. Apologies for the long delay before this release. |
This PR adds support for checking Redshift limits, specifically manual snapshots and cluster subnet groups. The default limits are specified by Amazon here.
Before submitting pull requests, please see the
Development documentation
and specifically the Pull Request Guidelines.
IMPORTANT: Please take note of the below checklist, especially the first two items.
Pull Request Checklist
writing tests for the code, feel free to ask for help or submit the PR without tests.
tox -e docs
connect()
andconnect_resource()
methods, inherited fromawslimitchecker.connectable.Connectable
if you're working on a GitHub issue (i.e. "issue #x - "). Please
refrain from using the "fixes #x" notation unless you are sure that the
the issue is fixed in that commit.
Contributor License Agreement
By submitting this work for inclusion in awslimitchecker, I agree to the following terms:
is being made under the same license as the awslimitchecker project (the Affero GPL v3,
or any subsequent version of that license if adopted by awslimitchecker).
this pull request grants a perpetual, global, unlimited license for it to be used and distributed
under the terms of awslimitchecker's license.