| .. |
|
activity.go
|
minor cleanup from file refactor
|
13 years ago |
|
activity_events.go
|
new repo struct for push events
|
10 years ago |
|
activity_events_test.go
|
Fixed method name
|
10 years ago |
|
activity_notifications.go
|
Added field to NotificationListOptions
|
10 years ago |
|
activity_notifications_test.go
|
Added field to NotificationListOptions
|
10 years ago |
|
activity_star.go
|
StarredRepository.repository has been renamed to .repo.
|
11 years ago |
|
activity_star_test.go
|
StarredRepository.repository has been renamed to .repo.
|
11 years ago |
|
activity_watching.go
|
Add ListOptions to ListWatched
|
10 years ago |
|
activity_watching_test.go
|
Add ListOptions to ListWatched
|
10 years ago |
|
doc.go
|
fix typo
|
10 years ago |
|
gists.go
|
fix misc golint and gofmt issues
|
11 years ago |
|
gists_comments.go
|
add pagination support for more methods
|
12 years ago |
|
gists_comments_test.go
|
add pagination support for more methods
|
12 years ago |
|
gists_test.go
|
Add Gists.GetRevision()
|
11 years ago |
|
git.go
|
Restructured Git Data Service files.
|
13 years ago |
|
git_blobs.go
|
Edit branch protection
|
10 years ago |
|
git_blobs_test.go
|
Add get/create blobs
|
12 years ago |
|
git_commits.go
|
Add CommentCount to Commit.
|
11 years ago |
|
git_commits_test.go
|
Fix CreateCommit
|
12 years ago |
|
git_refs.go
|
support refs with or without 'refs/' prefix
|
11 years ago |
|
git_refs_test.go
|
support refs with or without 'refs/' prefix
|
11 years ago |
|
git_tags.go
|
Added git tags support.
|
12 years ago |
|
git_tags_test.go
|
Added git tags support.
|
12 years ago |
|
git_trees.go
|
Adding omitempty to base_tree in CreateTree API
|
11 years ago |
|
git_trees_test.go
|
Add support for "content" attribute at tree creation
|
12 years ago |
|
github.go
|
add StatusUnprocessableEntity constant
|
10 years ago |
|
github_test.go
|
Fixed a couple of typos in comments
|
10 years ago |
|
gitignore.go
|
fix golint and gofmt errors
|
12 years ago |
|
gitignore_test.go
|
Add Gitignore support.
|
12 years ago |
|
issues.go
|
Fix default comment for Direction in issue lists
|
10 years ago |
|
issues_assignees.go
|
add pagination support for more methods
|
12 years ago |
|
issues_assignees_test.go
|
add pagination support for more methods
|
12 years ago |
|
issues_comments.go
|
Add pagination for listing comments
|
11 years ago |
|
issues_comments_test.go
|
Add pagination for listing comments
|
11 years ago |
|
issues_events.go
|
github: document and add support for all IssueEvent types
|
10 years ago |
|
issues_events_test.go
|
add issue event methods
|
12 years ago |
|
issues_labels.go
|
typo: s/GitHib/GitHub/ (fixes #177)
|
11 years ago |
|
issues_labels_test.go
|
add pagination support for more methods
|
12 years ago |
|
issues_milestones.go
|
Fix incorrect URLs for milestone APIs
|
10 years ago |
|
issues_milestones_test.go
|
Add support for the milestone API
|
12 years ago |
|
issues_test.go
|
fix broken test when switching IssuesRequest.Labels to slice pointer
|
11 years ago |
|
licenses.go
|
fix misc golint and gofmt issues
|
11 years ago |
|
licenses_test.go
|
fix misc golint and gofmt issues
|
11 years ago |
|
misc.go
|
misc: add GitHub Pages IP addresses
|
11 years ago |
|
misc_test.go
|
misc: add GitHub Pages IP addresses
|
11 years ago |
|
orgs.go
|
add missing fields for various types
|
12 years ago |
|
orgs_hooks.go
|
add support for Organization webhooks
|
11 years ago |
|
orgs_hooks_test.go
|
add support for Organization webhooks
|
11 years ago |
|
orgs_members.go
|
fix typo
|
10 years ago |
|
orgs_members_test.go
|
use PUT verb when setting org membership
|
10 years ago |
|
orgs_teams.go
|
Add the Description field for organization teams.
|
10 years ago |
|
orgs_teams_test.go
|
add StatusUnprocessableEntity constant
|
10 years ago |
|
orgs_test.go
|
add PerPage to ListOptions
|
12 years ago |
|
pulls.go
|
Add Sort and Direction to PullRequestListOptions
|
11 years ago |
|
pulls_comments.go
|
Add comment location fields to the PullRequestComment struct.
|
10 years ago |
|
pulls_comments_test.go
|
Add pagination for listing comments
|
11 years ago |
|
pulls_test.go
|
Add Sort and Direction to PullRequestListOptions
|
11 years ago |
|
repos.go
|
gofmt -s
|
10 years ago |
|
repos_collaborators.go
|
add org permissions to repo collaborator methods
|
11 years ago |
|
repos_collaborators_test.go
|
add org permissions to repo collaborator methods
|
11 years ago |
|
repos_comments.go
|
add pagination support for more methods
|
12 years ago |
|
repos_comments_test.go
|
add pagination support for more methods
|
12 years ago |
|
repos_commits.go
|
Add merge_base_commit to compare.
|
11 years ago |
|
repos_commits_test.go
|
implement repos_commits API
|
12 years ago |
|
repos_contents.go
|
RepositoryContentFileOptions: specify .Content as unencoded
|
10 years ago |
|
repos_contents_test.go
|
add tests for new Repositories.DownloadContents method
|
11 years ago |
|
repos_deployments.go
|
use *[]string for DeploymentRequest.RequiredContexts
|
11 years ago |
|
repos_deployments_test.go
|
Add support for deployment api
|
11 years ago |
|
repos_forks.go
|
including ListOptions in RepositoryListForksOptions for pagination
|
12 years ago |
|
repos_forks_test.go
|
including ListOptions in RepositoryListForksOptions for pagination
|
12 years ago |
|
repos_hooks.go
|
Add Sender to WebHookPayload. Resolves #267.
|
10 years ago |
|
repos_hooks_test.go
|
add support for Organization webhooks
|
11 years ago |
|
repos_keys.go
|
add pagination support for more methods
|
12 years ago |
|
repos_keys_test.go
|
add pagination support for more methods
|
12 years ago |
|
repos_merging.go
|
add Repositories.Merge method
|
12 years ago |
|
repos_merging_test.go
|
add Repositories.Merge method
|
12 years ago |
|
repos_pages.go
|
Added support for the GitHub Pages API.
|
12 years ago |
|
repos_pages_test.go
|
Added support for the GitHub Pages API.
|
12 years ago |
|
repos_releases.go
|
Adding DownloadReleaseAsset
|
10 years ago |
|
repos_releases_test.go
|
Adding DownloadReleaseAsset
|
10 years ago |
|
repos_stats.go
|
Fixed a couple of typos in comments
|
10 years ago |
|
repos_stats_test.go
|
fixes for gofmt -s, golint, and go vet
|
11 years ago |
|
repos_statuses.go
|
Fixed a couple of typos in comments
|
10 years ago |
|
repos_statuses_test.go
|
add support for combined status
|
11 years ago |
|
repos_test.go
|
Edit branch protection
|
10 years ago |
|
search.go
|
Provide text match metadata
|
12 years ago |
|
search_test.go
|
fixes for gofmt -s, golint, and go vet
|
11 years ago |
|
strings.go
|
redeclare String() as value method throughout
|
13 years ago |
|
strings_test.go
|
Add support for getting repository README files.
|
12 years ago |
|
timestamp.go
|
redeclare String() as value method throughout
|
13 years ago |
|
timestamp_test.go
|
Add timestamp struct to handle different formats
|
13 years ago |
|
users.go
|
Add "SuspendedAt" field to User struct.
|
10 years ago |
|
users_administration.go
|
Adding administration functions for users.
|
11 years ago |
|
users_administration_test.go
|
Adding administration functions for users.
|
11 years ago |
|
users_emails.go
|
add pagination support for more methods
|
12 years ago |
|
users_emails_test.go
|
add pagination support for more methods
|
12 years ago |
|
users_followers.go
|
add pagination support for more methods
|
12 years ago |
|
users_followers_test.go
|
add pagination support for more methods
|
12 years ago |
|
users_keys.go
|
add pagination support for more methods
|
12 years ago |
|
users_keys_test.go
|
add pagination support for more methods
|
12 years ago |
|
users_test.go
|
Add "SuspendedAt" field to User struct.
|
10 years ago |