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
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2018-12-18Update specs to exclude possible false positive passblackst0ne
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-06-06Reject GPG keys that have e-mail or names with non-valid UTF-8 encodingsStan Hu
These were causing 500 Errors when accessing GPG keys for some users. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47280
2017-10-06Add more specs.Rubén Dávila
2017-09-05downcase gpg key's emailsAlexis Reigel
this is necessary for email comparisons
2017-08-14use mutex for keychain interactionAlexis Reigel
setting of the gpg home directory is not thread safe, as the directoy gets stored on the class. if multiple threads change the directory at the same time, one of the threads will be working in the wrong directory.
2017-08-11store gpg return directory locallyAlexis Reigel
2017-07-27store gpg user name and email on the signatureAlexis Reigel
2017-07-27extract common methodAlexis Reigel
2017-07-27remove the :gpg rspec tagAlexis Reigel
since everything (except the CurrentKeyChain method) operates on a tempoary keychain anyway we don't need this anymore.
2017-07-27verify gpg commit using tmp keyring and db queryAlexis Reigel
2017-07-27add primary keyid attribute to gpg keysAlexis Reigel
2017-07-27don't sync to keychain fileAlexis Reigel
2017-07-27move current keychain methods to namespaceAlexis Reigel
2017-07-27email handling for gpg keysAlexis Reigel
2017-07-27use example gpg key instead of my ownAlexis Reigel
2017-07-27add second gpg key for specsAlexis Reigel
2017-07-27add / remove gpg keys to / from system keychainAlexis Reigel
2017-07-27extract gpg functionality to lib classAlexis Reigel