Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2017-10-05Remove no longer required methodsRubén Dávila
2017-10-05Address feedback from last code reviewRubén Dávila
2017-10-05Add some basic specs and refactor model and validationsRubén Dávila
2017-10-05Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila
Additionally we're delegating missing method calls on GpgKeySubkey to GpgKey since most of the info required when verifying a signature is found on GpgKey which is the parent of GpgKeySubkey
2017-10-05Use a separate model to handle GPG subkeysRubén Dávila