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
2017-08-01Disable it for now, because it's blocking CE to EEdisable-gitaly-for-tagsLin Jen-Shin
2017-07-31Merge branch 'fix/gb/fix-chatops-deploy-multiple-actions-matching' into 'master'Kamil Trzciński
2017-07-31Merge branch '29385/add_shrug_command' into 'master'Rémy Coutable
2017-07-31Merge branch 'dm-ldap-authentication-ssl-verification' into 'master'Sean McGivern
2017-07-31Pass OmniAuth formatted options to OmniAuth::LDAP::AdaptorDouwe Maan
2017-07-31Merge branch 'gitaly-398-git-garbage-collect' into 'master'Sean McGivern
2017-07-28Fixes #29385: Add /shrug and /tableflip commandsAlex Ives
2017-07-28Merge branch 'dm-large-push-performance' into 'master'Robert Speicher
2017-07-28Migrate GitGarbageCollectWorker to GitalyKim "BKC" Carlbäcker
2017-07-28Load and process at most 100 commits when pushing into default branchDouwe Maan
2017-07-28Merge branch 'dm-api-csrf-token-verification' into 'master'Sean McGivern
2017-07-28Add log messages to clarify log messages about API CSRF token verification fa...Douwe Maan
2017-07-28Improve wording related to deploy chatops commandGrzegorz Bizon
2017-07-28Merge branch 'backport-2844-ldap-ee-license-checks' into 'master'Douwe Maan
2017-07-28Improve deploy environment chatops slash commandGrzegorz Bizon
2017-07-27Incorporate RefsService.FindAllBranches Gitaly RPCAlejandro Rodríguez
2017-07-27Remove unused Gitlab::Git operationsAlejandro Rodríguez
2017-07-27Migrate Repository#tags to GitalyAhmad Sherif
2017-07-27Merge branch 'remove_custom_devise_failure_app' into 'master'Robert Speicher
2017-07-27Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets
2017-07-27Remove GitLab custom fealure app for deviseValery Sizov
2017-07-27Merge branch 'pawel/ensure_temp_files_are_deleted_in_fs_metrics-35457' into '...Douwe Maan
2017-07-27optimize query, only select relevant db columnsAlexis Reigel
2017-07-27Backport some recent changes related to LDAP from EERubén Dávila
2017-07-27store gpg user name and email on the signatureAlexis Reigel
2017-07-27add comment explaining use of shell commands and file operations in the same ...Pawel Chojnacki
2017-07-27extract common methodAlexis 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-27update ruggedAlexis 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
2017-07-27cache the gpg commit signatureAlexis Reigel
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-27remove gpg from keychain when user's email changesAlexis Reigel
2017-07-27move current keychain methods to namespaceAlexis Reigel
2017-07-27email handling for gpg keysAlexis Reigel
2017-07-27add / remove gpg keys to / from system keychainAlexis Reigel