repo

package
v1.8.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2019 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCollaborator

func AddCollaborator(ctx *context.APIContext, form api.AddCollaboratorOption)

AddCollaborator add a collaborator to a repository

func AddIssueLabels

func AddIssueLabels(ctx *context.APIContext, form api.IssueLabelsOption)

AddIssueLabels add labels for an issue

func AddTime added in v1.3.0

func AddTime(ctx *context.APIContext, form api.AddTimeOption)

AddTime adds time manual to the given issue

func ClearIssueLabels

func ClearIssueLabels(ctx *context.APIContext)

ClearIssueLabels delete all the labels for an issue

func Create

func Create(ctx *context.APIContext, opt api.CreateRepoOption)

Create one repository of mine

func CreateDeployKey

func CreateDeployKey(ctx *context.APIContext, form api.CreateKeyOption)

CreateDeployKey create deploy key for a repository

func CreateFork added in v1.1.0

func CreateFork(ctx *context.APIContext, form api.CreateForkOption)

CreateFork create a fork of a repo

func CreateHook

func CreateHook(ctx *context.APIContext, form api.CreateHookOption)

CreateHook create a hook for a repository

func CreateIssue

func CreateIssue(ctx *context.APIContext, form api.CreateIssueOption)

CreateIssue create an issue of a repository

func CreateIssueComment

func CreateIssueComment(ctx *context.APIContext, form api.CreateIssueCommentOption)

CreateIssueComment create a comment for an issue

func CreateLabel

func CreateLabel(ctx *context.APIContext, form api.CreateLabelOption)

CreateLabel create a label for a repository

func CreateMilestone

func CreateMilestone(ctx *context.APIContext, form api.CreateMilestoneOption)

CreateMilestone create a milestone for a repository

func CreateOrgRepo

func CreateOrgRepo(ctx *context.APIContext, opt api.CreateRepoOption)

CreateOrgRepo create one repository of the organization

func CreatePullRequest added in v1.0.0

func CreatePullRequest(ctx *context.APIContext, form api.CreatePullRequestOption)

CreatePullRequest does what it says

func CreateRelease added in v1.1.0

func CreateRelease(ctx *context.APIContext, form api.CreateReleaseOption)

CreateRelease create a release

func CreateReleaseAttachment added in v1.5.0

func CreateReleaseAttachment(ctx *context.APIContext)

CreateReleaseAttachment creates an attachment and saves the given file

func CreateUserRepo

func CreateUserRepo(ctx *context.APIContext, owner *models.User, opt api.CreateRepoOption)

CreateUserRepo create a repository for a user

func Delete

func Delete(ctx *context.APIContext)

Delete one repository

func DeleteCollaborator added in v1.1.0

func DeleteCollaborator(ctx *context.APIContext)

DeleteCollaborator delete a collaborator from a repository

func DeleteDeploykey

func DeleteDeploykey(ctx *context.APIContext)

DeleteDeploykey delete deploy key for a repository

func DeleteHook

func DeleteHook(ctx *context.APIContext)

DeleteHook delete a hook of a repository

func DeleteIssueComment added in v1.0.0

func DeleteIssueComment(ctx *context.APIContext)

DeleteIssueComment delete a comment from an issue

func DeleteIssueCommentDeprecated added in v1.4.0

func DeleteIssueCommentDeprecated(ctx *context.APIContext)

DeleteIssueCommentDeprecated delete a comment from an issue

func DeleteIssueLabel

func DeleteIssueLabel(ctx *context.APIContext)

DeleteIssueLabel delete a label for an issue

func DeleteLabel

func DeleteLabel(ctx *context.APIContext)

DeleteLabel delete a label for a repository

func DeleteMilestone

func DeleteMilestone(ctx *context.APIContext)

DeleteMilestone delete a milestone for a repository

func DeleteRelease added in v1.1.0

func DeleteRelease(ctx *context.APIContext)

DeleteRelease delete a release from a repository

func DeleteReleaseAttachment added in v1.5.0

func DeleteReleaseAttachment(ctx *context.APIContext)

DeleteReleaseAttachment delete a given attachment

func EditHook

func EditHook(ctx *context.APIContext, form api.EditHookOption)

EditHook modify a hook of a repository

func EditIssue

func EditIssue(ctx *context.APIContext, form api.EditIssueOption)

EditIssue modify an issue of a repository

func EditIssueComment

func EditIssueComment(ctx *context.APIContext, form api.EditIssueCommentOption)

EditIssueComment modify a comment of an issue

