Skip to content

Fix repo links on user profile #3197

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

Merged
merged 2 commits into from
Dec 15, 2017
Merged

Conversation

ethantkoenig
Copy link
Member

Fixes #3196.

@codecov-io
Copy link

codecov-io commented Dec 15, 2017

Codecov Report

Merging #3197 into master will decrease coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #3197     +/-   ##
=========================================
- Coverage   34.71%   34.52%   -0.2%     
=========================================
  Files         276      276             
  Lines       39975    39975             
=========================================
- Hits        13879    13800     -79     
- Misses      24102    24197     +95     
+ Partials     1994     1978     -16
Impacted Files Coverage Δ
modules/lfs/content_store.go 7.81% <0%> (-35.94%) ⬇️
modules/lfs/server.go 20.68% <0%> (-14.33%) ⬇️
modules/process/manager.go 76.81% <0%> (-4.35%) ⬇️
models/lfs.go 26.08% <0%> (-2.18%) ⬇️
models/repo.go 41.47% <0%> (ø) ⬆️
models/repo_list.go 67.18% <0%> (+1.56%) ⬆️

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 1687aa5...d9ab736. Read the comment docs.

@tboerger tboerger added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Dec 15, 2017
@appleboy
Copy link
Member

LGTM

@tboerger tboerger 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 Dec 15, 2017
@lunny
Copy link
Member

lunny commented Dec 15, 2017

LGTM

@tboerger tboerger 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 Dec 15, 2017
@lunny lunny added this to the 1.4.0 milestone Dec 15, 2017
@lunny lunny added the type/enhancement An improvement of existing functionality label Dec 15, 2017
@lafriks lafriks merged commit bde0409 into go-gitea:master Dec 15, 2017
@ethantkoenig ethantkoenig deleted the fix/repo_link branch December 15, 2017 06:03
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 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.

Repo links pointing to wrong base URL (introduced by #3093)
6 participants