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

CloudTrails service support #350

Merged
merged 4 commits into from
Jul 29, 2018

Conversation

fpiche
Copy link

@fpiche fpiche commented Jul 12, 2018

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 three items.

Summary

Added support for CloudTrails service

Pull Request Checklist

  • All pull requests should be against the develop branch, not master.
  • All pull requests must include the Contributor License Agreement (see below).
  • Whether or not your PR includes unit tests:
    • Please make sure you have run the exact code contained in the PR locally, and it functions as desired.
    • Please make sure the TravisCI build passes or, if not, you've corrected any obvious problems identified by the tests.
  • Code should conform to the Development Guidelines:
    • pep8 compliant with some exceptions (see pytest.ini)
    • 100% test coverage with pytest (with valid tests). If you have difficulty
      writing tests for the code, that's fine, just mention that in the summary and either
      ask for assistance, or clarify that you'd like someone else to handle the tests. PRs that
      include complete test coverage will usually be merged faster.
    • Complete, correctly-formatted documentation for all classes, functions and methods.
    • documentation has been rebuilt with tox -e docs
    • Connections to the AWS services should only be made by the class's
      connect() and connect_resource() methods, inherited from
      awslimitchecker.connectable.Connectable
    • All modules should have (and use) module-level loggers.
    • Commit messages should be meaningful, and reference the Issue number
      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.
    • Git history is fully intact; please do not squash or rewrite history.

Contributor License Agreement

By submitting this work for inclusion in awslimitchecker, I agree to the following terms:

  • The contribution included in this request (and any subsequent revisions or versions of it)
    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).
  • My contribution may perpetually be included in and distributed with awslimitchecker; submitting
    this pull request grants a perpetual, global, unlimited license for it to be used and distributed
    under the terms of awslimitchecker's license.
  • I have the legal power and rights to agree to these terms.

@fpiche fpiche changed the title Dt 353/add cloudtrail checking CloudTrails-service-support Jul 13, 2018
@fpiche fpiche changed the title CloudTrails-service-support CloudTrails service support Jul 13, 2018
@jantman jantman added the ready label Jul 29, 2018
@jantman jantman force-pushed the DT-353/add-cloudtrail-checking branch from b4ea1ed to 9468272 Compare July 29, 2018 22:40
@codecov-io
Copy link

codecov-io commented Jul 29, 2018

Codecov Report

Merging #350 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #350   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           28     29    +1     
  Lines         2107   2148   +41     
  Branches       318    322    +4     
======================================
+ Hits          2107   2148   +41
Impacted Files Coverage Δ
awslimitchecker/services/cloudtrail.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 643770e...d4fc51e. Read the comment docs.

@jantman jantman merged commit 8cb924d into jantman:develop Jul 29, 2018
@jantman jantman removed the ready label Jul 29, 2018
jantman added a commit that referenced this pull request Jul 30, 2018
@jantman
Copy link
Owner

jantman commented Jul 30, 2018

This was released in 5.0.0 just now, and should be live on PyPI.

nadlerjessie pushed a commit to nadlerjessie/awslimitchecker that referenced this pull request Feb 16, 2019
nadlerjessie pushed a commit to nadlerjessie/awslimitchecker that referenced this pull request Feb 16, 2019
nadlerjessie pushed a commit to nadlerjessie/awslimitchecker that referenced this pull request Feb 16, 2019
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.

3 participants