8000 Comparing master...keyring · aws/aws-encryption-sdk-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-encryption-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aws/aws-encryption-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: keyring
Choose a head ref
  • 6 commits
  • 34 files changed
  • 4 contributors

Commits on Aug 3, 2020

  1. fix: get CI passing again (#288)

    * fix: Get CI passing again
    
    * chore: run autoformat
    
    * Update test/unit/caches/test_local.py
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    
    * fix: pr changes
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    MatthewBennington and mattsb42-aws authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    19e08bd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. fix(raw-keyrings): Raise when passed a key_namespace of "aws-kms" (#286)

    * fix(raw-keyrings): Raise when passed a invalid key_namespace
    
    * chore: run autoformet
    MatthewBennington authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4705fa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. refactor: Remove keyring trace (#291)

    * refactor: Remove keyring trace
    
    * chore: run autoformat
    
    * chore: Make linters happy
    
    * Update src/aws_encryption_sdk/__init__.py
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    
    * Update src/aws_encryption_sdk/__init__.py
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    
    * Update src/aws_encryption_sdk/keyrings/aws_kms/__init__.py
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    
    * Update src/aws_encryption_sdk/keyrings/aws_kms/__init__.py
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    
    Co-authored-by: Matt Bullock <bullocm@amazon.com>
    MatthewBennington and mattsb42-aws authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    0d21816 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. refactor!: change raw keyring key_name type to str (#292)

    * refactor!: change raw keyring key name type to str
    
    * refactor!: change raw keyring key name type to str
    
    * refactor: Update missed lines in enxamples
    
    * refactor(tests): Change _KEY_ID and _PROVIDER_ID var names to _KEY_NAME and _KEY_NAMESPACE
    MatthewBennington authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    e46b757 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. chore: apply changes to accomodate updated Pylint checks (#295)

    * chore: update pylintrc with new Python3-only checks
    
    * chore: decrypt oracle is Python3-only
    
    * chore: apply recommendations for Python 3 updates to super and error chaining
    mattsb42-aws committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    468197c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Merge pull request #296 from mattsb42-aws/replicate-fix

    chore: apply changes to accomodate updated Pylint checks (#295)
    farleyb-amazon authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    b9a2796 View commit details
    Browse the repository at this point in the history
Loading
0