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

Service class updates #33

Merged
merged 6 commits into from
Dec 28, 2020
Merged

Service class updates #33

merged 6 commits into from
Dec 28, 2020

Commits on Dec 26, 2020

  1. Service Class fixes (#30)

    * Default parameter debugging. Ran the code through the DRYer.
    
    * Param defaults, fixes to GetDeviceDetails, DRYer
    
    * Parameter defaults, DRYer, Unit testing
    
    * Parameter cleanup, IDs fix, DRYer, Unit testing
    
    * Param, partition, content-type fixes. Unit tests.
    
    * Parameter cleanup, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, More to do here
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fix, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit test prep
    
    * Param cleanup, IDs fix, DRYer, Basic unit tests
    
    * Quick run thru the DRYer
    jshcodes authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    9b6cbe7 View commit details
    Browse the repository at this point in the history
  2. Unit testing fixes, updated service classes (#32)

    * Default parameter debugging. Ran the code through the DRYer.
    
    * Param defaults, fixes to GetDeviceDetails, DRYer
    
    * Parameter defaults, DRYer, Unit testing
    
    * Parameter cleanup, IDs fix, DRYer, Unit testing
    
    * Param, partition, content-type fixes. Unit tests.
    
    * Parameter cleanup, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, More to do here
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fix, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit test prep
    
    * Param cleanup, IDs fix, DRYer, Basic unit tests
    
    * Quick run thru the DRYer
    
    * Updated service class unit tests (#31)
    
    * Package layout updates
    
    * Package updates
    
    * Cleaning up tabs
    
    * README and LICENSE updates
    
    * More package testing
    
    * Broken link fixes
    
    * Uber class custom headers, Content-Type retained
    
    * v0.1.8 - Uber class custom headers
    
    * Uber class fix for octet-stream file uploads
    
    * README.md updates
    
    * Package development status alignment
    
    * Typo fix in README.md
    
    * Minor README.md text edits
    
    * Initial unit tests: Service and Uber Auth / Revoke
    
    * Initial unit tests: CCAWS - GetAWSSettings
    
    * Uber class fix for non-JSON API responses
    
    * Updated to support GitHub workflow execution
    
    * Working directory fix
    
    * Fixed authorization unit test 500 error
    
    * Adjusted workflow directory
    
    * Added working directory
    
    * Changed working directory
    
    * Working directory debugging
    
    * Debugging workflows
    
    * Lessee if this werks...
    
    * Reverted linting.yml change
    
    * Now there's a test package
    
    * Pytest  debugging
    
    * Trying it another way
    
    * Another variation
    
    * Fix to reduce flakiness in test_authorization.py
    
    * Comment typo
    
    * New unit tests for: AWS Accounts APIs
    
    * New unit tests, requires updated svc classes
    
    * Added coverage to test workflow
    
    * GitHub workflow debugging
    
    * Workaround for GitHub to CS API rate limiting
    
    * Added pytest skips for rate limit barriers
    
    * Added pytest skips for rate limit barriers
    
    * Added pytest skips for rate limit barriers
    
    Co-authored-by: Shawn Wells <shawn.d.wells@gmail.com>
    
    Co-authored-by: Shawn Wells <shawn.d.wells@gmail.com>
    jshcodes and shawndwells authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    3f60a0a View commit details
    Browse the repository at this point in the history
  3. Pytest fixes (#34)

    * Default parameter debugging. Ran the code through the DRYer.
    
    * Param defaults, fixes to GetDeviceDetails, DRYer
    
    * Parameter defaults, DRYer, Unit testing
    
    * Parameter cleanup, IDs fix, DRYer, Unit testing
    
    * Param, partition, content-type fixes. Unit tests.
    
    * Parameter cleanup, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, More to do here
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fix, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit test prep
    
    * Param cleanup, IDs fix, DRYer, Basic unit tests
    
    * Quick run thru the DRYer
    
    * Updated service class unit tests (#31)
    
    * Package layout updates
    
    * Package updates
    
    * Cleaning up tabs
    
    * README and LICENSE updates
    
    * More package testing
    
    * Broken link fixes
    
    * Uber class custom headers, Content-Type retained
    
    * v0.1.8 - Uber class custom headers
    
    * Uber class fix for octet-stream file uploads
    
    * README.md updates
    
    * Package development status alignment
    
    * Typo fix in README.md
    
    * Minor README.md text edits
    
    * Initial unit tests: Service and Uber Auth / Revoke
    
    * Initial unit tests: CCAWS - GetAWSSettings
    
    * Uber class fix for non-JSON API responses
    
    * Updated to support GitHub workflow execution
    
    * Working directory fix
    
    * Fixed authorization unit test 500 error
    
    * Adjusted workflow directory
    
    * Added working directory
    
    * Changed working directory
    
    * Working directory debugging
    
    * Debugging workflows
    
    * Lessee if this werks...
    
    * Reverted linting.yml change
    
    * Now there's a test package
    
    * Pytest  debugging
    
    * Trying it another way
    
    * Another variation
    
    * Fix to reduce flakiness in test_authorization.py
    
    * Comment typo
    
    * New unit tests for: AWS Accounts APIs
    
    * New unit tests, requires updated svc classes
    
    * Added coverage to test workflow
    
    * GitHub workflow debugging
    
    * Workaround for GitHub to CS API rate limiting
    
    * Added pytest skips for rate limit barriers
    
    * Added pytest skips for rate limit barriers
    
    * Added pytest skips for rate limit barriers
    
    Co-authored-by: Shawn Wells <shawn.d.wells@gmail.com>
    
    * Minor pytest fixes
    
    * Minor pytest fixes
    
    Co-authored-by: Shawn Wells <shawn.d.wells@gmail.com>
    jshcodes and shawndwells authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    f5e542c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da91900 View commit details
    Browse the repository at this point in the history
  5. Another minor PyTest fix (#35)

    * Default parameter debugging. Ran the code through the DRYer.
    
    * Param defaults, fixes to GetDeviceDetails, DRYer
    
    * Parameter defaults, DRYer, Unit testing
    
    * Parameter cleanup, IDs fix, DRYer, Unit testing
    
    * Param, partition, content-type fixes. Unit tests.
    
    * Parameter cleanup, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, More to do here
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fix, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit test prep
    
    * Param cleanup, IDs fix, DRYer, Basic unit tests
    
    * Quick run thru the DRYer
    
    * Minor pytest fixes
    
    * Minor pytest fixes
    
    * GitHub workflow fix
    jshcodes authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    3dfec98 View commit details
    Browse the repository at this point in the history
  6. Version update (#36)

    * Default parameter debugging. Ran the code through the DRYer.
    
    * Param defaults, fixes to GetDeviceDetails, DRYer
    
    * Parameter defaults, DRYer, Unit testing
    
    * Parameter cleanup, IDs fix, DRYer, Unit testing
    
    * Param, partition, content-type fixes. Unit tests.
    
    * Parameter cleanup, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, More to do here
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fixes, DRYer
    
    * Param cleanup, IDs fix, DRYer
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit testing
    
    * Param cleanup, IDs fix, DRYer, Unit test prep
    
    * Param cleanup, IDs fix, DRYer, Basic unit tests
    
    * Quick run thru the DRYer
    
    * Minor pytest fixes
    
    * Minor pytest fixes
    
    * GitHub workflow fix
    
    * v 0.2.0 - Updated services classes
    jshcodes authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    81e4ea8 View commit details
    Browse the repository at this point in the history