Skip to content
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

add default time out for git operations #6015

Merged
merged 2 commits into from
Feb 9, 2019

Conversation

lunny
Copy link
Member

@lunny lunny commented Feb 9, 2019

Will fix #3436

@lunny lunny added the type/enhancement An improvement of existing functionality label Feb 9, 2019
@codecov-io
Copy link

codecov-io commented Feb 9, 2019

Codecov Report

Merging #6015 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6015      +/-   ##
==========================================
- Coverage   38.73%   38.72%   -0.01%     
==========================================
  Files         332      332              
  Lines       48992    48994       +2     
==========================================
- Hits        18976    18975       -1     
- Misses      27269    27271       +2     
- Partials     2747     2748       +1
Impacted Files Coverage Δ
modules/setting/setting.go 51.89% <100%> (+0.11%) ⬆️
modules/process/manager.go 76.81% <0%> (-4.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 681345d...275fab8. Read the comment docs.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Feb 9, 2019
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Feb 9, 2019
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 9, 2019
@lafriks lafriks added this to the 1.8.0 milestone Feb 9, 2019
@zeripath zeripath merged commit 9e8cc3b into go-gitea:master Feb 9, 2019
@lunny lunny deleted the lunny/git_timeout branch February 10, 2019 02:13
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can I change git command timeout through config file ?
5 participants