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

fix migrations 82 to ignore unsynced tags between database and git data and missing is_archived on repository table #6387

Merged
merged 1 commit into from
Mar 20, 2019

Conversation

lunny
Copy link
Member

@lunny lunny commented Mar 20, 2019

should fix #6371 and #6373

…ta and missing is_archived on repository table
@codecov-io
Copy link

Codecov Report

Merging #6387 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6387      +/-   ##
==========================================
- Coverage   38.85%   38.83%   -0.03%     
==========================================
  Files         365      365              
  Lines       51360    51386      +26     
==========================================
- Hits        19957    19954       -3     
- Misses      28530    28561      +31     
+ Partials     2873     2871       -2
Impacted Files Coverage Δ
models/migrations/v82.go 0% <0%> (ø) ⬆️
models/unit.go 0% <0%> (-14.29%) ⬇️
routers/repo/view.go 41.08% <0%> (-1%) ⬇️
modules/process/manager.go 81.15% <0%> (+4.34%) ⬆️

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 b78cbbc...ccd1f24. Read the comment docs.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Mar 20, 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 Mar 20, 2019
@lafriks lafriks added this to the 1.9.0 milestone Mar 20, 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 Mar 20, 2019
@zeripath zeripath merged commit 3bb123e into go-gitea:master Mar 20, 2019
lunny added a commit to lunny/gitea that referenced this pull request Mar 21, 2019
@lunny lunny added the backport/done All backports for this PR have been created label Mar 21, 2019
@lunny lunny deleted the lunny/fix_migration_82 branch March 21, 2019 06:41
zeripath pushed a commit that referenced this pull request Mar 21, 2019
…ta and missing is_archived on repository table (#6387) (#6403)
@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.

Unable to migrate from version 1.7.3 to version 1.8.0-rc1
7 participants