-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Issues overview should not show issues from archived repos #13220
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 all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
91f207d
Add lots of comments to user.Issues()
eneuschild 89bb53d
Answered some questions from comments
eneuschild c2f7acc
fix typo in comment
eneuschild 19221f0
Refac user.Issues(): add func repoIDs
eneuschild 355a90f
Refac user.Issues(): add func userRepoIDs
eneuschild b2e6d26
Refac user.Issues(): add func issueIDsFromSearch
eneuschild 628c8b1
Merge branch 'master' into issue_13171
eneuschild 9673406
Refac user.Issues(): improve error handling
eneuschild dbc22f7
Refac user.Issues(): add inline documentation and move variable decla…
eneuschild fdb2237
Refac user.Issues(): add func repoIDMap
eneuschild 5e8d323
Refac user.Issues(): cleanup
eneuschild 2317cac
Merge branch 'master' into issue_13171
eneuschild 0294079
Refac: Separate Issues from Pulls during routing
eneuschild afb9af7
fix typo in comment
eneuschild 4ff651f
Merge branch 'master' into issue_13171
eneuschild 4cd5f17
Merge branch 'master' into issue_13171
eneuschild 8359624
Merge branch 'master' into issue_13171
eneuschild 7a0d75d
Merge branch 'master' into issue_13171
eneuschild faec896
Adapt Unittests to Refactoring
eneuschild 5e4ca72
Issue13171: Issue and PR Overviews now ignore archived Repositories
eneuschild 43848f9
Merge branch 'master' into issue_13171
eneuschild 1be19ed
changed some verbatim SQL conditions to builder.Eq
eneuschild f637176
Merge branch 'master' into issue_13171
eneuschild d4021ad
models/issue.go: use OptionalBool properly
eneuschild d23d8cd
Use IsArchived rather than ExcludeArchivedRepos
eneuschild c44e9ca
Merge branch 'master' into issue_13171
eneuschild 322ac00
Merge branch 'master' into issue_13171
eneuschild 806ba05
fixed broken test after merge
5c16d41
Merge branch 'master' into issue_13171
93d4d0d
added nil check
cf25512
Added Unit Test securing Issue 13171 fix
a08e8b3
Merge branch 'master' into issue_13171
6543 497301a
Merge branch 'master' into issue_13171
6543 9de7cb4
Improved IsArchived filtering in issue.GetUserIssueStats
eneuschild ec6412c
Merge branch 'master' into issue_13171
eneuschild 7019096
Merge branch 'master' into issue_13171
eneuschild 4b1d4a8
Merge branch 'master' into issue_13171
eneuschild 2992f54
Merge branch 'master' into issue_13171
eneuschild 29df59a
Removed unused func
eneuschild 3c6db2d
Added grouping to avoid returning duplicate repo IDs
eneuschild a24e2c7
Merge branch 'master' into issue_13171
techknowlogick 4201024
Merge branch 'master' into issue_13171
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -507,3 +507,21 @@ | |
avatar_email: [email protected] | ||
num_repos: 0 | ||
is_active: true | ||
|
||
|
||
- | ||
id: 30 | ||
lower_name: user30 | ||
name: user30 | ||
full_name: User Thirty | ||
email: [email protected] | ||
passwd_hash_algo: argon2 | ||
passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password | ||
type: 0 # individual | ||
salt: ZogKvWdyEx | ||
is_admin: false | ||
is_restricted: true | ||
avatar: avatar29 | ||
avatar_email: [email protected] | ||
num_repos: 2 | ||
is_active: true |
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.