Gitea: [Question] Why when I merge from web commits are not verified?

Created on 4 Feb 2019  路  6Comments  路  Source: go-gitea/gitea

In GitHub if you merge a PR that commit will be marked as verified. In Gitea merge commits are not verified. Am I missing something?

kinfeature revieweconfirmed

Most helpful comment

I was looking in to this today and found something interesting. GitHub actually does not generate a key for each user, it only uses one. I had also been under the assumption that each user had their own internal key.
In their article about GPG they reveal the link to their GPG key they use for "web flow".

I only mention this in case someone does pick this up, perhaps it would make sense to just generate one internal key for the specific Gitea instance rather than one internal key for each user?

All 6 comments

GitHub generates inrernal pgp key for each user and uses that for commits from web UI and merges

I think this is not priority but are you thinking in implement this feature?

currently there is no plans for this

I was looking in to this today and found something interesting. GitHub actually does not generate a key for each user, it only uses one. I had also been under the assumption that each user had their own internal key.
In their article about GPG they reveal the link to their GPG key they use for "web flow".

I only mention this in case someone does pick this up, perhaps it would make sense to just generate one internal key for the specific Gitea instance rather than one internal key for each user?

Nice.. Thanks @jolheiser

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings