-
Notifications
You must be signed in to change notification settings - Fork 379
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
Refactor contest join checks #1886
base: master
Are you sure you want to change the base?
Conversation
9c79d6a
to
dba4438
Compare
Codecov ReportBase: 46.46% // Head: 46.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1886 +/- ##
==========================================
+ Coverage 46.46% 46.49% +0.03%
==========================================
Files 236 236
Lines 13114 13118 +4
==========================================
+ Hits 6093 6099 +6
+ Misses 7021 7019 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@Ninjaclasher since you suggested this can I get your review? |
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.
Otherwise LGTM
85d0f1b
to
9c2b2a8
Compare
As mentioned in the comment under Ninjaclasher's review, it was noted that there's a regression, introduced in 8b04126, that forced people to enter access codes when spectating. It has been fixed here. Some useless code also deleted, as requested. |
9c2b2a8
to
f9d811e
Compare
f9d811e
to
3ae3d44
Compare
3ae3d44
to
ac0adab
Compare
ac0adab
to
1d74d52
Compare
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.
lgtm
1d74d52
to
6533c2a
Compare
As suggested, merge the access checks into one. Some tests had to be changed, because the old checks didn't check the dates.
6533c2a
to
4dab995
Compare
As suggested, merge the access checks into one. Some tests had to be changed, because the old checks didn't check the dates.