forgejo-sdk/gitea
6543 f67cf3c5d0 Extend Notification Functions (#381)
add info about vararg

use fake vararg as per @zeripath

Merge branch 'master' into extend-list-notification

nit

fix

extend notification functions - handle pinned ones

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/381
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-07-21 12:28:16 +00:00
..
admin_org.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
admin_repo.go Add CreateRepoOption alias to fix #182 (#184) 2019-08-02 15:44:35 +00:00
admin_test.go Refactor Visibletype Orgs (#382) 2020-07-16 02:17:33 +00:00
admin_user.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
attachment.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
client.go Impruve Error Handling (#351) 2020-07-08 17:21:40 +00:00
doc.go ask for go get from code.gitea.io/sdk/gitea 2016-11-11 21:52:21 +08:00
fork.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
git_blob.go [Add] GetBlob (#212) 2020-01-06 16:26:01 +00:00
git_hook.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +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 Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
issue.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
issue_comment.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
issue_comment_test.go fix ineffassign in Tests & set Version v0.13.0 (#345) 2020-05-27 13:04:51 +00:00
issue_label.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
Issue_label_test.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
issue_milestone.go Allow Creating Closed Milestones (#373) 2020-06-19 04:49:31 +00:00
issue_milestone_test.go EditMilestoneOption also use StateType (#350) 2020-06-04 09:19:02 +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 IssueUn-/Subscription take care of new 200 status (#325) 2020-05-11 15:28:10 +00:00
issue_subscription_test.go Corect test Title: TestIssueSubscription (#326) 2020-05-19 06:33:05 +00:00
issue_test.go ListIssues: add milestones filter (#327) 2020-05-20 06:48:06 +00:00
issue_tracked_time.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
list_options.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
main_test.go Fix ListIssue Functions (now respect ListIssueOption's) (#225) 2020-01-26 02:46:38 +00:00
notifications.go Extend Notification Functions (#381) 2020-07-21 12:28:16 +00:00
notifications_test.go Extend Notification Functions (#381) 2020-07-21 12:28:16 +00:00
oauth2.go Add Get/Update for oauth2 apps (#311) 2020-04-20 13:17:57 +00:00
oauth2_test.go Add Get/Update for oauth2 apps (#311) 2020-04-20 13:17:57 +00:00
org.go Refactor Visibletype Orgs (#382) 2020-07-16 02:17:33 +00:00
org_member.go add functions for OrgMembership endpoints (#275) 2020-02-09 18:01:13 +00:00
org_member_test.go fix ineffassign in Tests & set Version v0.13.0 (#345) 2020-05-27 13:04:51 +00:00
org_team.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
pull.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
pull_review.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
pull_review_test.go fix ineffassign in Tests & set Version v0.13.0 (#345) 2020-05-27 13:04:51 +00:00
pull_test.go fix ineffassign in Tests & set Version v0.13.0 (#345) 2020-05-27 13:04:51 +00:00
release.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
repo.go Refactor RepoSearch to be easy usable (#346) 2020-07-11 19:54:57 +00:00
repo_branch.go Add BranchProtection functions (#341) 2020-05-21 17:52:51 +00:00
repo_branch_protection.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
repo_branch_test.go Add BranchProtection functions (#341) 2020-05-21 17:52:51 +00:00
repo_collaborator.go Add Validate func for Create/Edit Options (#370) 2020-06-09 10:47:55 +00:00
repo_commit.go Revert "API split for: to get single commit via SHA and Ref (#319)" (#324) 2020-05-11 19:03:14 +00:00
repo_commit_test.go Impruve Error Handling (#351) 2020-07-08 17:21:40 +00:00
repo_file.go File Create/Update/Delete detect DefaultBranch if Branch not set for old Versions (#352) 2020-06-09 10:11:14 +00:00
repo_file_test.go Copy DeleteFileOptions struct fields into UpdateFileOptions struct (#330) 2020-05-21 10:13:32 +00:00
repo_key.go Extend ListDeployKeys (#268) 2020-02-05 09:39:04 +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 added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
repo_test.go Refactor RepoSearch to be easy usable (#346) 2020-07-11 19:54:57 +00:00
repo_topics.go Refactor List/SetRepoTopics (#276) 2020-02-09 18:31:34 +00:00
repo_topics_test.go Refactor List/SetRepoTopics (#276) 2020-02-09 18:31:34 +00:00
repo_transfer.go Implement Repo Transfer (#264) 2020-02-04 08:04:44 +00:00
repo_transfer_test.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.go Refactor RepoWatch (#241) 2020-01-31 05:17:06 +00:00
repo_watch_test.go Refactor RepoWatch (#241) 2020-01-31 05:17:06 +00:00
settings.go Update GetGlobalSettings Functions (#376) 2020-06-30 20:29:09 +00:00
settings_test.go Update GetGlobalSettings Functions (#376) 2020-06-30 20:29:09 +00:00
status.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +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
user_app.go Support 2FA for basic auth & refactor Token functions (#335) 2020-05-19 22:16:37 +00:00
user_email.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
user_follow.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
user_gpgkey.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
user_key.go added pagination options for listing requests (#205) 2020-02-05 07:59:55 +00:00
user_search.go extend SearchUsers (#248) 2020-02-04 08:08:14 +00:00
user_test.go Support 2FA for basic auth & refactor Token functions (#335) 2020-05-19 22:16:37 +00:00
version.go [Add] VersionCheck (#215) 2020-01-27 06:20:49 +00:00
version_test.go [Add] VersionCheck (#215) 2020-01-27 06:20:49 +00:00