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-12-24Gracefully handle orphaned write deploy keys in /internal/post_receiveStan Hu
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-11-29SSHUploadPack over Gitaly is now OptOutKim "BKC" Carlbäcker
2017-11-14Use relative git object paths to construct absolute ones before setting EnvAhmad Sherif
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
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-08-11Enable Timecop safe modeRémy Coutable
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-14Handle case when BroadcastMessage.current is nilStan Hu
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-07Send Gitaly Repository with /api/internal/allowedKim "BKC" Carlbäcker
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-05-18Prevent errors from non-functional notify_post_receive endpointAlejandro Rodríguez
2017-05-03Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-04-14Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable
2017-04-14Remove user activities table and use redis instead of PG for recording activi...James Lopez
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-03-29Change socket_path to gitaly_addressJacob Vosmaer
2017-03-29Separate GRPC channels per repository storageJacob Vosmaer
2017-03-17Add ability to disable Merge Request URL on pushAlex Sanford
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro Rodríguez
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2017-01-23Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon
2017-01-22Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon
2017-01-20Merge branch 'dont-persist-application-settings-in-test-env' into 'master' Robert Speicher
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
2017-01-15Don't persist ApplicationSetting in test envRémy Coutable
2016-11-28Changed API spec files to describe the correct classLivier
2016-11-18Merge branch 'fix-tests-for-different-host' into 'master' Rémy Coutable
2016-11-18Use `Gitlab.config.gitlab.host` over `'localhost'`Lin Jen-Shin
2016-11-18Rely on Gitlab::Shell public API, not reading internal files it may useRémy Coutable
2016-11-16Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas
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-15Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano
2016-09-15Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano
2016-09-15Better authentication handling, syntax fixes and better actor handling for LF...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
2016-09-15Added LFS support to SSHPatricio Cano