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: 0.8.0
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: 0.9.0
Choose a head ref
  • 18 commits
  • 27 files changed
  • 2 contributors

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    a9b0893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265be22 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

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

Commits on May 25, 2019

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

Commits on May 30, 2019

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

Commits on May 31, 2019

  1. Revert "build: Upload coverage to zeus"

    This reverts commit a9b0893.
    untitaker committed May 31, 2019
    Configuration menu
    Copy the full SHA
    041c2fa View commit details
    Browse the repository at this point in the history
  2. fix(celery): Fix RecursionError (#381)

    * fix(celery): Fix RecursionError
    
    * fix: Add doc comment
    untitaker authored May 31, 2019
    Configuration menu
    Copy the full SHA
    cdad688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c0c53c View commit details
    Browse the repository at this point in the history
  4. doc: Changelog for 0.8.1

    untitaker committed May 31, 2019
    Configuration menu
    Copy the full SHA
    f1ef8bf View commit details
    Browse the repository at this point in the history
  5. release: 0.8.1

    untitaker committed May 31, 2019
    Configuration menu
    Copy the full SHA
    06f6c7b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. ref: More type information

    untitaker committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    8ffdc19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb5abb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6326cb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc2a2f View commit details
    Browse the repository at this point in the history
  5. fix(wsgi): Log SystemExit (with non-zero exit code) and KeyboardInter…

    …rupt (#380)
    
    * Log SystemExit (with non-zero exit code) and KeyboardInterrupt in WSGI middleware
    
    Neither SystemExit nor KeyboardInterrupt subclass Exception, so we must
    explicitly handle these two exception classes in addition to Exception in the
    WSGI middleware.
    
    This is notably a direct port from raven-python:
     - https://github.com/getsentry/raven-python/blob/master/raven/middleware.py
     - https://github.com/getsentry/raven-python/blob/master/tests/middleware/tests.py
    
    Fixes: GH-379
    saifelse authored and untitaker committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    ddab2d4 View commit details
    Browse the repository at this point in the history
  6. ref(pyramid): Errorhandlers now swallow events (#382)

    Exceptions caught by errorhandlers ("exception handling tweens" or whatever) are now not reported unless the errorhandler returned a 500 response.
    
    Exceptions *raising* from errorhandlers are still reported.
    untitaker authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    a7b6623 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. doc: Changelog for 0.9.0

    untitaker committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    b386256 View commit details
    Browse the repository at this point in the history
  2. release: 0.9.0

    untitaker committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d33ac63 View commit details
    Browse the repository at this point in the history
Loading