-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add API for Issue set Subscription #8729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lunny
merged 41 commits into
go-gitea:master
from
6543-forks:add-api-issues-subscriptions
Nov 2, 2019
Merged
Changes from 11 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
06daf4e
add issue subscriber API
6543 deaf69c
subscribers return []user.APIFormat
6543 a7c7674
add comments
6543 413b2b6
more meaningfull description
6543 1aced19
Merge branch 'master' into add-api-issues-subscriptions
6543 7c24ae3
without "reqToken()" api works ...
6543 2de7290
Merge branch 'master' into add-api-issues-subscriptions
6543 5eca929
FIX: getIssueWatchers() get only aktive suscriber
6543 e8bb557
add return avter error on right position
6543 2ca4a7e
Revert "FIX: getIssueWatchers() get only aktive suscriber"
6543 6e948d7
Merge branch 'master' into add-api-issues-subscriptions
6543 b2b6c05
Merge branch 'master' into add-api-issues-subscriptions
6543 89c5ba9
Merge branch 'master' into add-api-issues-subscriptions
6543 f04f7c9
Merge branch 'master' into add-api-issues-subscriptions
6543 432a38c
Update routers/api/v1/repo/issue.go
6543 bab1235
test go linter again
6543 69b5d7e
update swagger
6543 3d693fa
GetIssueWatchers -> GetIssueSubscribers
6543 dea6928
GetIssueWatchers -> GetIssueSubscribers
6543 59ca419
Revert "test go linter again"
6543 c7a0e7b
Merge branch 'master' into add-api-issues-subscriptions
6543 bb6185c
change description for unsubscribe too
6543 3de794d
golangci-lint timeout avter 5min
6543 da005ac
move issueSubscription to seperate file
6543 fb325d7
dont create black entitys
6543 bd3c737
use IsWatching until refactoring
6543 6f451e0
Merge branch 'master' into add-api-issues-subscriptions
6543 9c3bbcc
Update License Info
6543 d52dbcb
better swagger description
6543 02ea6db
Merge branch 'master' into add-api-issues-subscriptions
6543 1fcd434
Update .golangci.yml
6543 4a8d2d7
add IssueWatchList type
6543 577aa9c
batch tasks
6543 dbc2796
Merge branch 'master' into add-api-issues-subscriptions
6543 34f3143
use e Engien
6543 8bb2043
add error handling
6543 ad29e4c
error should be the last type when returning multiple items
6543 e0b11f9
short version
6543 2056321
reurn empy UserList instead of nil
6543 94d3aa3
Merge branch 'master' into add-api-issues-subscriptions
6543 5ce8c04
Merge branch 'master' into add-api-issues-subscriptions
6543 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.