-
-
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
Store task errors following migrations and display them #13246
Store task errors following migrations and display them #13246
Conversation
When migrate tasks fail store the error in the task table and ensure that they show on the status page. Fix go-gitea#13242 Signed-off-by: Andrew Thornton <[email protected]>
on migration screen loading you can see the broken for a split of a second before normal progress icon is shown |
Signed-off-by: Andrew Thornton <[email protected]>
…path/gitea into fix-13242-ensure-errors-set-in-task
OK try now |
Codecov Report
@@ Coverage Diff @@
## master #13246 +/- ##
==========================================
+ Coverage 42.17% 42.19% +0.01%
==========================================
Files 684 685 +1
Lines 75549 75571 +22
==========================================
+ Hits 31866 31886 +20
- Misses 38460 38462 +2
Partials 5223 5223
Continue to review full report at Codecov.
|
* Store task errors following migrations and display them When migrate tasks fail store the error in the task table and ensure that they show on the status page. Fix go-gitea#13242 Signed-off-by: Andrew Thornton <[email protected]> * Update web_src/js/index.js * Hide the failed first Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
Backported in #13287 |
) * Store task errors following migrations and display them When migrate tasks fail store the error in the task table and ensure that they show on the status page. Fix #13242 Signed-off-by: Andrew Thornton <[email protected]> * Update web_src/js/index.js * Hide the failed first Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: zeripath <[email protected]>
When migrate tasks fail store the error in the task table
and ensure that they show on the status page.
Fix #13242
Signed-off-by: Andrew Thornton [email protected]