func EditIssueCommentDeprecated added in v1.4.0

func EditIssueCommentDeprecated(ctx *context.APIContext, form api.EditIssueCommentOption)

EditIssueCommentDeprecated modify a comment of an issue

func EditLabel

func EditLabel(ctx *context.APIContext, form api.EditLabelOption)

EditLabel modify a label for a repository

func EditMilestone

func EditMilestone(ctx *context.APIContext, form api.EditMilestoneOption)

EditMilestone modify a milestone for a repository

func EditPullRequest added in v1.0.0

func EditPullRequest(ctx *context.APIContext, form api.EditPullRequestOption)

EditPullRequest does what it says

func EditRelease added in v1.1.0

func EditRelease(ctx *context.APIContext, form api.EditReleaseOption)

EditRelease edit a release

func EditReleaseAttachment added in v1.5.0

func EditReleaseAttachment(ctx *context.APIContext, form api.EditAttachmentOptions)

EditReleaseAttachment updates the given attachment

func Get

func Get(ctx *context.APIContext)

Get one repository

func GetArchive

func GetArchive(ctx *context.APIContext)

GetArchive get archive of a repository

func GetBranch

func GetBranch(ctx *context.APIContext)

GetBranch get a branch of a repository

func GetByID added in v1.0.0

func GetByID(ctx *context.APIContext)

GetByID returns a single Repository

func GetCombinedCommitStatusByRef added in v1.3.0

func GetCombinedCommitStatusByRef(ctx *context.APIContext)

GetCombinedCommitStatusByRef returns the combined status for any given commit hash

func GetCommitStatuses added in v1.2.0

func GetCommitStatuses(ctx *context.APIContext)

GetCommitStatuses returns all statuses for any given commit hash

func GetCommitStatusesByRef added in v1.3.0

func GetCommitStatusesByRef(ctx *context.APIContext)

GetCommitStatusesByRef returns all statuses for any given commit ref

func GetDeployKey

func GetDeployKey(ctx *context.APIContext)

GetDeployKey get a deploy key by id

func GetEditorconfig

func GetEditorconfig(ctx *context.APIContext)

GetEditorconfig get editor config of a repository

func GetGitAllRefs added in v1.7.0

func GetGitAllRefs(ctx *context.APIContext)

GetGitAllRefs get ref or an list all the refs of a repository

func GetGitRefs added in v1.7.0

func GetGitRefs(ctx *context.APIContext)

GetGitRefs get ref or an filteresd list of refs of a repository

func GetHook added in v1.1.0

func GetHook(ctx *context.APIContext)

GetHook get a repo's hook by id

func GetIssue

func GetIssue(ctx *context.APIContext)

GetIssue get an issue of a repository

func GetLabel

func GetLabel(ctx *context.APIContext)

GetLabel get label by repository and label id

func GetMilestone

func GetMilestone(ctx *context.APIContext)

GetMilestone get a milestone for a repository

func GetPullRequest added in v1.0.0

func GetPullRequest(ctx *context.APIContext)

GetPullRequest returns a single PR based on index

func GetRawFile

func GetRawFile(ctx *context.APIContext)

GetRawFile get a file by path on a repository

func GetRelease added in v1.1.0

func GetRelease(ctx *context.APIContext)

GetRelease get a single release of a repository

func GetReleaseAttachment added in v1.5.0

func GetReleaseAttachment(ctx *context.APIContext)

GetReleaseAttachment gets a single attachment of the release

func GetSingleCommit added in v1.8.0

func GetSingleCommit(ctx *context.APIContext)

GetSingleCommit get a commit via

func GetTree added in v1.7.0

func GetTree(ctx *context.APIContext)

GetTree get the tree of a repository.

func GetTreeBySHA added in v1.7.0

func GetTreeBySHA(ctx *context.APIContext, sha string) *gitea.GitTreeResponse

GetTreeBySHA get the GitTreeResponse of a repository using a sha hash.

func HandleAddKeyError

func HandleAddKeyError(ctx *context.APIContext, err error)

HandleAddKeyError handle add key error

func HandleCheckKeyStringError

func HandleCheckKeyStringError(ctx *context.APIContext, err error)

HandleCheckKeyStringError handle check key error

func IsCollaborator added in v1.1.0

func IsCollaborator(ctx *context.APIContext)

IsCollaborator check if a user is a collaborator of a repository

func IsPullRequestMerged added in v1.0.0

func IsPullRequestMerged(ctx *context.APIContext)

IsPullRequestMerged checks if a PR exists given an index

func ListBranches

