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.1
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.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 30, 2021

  1. Add omitempty on Service.SupportHours and Service.ScheduledActions

    The lack of `omitempty` on these fields is causing `CreateService` calls to fail
    when both are omitted. This broke in the v1.4.0 release so this is a bug fix.
    
    Relates to #348
    
    Fixes #346
    theckman committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    667895e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #352 from PagerDuty/fix_CreateService

    Add omitempty on Service.SupportHours and Service.ScheduledActions
    theckman committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    77565cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0d6593 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #353 from PagerDuty/release_notes_v1.4.2

    prep v1.4.2 release notes and version bump
    theckman committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    de12ef5 View commit details
    Browse the repository at this point in the history
Loading