github_api 0.11.3 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +33 -16
- data/Rakefile +3 -3
- data/features/activity/events.feature +7 -7
- data/features/activity/notifications.feature +1 -1
- data/features/activity/starring.feature +2 -2
- data/features/activity/watching.feature +26 -2
- data/features/arguments_parsing.feature +3 -3
- data/features/auto_pagination.feature +7 -7
- data/features/cassettes/activity/events/issue.json +1 -0
- data/features/cassettes/activity/events/network.json +1 -0
- data/features/cassettes/activity/events/org.json +1 -0
- data/features/cassettes/activity/events/performed.json +1 -0
- data/features/cassettes/activity/events/public.json +1 -0
- data/features/cassettes/activity/events/received.json +1 -0
- data/features/cassettes/activity/events/repo.json +1 -0
- data/features/cassettes/activity/notifications/list_user.json +1 -0
- data/features/cassettes/activity/starring/list.json +1 -0
- data/features/cassettes/activity/starring/star.json +1 -0
- data/features/cassettes/activity/starring/starred.json +1 -0
- data/features/cassettes/activity/starring/starring.json +1 -0
- data/features/cassettes/activity/starring/unstar.json +1 -0
- data/features/cassettes/activity/watching/create.json +1 -0
- data/features/cassettes/activity/watching/delete.json +1 -0
- data/features/cassettes/activity/watching/list.json +1 -0
- data/features/cassettes/activity/watching/subscribed.json +1 -0
- data/features/cassettes/activity/watching/unwatch.json +1 -0
- data/features/cassettes/activity/watching/watch.json +1 -0
- data/features/cassettes/activity/watching/watched.json +1 -0
- data/features/cassettes/activity/watching/watching.json +1 -0
- data/features/cassettes/arguments/orgs/get.json +1 -0
- data/features/cassettes/arguments/pulls/get.json +1 -0
- data/features/cassettes/arguments/repo_commits/get.json +1 -0
- data/features/cassettes/auto_pagination/repos/get.json +1 -0
- data/features/cassettes/auto_pagination/repos/global_list.json +1 -0
- data/features/cassettes/auto_pagination/repos/list.json +1 -0
- data/features/cassettes/emojis/list.json +1 -0
- data/features/cassettes/errors/repos/create.json +1 -0
- data/features/cassettes/gists/comments/all.json +1 -0
- data/features/cassettes/gists/comments/first.json +1 -0
- data/features/cassettes/gists/fork.json +1 -0
- data/features/cassettes/gists/gist.json +1 -0
- data/features/cassettes/gists/gists/commits.json +1 -0
- data/features/cassettes/gists/gists/forks.json +1 -0
- data/features/cassettes/gists/gists/public_all.json +1 -0
- data/features/cassettes/gists/gists/starred.json +1 -0
- data/features/cassettes/gists/gists/user_all.json +1 -0
- data/features/cassettes/gists/star.json +1 -0
- data/features/cassettes/gists/starred.json +1 -0
- data/features/cassettes/gists/unstar.json +1 -0
- data/features/cassettes/git_data/commits/get.json +1 -0
- data/features/cassettes/git_data/references/all.json +1 -0
- data/features/cassettes/git_data/references/all_tags.json +1 -0
- data/features/cassettes/git_data/references/one.json +1 -0
- data/features/cassettes/gitignore/get.json +1 -0
- data/features/cassettes/gitignore/get_raw.json +1 -0
- data/features/cassettes/gitignore/list.json +1 -0
- data/features/cassettes/issues/assignees/ckeck.json +1 -0
- data/features/cassettes/issues/assignees/ckeck_not.json +1 -0
- data/features/cassettes/issues/assignees/list.json +1 -0
- data/features/cassettes/issues/comments/create.json +1 -0
- data/features/cassettes/issues/comments/delete.json +1 -0
- data/features/cassettes/issues/comments/edit.json +1 -0
- data/features/cassettes/issues/comments/get.json +1 -0
- data/features/cassettes/issues/comments/list_issue.json +1 -0
- data/features/cassettes/issues/comments/list_repo.json +1 -0
- data/features/cassettes/issues/create.json +1 -0
- data/features/cassettes/issues/edit.json +1 -0
- data/features/cassettes/issues/events/get.json +1 -0
- data/features/cassettes/issues/events/list_issue.json +1 -0
- data/features/cassettes/issues/events/list_repo.json +1 -0
- data/features/cassettes/issues/get.json +1 -0
- data/features/cassettes/issues/labels/add.json +1 -0
- data/features/cassettes/issues/labels/create.json +1 -0
- data/features/cassettes/issues/labels/delete.json +1 -0
- data/features/cassettes/issues/labels/get.json +1 -0
- data/features/cassettes/issues/labels/list_issue.json +1 -0
- data/features/cassettes/issues/labels/list_milestone.json +1 -0
- data/features/cassettes/issues/labels/list_repo.json +1 -0
- data/features/cassettes/issues/labels/remove_all.json +1 -0
- data/features/cassettes/issues/labels/remove_one.json +1 -0
- data/features/cassettes/issues/labels/replace.json +1 -0
- data/features/cassettes/issues/labels/update.json +1 -0
- data/features/cassettes/issues/list/repo.json +1 -0
- data/features/cassettes/issues/list/user.json +1 -0
- data/features/cassettes/issues/milestones/create.json +1 -0
- data/features/cassettes/issues/milestones/delete.json +1 -0
- data/features/cassettes/issues/milestones/get.json +1 -0
- data/features/cassettes/issues/milestones/list.json +1 -0
- data/features/cassettes/issues/milestones/update.json +1 -0
- data/features/cassettes/markdown/render.json +1 -0
- data/features/cassettes/markdown/render_raw.json +1 -0
- data/features/cassettes/media/get_default.json +1 -0
- data/features/cassettes/media/get_full_json.json +1 -0
- data/features/cassettes/media/get_html_json.json +1 -0
- data/features/cassettes/media/get_raw_json.json +1 -0
- data/features/cassettes/media/get_text_json.json +1 -0
- data/features/cassettes/meta/get.json +1 -0
- data/features/cassettes/orgs/get.json +1 -0
- data/features/cassettes/orgs/list/oauth_user.json +1 -0
- data/features/cassettes/orgs/list/user.json +1 -0
- data/features/cassettes/orgs/members/list.json +1 -0
- data/features/cassettes/orgs/members/list_public.json +1 -0
- data/features/cassettes/orgs/members/member_false.json +1 -0
- data/features/cassettes/orgs/members/member_public_false.json +1 -0
- data/features/cassettes/orgs/members/member_public_true.json +1 -0
- data/features/cassettes/pagination/issues/list/first.json +1 -0
- data/features/cassettes/pagination/issues/list/last.json +1 -0
- data/features/cassettes/pagination/issues/list/lastest.json +1 -0
- data/features/cassettes/pagination/issues/list/next.json +1 -0
- data/features/cassettes/pagination/issues/list/prev.json +1 -0
- data/features/cassettes/pagination/repos/commits/list.json +1 -0
- data/features/cassettes/pagination/repos/commits/next.json +1 -0
- data/features/cassettes/pagination/repos/commits/sha.json +1 -0
- data/features/cassettes/pagination/repos/commits/sha/next.json +1 -0
- data/features/cassettes/pagination/repos/diff.json +1 -0
- data/features/cassettes/pagination/repos/diff/next.json +1 -0
- data/features/cassettes/pagination/repos/list.json +1 -0
- data/features/cassettes/pagination/repos/list/next.json +1 -0
- data/features/cassettes/pagination/repos/per_page/each_page.json +1 -0
- data/features/cassettes/pagination/repos/per_page/first.json +1 -0
- data/features/cassettes/pull_requests/comments/list_pull.json +1 -0
- data/features/cassettes/pull_requests/comments/list_repo.json +1 -0
- data/features/cassettes/pull_requests/create.json +1 -0
- data/features/cassettes/pull_requests/get.json +1 -0
- data/features/cassettes/pull_requests/list.json +1 -0
- data/features/cassettes/pull_requests/merge.json +1 -0
- data/features/cassettes/pull_requests/merged.json +1 -0
- data/features/cassettes/ratelimit/get.json +1 -0
- data/features/cassettes/ratelimit/get_remaining.json +1 -0
- data/features/cassettes/ratelimit/get_reset.json +1 -0
- data/features/cassettes/repos/assets/delete.json +1 -0
- data/features/cassettes/repos/assets/edit.json +1 -0
- data/features/cassettes/repos/assets/get.json +1 -0
- data/features/cassettes/repos/assets/list.json +1 -0
- data/features/cassettes/repos/assets/upload.json +1 -0
- data/features/cassettes/repos/branch.json +1 -0
- data/features/cassettes/repos/branch_mutation_one.json +1 -0
- data/features/cassettes/repos/branch_mutation_two.json +1 -0
- data/features/cassettes/repos/branches.json +1 -0
- data/features/cassettes/repos/comments/list.json +1 -0
- data/features/cassettes/repos/commits/compare.json +1 -0
- data/features/cassettes/repos/commits/get.json +1 -0
- data/features/cassettes/repos/commits/list.json +1 -0
- data/features/cassettes/repos/contents/archive.json +1 -0
- data/features/cassettes/repos/contents/create.json +1 -0
- data/features/cassettes/repos/contents/delete.json +1 -0
- data/features/cassettes/repos/contents/get.json +1 -0
- data/features/cassettes/repos/contents/readme.json +1 -0
- data/features/cassettes/repos/contents/update.json +1 -0
- data/features/cassettes/repos/create.json +1 -0
- data/features/cassettes/repos/deployments/create.json +1 -0
- data/features/cassettes/repos/deployments/create_status.json +1 -0
- data/features/cassettes/repos/deployments/list.json +1 -0
- data/features/cassettes/repos/deployments/list_statuses.json +1 -0
- data/features/cassettes/repos/forks/list.json +1 -0
- data/features/cassettes/repos/forks/list_sort.json +1 -0
- data/features/cassettes/repos/get.json +1 -0
- data/features/cassettes/repos/languages.json +1 -0
- data/features/cassettes/repos/list.json +1 -0
- data/features/cassettes/repos/list_org.json +1 -0
- data/features/cassettes/repos/list_org_instance.json +1 -0
- data/features/cassettes/repos/list_repos.json +1 -0
- data/features/cassettes/repos/pages/get.json +1 -0
- data/features/cassettes/repos/pages/list_builds.json +1 -0
- data/features/cassettes/repos/releases/create.json +1 -0
- data/features/cassettes/repos/releases/delete.json +1 -0
- data/features/cassettes/repos/releases/edit.json +1 -0
- data/features/cassettes/repos/releases/get.json +1 -0
- data/features/cassettes/repos/releases/list.json +1 -0
- data/features/cassettes/repos/stats/commits.json +1 -0
- data/features/cassettes/repos/stats/contribs.json +1 -0
- data/features/cassettes/repos/stats/frequency.json +1 -0
- data/features/cassettes/repos/stats/participation.json +1 -0
- data/features/cassettes/repos/stats/punch.json +1 -0
- data/features/cassettes/repos/statuses/list.json +1 -0
- data/features/cassettes/repos/statuses/list_combined.json +1 -0
- data/features/cassettes/repos/tags.json +1 -0
- data/features/cassettes/say/custom.json +1 -0
- data/features/cassettes/say/random.json +1 -0
- data/features/cassettes/search/code.json +1 -0
- data/features/cassettes/search/code_query.json +1 -0
- data/features/cassettes/search/code_unicode.json +1 -0
- data/features/cassettes/search/issues.json +1 -0
- data/features/cassettes/search/legacy/email.json +1 -0
- data/features/cassettes/search/legacy/issues.json +1 -0
- data/features/cassettes/search/legacy/repos.json +1 -0
- data/features/cassettes/search/legacy/users.json +1 -0
- data/features/cassettes/search/legacy/users_keyword.json +1 -0
- data/features/cassettes/search/repos.json +1 -0
- data/features/cassettes/search/users.json +1 -0
- data/features/cassettes/search/users_keyword.json +1 -0
- data/features/cassettes/users/all.json +1 -0
- data/features/cassettes/users/emails/add.json +1 -0
- data/features/cassettes/users/emails/all.json +1 -0
- data/features/cassettes/users/emails/delete.json +1 -0
- data/features/cassettes/users/followers/follow.json +1 -0
- data/features/cassettes/users/followers/following.json +1 -0
- data/features/cassettes/users/followers/following_.json +1 -0
- data/features/cassettes/users/followers/following_another.json +1 -0
- data/features/cassettes/users/followers/list.json +1 -0
- data/features/cassettes/users/followers/unfollow.json +1 -0
- data/features/cassettes/users/get/oauth.json +1 -0
- data/features/cassettes/users/get/user.json +1 -0
- data/features/cassettes/users/keys/create.json +1 -0
- data/features/cassettes/users/keys/delete.json +1 -0
- data/features/cassettes/users/keys/user.json +1 -0
- data/features/cassettes/users/keys/user_all.json +1 -0
- data/features/cassettes/users/keys/user_all.yml +1 -1
- data/features/emojis.feature +1 -1
- data/features/error_codes.feature +1 -1
- data/features/gists.feature +24 -6
- data/features/gists/comments.feature +11 -11
- data/features/git_data/commmits.feature +1 -1
- data/features/git_data/references.feature +7 -7
- data/features/github_api.feature +13 -13
- data/features/gitignore.feature +2 -2
- data/features/issues.feature +1 -1
- data/features/issues/assignees.feature +1 -1
- data/features/issues/comments.feature +12 -12
- data/features/issues/events.feature +4 -4
- data/features/issues/labels.feature +9 -9
- data/features/issues/milestones.feature +7 -7
- data/features/markdown.feature +10 -10
- data/features/media_type.feature +1 -1
- data/features/meta.feature +1 -1
- data/features/orgs.feature +1 -1
- data/features/orgs/members.feature +8 -8
- data/features/pagination.feature +34 -34
- data/features/pull_requests.feature +36 -1
- data/features/pull_requests/comments.feature +4 -4
- data/features/rate_limit.feature +7 -1
- data/features/repos.feature +20 -6
- data/features/repos/assets.feature +2 -2
- data/features/repos/comments.feature +14 -0
- data/features/repos/commits.feature +35 -0
- data/features/repos/contents.feature +11 -11
- data/features/repos/deployments.feature +50 -0
- data/features/repos/forks.feature +2 -2
- data/features/repos/pages.feature +1 -1
- data/features/repos/releases.feature +3 -3
- data/features/repos/statistics.feature +14 -14
- data/features/repos/statuses.feature +14 -1
- data/features/say.feature +43 -43
- data/features/search.feature +3 -3
- data/features/search/legacy.feature +1 -1
- data/features/step_definitions/common_steps.rb +12 -1
- data/features/support/vcr.rb +6 -1
- data/features/users.feature +1 -1
- data/features/users/emails.feature +4 -4
- data/features/users/followers.feature +63 -0
- data/features/users/keys.feature +22 -1
- data/lib/github_api.rb +30 -25
- data/lib/github_api/api.rb +227 -24
- data/lib/github_api/api/actions.rb +5 -7
- data/lib/github_api/api/arguments.rb +248 -0
- data/lib/github_api/api/config.rb +107 -0
- data/lib/github_api/api/config/property.rb +30 -0
- data/lib/github_api/api/config/property_set.rb +118 -0
- data/lib/github_api/api/factory.rb +33 -0
- data/lib/github_api/client.rb +40 -56
- data/lib/github_api/client/activity.rb +25 -0
- data/lib/github_api/client/activity/events.rb +216 -0
- data/lib/github_api/client/activity/notifications.rb +184 -0
- data/lib/github_api/client/activity/starring.rb +128 -0
- data/lib/github_api/client/activity/watching.rb +174 -0
- data/lib/github_api/client/authorizations.rb +143 -0
- data/lib/github_api/client/authorizations/app.rb +98 -0
- data/lib/github_api/client/emojis.rb +17 -0
- data/lib/github_api/client/gists.rb +259 -0
- data/lib/github_api/client/gists/comments.rb +100 -0
- data/lib/github_api/client/git_data.rb +29 -0
- data/lib/github_api/client/git_data/blobs.rb +50 -0
- data/lib/github_api/client/git_data/commits.rb +99 -0
- data/lib/github_api/client/git_data/references.rb +146 -0
- data/lib/github_api/client/git_data/tags.rb +94 -0
- data/lib/github_api/client/git_data/trees.rb +111 -0
- data/lib/github_api/client/gitignore.rb +55 -0
- data/lib/github_api/client/issues.rb +246 -0
- data/lib/github_api/client/issues/assignees.rb +42 -0
- data/lib/github_api/client/issues/comments.rb +144 -0
- data/lib/github_api/client/issues/events.rb +48 -0
- data/lib/github_api/client/issues/labels.rb +187 -0
- data/lib/github_api/client/issues/milestones.rb +144 -0
- data/lib/github_api/client/markdown.rb +60 -0
- data/lib/github_api/client/meta.rb +17 -0
- data/lib/github_api/client/orgs.rb +98 -0
- data/lib/github_api/client/orgs/members.rb +125 -0
- data/lib/github_api/client/orgs/teams.rb +291 -0
- data/lib/github_api/client/pull_requests.rb +205 -0
- data/lib/github_api/client/pull_requests/comments.rb +165 -0
- data/lib/github_api/client/repos.rb +451 -0
- data/lib/github_api/client/repos/collaborators.rb +83 -0
- data/lib/github_api/client/repos/comments.rb +124 -0
- data/lib/github_api/client/repos/commits.rb +78 -0
- data/lib/github_api/client/repos/contents.rb +240 -0
- data/lib/github_api/client/repos/deployments.rb +135 -0
- data/lib/github_api/client/repos/downloads.rb +60 -0
- data/lib/github_api/client/repos/forks.rb +46 -0
- data/lib/github_api/client/repos/hooks.rb +212 -0
- data/lib/github_api/client/repos/keys.rb +81 -0
- data/lib/github_api/client/repos/merging.rb +45 -0
- data/lib/github_api/client/repos/pages.rb +46 -0
- data/lib/github_api/client/repos/pub_sub_hubbub.rb +133 -0
- data/lib/github_api/client/repos/releases.rb +153 -0
- data/lib/github_api/client/repos/releases/assets.rb +134 -0
- data/lib/github_api/client/repos/statistics.rb +87 -0
- data/lib/github_api/client/repos/statuses.rb +89 -0
- data/lib/github_api/client/say.rb +23 -0
- data/lib/github_api/client/scopes.rb +18 -0
- data/lib/github_api/client/search.rb +130 -0
- data/lib/github_api/client/search/legacy.rb +109 -0
- data/lib/github_api/client/users.rb +115 -0
- data/lib/github_api/client/users/emails.rb +62 -0
- data/lib/github_api/client/users/followers.rb +113 -0
- data/lib/github_api/client/users/keys.rb +102 -0
- data/lib/github_api/configuration.rb +25 -95
- data/lib/github_api/connection.rb +13 -15
- data/lib/github_api/normalizer.rb +1 -3
- data/lib/github_api/rate_limit.rb +6 -0
- data/lib/github_api/request.rb +49 -37
- data/lib/github_api/request/basic_auth.rb +1 -1
- data/lib/github_api/request/jsonize.rb +7 -5
- data/lib/github_api/request/oauth2.rb +1 -1
- data/lib/github_api/request/verbs.rb +60 -0
- data/lib/github_api/version.rb +2 -2
- data/spec/fixtures/auths/check.json +36 -0
- data/spec/fixtures/repos/deployment.json +31 -0
- data/spec/fixtures/repos/deployment_status.json +33 -0
- data/spec/fixtures/repos/deployment_statuses.json +68 -0
- data/spec/fixtures/repos/deployments.json +33 -0
- data/spec/github/api/arguments/dsl_spec.rb +10 -0
- data/spec/github/api/arguments/parse_spec.rb +88 -0
- data/spec/github/api/callbacks_spec.rb +59 -0
- data/spec/github/api/namespace_spec.rb +41 -0
- data/spec/github/api/property_spec.rb +100 -0
- data/spec/github/api/set_spec.rb +2 -3
- data/spec/github/api_factory_spec.rb +4 -4
- data/spec/github/api_spec.rb +2 -3
- data/spec/github/client/activity/events/issue_spec.rb +51 -0
- data/spec/github/client/activity/events/network_spec.rb +49 -0
- data/spec/github/client/activity/events/org_spec.rb +50 -0
- data/spec/github/client/activity/events/performed_spec.rb +73 -0
- data/spec/github/client/activity/events/public_spec.rb +44 -0
- data/spec/github/client/activity/events/received_spec.rb +72 -0
- data/spec/github/client/activity/events/repository_spec.rb +53 -0
- data/spec/github/client/activity/events/user_org_spec.rb +53 -0
- data/spec/github/client/activity/notifications/create_spec.rb +44 -0
- data/spec/github/client/activity/notifications/delete_spec.rb +41 -0
- data/spec/github/client/activity/notifications/get_spec.rb +58 -0
- data/spec/github/client/activity/notifications/list_spec.rb +75 -0
- data/spec/github/client/activity/notifications/mark_spec.rb +74 -0
- data/spec/github/client/activity/notifications/subscribed_spec.rb +48 -0
- data/spec/github/client/activity/starring/list_spec.rb +53 -0
- data/spec/github/client/activity/starring/star_spec.rb +36 -0
- data/spec/github/client/activity/starring/starred_spec.rb +53 -0
- data/spec/github/client/activity/starring/starring_spec.rb +38 -0
- data/spec/github/client/activity/starring/unstar_spec.rb +37 -0
- data/spec/github/client/activity/watching/list_spec.rb +47 -0
- data/spec/github/client/activity/watching/unwatch_spec.rb +37 -0
- data/spec/github/client/activity/watching/watch_spec.rb +37 -0
- data/spec/github/client/activity/watching/watched_spec.rb +53 -0
- data/spec/github/client/activity/watching/watching_spec.rb +39 -0
- data/spec/github/client/authorizations/app/check_spec.rb +68 -0
- data/spec/github/client/authorizations/app/create_spec.rb +44 -0
- data/spec/github/client/authorizations/app/delete_spec.rb +59 -0
- data/spec/github/client/authorizations/create_spec.rb +49 -0
- data/spec/github/client/authorizations/delete_spec.rb +38 -0
- data/spec/github/client/authorizations/get_spec.rb +48 -0
- data/spec/github/client/authorizations/list_spec.rb +54 -0
- data/spec/github/client/authorizations/update_spec.rb +49 -0
- data/spec/github/client/gists/comments/create_spec.rb +51 -0
- data/spec/github/client/gists/comments/delete_spec.rb +32 -0
- data/spec/github/client/gists/comments/edit_spec.rb +52 -0
- data/spec/github/client/gists/comments/get_spec.rb +48 -0
- data/spec/github/client/gists/comments/list_spec.rb +51 -0
- data/spec/github/client/gists/comments_spec.rb +11 -0
- data/spec/github/client/gists/create_spec.rb +64 -0
- data/spec/github/client/gists/delete_spec.rb +31 -0
- data/spec/github/client/gists/edit_spec.rb +60 -0
- data/spec/github/client/gists/fork_spec.rb +41 -0
- data/spec/github/client/gists/get_spec.rb +47 -0
- data/spec/github/client/gists/is_starred_spec.rb +44 -0
- data/spec/github/client/gists/list_spec.rb +78 -0
- data/spec/github/client/gists/star_spec.rb +30 -0
- data/spec/github/client/gists/starred_spec.rb +44 -0
- data/spec/github/client/gists/unstar_spec.rb +30 -0
- data/spec/github/client/git_data/blobs/create_spec.rb +64 -0
- data/spec/github/client/git_data/blobs/get_spec.rb +49 -0
- data/spec/github/client/git_data/blobs_spec.rb +9 -0
- data/spec/github/client/git_data/commits/create_spec.rb +77 -0
- data/spec/github/client/git_data/commits/get_spec.rb +50 -0
- data/spec/github/client/git_data/commits_spec.rb +9 -0
- data/spec/github/client/git_data/references/create_spec.rb +67 -0
- data/spec/github/client/git_data/references/delete_spec.rb +39 -0
- data/spec/github/client/git_data/references/get_spec.rb +56 -0
- data/spec/github/client/git_data/references/list_spec.rb +111 -0
- data/spec/github/client/git_data/references/update_spec.rb +62 -0
- data/spec/github/client/git_data/references_spec.rb +11 -0
- data/spec/github/client/git_data/tags/create_spec.rb +63 -0
- data/spec/github/client/git_data/tags/get_spec.rb +48 -0
- data/spec/github/client/git_data/tags_spec.rb +9 -0
- data/spec/github/client/git_data/trees/create_spec.rb +68 -0
- data/spec/github/client/git_data/trees/get_spec.rb +69 -0
- data/spec/github/client/git_data/trees_spec.rb +9 -0
- data/spec/github/client/gitignore/get_spec.rb +53 -0
- data/spec/github/client/gitignore/list_spec.rb +41 -0
- data/spec/github/client/issues/assignees/check_spec.rb +46 -0
- data/spec/github/client/issues/assignees/list_spec.rb +47 -0
- data/spec/github/client/issues/assignees_spec.rb +5 -0
- data/spec/github/client/issues/comments/create_spec.rb +49 -0
- data/spec/github/client/issues/comments/delete_spec.rb +35 -0
- data/spec/github/client/issues/comments/edit_spec.rb +49 -0
- data/spec/github/client/issues/comments/get_spec.rb +48 -0
- data/spec/github/client/issues/comments/list_spec.rb +78 -0
- data/spec/github/client/issues/comments_spec.rb +9 -0
- data/spec/github/client/issues/create_spec.rb +60 -0
- data/spec/github/client/issues/edit_spec.rb +61 -0
- data/spec/github/client/issues/events/get_spec.rb +50 -0
- data/spec/github/client/issues/events/list_spec.rb +85 -0
- data/spec/github/client/issues/events_spec.rb +7 -0
- data/spec/github/client/issues/get_spec.rb +48 -0
- data/spec/github/client/issues/labels/add_spec.rb +50 -0
- data/spec/github/client/issues/labels/create_spec.rb +59 -0
- data/spec/github/client/issues/labels/delete_spec.rb +38 -0
- data/spec/github/client/issues/labels/get_spec.rb +47 -0
- data/spec/github/client/issues/labels/list_spec.rb +102 -0
- data/spec/github/client/issues/labels/remove_spec.rb +57 -0
- data/spec/github/client/issues/labels/replace_spec.rb +48 -0
- data/spec/github/client/issues/labels/update_spec.rb +60 -0
- data/spec/github/client/issues/labels_spec.rb +9 -0
- data/spec/github/client/issues/list_spec.rb +100 -0
- data/spec/github/client/issues/milestones/create_spec.rb +56 -0
- data/spec/github/client/issues/milestones/delete_spec.rb +41 -0
- data/spec/github/client/issues/milestones/get_spec.rb +51 -0
- data/spec/github/client/issues/milestones/list_spec.rb +52 -0
- data/spec/github/client/issues/milestones/update_spec.rb +56 -0
- data/spec/github/client/issues/milestones_spec.rb +11 -0
- data/spec/github/client/orgs/edit_spec.rb +53 -0
- data/spec/github/client/orgs/get_spec.rb +43 -0
- data/spec/github/client/orgs/list_spec.rb +62 -0
- data/spec/github/client/orgs/members/conceal_spec.rb +36 -0
- data/spec/github/client/orgs/members/delete_spec.rb +34 -0
- data/spec/github/client/orgs/members/list_spec.rb +82 -0
- data/spec/github/client/orgs/members/member_spec.rb +66 -0
- data/spec/github/client/orgs/members/publicize_spec.rb +36 -0
- data/spec/github/client/orgs/members_spec.rb +5 -0
- data/spec/github/client/orgs/teams/add_member_spec.rb +40 -0
- data/spec/github/client/orgs/teams/add_repo_spec.rb +39 -0
- data/spec/github/client/orgs/teams/create_spec.rb +58 -0
- data/spec/github/client/orgs/teams/delete_spec.rb +35 -0
- data/spec/github/client/orgs/teams/edit_spec.rb +57 -0
- data/spec/github/client/orgs/teams/get_spec.rb +44 -0
- data/spec/github/client/orgs/teams/list_members_spec.rb +49 -0
- data/spec/github/client/orgs/teams/list_repos_spec.rb +49 -0
- data/spec/github/client/orgs/teams/list_spec.rb +72 -0
- data/spec/github/client/orgs/teams/remove_member_spec.rb +39 -0
- data/spec/github/client/orgs/teams/remove_repo_spec.rb +39 -0
- data/spec/github/client/orgs/teams/team_member_spec.rb +41 -0
- data/spec/github/client/orgs/teams/team_repo_spec.rb +42 -0
- data/spec/github/client/orgs/teams_spec.rb +7 -0
- data/spec/github/client/pull_requests/comments/create_spec.rb +58 -0
- data/spec/github/client/pull_requests/comments/delete_spec.rb +35 -0
- data/spec/github/client/pull_requests/comments/edit_spec.rb +50 -0
- data/spec/github/client/pull_requests/comments/get_spec.rb +51 -0
- data/spec/github/client/pull_requests/comments/list_spec.rb +76 -0
- data/spec/github/client/pull_requests/comments_spec.rb +11 -0
- data/spec/github/client/pull_requests/commits_spec.rb +50 -0
- data/spec/github/client/pull_requests/create_spec.rb +55 -0
- data/spec/github/client/pull_requests/files_spec.rb +50 -0
- data/spec/github/client/pull_requests/get_spec.rb +48 -0
- data/spec/github/client/pull_requests/list_spec.rb +53 -0
- data/spec/github/client/pull_requests/merge_spec.rb +44 -0
- data/spec/github/client/pull_requests/merged_spec.rb +38 -0
- data/spec/github/client/pull_requests/update_spec.rb +55 -0
- data/spec/github/client/repos/assets/delete_spec.rb +39 -0
- data/spec/github/client/repos/assets/edit_spec.rb +40 -0
- data/spec/github/client/repos/assets/get_spec.rb +44 -0
- data/spec/github/client/repos/assets/list_spec.rb +54 -0
- data/spec/github/client/repos/assets/upload_spec.rb +43 -0
- data/spec/github/client/repos/branch_spec.rb +41 -0
- data/spec/github/client/repos/branches_spec.rb +53 -0
- data/spec/github/client/repos/collaborators/add_spec.rb +38 -0
- data/spec/github/client/repos/collaborators/get_spec.rb +49 -0
- data/spec/github/client/repos/collaborators/list_spec.rb +54 -0
- data/spec/github/client/repos/collaborators/remove_spec.rb +38 -0
- data/spec/github/client/repos/collaborators_spec.rb +7 -0
- data/spec/github/client/repos/comments/create_spec.rb +59 -0
- data/spec/github/client/repos/comments/delete_spec.rb +42 -0
- data/spec/github/client/repos/comments/get_spec.rb +51 -0
- data/spec/github/client/repos/comments/list_spec.rb +94 -0
- data/spec/github/client/repos/comments/update_spec.rb +47 -0
- data/spec/github/client/repos/commits/compare_spec.rb +36 -0
- data/spec/github/client/repos/commits/get_spec.rb +49 -0
- data/spec/github/client/repos/commits/list_spec.rb +51 -0
- data/spec/github/client/repos/contents/archive_spec.rb +38 -0
- data/spec/github/client/repos/contents/create_spec.rb +41 -0
- data/spec/github/client/repos/contents/delete_spec.rb +55 -0
- data/spec/github/client/repos/contents/get_spec.rb +35 -0
- data/spec/github/client/repos/contents/readme_spec.rb +30 -0
- data/spec/github/client/repos/contributors_spec.rb +58 -0
- data/spec/github/client/repos/create_spec.rb +77 -0
- data/spec/github/client/repos/delete_spec.rb +37 -0
- data/spec/github/client/repos/deployments/create_spec.rb +54 -0
- data/spec/github/client/repos/deployments/create_status_spec.rb +54 -0
- data/spec/github/client/repos/deployments/list_spec.rb +51 -0
- data/spec/github/client/repos/deployments/statuses_spec.rb +49 -0
- data/spec/github/client/repos/downloads/delete_spec.rb +44 -0
- data/spec/github/client/repos/downloads/get_spec.rb +52 -0
- data/spec/github/client/repos/downloads/list_spec.rb +54 -0
- data/spec/github/client/repos/downloads_spec.rb +13 -0
- data/spec/github/client/repos/edit_spec.rb +59 -0
- data/spec/github/client/repos/forks/create_spec.rb +44 -0
- data/spec/github/client/repos/forks/list_spec.rb +53 -0
- data/spec/github/client/repos/get_spec.rb +50 -0
- data/spec/github/client/repos/hooks/create_spec.rb +67 -0
- data/spec/github/client/repos/hooks/delete_spec.rb +39 -0
- data/spec/github/client/repos/hooks/edit_spec.rb +76 -0
- data/spec/github/client/repos/hooks/get_spec.rb +48 -0
- data/spec/github/client/repos/hooks/list_spec.rb +53 -0
- data/spec/github/client/repos/hooks/ping_spec.rb +39 -0
- data/spec/github/client/repos/hooks/test_spec.rb +39 -0
- data/spec/github/client/repos/hooks_spec.rb +13 -0
- data/spec/github/client/repos/keys/create_spec.rb +49 -0
- data/spec/github/client/repos/keys/delete_spec.rb +39 -0
- data/spec/github/client/repos/keys/get_spec.rb +44 -0
- data/spec/github/client/repos/keys/list_spec.rb +53 -0
- data/spec/github/client/repos/keys_spec.rb +9 -0
- data/spec/github/client/repos/languages_spec.rb +61 -0
- data/spec/github/client/repos/list_spec.rb +120 -0
- data/spec/github/client/repos/merging/merge_spec.rb +59 -0
- data/spec/github/client/repos/pub_sub_hubbub/subscribe_service_spec.rb +26 -0
- data/spec/github/client/repos/pub_sub_hubbub/subscribe_spec.rb +46 -0
- data/spec/github/client/repos/pub_sub_hubbub/unsubscribe_service_spec.rb +20 -0
- data/spec/github/client/repos/pub_sub_hubbub/unsubscribe_spec.rb +58 -0
- data/spec/github/client/repos/releases/create_spec.rb +43 -0
- data/spec/github/client/repos/releases/delete_spec.rb +39 -0
- data/spec/github/client/repos/releases/edit_spec.rb +39 -0
- data/spec/github/client/repos/releases/get_spec.rb +44 -0
- data/spec/github/client/repos/releases/list_spec.rb +53 -0
- data/spec/github/client/repos/statistics/code_frequency_spec.rb +25 -0
- data/spec/github/client/repos/statistics/commit_activity_spec.rb +29 -0
- data/spec/github/client/repos/statistics/contributors_spec.rb +29 -0
- data/spec/github/client/repos/statistics/participation_spec.rb +25 -0
- data/spec/github/client/repos/statistics/punch_card_spec.rb +25 -0
- data/spec/github/client/repos/statuses/create_spec.rb +56 -0
- data/spec/github/client/repos/statuses/list_spec.rb +53 -0
- data/spec/github/client/repos/statuses_spec.rb +11 -0
- data/spec/github/client/repos/tags_spec.rb +59 -0
- data/spec/github/client/repos/teams_spec.rb +59 -0
- data/spec/github/client/scopes/list_spec.rb +33 -0
- data/spec/github/client/search/code_spec.rb +38 -0
- data/spec/github/client/search/issues_spec.rb +38 -0
- data/spec/github/client/search/legacy/email_spec.rb +34 -0
- data/spec/github/client/search/legacy/issues_spec.rb +39 -0
- data/spec/github/client/search/legacy/repos_spec.rb +36 -0
- data/spec/github/client/search/legacy/users_spec.rb +36 -0
- data/spec/github/client/search/repos_spec.rb +38 -0
- data/spec/github/client/search/users_spec.rb +38 -0
- data/spec/github/client/users/emails/add_spec.rb +33 -0
- data/spec/github/client/users/emails/delete_spec.rb +33 -0
- data/spec/github/client/users/emails/list_spec.rb +52 -0
- data/spec/github/client/users/followers/follow_spec.rb +33 -0
- data/spec/github/client/users/followers/following_spec.rb +65 -0
- data/spec/github/client/users/followers/is_following_spec.rb +41 -0
- data/spec/github/client/users/followers/list_spec.rb +62 -0
- data/spec/github/client/users/followers/unfollow_spec.rb +33 -0
- data/spec/github/client/users/get_spec.rb +61 -0
- data/spec/github/client/users/keys/create_spec.rb +51 -0
- data/spec/github/client/users/keys/delete_spec.rb +37 -0
- data/spec/github/client/users/keys/get_spec.rb +50 -0
- data/spec/github/client/users/keys/list_spec.rb +77 -0
- data/spec/github/client/users/keys/update_spec.rb +56 -0
- data/spec/github/client/users/list_spec.rb +45 -0
- data/spec/github/client/users/update_spec.rb +56 -0
- data/spec/github/client_spec.rb +14 -38
- data/spec/github/configuration_spec.rb +22 -27
- data/spec/github/paged_request_spec.rb +1 -1
- data/spec/github/pagination/iterator/number_spec.rb +1 -1
- data/spec/github/pagination/iterator/sha_spec.rb +1 -1
- data/spec/github/request/jsonize_spec.rb +7 -8
- data/spec/github/request/request_spec.rb +3 -1
- data/spec/github/request_spec.rb +11 -5
- data/spec/github/validations/format_spec.rb +1 -1
- data/spec/github_spec.rb +1 -4
- data/spec/integration/activity_spec.rb +5 -5
- data/spec/integration/arguments_spec.rb +11 -17
- data/spec/integration/authorizations_spec.rb +1 -1
- data/spec/integration/gists_spec.rb +2 -2
- data/spec/integration/git_data_spec.rb +6 -6
- data/spec/integration/issues_spec.rb +6 -6
- data/spec/integration/options_spec.rb +7 -6
- data/spec/integration/orgs_spec.rb +6 -4
- data/spec/integration/pull_requests_spec.rb +2 -2
- data/spec/integration/repos_spec.rb +14 -14
- data/spec/integration/search_spec.rb +2 -2
- data/spec/integration/users_spec.rb +4 -4
- data/spec/spec_helper.rb +11 -12
- metadata +544 -602
- data/features/cassettes/activity/events/issue.yml +0 -192
- data/features/cassettes/activity/events/network.yml +0 -134
- data/features/cassettes/activity/events/org.yml +0 -325
- data/features/cassettes/activity/events/performed.yml +0 -362
- data/features/cassettes/activity/events/public.yml +0 -284
- data/features/cassettes/activity/events/received.yml +0 -422
- data/features/cassettes/activity/events/repo.yml +0 -134
- data/features/cassettes/activity/events/user_org.yml +0 -48
- data/features/cassettes/activity/notifications/list_user.yml +0 -54
- data/features/cassettes/activity/starring/list.yml +0 -98
- data/features/cassettes/activity/starring/star.yml +0 -48
- data/features/cassettes/activity/starring/starred.yml +0 -195
- data/features/cassettes/activity/starring/starring.yml +0 -56
- data/features/cassettes/activity/starring/unstar.yml +0 -46
- data/features/cassettes/activity/watching/list.yml +0 -76
- data/features/cassettes/activity/watching/unwatch.yml +0 -46
- data/features/cassettes/activity/watching/watch.yml +0 -48
- data/features/cassettes/activity/watching/watched.yml +0 -166
- data/features/cassettes/activity/watching/watching.yml +0 -56
- data/features/cassettes/arguments/orgs/get.yml +0 -69
- data/features/cassettes/arguments/pulls/get.yml +0 -112
- data/features/cassettes/arguments/repo_commits/get.yml +0 -89
- data/features/cassettes/auto_pagination/repos/get.yml +0 -86
- data/features/cassettes/auto_pagination/repos/global_list.yml +0 -1157
- data/features/cassettes/auto_pagination/repos/list.yml +0 -1235
- data/features/cassettes/emojis/list.yml +0 -258
- data/features/cassettes/errors/repos/create.yml +0 -88
- data/features/cassettes/gists/comments/all.yml +0 -161
- data/features/cassettes/gists/comments/first.yml +0 -86
- data/features/cassettes/gists/fork.yml +0 -78
- data/features/cassettes/gists/gist.yml +0 -105
- data/features/cassettes/gists/gists/public_all.yml +0 -253
- data/features/cassettes/gists/gists/starred.yml +0 -75
- data/features/cassettes/gists/gists/user_all.yml +0 -143
- data/features/cassettes/gists/star.yml +0 -71
- data/features/cassettes/gists/starred.yml +0 -75
- data/features/cassettes/gists/unstar.yml +0 -67
- data/features/cassettes/git_data/commits/get.yml +0 -69
- data/features/cassettes/git_data/references/all.yml +0 -410
- data/features/cassettes/git_data/references/all_tags.yml +0 -172
- data/features/cassettes/git_data/references/one.yml +0 -128
- data/features/cassettes/gitignore/get.yml +0 -60
- data/features/cassettes/gitignore/get_raw.yml +0 -224
- data/features/cassettes/gitignore/list.yml +0 -67
- data/features/cassettes/issues/assignees/ckeck.yml +0 -46
- data/features/cassettes/issues/assignees/ckeck_not.yml +0 -105
- data/features/cassettes/issues/assignees/list.yml +0 -64
- data/features/cassettes/issues/comments/create.yml +0 -55
- data/features/cassettes/issues/comments/delete.yml +0 -46
- data/features/cassettes/issues/comments/edit.yml +0 -53
- data/features/cassettes/issues/comments/get.yml +0 -71
- data/features/cassettes/issues/comments/list_issue.yml +0 -82
- data/features/cassettes/issues/comments/list_repo.yml +0 -266
- data/features/cassettes/issues/create.yml +0 -46
- data/features/cassettes/issues/edit.yml +0 -44
- data/features/cassettes/issues/events/get.yml +0 -139
- data/features/cassettes/issues/events/list_issue.yml +0 -71
- data/features/cassettes/issues/events/list_repo.yml +0 -222
- data/features/cassettes/issues/get.yml +0 -62
- data/features/cassettes/issues/labels/add.yml +0 -52
- data/features/cassettes/issues/labels/create.yml +0 -54
- data/features/cassettes/issues/labels/delete.yml +0 -46
- data/features/cassettes/issues/labels/get.yml +0 -63
- data/features/cassettes/issues/labels/list_issue.yml +0 -64
- data/features/cassettes/issues/labels/list_milestone.yml +0 -65
- data/features/cassettes/issues/labels/list_repo.yml +0 -65
- data/features/cassettes/issues/labels/remove_all.yml +0 -46
- data/features/cassettes/issues/labels/remove_one.yml +0 -46
- data/features/cassettes/issues/labels/replace.yml +0 -52
- data/features/cassettes/issues/labels/update.yml +0 -52
- data/features/cassettes/issues/list/repo.yml +0 -251
- data/features/cassettes/issues/list/user.yml +0 -44
- data/features/cassettes/issues/milestones/create.yml +0 -55
- data/features/cassettes/issues/milestones/delete.yml +0 -46
- data/features/cassettes/issues/milestones/get.yml +0 -175
- data/features/cassettes/issues/milestones/list.yml +0 -54
- data/features/cassettes/issues/milestones/update.yml +0 -53
- data/features/cassettes/markdown/render.yml +0 -46
- data/features/cassettes/markdown/render_raw.yml +0 -46
- data/features/cassettes/media/get_default.yml +0 -84
- data/features/cassettes/media/get_full_json.yml +0 -83
- data/features/cassettes/media/get_html_json.yml +0 -81
- data/features/cassettes/media/get_raw_json.yml +0 -80
- data/features/cassettes/media/get_text_json.yml +0 -80
- data/features/cassettes/meta/get.yml +0 -59
- data/features/cassettes/orgs/get.yml +0 -85
- data/features/cassettes/orgs/list/oauth_user.yml +0 -75
- data/features/cassettes/orgs/list/user.yml +0 -134
- data/features/cassettes/orgs/members/list.yml +0 -139
- data/features/cassettes/orgs/members/list_public.yml +0 -140
- data/features/cassettes/orgs/members/member_false.yml +0 -52
- data/features/cassettes/orgs/members/member_public_false.yml +0 -55
- data/features/cassettes/orgs/members/member_public_true.yml +0 -48
- data/features/cassettes/pagination/issues/list/first.yml +0 -432
- data/features/cassettes/pagination/issues/list/last.yml +0 -297
- data/features/cassettes/pagination/issues/list/next.yml +0 -377
- data/features/cassettes/pagination/issues/list/prev.yml +0 -386
- data/features/cassettes/pagination/repos/commits/list.yml +0 -224
- data/features/cassettes/pagination/repos/commits/next.yml +0 -225
- data/features/cassettes/pagination/repos/commits/sha.yml +0 -181
- data/features/cassettes/pagination/repos/commits/sha/next.yml +0 -205
- data/features/cassettes/pagination/repos/diff.yml +0 -174
- data/features/cassettes/pagination/repos/diff/next.yml +0 -147
- data/features/cassettes/pagination/repos/list.yml +0 -212
- data/features/cassettes/pagination/repos/list/next.yml +0 -184
- data/features/cassettes/pagination/repos/per_page/each_page.yml +0 -497
- data/features/cassettes/pagination/repos/per_page/first.yml +0 -173
- data/features/cassettes/pull_requests/comments/get.yml +0 -159
- data/features/cassettes/pull_requests/comments/list_pull.yml +0 -54
- data/features/cassettes/pull_requests/comments/list_repo.yml +0 -54
- data/features/cassettes/pull_requests/get.yml +0 -120
- data/features/cassettes/pull_requests/list.yml +0 -254
- data/features/cassettes/ratelimit/get.yml +0 -64
- data/features/cassettes/ratelimit/get_remaining.yml +0 -64
- data/features/cassettes/repos/assets/delete.yml +0 -52
- data/features/cassettes/repos/assets/edit.yml +0 -65
- data/features/cassettes/repos/assets/get.yml +0 -74
- data/features/cassettes/repos/assets/list.yml +0 -73
- data/features/cassettes/repos/assets/upload.yml +0 -66
- data/features/cassettes/repos/branch.yml +0 -61
- data/features/cassettes/repos/branches.yml +0 -83
- data/features/cassettes/repos/contents/archive.yml +0 -54
- data/features/cassettes/repos/contents/create.yml +0 -60
- data/features/cassettes/repos/contents/delete.yml +0 -59
- data/features/cassettes/repos/contents/get.yml +0 -226
- data/features/cassettes/repos/contents/readme.yml +0 -271
- data/features/cassettes/repos/contents/update.yml +0 -62
- data/features/cassettes/repos/create.yml +0 -46
- data/features/cassettes/repos/forks/list.yml +0 -314
- data/features/cassettes/repos/forks/list_sort.yml +0 -318
- data/features/cassettes/repos/get.yml +0 -89
- data/features/cassettes/repos/languages.yml +0 -75
- data/features/cassettes/repos/list.yml +0 -123
- data/features/cassettes/repos/list_org.yml +0 -167
- data/features/cassettes/repos/list_org_instance.yml +0 -300
- data/features/cassettes/repos/list_repos.yml +0 -801
- data/features/cassettes/repos/pages/get.yml +0 -71
- data/features/cassettes/repos/pages/list_builds.yml +0 -63
- data/features/cassettes/repos/pages/list_latest_builds.yml +0 -62
- data/features/cassettes/repos/releases/create.yml +0 -64
- data/features/cassettes/repos/releases/delete.yml +0 -52
- data/features/cassettes/repos/releases/edit.yml +0 -63
- data/features/cassettes/repos/releases/get.yml +0 -78
- data/features/cassettes/repos/releases/list.yml +0 -81
- data/features/cassettes/repos/stats/commits.yml +0 -80
- data/features/cassettes/repos/stats/contribs.yml +0 -221
- data/features/cassettes/repos/stats/frequency.yml +0 -54
- data/features/cassettes/repos/stats/participation.yml +0 -68
- data/features/cassettes/repos/stats/punch.yml +0 -76
- data/features/cassettes/repos/statuses/create.yml +0 -52
- data/features/cassettes/repos/statuses/list.yml +0 -64
- data/features/cassettes/repos/tags.yml +0 -102
- data/features/cassettes/repos/teams.yml +0 -48
- data/features/cassettes/say/custom.yml +0 -60
- data/features/cassettes/say/random.yml +0 -60
- data/features/cassettes/search/code.yml +0 -252
- data/features/cassettes/search/code_query.yml +0 -203
- data/features/cassettes/search/code_unicode.yml +0 -93
- data/features/cassettes/search/issues.yml +0 -626
- data/features/cassettes/search/legacy/email.yml +0 -72
- data/features/cassettes/search/legacy/issues.yml +0 -119
- data/features/cassettes/search/legacy/repos.yml +0 -394
- data/features/cassettes/search/legacy/users.yml +0 -72
- data/features/cassettes/search/legacy/users_keyword.yml +0 -63
- data/features/cassettes/search/repos.yml +0 -407
- data/features/cassettes/search/users.yml +0 -72
- data/features/cassettes/search/users_keyword.yml +0 -65
- data/features/cassettes/users/all.yml +0 -256
- data/features/cassettes/users/emails/add.yml +0 -75
- data/features/cassettes/users/emails/all.yml +0 -75
- data/features/cassettes/users/emails/delete.yml +0 -40
- data/lib/github_api/activity.rb +0 -33
- data/lib/github_api/activity/events.rb +0 -206
- data/lib/github_api/activity/notifications.rb +0 -157
- data/lib/github_api/activity/starring.rb +0 -94
- data/lib/github_api/activity/watching.rb +0 -92
- data/lib/github_api/api_factory.rb +0 -31
- data/lib/github_api/arguments.rb +0 -166
- data/lib/github_api/authorizations.rb +0 -140
- data/lib/github_api/authorizations/app.rb +0 -77
- data/lib/github_api/compatibility.rb +0 -23
- data/lib/github_api/emojis.rb +0 -20
- data/lib/github_api/gists.rb +0 -205
- data/lib/github_api/gists/comments.rb +0 -87
- data/lib/github_api/git_data.rb +0 -39
- data/lib/github_api/git_data/blobs.rb +0 -46
- data/lib/github_api/git_data/commits.rb +0 -83
- data/lib/github_api/git_data/references.rb +0 -133
- data/lib/github_api/git_data/tags.rb +0 -78
- data/lib/github_api/git_data/trees.rb +0 -92
- data/lib/github_api/gitignore.rb +0 -50
- data/lib/github_api/issues.rb +0 -238
- data/lib/github_api/issues/assignees.rb +0 -44
- data/lib/github_api/issues/comments.rb +0 -115
- data/lib/github_api/issues/events.rb +0 -47
- data/lib/github_api/issues/labels.rb +0 -167
- data/lib/github_api/issues/milestones.rb +0 -125
- data/lib/github_api/markdown.rb +0 -60
- data/lib/github_api/meta.rb +0 -19
- data/lib/github_api/orgs.rb +0 -94
- data/lib/github_api/orgs/members.rb +0 -108
- data/lib/github_api/orgs/teams.rb +0 -243
- data/lib/github_api/pull_requests.rb +0 -192
- data/lib/github_api/pull_requests/comments.rb +0 -144
- data/lib/github_api/repos.rb +0 -449
- data/lib/github_api/repos/collaborators.rb +0 -73
- data/lib/github_api/repos/comments.rb +0 -117
- data/lib/github_api/repos/commits.rb +0 -71
- data/lib/github_api/repos/contents.rb +0 -188
- data/lib/github_api/repos/deployments.rb +0 -8
- data/lib/github_api/repos/downloads.rb +0 -112
- data/lib/github_api/repos/forks.rb +0 -42
- data/lib/github_api/repos/hooks.rb +0 -154
- data/lib/github_api/repos/keys.rb +0 -96
- data/lib/github_api/repos/merging.rb +0 -42
- data/lib/github_api/repos/pages.rb +0 -49
- data/lib/github_api/repos/pub_sub_hubbub.rb +0 -117
- data/lib/github_api/repos/releases.rb +0 -144
- data/lib/github_api/repos/releases/assets.rb +0 -126
- data/lib/github_api/repos/statistics.rb +0 -94
- data/lib/github_api/repos/statuses.rb +0 -63
- data/lib/github_api/s3_uploader.rb +0 -57
- data/lib/github_api/say.rb +0 -23
- data/lib/github_api/scopes.rb +0 -20
- data/lib/github_api/search.rb +0 -125
- data/lib/github_api/search/legacy.rb +0 -94
- data/lib/github_api/users.rb +0 -112
- data/lib/github_api/users/emails.rb +0 -58
- data/lib/github_api/users/followers.rb +0 -99
- data/lib/github_api/users/keys.rb +0 -92
- data/spec/github/activity/events/issue_spec.rb +0 -51
- data/spec/github/activity/events/network_spec.rb +0 -49
- data/spec/github/activity/events/org_spec.rb +0 -50
- data/spec/github/activity/events/performed_spec.rb +0 -73
- data/spec/github/activity/events/public_spec.rb +0 -44
- data/spec/github/activity/events/received_spec.rb +0 -72
- data/spec/github/activity/events/repository_spec.rb +0 -53
- data/spec/github/activity/events/user_org_spec.rb +0 -53
- data/spec/github/activity/notifications/create_spec.rb +0 -44
- data/spec/github/activity/notifications/delete_spec.rb +0 -41
- data/spec/github/activity/notifications/get_spec.rb +0 -58
- data/spec/github/activity/notifications/list_spec.rb +0 -75
- data/spec/github/activity/notifications/mark_spec.rb +0 -74
- data/spec/github/activity/notifications/subscribed_spec.rb +0 -48
- data/spec/github/activity/starring/list_spec.rb +0 -53
- data/spec/github/activity/starring/star_spec.rb +0 -36
- data/spec/github/activity/starring/starred_spec.rb +0 -53
- data/spec/github/activity/starring/starring_spec.rb +0 -38
- data/spec/github/activity/starring/unstar_spec.rb +0 -37
- data/spec/github/activity/watching/list_spec.rb +0 -47
- data/spec/github/activity/watching/unwatch_spec.rb +0 -37
- data/spec/github/activity/watching/watch_spec.rb +0 -37
- data/spec/github/activity/watching/watched_spec.rb +0 -53
- data/spec/github/activity/watching/watching_spec.rb +0 -39
- data/spec/github/arguments/parse_spec.rb +0 -68
- data/spec/github/authorizations/app/create_spec.rb +0 -44
- data/spec/github/authorizations/app/delete_spec.rb +0 -59
- data/spec/github/authorizations/create_spec.rb +0 -49
- data/spec/github/authorizations/delete_spec.rb +0 -40
- data/spec/github/authorizations/get_spec.rb +0 -49
- data/spec/github/authorizations/list_spec.rb +0 -55
- data/spec/github/authorizations/update_spec.rb +0 -50
- data/spec/github/gists/comments/create_spec.rb +0 -51
- data/spec/github/gists/comments/delete_spec.rb +0 -32
- data/spec/github/gists/comments/edit_spec.rb +0 -52
- data/spec/github/gists/comments/get_spec.rb +0 -48
- data/spec/github/gists/comments/list_spec.rb +0 -51
- data/spec/github/gists/comments_spec.rb +0 -11
- data/spec/github/gists/create_spec.rb +0 -64
- data/spec/github/gists/delete_spec.rb +0 -31
- data/spec/github/gists/edit_spec.rb +0 -60
- data/spec/github/gists/fork_spec.rb +0 -41
- data/spec/github/gists/get_spec.rb +0 -47
- data/spec/github/gists/is_starred_spec.rb +0 -44
- data/spec/github/gists/list_spec.rb +0 -78
- data/spec/github/gists/star_spec.rb +0 -30
- data/spec/github/gists/starred_spec.rb +0 -44
- data/spec/github/gists/unstar_spec.rb +0 -30
- data/spec/github/git_data/blobs/create_spec.rb +0 -64
- data/spec/github/git_data/blobs/get_spec.rb +0 -49
- data/spec/github/git_data/blobs_spec.rb +0 -9
- data/spec/github/git_data/commits/create_spec.rb +0 -77
- data/spec/github/git_data/commits/get_spec.rb +0 -50
- data/spec/github/git_data/commits_spec.rb +0 -9
- data/spec/github/git_data/references/create_spec.rb +0 -67
- data/spec/github/git_data/references/delete_spec.rb +0 -40
- data/spec/github/git_data/references/get_spec.rb +0 -56
- data/spec/github/git_data/references/list_spec.rb +0 -111
- data/spec/github/git_data/references/update_spec.rb +0 -62
- data/spec/github/git_data/references_spec.rb +0 -11
- data/spec/github/git_data/tags/create_spec.rb +0 -63
- data/spec/github/git_data/tags/get_spec.rb +0 -48
- data/spec/github/git_data/tags_spec.rb +0 -9
- data/spec/github/git_data/trees/create_spec.rb +0 -68
- data/spec/github/git_data/trees/get_spec.rb +0 -69
- data/spec/github/git_data/trees_spec.rb +0 -9
- data/spec/github/gitignore/get_spec.rb +0 -54
- data/spec/github/gitignore/list_spec.rb +0 -42
- data/spec/github/issues/assignees/check_spec.rb +0 -46
- data/spec/github/issues/assignees/list_spec.rb +0 -47
- data/spec/github/issues/assignees_spec.rb +0 -5
- data/spec/github/issues/comments/create_spec.rb +0 -50
- data/spec/github/issues/comments/delete_spec.rb +0 -36
- data/spec/github/issues/comments/edit_spec.rb +0 -50
- data/spec/github/issues/comments/get_spec.rb +0 -49
- data/spec/github/issues/comments/list_spec.rb +0 -79
- data/spec/github/issues/comments_spec.rb +0 -9
- data/spec/github/issues/create_spec.rb +0 -60
- data/spec/github/issues/edit_spec.rb +0 -61
- data/spec/github/issues/events/get_spec.rb +0 -51
- data/spec/github/issues/events/list_spec.rb +0 -86
- data/spec/github/issues/events_spec.rb +0 -7
- data/spec/github/issues/get_spec.rb +0 -49
- data/spec/github/issues/labels/add_spec.rb +0 -50
- data/spec/github/issues/labels/create_spec.rb +0 -59
- data/spec/github/issues/labels/delete_spec.rb +0 -39
- data/spec/github/issues/labels/get_spec.rb +0 -47
- data/spec/github/issues/labels/list_spec.rb +0 -102
- data/spec/github/issues/labels/remove_spec.rb +0 -58
- data/spec/github/issues/labels/replace_spec.rb +0 -49
- data/spec/github/issues/labels/update_spec.rb +0 -61
- data/spec/github/issues/labels_spec.rb +0 -7
- data/spec/github/issues/list_spec.rb +0 -100
- data/spec/github/issues/milestones/create_spec.rb +0 -56
- data/spec/github/issues/milestones/delete_spec.rb +0 -42
- data/spec/github/issues/milestones/get_spec.rb +0 -51
- data/spec/github/issues/milestones/list_spec.rb +0 -52
- data/spec/github/issues/milestones/update_spec.rb +0 -57
- data/spec/github/issues/milestones_spec.rb +0 -11
- data/spec/github/orgs/edit_spec.rb +0 -54
- data/spec/github/orgs/get_spec.rb +0 -44
- data/spec/github/orgs/list_spec.rb +0 -63
- data/spec/github/orgs/members/conceal_spec.rb +0 -37
- data/spec/github/orgs/members/delete_spec.rb +0 -35
- data/spec/github/orgs/members/list_spec.rb +0 -82
- data/spec/github/orgs/members/member_spec.rb +0 -67
- data/spec/github/orgs/members/publicize_spec.rb +0 -37
- data/spec/github/orgs/members_spec.rb +0 -5
- data/spec/github/orgs/teams/add_member_spec.rb +0 -40
- data/spec/github/orgs/teams/add_repo_spec.rb +0 -39
- data/spec/github/orgs/teams/create_spec.rb +0 -58
- data/spec/github/orgs/teams/delete_spec.rb +0 -36
- data/spec/github/orgs/teams/edit_spec.rb +0 -57
- data/spec/github/orgs/teams/get_spec.rb +0 -45
- data/spec/github/orgs/teams/list_members_spec.rb +0 -49
- data/spec/github/orgs/teams/list_repos_spec.rb +0 -49
- data/spec/github/orgs/teams/list_spec.rb +0 -49
- data/spec/github/orgs/teams/remove_member_spec.rb +0 -40
- data/spec/github/orgs/teams/remove_repo_spec.rb +0 -40
- data/spec/github/orgs/teams/team_member_spec.rb +0 -42
- data/spec/github/orgs/teams/team_repo_spec.rb +0 -43
- data/spec/github/orgs/teams_spec.rb +0 -7
- data/spec/github/pull_requests/comments/create_spec.rb +0 -59
- data/spec/github/pull_requests/comments/delete_spec.rb +0 -35
- data/spec/github/pull_requests/comments/edit_spec.rb +0 -51
- data/spec/github/pull_requests/comments/get_spec.rb +0 -52
- data/spec/github/pull_requests/comments/list_spec.rb +0 -76
- data/spec/github/pull_requests/comments_spec.rb +0 -11
- data/spec/github/pull_requests/commits_spec.rb +0 -51
- data/spec/github/pull_requests/create_spec.rb +0 -56
- data/spec/github/pull_requests/files_spec.rb +0 -51
- data/spec/github/pull_requests/get_spec.rb +0 -49
- data/spec/github/pull_requests/list_spec.rb +0 -54
- data/spec/github/pull_requests/merge_spec.rb +0 -44
- data/spec/github/pull_requests/merged_spec.rb +0 -39
- data/spec/github/pull_requests/update_spec.rb +0 -55
- data/spec/github/repos/assets/delete_spec.rb +0 -40
- data/spec/github/repos/assets/edit_spec.rb +0 -40
- data/spec/github/repos/assets/get_spec.rb +0 -45
- data/spec/github/repos/assets/list_spec.rb +0 -55
- data/spec/github/repos/assets/upload_spec.rb +0 -44
- data/spec/github/repos/branch_spec.rb +0 -42
- data/spec/github/repos/branches_spec.rb +0 -54
- data/spec/github/repos/collaborators/add_spec.rb +0 -39
- data/spec/github/repos/collaborators/get_spec.rb +0 -49
- data/spec/github/repos/collaborators/list_spec.rb +0 -55
- data/spec/github/repos/collaborators/remove_spec.rb +0 -39
- data/spec/github/repos/collaborators_spec.rb +0 -7
- data/spec/github/repos/comments/create_spec.rb +0 -59
- data/spec/github/repos/comments/delete_spec.rb +0 -43
- data/spec/github/repos/comments/get_spec.rb +0 -52
- data/spec/github/repos/comments/list_spec.rb +0 -96
- data/spec/github/repos/comments/update_spec.rb +0 -48
- data/spec/github/repos/commits/compare_spec.rb +0 -37
- data/spec/github/repos/commits/get_spec.rb +0 -50
- data/spec/github/repos/commits/list_spec.rb +0 -52
- data/spec/github/repos/contents/archive_spec.rb +0 -38
- data/spec/github/repos/contents/create_spec.rb +0 -41
- data/spec/github/repos/contents/delete_spec.rb +0 -55
- data/spec/github/repos/contents/get_spec.rb +0 -35
- data/spec/github/repos/contents/readme_spec.rb +0 -30
- data/spec/github/repos/contributors_spec.rb +0 -59
- data/spec/github/repos/create_spec.rb +0 -77
- data/spec/github/repos/delete_spec.rb +0 -38
- data/spec/github/repos/downloads/create_spec.rb +0 -64
- data/spec/github/repos/downloads/delete_spec.rb +0 -45
- data/spec/github/repos/downloads/get_spec.rb +0 -53
- data/spec/github/repos/downloads/list_spec.rb +0 -55
- data/spec/github/repos/downloads/upload_spec.rb +0 -32
- data/spec/github/repos/downloads_spec.rb +0 -13
- data/spec/github/repos/edit_spec.rb +0 -60
- data/spec/github/repos/forks/create_spec.rb +0 -45
- data/spec/github/repos/forks/list_spec.rb +0 -54
- data/spec/github/repos/get_spec.rb +0 -51
- data/spec/github/repos/hooks/create_spec.rb +0 -68
- data/spec/github/repos/hooks/delete_spec.rb +0 -40
- data/spec/github/repos/hooks/edit_spec.rb +0 -77
- data/spec/github/repos/hooks/get_spec.rb +0 -49
- data/spec/github/repos/hooks/list_spec.rb +0 -54
- data/spec/github/repos/hooks/test_spec.rb +0 -40
- data/spec/github/repos/hooks_spec.rb +0 -13
- data/spec/github/repos/keys/create_spec.rb +0 -50
- data/spec/github/repos/keys/delete_spec.rb +0 -40
- data/spec/github/repos/keys/edit_spec.rb +0 -42
- data/spec/github/repos/keys/get_spec.rb +0 -45
- data/spec/github/repos/keys/list_spec.rb +0 -54
- data/spec/github/repos/keys_spec.rb +0 -9
- data/spec/github/repos/languages_spec.rb +0 -61
- data/spec/github/repos/list_spec.rb +0 -120
- data/spec/github/repos/merging/merge_spec.rb +0 -58
- data/spec/github/repos/pub_sub_hubbub/subscribe_service_spec.rb +0 -27
- data/spec/github/repos/pub_sub_hubbub/subscribe_spec.rb +0 -47
- data/spec/github/repos/pub_sub_hubbub/unsubscribe_service_spec.rb +0 -21
- data/spec/github/repos/pub_sub_hubbub/unsubscribe_spec.rb +0 -58
- data/spec/github/repos/releases/create_spec.rb +0 -44
- data/spec/github/repos/releases/delete_spec.rb +0 -40
- data/spec/github/repos/releases/edit_spec.rb +0 -40
- data/spec/github/repos/releases/get_spec.rb +0 -45
- data/spec/github/repos/releases/list_spec.rb +0 -54
- data/spec/github/repos/statistics/code_frequency_spec.rb +0 -25
- data/spec/github/repos/statistics/commit_activity_spec.rb +0 -29
- data/spec/github/repos/statistics/contributors_spec.rb +0 -29
- data/spec/github/repos/statistics/participation_spec.rb +0 -25
- data/spec/github/repos/statistics/punch_card_spec.rb +0 -25
- data/spec/github/repos/statuses/create_spec.rb +0 -56
- data/spec/github/repos/statuses/list_spec.rb +0 -53
- data/spec/github/repos/statuses_spec.rb +0 -11
- data/spec/github/repos/tags_spec.rb +0 -59
- data/spec/github/repos/teams_spec.rb +0 -59
- data/spec/github/s3_uploader_spec.rb +0 -51
- data/spec/github/scopes/list_spec.rb +0 -33
- data/spec/github/search/code_spec.rb +0 -38
- data/spec/github/search/issues_spec.rb +0 -38
- data/spec/github/search/legacy/email_spec.rb +0 -34
- data/spec/github/search/legacy/issues_spec.rb +0 -39
- data/spec/github/search/legacy/repos_spec.rb +0 -36
- data/spec/github/search/legacy/users_spec.rb +0 -36
- data/spec/github/search/repos_spec.rb +0 -38
- data/spec/github/search/users_spec.rb +0 -38
- data/spec/github/users/emails/add_spec.rb +0 -33
- data/spec/github/users/emails/delete_spec.rb +0 -33
- data/spec/github/users/emails/list_spec.rb +0 -52
- data/spec/github/users/followers/follow_spec.rb +0 -33
- data/spec/github/users/followers/following_spec.rb +0 -65
- data/spec/github/users/followers/is_following_spec.rb +0 -41
- data/spec/github/users/followers/list_spec.rb +0 -62
- data/spec/github/users/followers/unfollow_spec.rb +0 -33
- data/spec/github/users/get_spec.rb +0 -61
- data/spec/github/users/keys/create_spec.rb +0 -51
- data/spec/github/users/keys/delete_spec.rb +0 -37
- data/spec/github/users/keys/get_spec.rb +0 -50
- data/spec/github/users/keys/list_spec.rb +0 -78
- data/spec/github/users/keys/update_spec.rb +0 -56
- data/spec/github/users/list_spec.rb +0 -45
- data/spec/github/users/update_spec.rb +0 -56
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
# encoding: utf-8
|
|
2
|
-
|
|
3
|
-
module Github
|
|
4
|
-
class Issues::Milestones < API
|
|
5
|
-
|
|
6
|
-
VALID_MILESTONE_OPTIONS = {
|
|
7
|
-
'state' => %w[ open closed ],
|
|
8
|
-
'sort' => %w[ due_date completeness ],
|
|
9
|
-
'direction' => %w[ desc asc ]
|
|
10
|
-
}.freeze # :nodoc:
|
|
11
|
-
|
|
12
|
-
VALID_MILESTONE_INPUTS = %w[
|
|
13
|
-
title
|
|
14
|
-
state
|
|
15
|
-
description
|
|
16
|
-
due_on
|
|
17
|
-
].freeze # :nodoc:
|
|
18
|
-
|
|
19
|
-
# List milestones for a repository
|
|
20
|
-
#
|
|
21
|
-
# = Parameters
|
|
22
|
-
# <tt>:state</tt> - <tt>open</tt>, <tt>closed</tt>, default: <tt>open</tt>
|
|
23
|
-
# <tt>:sort</tt> - <tt>due_date</tt>, <tt>completeness</tt>, default: <tt>due_date</tt>
|
|
24
|
-
# <tt>:direction</tt> - <tt>asc</tt>, <tt>desc</tt>, default: <tt>desc</tt>
|
|
25
|
-
#
|
|
26
|
-
# = Examples
|
|
27
|
-
# github = Github.new user: 'user-name', repo: 'repo-name'
|
|
28
|
-
# github.issues.milestones.list
|
|
29
|
-
#
|
|
30
|
-
# or
|
|
31
|
-
#
|
|
32
|
-
# github.issues.milestones.list state: 'open', sort: 'due_date',
|
|
33
|
-
# direction: 'asc'
|
|
34
|
-
#
|
|
35
|
-
def list(*args)
|
|
36
|
-
arguments(args, :required => [:user, :repo]) do
|
|
37
|
-
sift VALID_MILESTONE_OPTIONS.keys
|
|
38
|
-
assert_values VALID_MILESTONE_OPTIONS
|
|
39
|
-
end
|
|
40
|
-
params = arguments.params
|
|
41
|
-
|
|
42
|
-
response = get_request("/repos/#{user}/#{repo}/milestones", params)
|
|
43
|
-
return response unless block_given?
|
|
44
|
-
response.each { |el| yield el }
|
|
45
|
-
end
|
|
46
|
-
alias :all :list
|
|
47
|
-
|
|
48
|
-
# Get a single milestone
|
|
49
|
-
#
|
|
50
|
-
# = Examples
|
|
51
|
-
# github = Github.new
|
|
52
|
-
# github.issues.milestones.get 'user-name', 'repo-name', 'milestone-id'
|
|
53
|
-
#
|
|
54
|
-
def get(*args)
|
|
55
|
-
arguments(args, :required => [:user, :repo, :milestone_id])
|
|
56
|
-
params = arguments.params
|
|
57
|
-
|
|
58
|
-
get_request("/repos/#{user}/#{repo}/milestones/#{milestone_id}", params)
|
|
59
|
-
end
|
|
60
|
-
alias :find :get
|
|
61
|
-
|
|
62
|
-
# Create a milestone
|
|
63
|
-
#
|
|
64
|
-
# = Inputs
|
|
65
|
-
# <tt>:title</tt> - Required string
|
|
66
|
-
# <tt>:state</tt> - Optional string - <tt>open</tt> or <tt>closed</tt>
|
|
67
|
-
# <tt>:description</tt> - Optional string
|
|
68
|
-
# <tt>:due_on</tt> - Optional string - ISO 8601 time
|
|
69
|
-
#
|
|
70
|
-
# = Examples
|
|
71
|
-
# github = Github.new :user => 'user-name', :repo => 'repo-name'
|
|
72
|
-
# github.issues.milestones.create :title => 'hello-world',
|
|
73
|
-
# :state => "open or closed",
|
|
74
|
-
# :description => "String",
|
|
75
|
-
# :due_on => "Time"
|
|
76
|
-
#
|
|
77
|
-
def create(*args)
|
|
78
|
-
arguments(args, :required => [:user, :repo]) do
|
|
79
|
-
sift VALID_MILESTONE_INPUTS
|
|
80
|
-
assert_required %w[ title ]
|
|
81
|
-
end
|
|
82
|
-
|
|
83
|
-
post_request("/repos/#{user}/#{repo}/milestones", arguments.params)
|
|
84
|
-
end
|
|
85
|
-
|
|
86
|
-
# Update a milestone
|
|
87
|
-
#
|
|
88
|
-
# = Inputs
|
|
89
|
-
# <tt>:title</tt> - Required string
|
|
90
|
-
# <tt>:state</tt> - Optional string - <tt>open</tt> or <tt>closed</tt>
|
|
91
|
-
# <tt>:description</tt> - Optional string
|
|
92
|
-
# <tt>:due_on</tt> - Optional string - ISO 8601 time
|
|
93
|
-
#
|
|
94
|
-
# = Examples
|
|
95
|
-
# github = Github.new
|
|
96
|
-
# github.issues.milestones.update 'user-name', 'repo-name', 'milestone-id',
|
|
97
|
-
# :title => 'hello-world',
|
|
98
|
-
# :state => "open or closed",
|
|
99
|
-
# :description => "String",
|
|
100
|
-
# :due_on => "Time"
|
|
101
|
-
#
|
|
102
|
-
def update(*args)
|
|
103
|
-
arguments(args, :required => [:user, :repo, :milestone_id]) do
|
|
104
|
-
sift VALID_MILESTONE_INPUTS
|
|
105
|
-
end
|
|
106
|
-
params = arguments.params
|
|
107
|
-
|
|
108
|
-
patch_request("/repos/#{user}/#{repo}/milestones/#{milestone_id}", params)
|
|
109
|
-
end
|
|
110
|
-
|
|
111
|
-
# Delete a milestone
|
|
112
|
-
#
|
|
113
|
-
# = Examples
|
|
114
|
-
# github = Github.new
|
|
115
|
-
# github.issues.milestones.delete 'user-name', 'repo-name', 'milestone-id'
|
|
116
|
-
#
|
|
117
|
-
def delete(*args)
|
|
118
|
-
arguments(args, :required => [:user, :repo, :milestone_id])
|
|
119
|
-
params = arguments.params
|
|
120
|
-
|
|
121
|
-
delete_request("/repos/#{user}/#{repo}/milestones/#{milestone_id}", params)
|
|
122
|
-
end
|
|
123
|
-
|
|
124
|
-
end # Issues::Milestones
|
|
125
|
-
end # Github
|
data/lib/github_api/markdown.rb
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# encoding: utf-8
|
|
2
|
-
|
|
3
|
-
module Github
|
|
4
|
-
class Markdown < API
|
|
5
|
-
|
|
6
|
-
# Render an arbritrary Markdown document
|
|
7
|
-
#
|
|
8
|
-
# = Parameters
|
|
9
|
-
# <tt>:text</tt> - Required string - The Markdown text to render
|
|
10
|
-
# <tt>:mode<tt> - Optional string - The rendering mode
|
|
11
|
-
# * <tt>markdown</tt> to render a document as plain Markdown, just
|
|
12
|
-
# like README files are rendered.
|
|
13
|
-
# * <tt>gfm</tt> to render a document as user-content, e.g. like user
|
|
14
|
-
# comments or issues are rendered. In GFM mode, hard line breaks are
|
|
15
|
-
# always taken into account, and issue and user mentions are
|
|
16
|
-
# linked accordingly.
|
|
17
|
-
# <tt>:context<tt> - Optional string - The repository context, only taken
|
|
18
|
-
# into account when rendering as <tt>gfm</tt>
|
|
19
|
-
#
|
|
20
|
-
# = Examples
|
|
21
|
-
# github = Github.new
|
|
22
|
-
# github.markdown.render
|
|
23
|
-
# "text": "Hello world github/linguist#1 **cool**, and #1!",
|
|
24
|
-
# "mode": "gfm",
|
|
25
|
-
# "context": "github/gollum"
|
|
26
|
-
#
|
|
27
|
-
def render(*args)
|
|
28
|
-
arguments(args) do
|
|
29
|
-
assert_required ['text']
|
|
30
|
-
end
|
|
31
|
-
params = arguments.params
|
|
32
|
-
params['raw'] = true
|
|
33
|
-
|
|
34
|
-
post_request("markdown", arguments.params)
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
# Render a Markdown document in raw mode
|
|
38
|
-
#
|
|
39
|
-
# = Input
|
|
40
|
-
# The raw API it not JSON-based. It takes a Markdown document as plaintext
|
|
41
|
-
# <tt>text/plain</tt> or <tt>text/x-markdown</tt> and renders it as plain
|
|
42
|
-
# Markdown without a repository context (just like a README.md file is
|
|
43
|
-
# rendered – this is the simplest way to preview a readme online)
|
|
44
|
-
#
|
|
45
|
-
# = Examples
|
|
46
|
-
# github = Github.new
|
|
47
|
-
# github.markdown.render_raw "Hello github/linguist#1 **cool**, and #1!",
|
|
48
|
-
# "accept": "text/plain",
|
|
49
|
-
#
|
|
50
|
-
def render_raw(*args)
|
|
51
|
-
params = arguments(args).params
|
|
52
|
-
mime_type, params['data'] = params['mime'], args.shift
|
|
53
|
-
params['raw'] = true
|
|
54
|
-
params['accept'] = params.fetch('accept') { 'text/plain' }
|
|
55
|
-
|
|
56
|
-
post_request("markdown/raw", params)
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
end # Markdown
|
|
60
|
-
end # Github
|
data/lib/github_api/meta.rb
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# encoding: utf-8
|
|
2
|
-
|
|
3
|
-
module Github
|
|
4
|
-
class Meta < API
|
|
5
|
-
|
|
6
|
-
# Get meta information about GitHub.com, the service.
|
|
7
|
-
#
|
|
8
|
-
# = Examples
|
|
9
|
-
#
|
|
10
|
-
# Github.meta.get
|
|
11
|
-
#
|
|
12
|
-
def get(*args)
|
|
13
|
-
arguments(*args)
|
|
14
|
-
|
|
15
|
-
get_request("/meta", arguments.params)
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
end # Meta
|
|
19
|
-
end # Github
|
data/lib/github_api/orgs.rb
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
# encoding: utf-8
|
|
2
|
-
|
|
3
|
-
module Github
|
|
4
|
-
class Orgs < API
|
|
5
|
-
|
|
6
|
-
Github::require_all 'github_api/orgs',
|
|
7
|
-
'members',
|
|
8
|
-
'teams'
|
|
9
|
-
|
|
10
|
-
VALID_ORG_PARAM_NAMES = %w[
|
|
11
|
-
billing_email
|
|
12
|
-
company
|
|
13
|
-
email
|
|
14
|
-
location
|
|
15
|
-
name
|
|
16
|
-
].freeze
|
|
17
|
-
|
|
18
|
-
# Access to Orgs::Members API
|
|
19
|
-
def members(options={}, &block)
|
|
20
|
-
@members ||= ApiFactory.new('Orgs::Members', current_options.merge(options), &block)
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
# Access to Orgs::Teams API
|
|
24
|
-
def teams(options={}, &block)
|
|
25
|
-
@teams ||= ApiFactory.new('Orgs::Teams', current_options.merge(options), &block)
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
# List all public organizations for a user.
|
|
29
|
-
#
|
|
30
|
-
# = Examples
|
|
31
|
-
# github = Github.new
|
|
32
|
-
# github.orgs.list user: 'user-name'
|
|
33
|
-
#
|
|
34
|
-
# List public and private organizations for the authenticated user.
|
|
35
|
-
#
|
|
36
|
-
# github = Github.new oauth_token: '..'
|
|
37
|
-
# github.orgs.list
|
|
38
|
-
#
|
|
39
|
-
def list(*args)
|
|
40
|
-
params = arguments(args).params
|
|
41
|
-
|
|
42
|
-
response = if (user_name = params.delete("user"))
|
|
43
|
-
get_request("/users/#{user_name}/orgs", params)
|
|
44
|
-
else
|
|
45
|
-
# For the authenticated user
|
|
46
|
-
get_request("/user/orgs", params)
|
|
47
|
-
end
|
|
48
|
-
return response unless block_given?
|
|
49
|
-
response.each { |el| yield el }
|
|
50
|
-
end
|
|
51
|
-
alias :all :list
|
|
52
|
-
|
|
53
|
-
# Get properties for a single organization
|
|
54
|
-
#
|
|
55
|
-
# = Examples
|
|
56
|
-
# github = Github.new
|
|
57
|
-
# github.orgs.get 'github'
|
|
58
|
-
#
|
|
59
|
-
def get(*args)
|
|
60
|
-
arguments(args, :required => [:org_name])
|
|
61
|
-
|
|
62
|
-
get_request("/orgs/#{org_name}", arguments.params)
|
|
63
|
-
end
|
|
64
|
-
alias :find :get
|
|
65
|
-
|
|
66
|
-
# Edit organization
|
|
67
|
-
#
|
|
68
|
-
# = Parameters
|
|
69
|
-
# <tt>:billing_email</tt> - Optional string - Billing email address. This address is not publicized.
|
|
70
|
-
# <tt>:company</tt> - Optional string
|
|
71
|
-
# <tt>:email</tt> - Optional string
|
|
72
|
-
# <tt>:location</tt> - Optional string
|
|
73
|
-
# <tt>:name</tt> - Optional string
|
|
74
|
-
#
|
|
75
|
-
# = Examples
|
|
76
|
-
# github = Github.new oauth_token: '...'
|
|
77
|
-
# github.orgs.edit 'github',
|
|
78
|
-
# "billing_email": "support@github.com",
|
|
79
|
-
# "blog": "https://github.com/blog",
|
|
80
|
-
# "company": "GitHub",
|
|
81
|
-
# "email": "support@github.com",
|
|
82
|
-
# "location": "San Francisco",
|
|
83
|
-
# "name": "github"
|
|
84
|
-
#
|
|
85
|
-
def edit(*args)
|
|
86
|
-
arguments(args, :required => [:org_name]) do
|
|
87
|
-
sift VALID_ORG_PARAM_NAMES
|
|
88
|
-
end
|
|
89
|
-
|
|
90
|
-
patch_request("/orgs/#{org_name}", arguments.params)
|
|
91
|
-
end
|
|
92
|
-
|
|
93
|
-
end # Orgs
|
|
94
|
-
end # Github
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
# encoding: utf-8
|
|
2
|
-
|
|
3
|
-
module Github
|
|
4
|
-
class Orgs::Members < API
|
|
5
|
-
|
|
6
|
-
# List members
|
|
7
|
-
#
|
|
8
|
-
# List all users who are members of an organization. A member is a user
|
|
9
|
-
# that belongs to at least 1 team in the organization.
|
|
10
|
-
# If the authenticated user is also a member of this organization then
|
|
11
|
-
# both concealed and public members will be returned.
|
|
12
|
-
# Otherwise only public members are returned.
|
|
13
|
-
#
|
|
14
|
-
# = Examples
|
|
15
|
-
# github = Github.new
|
|
16
|
-
# github.orgs.members.list 'org-name'
|
|
17
|
-
# github.orgs.members.list 'org-name' { |memb| ... }
|
|
18
|
-
#
|
|
19
|
-
# List public members
|
|
20
|
-
#
|
|
21
|
-
# Members of an organization can choose to have their membership publicized or not.
|
|
22
|
-
# = Examples
|
|
23
|
-
# github = Github.new
|
|
24
|
-
# github.orgs.members.list 'org-name', public: true
|
|
25
|
-
# github.orgs.members.list 'org-name', public: true { |memb| ... }
|
|
26
|
-
#
|
|
27
|
-
def list(*args)
|
|
28
|
-
params = arguments(args, :required => [:org_name]).params
|
|
29
|
-
|
|
30
|
-
response = if params.delete('public')
|
|
31
|
-
get_request("/orgs/#{org_name}/public_members", params)
|
|
32
|
-
else
|
|
33
|
-
get_request("/orgs/#{org_name}/members", params)
|
|
34
|
-
end
|
|
35
|
-
return response unless block_given?
|
|
36
|
-
response.each { |el| yield el }
|
|
37
|
-
end
|
|
38
|
-
alias :all :list
|
|
39
|
-
|
|
40
|
-
# Check if user is, publicly or privately, a member of an organization
|
|
41
|
-
#
|
|
42
|
-
# = Examples
|
|
43
|
-
# github = Github.new
|
|
44
|
-
# github.orgs.members.member? 'org-name', 'member-name'
|
|
45
|
-
#
|
|
46
|
-
# Check if a user is a public member of an organization
|
|
47
|
-
#
|
|
48
|
-
# = Examples
|
|
49
|
-
# github = Github.new
|
|
50
|
-
# github.orgs.members.member? 'org-name', 'member-name', :public => true
|
|
51
|
-
#
|
|
52
|
-
def member?(*args)
|
|
53
|
-
params = arguments(args, :required => [:org_name, :user]).params
|
|
54
|
-
|
|
55
|
-
response = if params.delete('public')
|
|
56
|
-
get_request("/orgs/#{org_name}/public_members/#{user}", params)
|
|
57
|
-
else
|
|
58
|
-
get_request("/orgs/#{org_name}/members/#{user}", params)
|
|
59
|
-
end
|
|
60
|
-
response.status == 204
|
|
61
|
-
rescue Github::Error::NotFound
|
|
62
|
-
false
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
# Remove a member
|
|
66
|
-
# Removing a user from this list will remove them from all teams and
|
|
67
|
-
# they will no longer have any access to the organization’s repositories.
|
|
68
|
-
#
|
|
69
|
-
# = Examples
|
|
70
|
-
# github = Github.new
|
|
71
|
-
# github.orgs.members.remove 'org-name', 'member-name'
|
|
72
|
-
#
|
|
73
|
-
def delete(*args)
|
|
74
|
-
arguments(args, :required => [:org_name, :user])
|
|
75
|
-
|
|
76
|
-
delete_request("/orgs/#{org_name}/members/#{user}", arguments.params)
|
|
77
|
-
end
|
|
78
|
-
alias :remove :delete
|
|
79
|
-
|
|
80
|
-
# Publicize a user’s membership
|
|
81
|
-
#
|
|
82
|
-
# = Examples
|
|
83
|
-
# github = Github.new :oauth_token => '...'
|
|
84
|
-
# github.orgs.members.publicize 'org-name', 'member-name'
|
|
85
|
-
#
|
|
86
|
-
def publicize(*args)
|
|
87
|
-
arguments(args, :required => [:org_name, :user])
|
|
88
|
-
|
|
89
|
-
put_request("/orgs/#{org_name}/public_members/#{user}", arguments.params)
|
|
90
|
-
end
|
|
91
|
-
alias :make_public :publicize
|
|
92
|
-
alias :publicize_membership :publicize
|
|
93
|
-
|
|
94
|
-
# Conceal a user’s membership
|
|
95
|
-
#
|
|
96
|
-
# = Examples
|
|
97
|
-
# github = Github.new :oauth_token => '...'
|
|
98
|
-
# github.orgs.members.conceal 'org-name', 'member-name'
|
|
99
|
-
#
|
|
100
|
-
def conceal(*args)
|
|
101
|
-
arguments(args, :required => [:org_name, :user])
|
|
102
|
-
|
|
103
|
-
delete_request("/orgs/#{org_name}/public_members/#{user}", arguments.params)
|
|
104
|
-
end
|
|
105
|
-
alias :conceal_membership :conceal
|
|
106
|
-
|
|
107
|
-
end # Orgs::Members
|
|
108
|
-
end # Github
|
|
@@ -1,243 +0,0 @@
|
|
|
1
|
-
# encoding: utf-8
|
|
2
|
-
|
|
3
|
-
module Github
|
|
4
|
-
class Orgs::Teams < API
|
|
5
|
-
# All actions against teams require at a minimum an authenticated user
|
|
6
|
-
# who is a member of the owner’s team in the :org being managed.
|
|
7
|
-
# Api calls that require explicit permissions are noted.
|
|
8
|
-
|
|
9
|
-
VALID_TEAM_PARAM_NAMES = %w[ name repo_names permission ].freeze
|
|
10
|
-
VALID_TEAM_PARAM_VALUES = {
|
|
11
|
-
'permission' => %w[ pull push admin ].freeze
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
# List teams
|
|
15
|
-
#
|
|
16
|
-
# = Examples
|
|
17
|
-
# github = Github.new :oauth_token => '...'
|
|
18
|
-
# github.orgs.teams.list 'org-name'
|
|
19
|
-
#
|
|
20
|
-
def list(*args)
|
|
21
|
-
arguments(args, :required => [:org_name])
|
|
22
|
-
|
|
23
|
-
response = get_request("/orgs/#{org_name}/teams", arguments.params)
|
|
24
|
-
return response unless block_given?
|
|
25
|
-
response.each { |el| yield el }
|
|
26
|
-
end
|
|
27
|
-
alias :all :list
|
|
28
|
-
|
|
29
|
-
# Get a team
|
|
30
|
-
#
|
|
31
|
-
# = Examples
|
|
32
|
-
# github = Github.new :oauth_token => '...'
|
|
33
|
-
# github.orgs.teams.get 'team-id'
|
|
34
|
-
#
|
|
35
|
-
def get(*args)
|
|
36
|
-
arguments(args, :required => [:team_id])
|
|
37
|
-
|
|
38
|
-
get_request("/teams/#{team_id}", arguments.params)
|
|
39
|
-
end
|
|
40
|
-
alias :find :get
|
|
41
|
-
|
|
42
|
-
# Create a team
|
|
43
|
-
#
|
|
44
|
-
# In order to create a team, the authenticated user must be an owner of<tt>:org</tt>.
|
|
45
|
-
# = Inputs
|
|
46
|
-
# <tt>:name</tt> - Required string
|
|
47
|
-
# <tt>:repo_names</tt> - Optional array of strings
|
|
48
|
-
# <tt>:permission</tt> - Optional string
|
|
49
|
-
# * <tt>pull</tt> - team members can pull, but not push or administor this repositories. Default
|
|
50
|
-
# * <tt>push</tt> - team members can pull and push, but not administor this repositores.
|
|
51
|
-
# * <tt>admin</tt> - team members can pull, push and administor these repositories.
|
|
52
|
-
#
|
|
53
|
-
# = Examples
|
|
54
|
-
# github = Github.new :oauth_token => '...'
|
|
55
|
-
# github.orgs.teams.create 'org-name',
|
|
56
|
-
# "name" => "new team",
|
|
57
|
-
# "permission" => "push",
|
|
58
|
-
# "repo_names" => [
|
|
59
|
-
# "github/dotfiles"
|
|
60
|
-
# ]
|
|
61
|
-
#
|
|
62
|
-
def create(*args)
|
|
63
|
-
arguments(args, :required => [:org_name]) do
|
|
64
|
-
sift VALID_TEAM_PARAM_NAMES
|
|
65
|
-
assert_values VALID_TEAM_PARAM_VALUES
|
|
66
|
-
assert_required %w[name]
|
|
67
|
-
end
|
|
68
|
-
|
|
69
|
-
post_request("/orgs/#{org_name}/teams", arguments.params)
|
|
70
|
-
end
|
|
71
|
-
|
|
72
|
-
# Edit a team
|
|
73
|
-
# In order to edit a team, the authenticated user must be an owner of the org that the team is associated with.
|
|
74
|
-
#
|
|
75
|
-
# = Inputs
|
|
76
|
-
# <tt>:name</tt> - Required string
|
|
77
|
-
# <tt>:permission</tt> - Optional string
|
|
78
|
-
# * <tt>pull</tt> - team members can pull, but not push or administor this repositories. Default
|
|
79
|
-
# * <tt>push</tt> - team members can pull and push, but not administor this repositores.
|
|
80
|
-
# * <tt>admin</tt> - team members can pull, push and administor these repositories.
|
|
81
|
-
#
|
|
82
|
-
# = Examples
|
|
83
|
-
# github = Github.new :oauth_token => '...'
|
|
84
|
-
# github.orgs.teams.edit 'team-id',
|
|
85
|
-
# "name" => "new team name",
|
|
86
|
-
# "permission" => "push"
|
|
87
|
-
#
|
|
88
|
-
def edit(*args)
|
|
89
|
-
arguments(args, :required => [:team_id]) do
|
|
90
|
-
sift VALID_TEAM_PARAM_NAMES
|
|
91
|
-
assert_values VALID_TEAM_PARAM_VALUES
|
|
92
|
-
assert_required %w[name]
|
|
93
|
-
end
|
|
94
|
-
|
|
95
|
-
patch_request("/teams/#{team_id}", arguments.params)
|
|
96
|
-
end
|
|
97
|
-
|
|
98
|
-
# Delete a team
|
|
99
|
-
# In order to delete a team, the authenticated user must be an owner of the org that the team is associated with
|
|
100
|
-
#
|
|
101
|
-
# = Examples
|
|
102
|
-
# github = Github.new :oauth_token => '...'
|
|
103
|
-
# github.orgs.teams.delete 'team-id'
|
|
104
|
-
#
|
|
105
|
-
def delete(*args)
|
|
106
|
-
arguments(args, :required => [:team_id])
|
|
107
|
-
|
|
108
|
-
delete_request("/teams/#{team_id}", arguments.params)
|
|
109
|
-
end
|
|
110
|
-
alias :remove :delete
|
|
111
|
-
|
|
112
|
-
# List team members
|
|
113
|
-
# In order to list members in a team, the authenticated user must be a member of the team.
|
|
114
|
-
#
|
|
115
|
-
# = Examples
|
|
116
|
-
# github = Github.new :oauth_token => '...'
|
|
117
|
-
# github.orgs.teams.list_members 'team-id'
|
|
118
|
-
# github.orgs.teams.list_members 'team-id' { |member| ... }
|
|
119
|
-
#
|
|
120
|
-
def list_members(*args)
|
|
121
|
-
arguments(args, :required => [:team_id])
|
|
122
|
-
|
|
123
|
-
response = get_request("/teams/#{team_id}/members", arguments.params)
|
|
124
|
-
return response unless block_given?
|
|
125
|
-
response.each { |el| yield el }
|
|
126
|
-
end
|
|
127
|
-
alias :all_members :list_members
|
|
128
|
-
|
|
129
|
-
# Check if a user is a member of a team
|
|
130
|
-
#
|
|
131
|
-
# = Examples
|
|
132
|
-
# github = Github.new :oauth_token => '...'
|
|
133
|
-
# github.orgs.teams.team_member? 'team-id', 'user-name'
|
|
134
|
-
#
|
|
135
|
-
def team_member?(*args)
|
|
136
|
-
arguments(args, :required => [:team_id, :user])
|
|
137
|
-
|
|
138
|
-
response = get_request("/teams/#{team_id}/members/#{user}", arguments.params)
|
|
139
|
-
response.status == 204
|
|
140
|
-
rescue Github::Error::NotFound
|
|
141
|
-
false
|
|
142
|
-
end
|
|
143
|
-
|
|
144
|
-
# Add a team member
|
|
145
|
-
# In order to add a user to a team, the authenticated user must have ‘admin’ permissions to the team or be an owner of the org that the team is associated with.
|
|
146
|
-
#
|
|
147
|
-
# = Examples
|
|
148
|
-
# github = Github.new :oauth_token => '...'
|
|
149
|
-
# github.orgs.teams.add_member 'team-id', 'user-name'
|
|
150
|
-
#
|
|
151
|
-
def add_member(*args)
|
|
152
|
-
arguments(args, :required => [:team_id, :user])
|
|
153
|
-
|
|
154
|
-
put_request("/teams/#{team_id}/members/#{user}", arguments.params)
|
|
155
|
-
end
|
|
156
|
-
alias :add_team_member :add_member
|
|
157
|
-
|
|
158
|
-
# Remove a team member
|
|
159
|
-
#
|
|
160
|
-
# In order to remove a user from a team, the authenticated user must
|
|
161
|
-
# have ‘admin’ permissions to the team or be an owner of the org that
|
|
162
|
-
# the team is associated with.
|
|
163
|
-
# note: This does not delete the user, it just remove them from the team.
|
|
164
|
-
#
|
|
165
|
-
# = Examples
|
|
166
|
-
# github = Github.new :oauth_token => '...'
|
|
167
|
-
# github.orgs.teams.remove_member 'team-id', 'user-name'
|
|
168
|
-
#
|
|
169
|
-
def remove_member(*args)
|
|
170
|
-
arguments(args, :required => [:team_id, :user])
|
|
171
|
-
|
|
172
|
-
delete_request("/teams/#{team_id}/members/#{user}", arguments.params)
|
|
173
|
-
end
|
|
174
|
-
alias :remove_team_member :remove_member
|
|
175
|
-
|
|
176
|
-
# List team repositories
|
|
177
|
-
#
|
|
178
|
-
# = Examples
|
|
179
|
-
# github = Github.new :oauth_token => '...'
|
|
180
|
-
# github.orgs.teams.list_repos 'team-id'
|
|
181
|
-
#
|
|
182
|
-
def list_repos(*args)
|
|
183
|
-
arguments(args, :required => [:team_id])
|
|
184
|
-
|
|
185
|
-
response = get_request("/teams/#{team_id}/repos", arguments.params)
|
|
186
|
-
return response unless block_given?
|
|
187
|
-
response.each { |el| yield el }
|
|
188
|
-
end
|
|
189
|
-
alias :repos :list_repos
|
|
190
|
-
|
|
191
|
-
# Check if a repository belongs to a team
|
|
192
|
-
#
|
|
193
|
-
# = Examples
|
|
194
|
-
# github = Github.new :oauth_token => '...'
|
|
195
|
-
# github.orgs.teams.team_repo? 'team-id', 'user-name', 'repo-name'
|
|
196
|
-
#
|
|
197
|
-
def team_repo?(*args)
|
|
198
|
-
arguments(args, :required => [:team_id, :user, :repo])
|
|
199
|
-
|
|
200
|
-
response = get_request("/teams/#{team_id}/repos/#{user}/#{repo}", arguments.params)
|
|
201
|
-
response.status == 204
|
|
202
|
-
rescue Github::Error::NotFound
|
|
203
|
-
false
|
|
204
|
-
end
|
|
205
|
-
alias :team_repository? :team_repo?
|
|
206
|
-
|
|
207
|
-
# Add a team repository
|
|
208
|
-
#
|
|
209
|
-
# In order to add a repo to a team, the authenticated user must be
|
|
210
|
-
# an owner of the org that the team is associated with. Also, the repo
|
|
211
|
-
# must be owned by the organization, or a direct for of a repo owned
|
|
212
|
-
# by the organization.
|
|
213
|
-
#
|
|
214
|
-
# = Examples
|
|
215
|
-
# github = Github.new :oauth_token => '...'
|
|
216
|
-
# github.orgs.teams.add_repo 'team-id', 'user-name', 'repo-name'
|
|
217
|
-
#
|
|
218
|
-
def add_repo(*args)
|
|
219
|
-
arguments(args, :required => [:team_id, :user, :repo])
|
|
220
|
-
|
|
221
|
-
put_request("/teams/#{team_id}/repos/#{user}/#{repo}", arguments.params)
|
|
222
|
-
end
|
|
223
|
-
alias :add_repository :add_repo
|
|
224
|
-
|
|
225
|
-
# Remove a team repository
|
|
226
|
-
#
|
|
227
|
-
# In order to add a repo to a team, the authenticated user must be
|
|
228
|
-
# an owner of the org that the team is associated with.
|
|
229
|
-
# note: This does not delete the repo, it just removes it from the team.
|
|
230
|
-
#
|
|
231
|
-
# = Examples
|
|
232
|
-
# github = Github.new :oauth_token => '...'
|
|
233
|
-
# github.orgs.teams.remove_repo 'team-id', 'user-name', 'repo-name'
|
|
234
|
-
#
|
|
235
|
-
def remove_repo(*args)
|
|
236
|
-
arguments(args, :required => [:team_id, :user, :repo])
|
|
237
|
-
|
|
238
|
-
delete_request("/teams/#{team_id}/repos/#{user}/#{repo}", arguments.params)
|
|
239
|
-
end
|
|
240
|
-
alias :remove_repository :remove_repo
|
|
241
|
-
|
|
242
|
-
end # Orgs::Teams
|
|
243
|
-
end # Github
|