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: PagerDuty/go-pagerduty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: PagerDuty/go-pagerduty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 23, 2022

  1. Backport fix for panic when debug request captures are enabled

    This fixes a panic that would occur if we attempted to duplicate a request that
    has a nil Body, which would be any `GET` request. This also adds a regression
    test.
    theckman committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    decea16 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Backport: Fix list notifications options

    This backports the fix from PR #439 to the release-1.5.x branch.
    jaimegago authored and theckman committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d356d0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #445 from PagerDuty/backport_439

    Backport: Fix list notifications options
    theckman committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    66a0d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94fe771 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #444 from PagerDuty/fix_debug_panic_release-1.5.x

    Backport fix for panic when debug request captures are enabled
    theckman committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    bbae55c View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG for v1.5.1

    theckman committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c8128c7 View commit details
    Browse the repository at this point in the history
Loading