Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
4e38985b
Commit
4e38985b
authored
Jun 30, 2017
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in IssuesFinder comment
[ci skip]
parent
4bd17d4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/finders/issues_finder.rb
app/finders/issues_finder.rb
+1
-1
changelogs/unreleased/speed-up-issue-counting-for-a-project.yml
...logs/unreleased/speed-up-issue-counting-for-a-project.yml
+1
-1
No files found.
app/finders/issues_finder.rb
View file @
4e38985b
...
@@ -60,7 +60,7 @@ class IssuesFinder < IssuableFinder
...
@@ -60,7 +60,7 @@ class IssuesFinder < IssuableFinder
# `user_can_see_all_confidential_issues?`) are more complicated, because they
# `user_can_see_all_confidential_issues?`) are more complicated, because they
# can see confidential issues where:
# can see confidential issues where:
# 1. They are an assignee.
# 1. They are an assignee.
# 2. The are an author.
# 2. The
y
are an author.
#
#
# That's fine for most cases, but if we're just counting, we need to cache
# That's fine for most cases, but if we're just counting, we need to cache
# effectively. If we cached this accurately, we'd have a cache key for every
# effectively. If we cached this accurately, we'd have a cache key for every
...
...
changelogs/unreleased/speed-up-issue-counting-for-a-project.yml
View file @
4e38985b
---
---
title
:
Cache open issue and merge request counts for project tabs to speed up project
title
:
Cache open issue and merge request counts for project tabs to speed up project
pages
pages
merge_request
:
merge_request
:
12457
author
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment