https://github.com/pagerduty/go-pagerduty
renovate-enabled
Score: 25.88088081348601
Last synced: about 9 hours ago
JSON representation
Repository metadata:
go client library for PagerDuty v2 API
- Host: GitHub
- URL: https://github.com/pagerduty/go-pagerduty
- Owner: PagerDuty
- License: apache-2.0
- Created: 2016-02-26T19:05:50.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T17:24:58.000Z (26 days ago)
- Last Synced: 2025-09-05T05:01:56.088Z (1 day ago)
- Topics: renovate-enabled
- Language: Go
- Homepage: https://v2.developer.pagerduty.com/docs/rest-api
- Size: 832 KB
- Stars: 300
- Watchers: 138
- Forks: 244
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Audit: audit.go
Owner metadata:
- Name: PagerDuty
- Login: PagerDuty
- Email:
- Kind: organization
- Description:
- Website: https://www.pagerduty.com/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/766800?v=4
- Repositories: 71
- Last Synced at: 2023-03-24T02:07:13.032Z
- Profile URL: https://github.com/PagerDuty
GitHub Events
Total
- Fork event: 9
- Issue comment event: 22
- Issues event: 5
- Pull request event: 20
- Pull request review comment event: 6
- Pull request review event: 19
- Push event: 10
- Watch event: 15
- Total: 106
Last Year
- Fork event: 9
- Issue comment event: 22
- Issues event: 5
- Pull request event: 20
- Pull request review comment event: 6
- Pull request review event: 19
- Push event: 10
- Watch event: 15
- Total: 106
Committers metadata
Last synced: 30 days ago
Total Commits: 455
Total Committers: 121
Avg Commits per committer: 3.76
Development Distribution Score (DDS): 0.846
Commits in past year: 20
Committers in past year: 6
Avg Commits per committer in past year: 3.333
Development Distribution Score (DDS) in past year: 0.7
Name | Commits | |
---|---|---|
Tim Heckman | t****@h****o | 70 |
Scott McAllister | s****r@p****m | 57 |
Ranjib Dey | r****b@l****m | 47 |
Alexander Hellbom | a****m@g****m | 16 |
Charlie | 1****d | 11 |
Daniel O'Brien | d****n@p****m | 11 |
José Antonio Reyes | i****v@g****m | 11 |
Louis Delossantos | l****s@L****l | 10 |
Dom Udall | d****m@c****m | 10 |
Marcio Zacarias | m****s@g****m | 7 |
Melchior Moulin | m****n@g****m | 7 |
Carlos Gajardo | c****r@p****m | 7 |
Nathan Button | n****n@g****m | 6 |
Dinesh | d****7@g****m | 6 |
Ryan King | r****g@t****m | 5 |
Stevenson Jean-Pierre | s****e@g****m | 5 |
JB Feldman | j****n@d****m | 5 |
Lucas Romero | l****o@j****m | 4 |
Kilian | k****s@g****m | 4 |
Giedrius Statkevičius | g****k@g****m | 4 |
Galvan | j****n@a****m | 4 |
Matt Stratton | m****n@g****m | 4 |
Matt White | m****e@i****m | 4 |
Sullivan SENECHAL | s****h@g****m | 4 |
William Albertus Dembo | 2****s | 4 |
tu-antoine | a****e@c****p | 4 |
Sergey Melnik | a****a@g****m | 3 |
Rui Chen | c****3@g****m | 3 |
Chris Luark | c****k@h****m | 3 |
jun | j****e@k****m | 3 |
and 91 more... |
Issue and Pull Request metadata
Last synced: 6 days ago
Total issues: 59
Total pull requests: 122
Average time to close issues: 4 months
Average time to close pull requests: 3 months
Total issue authors: 38
Total pull request authors: 65
Average comments per issue: 1.59
Average comments per pull request: 1.11
Merged pull request: 68
Bot issues: 0
Bot pull requests: 7
Past year issues: 6
Past year pull requests: 21
Past year average time to close issues: 8 days
Past year average time to close pull requests: 29 days
Past year issue authors: 6
Past year pull request authors: 9
Past year average comments per issue: 0.0
Past year average comments per pull request: 1.19
Past year merged pull request: 12
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- theckman (15)
- mjlshen (4)
- zerolaser (2)
- andrewwatson (2)
- gilesw (2)
- piotrberlowski (2)
- NasAmin (1)
- trevorriles (1)
- thde (1)
- mehulgohil (1)
- ricardoasmarques (1)
- mattbnz (1)
- mmcloughlin (1)
- fredpaulincco (1)
- dnwe (1)
Top Pull Request Authors
- ChuckCrawford (16)
- theckman (12)
- imjaroiswebdev (11)
- cjgajard (11)
- dependabot[bot] (8)
- mjlshen (5)
- jsleeio (5)
- MaggotMouth (4)
- adamdecaf (4)
- zonorti (3)
- jozephp (2)
- renovateduty[bot] (2)
- xccatana (2)
- wishperera (2)
- icholy (2)
Top Issue Labels
- help wanted (6)
- good first issue (6)
- cli (5)
- question (1)
Top Pull Request Labels
- dependencies (9)
- undocumented feature (5)
- breaking change (5)
- awaiting refresh (3)
- open question (2)
- cli (1)
- renovate (1)
Package metadata
- Total packages: 3
- Total downloads: unknown
- Total docker downloads: 3,977,120
- Total dependent packages: 137 (may contain duplicates)
- Total dependent repositories: 280 (may contain duplicates)
- Total versions: 36
proxy.golang.org: github.com/PagerDuty/go-pagerduty
Package pagerduty is a Go API client for both the PagerDuty v2 REST and Events API. Most methods should be implemented, and it's recommended to use the WithContext variant of each method and to specify a context with a timeout. To debug responses from the API, you can instruct the client to capture the last response from the API. Please see the documentation for the SetDebugFlag() and LastAPIResponse() methods for more details.
- Homepage: https://github.com/PagerDuty/go-pagerduty
- Documentation: https://pkg.go.dev/github.com/PagerDuty/go-pagerduty#section-documentation
- Licenses: Apache-2.0
- Latest release: v1.8.0 (published over 1 year ago)
- Last Synced: 2025-09-05T05:01:37.460Z (1 day ago)
- Versions: 12
- Dependent Packages: 137
- Dependent Repositories: 280
- Docker Downloads: 3,150,262
-
Rankings:
- Dependent packages count: 0.38%
- Dependent repos count: 0.395%
- Docker downloads count: 0.493%
- Average: 1.284%
- Forks count: 1.866%
- Stargazers count: 3.284%
proxy.golang.org: github.com/pagerduty/go-pagerduty
- Homepage: https://github.com/pagerduty/go-pagerduty
- Documentation: https://pkg.go.dev/github.com/pagerduty/go-pagerduty#section-documentation
- Licenses: Apache-2.0
- Latest release: v1.8.0 (published over 1 year ago)
- Last Synced: 2025-09-05T05:02:15.796Z (1 day ago)
- Versions: 12
- Dependent Packages: 0
- Dependent Repositories: 0
- Docker Downloads: 826,858
-
Rankings:
- Forks count: 1.178%
- Stargazers count: 2.048%
- Average: 4.893%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
proxy.golang.org: github.com/Pagerduty/go-pagerduty
- Homepage:
- Documentation: https://pkg.go.dev/github.com/Pagerduty/go-pagerduty#section-documentation
- Licenses: apache-2.0
- Latest release: v1.8.0 (published over 1 year ago)
- Last Synced: 2025-09-05T05:02:42.072Z (1 day ago)
- Versions: 12
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
Dependencies
- github.com/google/go-cmp v0.5.6
- github.com/google/go-querystring v1.0.0
- github.com/mitchellh/cli v1.0.0
- github.com/mitchellh/go-homedir v1.1.0
- github.com/sirupsen/logrus v1.4.2
- golang.org/x/sys v0.0.0-20220406155245-289d7a0edf71
- gopkg.in/yaml.v2 v2.2.2
- github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310
- github.com/bgentry/speakeasy v0.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/fatih/color v1.7.0
- github.com/google/go-cmp v0.5.6
- github.com/google/go-querystring v1.0.0
- github.com/hashicorp/errwrap v1.0.0
- github.com/hashicorp/go-multierror v1.0.0
- github.com/konsorten/go-windows-terminal-sequences v1.0.1
- github.com/mattn/go-colorable v0.0.9
- github.com/mattn/go-isatty v0.0.3
- github.com/mitchellh/cli v1.0.0
- github.com/mitchellh/go-homedir v1.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/posener/complete v1.1.1
- github.com/sirupsen/logrus v1.4.2
- github.com/stretchr/objx v0.1.1
- github.com/stretchr/testify v1.2.2
- golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc
- golang.org/x/sys v0.0.0-20190422165155-953cdadca894
- golang.org/x/sys v0.0.0-20220406155245-289d7a0edf71
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.2.2