ForkRepository performs two different functions: * The fork itself, if it does not already exist * Updates and notifications after the fork is performed The function is split to reflect that and otherwise unmodified. The two function are given different names to: * clarify which integration tests provides coverage * distinguish it from the notification method by the same name |
||
|---|---|---|
| .. | ||
| options | ||
| tests | ||
| asset.go | ||
| assets.go | ||
| comment.go | ||
| comments.go | ||
| common.go | ||
| container.go | ||
| forge.go | ||
| issue.go | ||
| issues.go | ||
| label.go | ||
| labels.go | ||
| main.go | ||
| main_test.go | ||
| milestone.go | ||
| milestones.go | ||
| options.go | ||
| organization.go | ||
| organizations.go | ||
| project.go | ||
| projects.go | ||
| pullrequest.go | ||
| pullrequests.go | ||
| reaction.go | ||
| reactions.go | ||
| release.go | ||
| releases.go | ||
| repositories.go | ||
| repository.go | ||
| review.go | ||
| reviewcomment.go | ||
| reviewcomments.go | ||
| reviews.go | ||
| root.go | ||
| topic.go | ||
| topics.go | ||
| tree.go | ||
| user.go | ||
| users.go | ||