summaryrefslogtreecommitdiffstats
path: root/models/gpg_key_test.go
Commit message (Collapse)AuthorAgeFilesLines
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+116
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+48
* Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments