Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
752e454
feat: Add Issue Dependencies API support
tommaso-moro Apr 2, 2026
9aba995
chore: Regenerate accessors and iterators
tommaso-moro Apr 2, 2026
f57a237
chore: trigger CI
tommaso-moro Apr 2, 2026
76cfab3
remove omitempty for required param
tommaso-moro Apr 3, 2026
4550de5
pass by value instead of reference as param is required
tommaso-moro Apr 3, 2026
13f260e
add missing fields to Issue struct
tommaso-moro Apr 8, 2026
14b279b
Merge branch 'master' into tommy/issue-dependencies-support
tommaso-moro Apr 8, 2026
6fd4bfd
use any instead of interface{}
tommaso-moro Apr 9, 2026
171deba
Use int64 instead of *int64 for IssueID
tommaso-moro Apr 9, 2026
c5e05bf
Update number param to issueNumber for consistency, in github/issues_…
tommaso-moro Apr 9, 2026
1d84d92
Update number param to issueNumber in github/issues_dependencies.go
tommaso-moro Apr 9, 2026
a3c6983
update number param to issueNumber
tommaso-moro Apr 9, 2026
45fb09c
fix tests now that IssueID is of type int64
tommaso-moro Apr 9, 2026
1e86822
update number param to issueNumber
tommaso-moro Apr 9, 2026
0000b64
Use int64 for issueNumber parameter
tommaso-moro Apr 9, 2026
d261d4f
clean up test
tommaso-moro Apr 9, 2026
f4e9158
Merge branch 'master' into tommy/issue-dependencies-support
tommaso-moro Apr 9, 2026
394a89c
Merge branch 'master' into tommy/issue-dependencies-support
tommaso-moro Apr 20, 2026
23de54e
fix types
tommaso-moro Apr 20, 2026
8f1e865
use shorthand or types
tommaso-moro Apr 20, 2026
f4515f7
go generate
tommaso-moro Apr 20, 2026
f207870
go generate
tommaso-moro Apr 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 160 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading