-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix bugs in issue dashboard stats #3073
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3073 +/- ##
==========================================
- Coverage 34.91% 34.69% -0.23%
==========================================
Files 277 277
Lines 40137 40177 +40
==========================================
- Hits 14015 13938 -77
- Misses 24069 24195 +126
+ Partials 2053 2044 -9
Continue to review full report at Codecov.
|
switch filterMode { | ||
case models.FilterModeAll: | ||
opts.RepoIDs = userRepoIDs | ||
if repoID > 0 { | ||
if !com.IsSliceContainsInt64(userRepoIDs, repoID) { |
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.
com is not import
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.
fixed
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.
It seems not?
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.
Strange, fixed now
And I didn't find any change on issues page on my local tests. |
a45e70e
to
f7acfa8
Compare
@lunny Did you try following the scenarios I listed in the PR description? I see a difference in those scenarios. |
f7acfa8
to
5133559
Compare
@lunny Friendly ping |
5133559
to
bb38f02
Compare
bb38f02
to
8753746
Compare
LGTM |
LGTM |
Oh these random fails :( can you force push? |
@lafriks Do you still need a force push? |
@ethantkoenig no, all good :) |
Fixes the following bugs in the issue dashboard:
Also fixes ignored errors in
GetUserIssueStats(..)
, and adds unit tests for affected functionality.