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-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
2016-09-01Minor edits to two_factor_recovery_codes API error catchingDrew Blessing
2016-08-25Add two factor recovery endpoint to internal APIDrew Blessing
2016-08-11api for generating new merge requestScott Le
2016-07-16Fix a bug where the project's repository path was returned instead of the wik...Alejandro Rodríguez
2016-07-06Rename `enabled_git_access_protocols` to singular.Patricio Cano
2016-07-06Add more tests to the allowed protocols featurePatricio Cano
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-02-29fixed merge conflict and refactored specsJames Lopez
2016-02-26updated internal.rb and spec based on MR feedbackJames Lopez
2016-02-24fix for projects ending in .wikiJames Lopez
2015-05-16Allow to configure gitlab_shell_secret locationJakub Jirutka
2015-02-19Improve broadcast message APIDmitriy Zaporozhets
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2015-02-07Add internal broadcast message API.Douwe Maan
2014-12-01Fix internal API for missing project or keyDmitriy Zaporozhets
2014-11-18Better message for failed pushes because of git hooksValery Sizov