summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Add OperationService.UserDeleteBranch Gitaly RPCgitaly-delete-branchAlejandro Rodríguez2017-10-032-1/+21
* Merge branch '33493-attempt-to-link-saml-users-to-ldap-by-email' into 'master'Douwe Maan2017-10-025-92/+67
|\
| * Refactors SAML identity creation in gl_user.Tiago Botelho2017-10-025-102/+58
| * Creates compound query for LDAP email attributes.Tiago Botelho2017-09-252-7/+15
| * Attempt to link saml users to ldap by emailTiago Botelho2017-09-253-8/+19
* | Merge branch 'revert-configurable-size-limits' into 'master'Douwe Maan2017-10-021-37/+9
|\ \
| * | Revert "Increase diff limits to 100 KB for collapse and 200 KB overall"Sean McGivern2017-10-021-37/+9
* | | Merge branch 'gitaly-add-branch' into 'master'Sean McGivern2017-10-023-9/+50
|\ \ \ | |/ / |/| |
| * | Implement OperationService.UserAddBranch Gitaly RPCgitaly-add-branchAlejandro Rodríguez2017-09-302-7/+47
| * | Populate `Gitlay::Repository`'s `gl_repository` fieldAlejandro Rodríguez2017-09-302-2/+3
* | | Merge branch 'remote_user' into 'master'Douwe Maan2017-10-024-22/+25
|\ \ \
| * | | add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner2017-09-292-7/+6
| * | | Add username as GL_USERNAME in hooks (http)David Turner2017-09-293-17/+25
| * | | remove unused from_gitaly methodDavid Turner2017-09-291-4/+0
| |/ /
* | | Add environment variable to bypass n+1Andrew Newdigate2017-09-301-1/+1
|/ /
* | Create repositories via GitalyJacob Vosmaer2017-09-293-7/+21
* | Merge branch '36631-activerecord-statementinvalid-pg-querycanceled-error-canc...Rémy Coutable2017-09-291-5/+27
|\ \
| * | Make MR diff background migration less likely to time outSean McGivern2017-09-291-9/+25
| * | Insert at most 1,000 rows at once in MR diff background migrationSean McGivern2017-09-291-3/+9
* | | Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-292-1/+33
|/ /
* | Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitalyAhmad Sherif2017-09-294-30/+70
* | Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher2017-09-283-1/+45
|\ \
| * | Migrate Git::Repository#rm_tag to GitalyAhmad Sherif2017-09-283-1/+45
* | | Merge branch 'hashed-storage-migration-path' into 'master'Douwe Maan2017-09-281-1/+6
|\ \ \
| * | | [Backported from EE] Readonly flag for ProjectsGabriel Mazetto2017-09-281-1/+6
* | | | Handle error when fetching ref for MR with deleted source branch38319-nomethoderror-undefined-method-sha-for-nil-nilclassSean McGivern2017-09-281-2/+7
|/ / /
* | | Merge branch 'zj-repo-gitaly' into 'master'Sean McGivern2017-09-281-2/+12
|\ \ \
| * | | Rolling back change to n+1 detectionan-repo-gitalyAndrew Newdigate2017-09-271-7/+1
| * | | RepositoryExists is always called with #gitaly_migrationZeger-Jan van de Weg2017-09-261-2/+12
| * | | Don't enforce gitaly request limits for distinct callsAlejandro Rodríguez2017-09-261-1/+7
* | | | refactor users update serviceJames Lopez2017-09-282-2/+2
* | | | refactor services to match EE signatureJames Lopez2017-09-282-2/+2
| |/ / |/| |
* | | Merge branch 'backstage/gb/refactor-pipeline-create-service' into 'master'Kamil Trzciński2017-09-2710-141/+412
|\ \ \ | |/ / |/| |
| * | Add some minor improvements to pipeline creation chainbackstage/gb/refactor-pipeline-create-serviceGrzegorz Bizon2017-09-272-5/+2
| * | Add specs for builder chain step that skipps pipelinesGrzegorz Bizon2017-09-261-1/+1
| * | Fix coding style offenses in pipeline chain classesGrzegorz Bizon2017-09-262-4/+2
| * | Move pipeline builder validation chain to a moduleGrzegorz Bizon2017-09-266-115/+121
| * | Split pipeline chain builder validation classGrzegorz Bizon2017-09-266-102/+143
| * | Add class that handles pipeline creation sequenceGrzegorz Bizon2017-09-261-0/+37
| * | Extract pipeline persistence to a separate chain classGrzegorz Bizon2017-09-261-0/+29
| * | Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-261-1/+1
| * | Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon2017-09-251-8/+2
| * | Extract pipeline chain builder classes from serviceGrzegorz Bizon2017-09-253-0/+167
| * | Move related pipeline class to new pipeline moduleGrzegorz Bizon2017-09-252-141/+143
* | | Merge branch 'dm-bitbucket-import-truncated-shas' into 'master'Robert Speicher2017-09-263-10/+32
|\ \ \
| * | | Remove unnecessary commentsDouwe Maan2017-09-251-2/+2
| * | | Properly compare diff refs and diff positions when shas are truncatedDouwe Maan2017-09-252-8/+25
| * | | Expand truncated Bitbucket pull request source/target SHA if possibleDouwe Maan2017-09-251-2/+7
| | |/ | |/|
* | | Remove dead `Gitlab::Markdown::Pipeline` classrs-remove-dead-markdown-pipelineRobert Speicher2017-09-251-32/+0
| |/ |/|
* | Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker2017-09-253-1/+35
|/