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
2022-07-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-17Fix GPG signature verification with recent versions of GnuPGDavid Palubin
2019-02-06Avoid race conditions when creating GpgSignatureBob Van Landuyt
2018-12-05Gracefully handle unknown/invalid GPG keysStan Hu
2018-11-13Enable even more frozen string in lib/gitlabgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-03-01Fetch commit signatures from Gitaly in batchesAhmad Sherif
2018-02-19Fix Error 500 when viewing a commit with a GPG signature in GeoStan Hu
2018-01-18Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)
2017-10-07Fix error with GPG signature updater when commit was deletedRubé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-05Consider GPG subkeys when trying to update invalid GPG signaturesRubén Dávila
2017-10-05Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila
2017-10-05Add ability to include subkeys when finding by fingerprintRubén Dávila
2017-09-05drop backwards compatibility for valid_signatureAlexis Reigel
2017-09-05use new #verification_statusAlexis Reigel
2017-09-05only use symbols instead of enum hash accessorAlexis Reigel
2017-09-05simplify if/else with guardsAlexis 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-27optimize query, only select relevant db columnsAlexis Reigel
2017-07-27store gpg user name and email on the signatureAlexis Reigel
2017-07-27also update gpg_signatures when gpg_key is nullAlexis Reigel
2017-07-27remove duplicate statementAlexis Reigel
2017-07-27simplify fetching of commitAlexis Reigel
2017-07-27fix memoizationAlexis Reigel
2017-07-27we need to update the gpg_key as wellAlexis Reigel
2017-07-27need to wrap the raw commit in a commit modelAlexis Reigel
2017-07-27no need for passing parameterAlexis Reigel
2017-07-27update invalid gpg signatures when key is createdAlexis Reigel
2017-07-27allow updating of gpg signature through gpg commitAlexis Reigel
2017-07-27memoize verified_signature callAlexis Reigel
2017-07-27store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel
2017-07-27move signature cache read to Gpg::CommitAlexis Reigel
2017-07-27gpg signature is only valid when key is verifiedAlexis Reigel
2017-07-27bail if the commit has no signatureAlexis Reigel