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: getsentry/sentry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.6
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.9
Choose a head ref
  • 20 commits
  • 38 files changed
  • 16 contributors

Commits on Feb 22, 2022

  1. Merge branch 'release/1.5.6'

    getsentry-bot committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b63b5ae View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    a14c127 View commit details
    Browse the repository at this point in the history
  2. release: 1.5.7

    getsentry-bot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c1ec408 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/1.5.7'

    getsentry-bot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    4410e28 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. feat(django): Make django middleware expose more wrapped attributes (#…

    …1202)
    
    Include __name__, __module__, __qualname__
    MattFisher authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c405136 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    a8f6af1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    a6cec41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de0bc50 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    84015f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. release: 1.5.8

    getsentry-bot committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    dba3d24 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/1.5.8'

    getsentry-bot committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3251022 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    d880f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Treat x-api-key header as sensitive (#1236)

    Co-authored-by: Simon Schmidt <[email protected]>
    Co-authored-by: Anton Pirker <[email protected]>
    3 people authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c33cac9 View commit details
    Browse the repository at this point in the history
  2. feat(testing): Add pytest-watch (#853)

    * add pytest-watch
    * use request fixture to ensure connection closure
    * remove unnecessary lambda
    * fixing Flask dependencies for tests to work.
    
    Co-authored-by: Markus Unterwaditzer <[email protected]>
    Co-authored-by: Anton Pirker <[email protected]>
    3 people authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    b449fff View commit details
    Browse the repository at this point in the history
  3. fix: Auto-enabling Redis and Pyramid integration (#737)

    * fix: Auto-enabling Redis and Pyramid integration
    
    * fix(tests): fixed getting right span
    
    * fix(tests): Fixing check for redis, because it is a dependency for runnings tests and therefore always enabled
    
    * fix(tests): Fix for Flask not pinning requirements
    
    Co-authored-by: Anton Pirker <[email protected]>
    untitaker and antonpirker authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    67c0279 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump sphinx from 4.1.1 to 4.5.0 (#1376)

    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.1 to 4.5.0.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
    - [Commits](sphinx-doc/sphinx@v4.1.1...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    17ea781 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Update black (#1379)

    * Updated black
    
    * Reformatted code with new black.
    
    * fix(tests): pin werkzeug to a working version.
    
    * fix(tests): pin flask version to have working tests.
    antonpirker authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    9a82f7b View commit details
    Browse the repository at this point in the history
  2. Update correct test command in contributing docs (#1377)

    Co-authored-by: Taranjeet <Taranjeet Singh>
    Co-authored-by: Anton Pirker <[email protected]>
    targhs and antonpirker authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4703bc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. fix(sqlalchemy): Use context instead of connection in sqlalchemy inte…

    …gration (#1388)
    
    * Revert "fix(sqlalchemy): Change context manager type to avoid race in threads (#1368)"
    
    This reverts commit de0bc50.
    This caused a regression (#1385) since the span finishes immediately in
    __enter__ and so all db spans have wrong time durations.
    
    * Use context instead of conn in sqlalchemy hooks
    sl0thentr0py authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9a0c133 View commit details
    Browse the repository at this point in the history
  2. release: 1.5.9

    getsentry-bot committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c9a58b5 View commit details
    Browse the repository at this point in the history
Loading