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-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 7 commits
  • 28 files changed
  • 4 contributors

Commits on Jun 8, 2020

  1. feat: add high level imports (#70)

    * chore: disable fail fast on pre-commit
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: add core utilities as high level imports
    
    * chore: update to high level imports
    
    * fix: flake8 exclude and specific files
    
    * chore: remove fail_fast param completely
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * fix: separate logging import into separate file
    heitorlessa authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    51cdcca View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    61b3dfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from awslabs/dependabot/npm_and_yarn/docs/grap…

    …hql-playground-html-1.6.25
    dependabot[bot] authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    23e2509 View commit details
    Browse the repository at this point in the history
  3. feat: improve error handling for log_metrics decorator (#71)

    * feat: dont throw exception by default from log_metrics if no metrics are emitted
    
    * docs: update details for change to error handling
    
    * chore: rename parameter for clarity
    
    * fix: correct bug in exception handling from previous commits
    
    add raise_on_empty_metrics param to partial func call
    revert mistake in change to test for exception propagation
    
    * improv: change log debug statement to warning when no metrics are present
    
    * docs: add note on suppressing warning for empty metric set
    
    * improv: add warning for manual serialization
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * improv: whitespace and warning supress as info
    
    Signed-off-by: heitorlessa <[email protected]>
    
    Co-authored-by: heitorlessa <[email protected]>
    Tom McCarthy and heitorlessa authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    59cd561 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    8859f27 View commit details
    Browse the repository at this point in the history
  2. fix: default dimension creation now happens when metrics are serializ…

    …ed instead of on metrics constructor (#74)
    Tom McCarthy committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9bc3c90 View commit details
    Browse the repository at this point in the history
  3. chore: version bump 0.10.1

    Tom McCarthy committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    384ffd3 View commit details
    Browse the repository at this point in the history
Loading