-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Generalize list header for API #16551
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
Merged
Changes from 53 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
041d023
Add info about list endpoints to CONTRIBUTING.md
6543 0b2f858
Let List Notifications return X-Total-Count header
6543 b1f875f
ListAccessTokens too
6543 c1f2c9c
ListCronTasks
6543 29657d9
ListForks
6543 28662da
ListStargazers
6543 cab3f66
Add only TODOs
6543 b933671
nit
6543 e22371a
models: webhook: introduce ListWebhooksByOpts
6543 6897dee
ListHooks
6543 5a9a23c
ListLabels
6543 0b89620
Org#ListMembers
6543 c6102e7
GetTeamMembers
6543 bf5accc
OrgListTeams
6543 516354d
fix
6543 55e0021
ListUserTeams
6543 d04f6c5
ListCollaborators
6543 0b4984e
fix bug
6543 99dbf98
Repo#ListHooks
6543 6c243ac
ListIssueComments, ListRepoIssueComments
6543 251fe3d
Fix models/issue_stopwatch.go
6543 a4577d8
GetStopwatches
6543 badb37e
TrackedTimes
6543 c45c9d0
refactor models.ListDeployKeys
6543 6c8ec0a
Repo#ListDeployKeys
6543 3216180
Update models/issue_stopwatch.go
6543 aff32b3
Merge branch 'master' into api-generalize-list-header
6543 5a39632
CONTRIBUTING: mention Access-Control-Expose-Headers
6543 27398cf
fix CountComments
6543 7ae321d
Repo#ListLabels
6543 2696598
ListMilestones
6543 faf8817
ListPullReviews
6543 5eacdb7
fix getLatestCommitStatus
6543 e32426a
todo ...
6543 a57a8d1
ListSubscribers
6543 69ae323
no pagination supportet here
6543 9334a42
ListTags
6543 0d4632d
ListOauth2Applications
6543 02ada65
ListTopics
6543 02d19a7
TopicSearch
6543 0193622
Followers and Following
6543 b132c7a
listGPGKeys
6543 dceacf9
listPublicKeys
6543 fae949e
GetMyStarredRepos
6543 6505d16
getWatchedRepos
6543 dd766da
Merge branch 'main' into api-generalize-list-header
6543 2f5545f
fix CountTrackedTimes
6543 b26aa31
Merge branch 'master' into api-generalize-list-header
6543 c706d0f
Fix APIRepoTopic
6543 0ed695b
Add TestAPITopicSearch
6543 4435617
refert back routers/api/v1/org/member.go
6543 3861004
Just use count topics instead of getting the topics from the db
zeripath 89158d2
Merge branch 'master' into api-generalize-list-header
6543 8958bbf
oops
zeripath db237b7
Merge branch 'main' into api-generalize-list-header
6543 bd82612
Merge branch 'main' into api-generalize-list-header
6543 7aae98c
introduce helper func and use them for SetLinkHeader related func
6543 8fa7079
use SetTotalCountHeader everywhere
6543 af4086d
update docs
6543 cc15aa6
Merge branch 'main' into api-generalize-list-header
6543 fb5934d
Merge branch 'main' into api-generalize-list-header
6543 f9453ea
Merge branch 'main' into api-generalize-list-header
6543 261109e
Merge branch 'main' into api-generalize-list-header
6543 926e468
Merge branch 'main' into api-generalize-list-header
6543 d499354
Merge branch 'main' into api-generalize-list-header
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
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
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
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
Oops, something went wrong.
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.