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: pbrisbin/bugsnag-haskell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4.0
Choose a base ref
...
head repository: pbrisbin/bugsnag-haskell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.4.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 19, 2020

  1. Disable weeder in Makefile

    We still need to get this project setup for weeder-2.0
    pbrisbin committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9a6c659 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Prepend / to rawPathInfo if necessary

    In the wild, I'm finding URLs like:
    
        https://example.comfoo/bar
    
    Instead of
    
        https://example.com/foo/bar
    
    This will address that. The documentation is fuzzy on what we may find,
    so we'll do it in a way defensive towards double-prepending.
    pbrisbin committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    60e4222 View commit details
    Browse the repository at this point in the history
  2. Version bump

    pbrisbin committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    a2674f8 View commit details
    Browse the repository at this point in the history
Loading