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-01-20Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
2019-06-17Fix GPG signature verification with recent versions of GnuPGDavid Palubin
2018-12-05Gracefully handle unknown/invalid GPG keysStan Hu
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-06Add more specs.Rubén Dávila
2017-10-05Add more specs to cover subkeys scenariosRubén Dávila
2017-09-05use new #verification_statusAlexis Reigel
2017-09-05add verification_status: same_user_different_emailAlexis Reigel
2017-09-05extract shared exampleAlexis 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-27simplify fetching of commitAlexis Reigel
2017-07-27extract variableAlexis Reigel
2017-07-27need to wrap the raw commit in a commit modelAlexis Reigel
2017-07-27update invalid gpg signatures when email changesAlexis Reigel
2017-07-27update invalid gpg signatures when key is createdAlexis 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
2017-07-27cache the gpg commit signatureAlexis Reigel