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

Gitea 2 Gitea migration #12657

Merged
merged 79 commits into from
Oct 14, 2020
Merged

Conversation

6543
Copy link
Member

@6543 6543 commented Aug 31, 2020

close #8380
close #11698

@6543 6543 mentioned this pull request Aug 31, 2020
24 tasks
@6543 6543 marked this pull request as ready for review August 31, 2020 16:11
@codecov-commenter
Copy link

codecov-commenter commented Aug 31, 2020

Codecov Report

Merging #12657 into master will decrease coverage by 0.09%.
The diff coverage is 1.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12657      +/-   ##
==========================================
- Coverage   42.49%   42.39%   -0.10%     
==========================================
  Files         672      673       +1     
  Lines       73785    74223     +438     
==========================================
+ Hits        31353    31469     +116     
- Misses      37361    37666     +305     
- Partials     5071     5088      +17     
Impacted Files Coverage Δ
modules/migrations/base/downloader.go 17.51% <0.00%> (-0.13%) ⬇️
modules/migrations/base/pullrequest.go 0.00% <ø> (ø)
modules/migrations/git.go 43.33% <0.00%> (ø)
modules/migrations/gitea_uploader.go 6.73% <0.00%> (ø)
modules/migrations/gitlab.go 1.04% <0.00%> (ø)
modules/migrations/migrate.go 21.55% <0.00%> (ø)
modules/structs/repo.go 60.00% <ø> (+10.00%) ⬆️
modules/migrations/gitea_downloader.go 0.93% <0.93%> (ø)
modules/migrations/github.go 80.80% <40.00%> (ø)
modules/log/event.go 57.54% <0.00%> (-0.95%) ⬇️
... and 14 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 a23c128...4bb422d. Read the comment docs.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Aug 31, 2020
@6543 6543 force-pushed the feature_gitea2gitea-migration branch from 5e86b2f to 81f7723 Compare August 31, 2020 20:31
Makefile Show resolved Hide resolved
@lunny lunny added the type/feature Completely new functionality. Can only be merged if feature freeze is not active. label Sep 1, 2020
@lunny lunny added this to the 1.14.0 milestone Sep 1, 2020
@6543 6543 force-pushed the feature_gitea2gitea-migration branch from 23bd275 to 1dbd30c Compare September 1, 2020 18:29
@codecov-io
Copy link

codecov-io commented Oct 7, 2020

Codecov Report

Merging #12657 into master will decrease coverage by 0.24%.
The diff coverage is 1.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12657      +/-   ##
==========================================
- Coverage   42.36%   42.11%   -0.25%     
==========================================
  Files         677      678       +1     
  Lines       74627    75065     +438     
==========================================
- Hits        31616    31615       -1     
- Misses      37865    38302     +437     
- Partials     5146     5148       +2     
Impacted Files Coverage Δ
modules/migrations/base/downloader.go 17.51% <0.00%> (-0.13%) ⬇️
modules/migrations/base/pullrequest.go 0.00% <ø> (ø)
modules/migrations/git.go 43.33% <0.00%> (ø)
modules/migrations/gitea_uploader.go 6.73% <0.00%> (ø)
modules/migrations/gitlab.go 1.04% <0.00%> (ø)
modules/migrations/migrate.go 21.55% <0.00%> (ø)
modules/structs/repo.go 60.00% <ø> (+10.00%) ⬆️
modules/migrations/gitea_downloader.go 0.93% <0.93%> (ø)
modules/migrations/github.go 80.80% <40.00%> (ø)
models/unit.go 46.57% <0.00%> (-2.74%) ⬇️
... and 7 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 dfa7291...ca99e59. Read the comment docs.

@6543 6543 modified the milestones: 1.14.0, 1.13.0 Oct 12, 2020
@6543 6543 changed the title Feature gitea2gitea migration Gitea 2 Gitea migration Oct 13, 2020
@6543
Copy link
Member Author

6543 commented Oct 13, 2020

@lunny do you have time to look at it?
I think you are one of few how are familiar in this code region

@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 Oct 14, 2020
@lafriks lafriks merged commit 49b1948 into go-gitea:master Oct 14, 2020
@lafriks lafriks deleted the feature_gitea2gitea-migration branch October 14, 2020 04:06
@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/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please implement migration features Gitea -> Gitea as available for Github -> Gitea
9 participants