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
path: root/lib
AgeCommit message (Expand)Author
2017-09-30add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner
2017-09-30Add username as GL_USERNAME in hooks (http)David Turner
2017-09-30remove unused from_gitaly methodDavid Turner
2017-09-29Create repositories via GitalyJacob Vosmaer
2017-09-29Merge branch '36631-activerecord-statementinvalid-pg-querycanceled-error-canc...Rémy Coutable
2017-09-29Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)
2017-09-29Fix notes type created from importLin Jen-Shin (godfat)
2017-09-29Make MR diff background migration less likely to time outSean McGivern
2017-09-29Insert at most 1,000 rows at once in MR diff background migrationSean McGivern
2017-09-29Migrate Gitlab::Git::Repository#add_tag to GitalyAhmad Sherif
2017-09-29Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher
2017-09-29Migrate Git::Repository#rm_tag to GitalyAhmad Sherif
2017-09-28Merge branch 'hashed-storage-migration-path' into 'master'Douwe Maan
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto
2017-09-28Merge branch 'dm-api-unauthorized' into 'master'Sean McGivern
2017-09-28[Backported from EE] Readonly flag for ProjectsGabriel Mazetto
2017-09-28Make sure API responds with 401 when invalid authentication info is providedDouwe Maan
2017-09-28Handle error when fetching ref for MR with deleted source branchSean McGivern
2017-09-28Merge branch 'zj-repo-gitaly' into 'master'Sean McGivern
2017-09-28refactor emails serviceJames Lopez
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-27Rolling back change to n+1 detectionAndrew Newdigate
2017-09-27Merge branch 'backstage/gb/refactor-pipeline-create-service' into 'master'Kamil Trzciński
2017-09-27Merge branch '37467-helper-method-from-users-endpoint-overrides-api-helper-me...Rémy Coutable
2017-09-27Add some minor improvements to pipeline creation chainGrzegorz Bizon
2017-09-27RepositoryExists is always called with #gitaly_migrationZeger-Jan van de Weg
2017-09-27Don't enforce gitaly request limits for distinct callsAlejandro Rodríguez
2017-09-26find_user users helper method no longer overrides find_user API helper method.Tiago Botelho
2017-09-26Add a spec for Github::Client and revert an `if !` to `unless`Rémy Coutable
2017-09-26Retrieve PR comments only when we know there are anyRémy Coutable
2017-09-26Fetch 100 results when calling the GitHub API in Github::ImportRémy Coutable
2017-09-26Merge branch 'dm-simple-project-avatar-url' into 'master'Rémy Coutable
2017-09-26Merge branch 'dm-bitbucket-import-truncated-shas' into 'master'Robert Speicher
2017-09-26Add specs for builder chain step that skipps pipelinesGrzegorz Bizon
2017-09-26Expose last pipeline details in API response when getting a single commitMehdi Lahmam
2017-09-26Fix coding style offenses in pipeline chain classesGrzegorz Bizon
2017-09-26Expose avatar_url when requesting list of projects from API with simple=trueDouwe Maan
2017-09-26Move pipeline builder validation chain to a moduleGrzegorz Bizon
2017-09-26Split pipeline chain builder validation classGrzegorz Bizon
2017-09-26Add class that handles pipeline creation sequenceGrzegorz Bizon
2017-09-26Extract pipeline persistence to a separate chain classGrzegorz Bizon
2017-09-26Fix code style offenses in pipeline create servicesGrzegorz Bizon
2017-09-25Remove dead `Gitlab::Markdown::Pipeline` classRobert Speicher
2017-09-25Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon
2017-09-25Extract pipeline chain builder classes from serviceGrzegorz Bizon
2017-09-25Move related pipeline class to new pipeline moduleGrzegorz Bizon
2017-09-25Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker
2017-09-25Remove unnecessary commentsDouwe Maan