func ListBranches(ctx *context.APIContext)

ListBranches list all the branches of a repository

func ListCollaborators added in v1.1.0

func ListCollaborators(ctx *context.APIContext)

ListCollaborators list a repository's collaborators

func ListDeployKeys

func ListDeployKeys(ctx *context.APIContext)

ListDeployKeys list all the deploy keys of a repository

func ListForks added in v1.1.0

func ListForks(ctx *context.APIContext)

ListForks list a repository's forks

func ListHooks

func ListHooks(ctx *context.APIContext)

ListHooks list all hooks of a repository

func ListIssueComments

func ListIssueComments(ctx *context.APIContext)

ListIssueComments list all the comments of an issue

func ListIssueLabels

func ListIssueLabels(ctx *context.APIContext)

ListIssueLabels list all the labels of an issue

func ListIssues

func ListIssues(ctx *context.APIContext)

ListIssues list the issues of a repository

func ListLabels

func ListLabels(ctx *context.APIContext)

ListLabels list all the labels of a repository

func ListMilestones

func ListMilestones(ctx *context.APIContext)

ListMilestones list all the opened milestones for a repository

func ListMyTrackedTimes added in v1.3.0

func ListMyTrackedTimes(ctx *context.APIContext)

ListMyTrackedTimes lists all tracked times of the current user

func ListPullRequests added in v1.0.0

func ListPullRequests(ctx *context.APIContext, form api.ListPullRequestsOptions)

ListPullRequests returns a list of all PRs

func ListReleaseAttachments added in v1.5.0

func ListReleaseAttachments(ctx *context.APIContext)

ListReleaseAttachments lists all attachments of the release

func ListReleases added in v1.1.0

func ListReleases(ctx *context.APIContext)

ListReleases list a repository's releases

func ListRepoIssueComments added in v1.0.0

func ListRepoIssueComments(ctx *context.APIContext)

ListRepoIssueComments returns all issue-comments for a repo

func ListStargazers added in v1.1.0

func ListStargazers(ctx *context.APIContext)

ListStargazers list a repository's stargazers

func ListSubscribers added in v1.1.0

func ListSubscribers(ctx *context.APIContext)

ListSubscribers list a repo's subscribers (i.e. watchers)

func ListTags added in v1.8.0

func ListTags(ctx *context.APIContext)

ListTags list all the tags of a repository

func ListTrackedTimes added in v1.3.0

func ListTrackedTimes(ctx *context.APIContext)

ListTrackedTimes list all the tracked times of an issue

func ListTrackedTimesByRepository added in v1.3.0

func ListTrackedTimesByRepository(ctx *context.APIContext)

ListTrackedTimesByRepository lists all tracked times of the repository

func ListTrackedTimesByUser added in v1.3.0

func ListTrackedTimesByUser(ctx *context.APIContext)

ListTrackedTimesByUser lists all tracked times of the user

func MergePullRequest added in v1.0.0

func MergePullRequest(ctx *context.APIContext, form auth.MergePullRequestForm)

MergePullRequest merges a PR given an index

func Migrate

func Migrate(ctx *context.APIContext, form auth.MigrateRepoForm)

Migrate migrate remote git repository to gitea

func MirrorSync added in v1.2.0

func MirrorSync(ctx *context.APIContext)

MirrorSync adds a mirrored repository to the sync queue

func NewCommitStatus added in v1.2.0

func NewCommitStatus(ctx *context.APIContext, form api.CreateStatusOption)

NewCommitStatus creates a new CommitStatus

func ReplaceIssueLabels

func ReplaceIssueLabels(ctx *context.APIContext, form api.IssueLabelsOption)

ReplaceIssueLabels replace labels for an issue

func Search(ctx *context.APIContext)

Search repositories via options

func StartIssueStopwatch added in v1.8.0

func StartIssueStopwatch(ctx *context.APIContext)

StartIssueStopwatch creates a stopwatch for the given issue.

func StopIssueStopwatch added in v1.8.0

func StopIssueStopwatch(ctx *context.APIContext)

StopIssueStopwatch stops a stopwatch for the given issue.

func TestHook added in v1.5.0

func TestHook(ctx *context.APIContext)

TestHook tests a hook

func TopicSearch added in v1.5.0

func TopicSearch(ctx *context.Context)

TopicSearch search for creating topic

func UpdateIssueDeadline added in v1.6.0

func UpdateIssueDeadline(ctx *context.APIContext, form api.EditDeadlineOption)

UpdateIssueDeadline updates an issue deadline

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL