-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fixed count of filtered issues when api request. #12275
Merged
techknowlogick
merged 26 commits into
go-gitea:master
from
hinoshiba:fixed_count_of_filteredIssues
Sep 24, 2020
Merged
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
208cc08
Improved total count of issue when filtered.
hinoshiba 19dd577
Fixed size of slice when selected 1 repository.
hinoshiba bd69a4b
Improved function of error check.
hinoshiba da583f7
improved comment
hinoshiba 8d0a2de
Added parameter of return header.
hinoshiba 3f09965
Updated corresponded to the current vendored of "xorm.io/xorm".
hinoshiba b4e1f3a
Merge branch 'fixed_count_of_filteredIssues' of github.com:hinoshiba/…
hinoshiba 0211cb5
Dedublicated it by store the Options Struct into a variable.
hinoshiba bc8cc31
format code
6543 7a6de11
Merge pull request #1 from 6543-forks/fixed_count_of_filteredIssues_f…
hinoshiba 1507022
Update routers/api/v1/repo/issue.go
hinoshiba bf89ea7
Update routers/api/v1/repo/issue.go
hinoshiba 82d00de
Updated number of range.
hinoshiba 2d36293
Updated number of range.
hinoshiba 0c3a9d3
Removed total value.
hinoshiba 07d0225
make fmt
hinoshiba fec7657
Merge branch 'master' into fixed_count_of_filteredIssues
hinoshiba 8335b42
Improved value of sql.
hinoshiba 07f1f8a
Improved value of sql.
hinoshiba 15b7cb2
improved message
hinoshiba dfc545e
improved message
hinoshiba 46c61e4
improved message
hinoshiba dc15e1f
fixed message
hinoshiba ad9cc37
Merge branch 'master' into fixed_count_of_filteredIssues
hinoshiba dcd08d0
Merge branch 'master' into fixed_count_of_filteredIssues
techknowlogick 630f842
Merge branch 'master' into fixed_count_of_filteredIssues
techknowlogick 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☝️ if you dedub things this is not needed anyway ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for the purpose of getting the maximum value that matches the filter.
Therefore, the current maximum value is set as an option.