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
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-08Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza
2017-12-24Gracefully handle orphaned write deploy keys in /internal/post_receiveStan Hu
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-11-14Use relative git object paths to construct absolute ones before setting EnvAhmad Sherif
2017-09-30add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-06Implement /internal/pre-receive for shell operationsAlejandro RodrĂ­guez
2017-09-06Return a value to check if redis is available on /internal/checkAlejandro RodrĂ­guez
2017-08-31Implement /internal/post_receive unified endpoint for PostReceive tasksAlejandro RodrĂ­guez
2017-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-14Handle case when BroadcastMessage.current is nilStan Hu
2017-07-07Send Gitaly Repository with /api/internal/allowedKim "BKC" CarlbÀcker
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-20Allow discover by userid - issue 28517Matt Walsh
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-06-15#13336 - display multiple messages in both the UI and git outputMike Ricketts
2017-06-05Remove unnecessary variableMichael Kozono
2017-06-05Refactor construction of responseMichael Kozono
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
2017-05-18Prevent errors from non-functional notify_post_receive endpointAlejandro RodrĂ­guez
2017-05-10Enable the Style/TrailingCommaInLiteral copRĂ©my Coutable
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro RodrĂ­guez
2017-05-03Generate and handle a gl_repository param to pass around componentsAlejandro RodrĂ­guez
2017-04-27Wrong method call on notify_post_receive.Luigi Leoni
2017-04-14Remove unused user activities codeSean McGivern
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-10Set Git-specific env in /api/internal/allowedRĂ©my Coutable
2017-04-07Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer
2017-04-04Incorporate Gitaly client for refs serviceAlejandro RodrĂ­guez
2017-03-29Separate GRPC channels per repository storageJacob Vosmaer
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro RodrĂ­guez
2017-01-08Record and show last used date of SSH KeysVincent Wong
2016-12-16Accept environment variables from the `pre-receive` script.Timothy Andrew
2016-11-16Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas
2016-10-28Refactor storage path extraction from full repo pathDmitriy Zaporozhets
2016-10-27Make internal api work with full repo path instead of nameDmitriy Zaporozhets
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-19Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...Kamil Trzcinski
2016-09-19Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski
2016-09-15Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano
2016-09-15Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano
2016-09-15Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano
2016-09-15Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano