-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix [API] [Bug] CreateRepo missing information #12848
Fix [API] [Bug] CreateRepo missing information #12848
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12848 +/- ##
==========================================
- Coverage 43.11% 43.04% -0.08%
==========================================
Files 655 655
Lines 72325 72328 +3
==========================================
- Hits 31185 31131 -54
- Misses 36099 36152 +53
- Partials 5041 5045 +4
Continue to review full report at Codecov.
|
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.
I would like to add a comment there to explain why we reload the repository from the database.
* Fix [API] [Bug] CreateRepo missing information * add code comment Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Fix [API] [Bug] CreateRepo missing information (#12848) * Fix [API] [Bug] CreateRepo missing information * add code comment Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> * CI.restart() * CI.restart() Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
close #12748