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.4.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.4.1
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on May 10, 2021

  1. fix query params on tags

    jfmyers9 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    27fc4ea View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Fix pagination within ListBusinessServices + Paginated

    When reviewing #329, I found that `ListBusinessServicesPaginated` and by proxy
    `ListBusinessServices`, were not properly encoding their URL parameters,
    effectively breaking pagination due to the missing ? before the values.
    
    This adds the missing ? to the URL.
    theckman committed May 11, 2021
    Configuration menu
    Copy the full SHA
    7b90eb4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Merge pull request #330 from PagerDuty/fix_url_encoding

    Fix pagination within ListBusinessServices + Paginated
    theckman committed May 13, 2021
    Configuration menu
    Copy the full SHA
    fe4ea4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #329 from jfmyers9/fix-query-params-tags

    Fix query params on tags
    theckman committed May 13, 2021
    Configuration menu
    Copy the full SHA
    4ee8f43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    329fcab View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Merge pull request #331 from PagerDuty/v1.4.1-release-notes

    Update Changelog and Version for v1.4.1
    theckman committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e23b94c View commit details
    Browse the repository at this point in the history
Loading