go-sdk/gitea
2020-02-04 21:44:55 +00:00
..
admin_org.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
admin_repo.go Add CreateRepoOption alias to fix #182 (#184) 2019-08-02 15:44:35 +00:00
admin_test.go removed mandatory fields from ListOptions; added ListOptions to ListIssueLabels 2020-01-31 13:14:46 +00:00
admin_user.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
attachment.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
client.go correct version (#257) 2020-02-03 02:07:45 +00:00
doc.go ask for go get from code.gitea.io/sdk/gitea 2016-11-11 21:52:21 +08:00
fork.go resolved conflicts 2020-02-02 17:55:44 +00:00
git_blob.go [Add] GetBlob (#212) 2020-01-06 16:26:01 +00:00
git_hook.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
go.mod [Add] VersionCheck (#215) 2020-01-27 06:20:49 +00:00
go.sum [Add] VersionCheck (#215) 2020-01-27 06:20:49 +00:00
hook.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
issue_comment_test.go Add ListIssueCommentOptions for optional param (#243) 2020-02-03 03:18:14 +00:00
issue_comment.go opt setDefaults on issue_comment 2020-02-03 14:24:13 +00:00
issue_label.go refactored ListLabels; removed JSON tags from ListPullRequests 2020-01-31 20:52:28 +00:00
issue_milestone_test.go Add ListMilestoneOption to ListRepoMilestones (#244) 2020-01-31 02:41:33 +00:00
issue_milestone.go resolved conflicts 2020-02-04 15:26:12 +00:00
issue_reaction.go [Add] VersionCheck (#215) 2020-01-27 06:20:49 +00:00
issue_stopwatch.go [Extend] StopWatch struct & functions (#211) 2020-01-09 19:04:15 +00:00
issue_subscription.go IssueSubscribtion: Check http Status responce (#242) 2020-02-01 06:08:30 +00:00
issue_test.go added sleep in order to increase CI stability 2020-02-04 16:00:46 +00:00
issue_tracked_time.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
issue.go resolved conflicts 2020-02-04 15:26:12 +00:00
list_options.go added constants to list_options; removed duplicated structures 2020-01-31 16:42:41 +00:00
main_test.go Fix ListIssue Functions (now respect ListIssueOption's) (#225) 2020-01-26 02:46:38 +00:00
notifications_test.go Use RepositoryMeta struct on Issues (#267) 2020-02-04 15:15:35 +00:00
notifications.go Add notifications (#226) 2020-02-04 08:03:15 +00:00
org_member.go Move all structs from code.gitea.io/gitea/modules/structs to local to resolve the dependencies problem (#188) 2019-10-13 01:34:01 +00:00
org_team.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
org_type.go Move all structs from code.gitea.io/gitea/modules/structs to local to resolve the dependencies problem (#188) 2019-10-13 01:34:01 +00:00
org.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
pull_test.go resolved conflicts 2020-02-04 15:26:12 +00:00
pull.go resolved conflicts 2020-02-04 15:26:12 +00:00
release.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
repo_branch.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
repo_collaborator.go resolved conflicts 2020-02-02 17:55:44 +00:00
repo_commit.go Move all structs from code.gitea.io/gitea/modules/structs to local to resolve the dependencies problem (#188) 2019-10-13 01:34:01 +00:00
repo_file.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_key.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
repo_refs.go Move all structs from code.gitea.io/gitea/modules/structs to local to resolve the dependencies problem (#188) 2019-10-13 01:34:01 +00:00
repo_tag.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
repo_test.go Add SearchRepo API Call (#254) 2020-02-01 06:26:12 +00:00
repo_topics.go fixed lint error 2020-01-31 22:15:53 +00:00
repo_transfer_test.go Implement Repo Transfer (#264) 2020-02-04 08:04:44 +00:00
repo_transfer.go Implement Repo Transfer (#264) 2020-02-04 08:04:44 +00:00
repo_tree.go format code (#245) 2020-02-02 15:19:11 +00:00
repo_watch_test.go Refactor RepoWatch (#241) 2020-01-31 05:17:06 +00:00
repo_watch.go Refactor RepoWatch (#241) 2020-01-31 05:17:06 +00:00
repo.go ListMyRepos now receives a value instead of a pointer 2020-02-04 16:27:05 +00:00
status.go small improvements 2020-02-04 16:42:31 +00:00
user_app.go fix golint issue 2020-02-04 21:44:55 +00:00
user_email.go resolved conflicts 2020-02-03 10:40:43 +00:00
user_follow.go resolved conflicts 2020-02-04 15:26:12 +00:00
user_gpgkey.go removed search repo code; fixed ListGPGKeysOptions struct name 2020-01-31 21:42:20 +00:00
user_key.go refactored options to opt; added repos search 2020-01-31 17:50:02 +00:00
user_search.go extend SearchUsers (#248) 2020-02-04 08:08:14 +00:00
user_test.go small improvements 2020-02-04 16:42:31 +00:00
user.go Move all structs from code.gitea.io/gitea/modules/structs to local to resolve the dependencies problem (#188) 2019-10-13 01:34:01 +00:00
version_test.go [Add] VersionCheck (#215) 2020-01-27 06:20:49 +00:00
version.go [Add] VersionCheck (#215) 2020-01-27 06:20:49 +00:00