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 for create repo page layout #17012

Merged
merged 2 commits into from
Sep 12, 2021
Merged

Conversation

axifive
Copy link
Member

@axifive axifive commented Sep 10, 2021

fix #16937

Signed-off-by: Alexey Terentyev <[email protected]>
@axifive axifive added type/bug topic/ui Change the appearance of the Gitea UI labels Sep 10, 2021
@axifive axifive added this to the 1.16.0 milestone Sep 10, 2021
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Sep 12, 2021
@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 12, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #17012 (6f1cf76) into main (a334a95) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #17012      +/-   ##
==========================================
- Coverage   45.24%   45.23%   -0.01%     
==========================================
  Files         766      766              
  Lines       86632    86632              
==========================================
- Hits        39200    39192       -8     
- Misses      41088    41090       +2     
- Partials     6344     6350       +6     
Impacted Files Coverage Δ
modules/charset/charset.go 71.71% <0.00%> (-4.05%) ⬇️
modules/git/repo_base_nogogit.go 82.85% <0.00%> (-2.86%) ⬇️
modules/git/utils.go 68.05% <0.00%> (-2.78%) ⬇️
models/repo_list.go 77.64% <0.00%> (-0.79%) ⬇️
services/pull/pull.go 41.78% <0.00%> (-0.41%) ⬇️
models/issue_comment.go 51.47% <0.00%> (-0.30%) ⬇️
modules/queue/workerpool.go 50.00% <0.00%> (+1.90%) ⬆️

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 a334a95...6f1cf76. Read the comment docs.

@6543 6543 merged commit 7c84c94 into go-gitea:main Sep 12, 2021
@axifive axifive deleted the fix-create-repo-page-layout branch September 12, 2021 18:30
@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
@zeripath zeripath changed the title fix for create repo page layout Fix for create repo page layout Jan 18, 2022
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. topic/ui Change the appearance of the Gitea UI type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create repo page automatically scrolls down
5 participants