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

Branch list enhancements (#808) #809

Merged
merged 1 commit into from
Feb 27, 2022

Conversation

6543
Copy link
Member

@6543 6543 commented Feb 26, 2022

Backport #808

  • Allow users not logged in to access branches page
    (fixes a nil pointer derefernce)

  • Add Gogs support for branches

* Allow users not logged in to access branches page
  (fixes a nil pointer derefernce)

* Add Gogs support for branches
@6543 6543 added bug Something isn't working server labels Feb 26, 2022
@6543 6543 added this to the 0.15.1 milestone Feb 26, 2022
@6543 6543 mentioned this pull request Feb 26, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2022

Codecov Report

Merging #809 (cb53342) into release/v0.15 (ce07632) will decrease coverage by 0.20%.
The diff coverage is 0.00%.

Impacted file tree graph

@@                Coverage Diff                @@
##           release/v0.15     #809      +/-   ##
=================================================
- Coverage          51.71%   51.51%   -0.21%     
=================================================
  Files                 88       88              
  Lines               5996     6020      +24     
=================================================
  Hits                3101     3101              
- Misses              2717     2741      +24     
  Partials             178      178              
Impacted Files Coverage Δ
server/remote/gitea/gitea.go 37.85% <0.00%> (-0.49%) ⬇️
server/remote/github/github.go 16.11% <0.00%> (-0.19%) ⬇️
server/remote/gitlab/gitlab.go 27.08% <0.00%> (-0.28%) ⬇️
server/remote/gogs/gogs.go 56.98% <0.00%> (-3.94%) ⬇️

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 ce07632...cb53342. Read the comment docs.

@6543 6543 requested a review from a team February 26, 2022 18:12
@6543 6543 enabled auto-merge (squash) February 26, 2022 20:28
@6543 6543 merged commit 27ba630 into woodpecker-ci:release/v0.15 Feb 27, 2022
@6543 6543 deleted the backport_808 branch February 27, 2022 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants