-
-
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
Ignore DNS error when doing migration allow/block check #19566
Conversation
Codecov Report
@@ Coverage Diff @@
## main #19566 +/- ##
==========================================
+ Coverage 47.39% 47.42% +0.03%
==========================================
Files 952 952
Lines 132620 132615 -5
==========================================
+ Hits 62858 62899 +41
+ Misses 62185 62145 -40
+ Partials 7577 7571 -6
Continue to review full report at Codecov.
|
* giteaofficial/main: Fix some slice problems (incorrect slice length) (go-gitea#19592) Fix sending empty notifications (go-gitea#19589) Handle the error of a missing blob object fix go-gitea#19530 (go-gitea#19552) Remove legacy `+build:` constraint (go-gitea#19582) Federation: return useful statistic information for nodeinfo (go-gitea#19561) Upgrade required git version to 2.0 (go-gitea#19577) add smtp password to install page (go-gitea#17564) ignore DNS error when doing migration allow/block check (go-gitea#19566) [skip ci] Updated translations via Crowdin Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage (go-gitea#19572) Improve UI on mobile (go-gitea#19546) Add API to check if team has repo access (go-gitea#19540)
Co-authored-by: 6543 <6543@obermui.de>
As the title & comment.
Try to fix #19565