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 (Expand)Author
2019-04-05Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas
2019-02-06Avoid race conditions when creating GpgSignatureBob Van Landuyt
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2017-10-07Fix error with GPG signature updater when commit was deletedRubén Dávila
2017-10-05Small refactor and fix for RuboCopRubén Dávila
2017-10-05Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila
2017-10-05Address some feedback from last code reviewRubén Dávila
2017-10-05Address feedback from last code reviewRubén Dávila
2017-10-05Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila
2017-09-05Revert "make valid_signature an ignored column"Alexis Reigel
2017-09-05make valid_signature an ignored columnAlexis Reigel
2017-09-05drop backwards compatibility for valid_signatureAlexis Reigel
2017-09-05use new #verification_statusAlexis Reigel
2017-09-05add verification_status: same_user_different_emailAlexis Reigel
2017-09-05match the committer's email against the gpg keyAlexis Reigel
2017-09-05pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel
2017-08-16Only create commit GPG signature when necessaryDouwe Maan
2017-07-27validate the foreign_key instead of the relationAlexis Reigel
2017-07-27upcase in the model instead of in the viewAlexis Reigel
2017-07-27use ShaAttribute for gpg table columnsAlexis Reigel
2017-07-27simplify fetching of commitAlexis Reigel
2017-07-27store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel
2017-07-27gpg signature model for gpg verification cachingAlexis Reigel