Skip to content

[BugFix] Create Repository Respect AlternateDefaultBranch#12746

Merged
techknowlogick merged 2 commits into
go-gitea:masterfrom
6543-forks:fix-repoInit-with-AlternateDefaultBranch_12359
Sep 6, 2020
Merged

[BugFix] Create Repository Respect AlternateDefaultBranch#12746
techknowlogick merged 2 commits into
go-gitea:masterfrom
6543-forks:fix-repoInit-with-AlternateDefaultBranch_12359

Conversation

@6543
Copy link
Copy Markdown
Member

@6543 6543 commented Sep 6, 2020

close #12359

@6543 6543 added this to the 1.13.0 milestone Sep 6, 2020
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Sep 6, 2020
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Sep 6, 2020

Codecov Report

Merging #12746 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12746      +/-   ##
==========================================
- Coverage   43.42%   43.41%   -0.01%     
==========================================
  Files         648      648              
  Lines       71581    71583       +2     
==========================================
- Hits        31081    31076       -5     
- Misses      35470    35475       +5     
- Partials     5030     5032       +2     
Impacted Files Coverage Δ
modules/avatar/avatar.go 50.00% <100.00%> (ø)
modules/repository/create.go 63.41% <100.00%> (+1.87%) ⬆️
modules/util/timer.go 42.85% <0.00%> (-42.86%) ⬇️
models/repo_mirror.go 2.38% <0.00%> (-11.91%) ⬇️
modules/cron/tasks_basic.go 87.35% <0.00%> (-3.45%) ⬇️
services/pull/check.go 47.69% <0.00%> (-2.31%) ⬇️
modules/queue/unique_queue_disk_channel.go 53.84% <0.00%> (-1.54%) ⬇️
services/mirror/mirror.go 18.58% <0.00%> (-1.36%) ⬇️
models/error.go 34.81% <0.00%> (-0.52%) ⬇️
models/issue_comment.go 53.75% <0.00%> (-0.16%) ⬇️
... and 5 more

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 0b198eb...7f93fb6. Read the comment docs.

@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 Sep 6, 2020
@techknowlogick techknowlogick merged commit ad2bf37 into go-gitea:master Sep 6, 2020
@6543 6543 deleted the fix-repoInit-with-AlternateDefaultBranch_12359 branch September 6, 2020 21:05
6543 added a commit to 6543-forks/gitea that referenced this pull request Sep 6, 2020
@6543 6543 added the backport/done All backports for this PR have been created label Sep 6, 2020
@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

backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Creating repo with init dont respect AlternateDefaultBranch

5 participants