Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Add parsing support for tag GPG signatures #124

Merged
merged 3 commits into from
Jul 8, 2018

Conversation

christopherjmedlin
Copy link

@christopherjmedlin christopherjmedlin commented Jun 17, 2018

In trying to solve go-gitea/gitea#4137, I realized that tag signatures lack the "gpgsig" prefix that commit signatures have. Instead it is put after the commit message. So I attempted to add support for this in the "parseCommitData" function.

@codecov-io
Copy link

codecov-io commented Jun 17, 2018

Codecov Report

Merging #124 into master will increase coverage by 0.76%.
The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   32.78%   33.54%   +0.76%     
==========================================
  Files          25       25              
  Lines        1397     1407      +10     
==========================================
+ Hits          458      472      +14     
+ Misses        868      862       -6     
- Partials       71       73       +2
Impacted Files Coverage Δ
commit.go 14.58% <60%> (+4.65%) ⬆️
repo_commit.go 26.41% <88.88%> (+2.51%) ⬆️

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 9e09973...071459a. Read the comment docs.

@lunny
Copy link
Member

lunny commented Jul 8, 2018

LGTM

@jonasfranz jonasfranz merged commit 6ef79e8 into go-gitea:master Jul 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants