summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-trackingAlessio Caiazza2017-10-061-17/+6
* Add CI build trace sections extractorAlessio Caiazza2017-10-054-0/+47
* Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-5/+5
* Merge branch 'fix-ssh-key-mutation' into 'master'Douwe Maan2017-10-041-0/+10
|\
| * Ensure key fingerprints are generated correctly when modifiedNick Thomas2017-10-031-0/+10
* | Merge branch 'gitaly-delete-branch' into 'master'Douwe Maan2017-10-041-46/+67
|\ \
| * | Add OperationService.UserDeleteBranch Gitaly RPCgitaly-delete-branchAlejandro Rodríguez2017-10-031-46/+67
* | | Merge branch '36876-mr-show-json-controller-perf-improvements' into 'master'Douwe Maan2017-10-041-0/+43
|\ \ \
| * | | Reduce method calls while evaluating Projects::MergeRequestsController#show.json36876-mr-show-json-controller-perf-improvementsOswaldo Ferreira2017-10-041-0/+43
* | | | Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-032-41/+37
| |_|/ |/| |
* | | Merge branch 'fix-kubectl-180' into 'master'Kamil Trzciński2017-10-031-1/+1
|\ \ \
| * | | Fix broken certificate-authority-data with kubectl >= 1.8.0fix-kubectl-180Alessio Caiazza2017-10-031-1/+1
* | | | Merge branch 'ff_port_from_ee' into 'master'Sean McGivern2017-10-032-0/+40
|\ \ \ \
| * \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov2017-10-022-67/+131
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-285-3/+96
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-263-78/+37
| |\ \ \ \ \
| * | | | | | Add spec for Project#merge_methodValery Sizov2017-09-201-0/+12
| * | | | | | Add spec for Repository#ff_merge (ported from EE)Valery Sizov2017-09-191-0/+28
* | | | | | | Merge branch 'sh-fix-import-repos' into 'master'Robert Speicher2017-10-021-0/+11
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix gitlab-rake gitlab:import:repos taskStan Hu2017-10-021-0/+11
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'fix/gpg/case-insensitive' into 'master'Dmitriy Zaporozhets2017-10-021-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make GPG validation case insensitive.Tim Bishop2017-09-291-0/+8
* | | | | | Merge branch 'gitaly-add-branch' into 'master'Sean McGivern2017-10-021-25/+50
|\ \ \ \ \ \
| * | | | | | Implement OperationService.UserAddBranch Gitaly RPCgitaly-add-branchAlejandro Rodríguez2017-09-301-25/+50
| |/ / / / /
* | | | | | Merge branch 'remote_user' into 'master'Douwe Maan2017-10-021-3/+3
|\ \ \ \ \ \
| * | | | | | Add username as GL_USERNAME in hooks (http)David Turner2017-09-291-3/+3
| |/ / / / /
* | | | | | Fix pushes to an empty repository not invalidating has_visible_content? cacheStan Hu2017-10-011-1/+12
|/ / / / /
* | | | | Create repositories via GitalyJacob Vosmaer2017-09-291-3/+3
* | | | | Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-10/+20
| |_|_|/ |/| | |
* | | | Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitalyAhmad Sherif2017-09-291-21/+29
* | | | Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher2017-09-281-4/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Migrate Git::Repository#rm_tag to GitalyAhmad Sherif2017-09-281-4/+14
| | |/ | |/|
* | | Merge branch 'hashed-storage-migration-path' into 'master'Douwe Maan2017-09-281-1/+77
|\ \ \
| * | | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-1/+77
| |/ /
* | | Support custom attributes on usersMarkus Koller2017-09-284-2/+19
|/ /
* | Fix locked shared runners problemTomasz Maczukin2017-09-251-51/+18
* | Stop using Sidekiq for updating Key#last_used_atremove-use-key-workerYorick Peterse2017-09-201-22/+9
* | Fix rewriting issue references with group milestonesGrzegorz Bizon2017-09-201-5/+10
|/
* Merge branch '37894-handle-if-auto-devops-domain-is-not-set' into 'master'Stan Hu2017-09-191-1/+15
|\
| * Add specs for warning message shown in Auto DevOps settings37894-handle-if-auto-devops-domain-is-not-setKamil Trzcinski2017-09-191-2/+10
| * Add warning message if domain or cluster are not configuredbokebilly2017-09-191-1/+7
* | Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-11/+13
* | Do not pass project path from YAML processorGrzegorz Bizon2017-09-181-0/+1
|/
* Merge branch 'operation-service-merge' into 'master'Rémy Coutable2017-09-182-20/+9
|\
| * Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-152-20/+9
* | created services for keyshaseeb2017-09-152-24/+0
* | Merge branch 'projects-controller-show' into 'master'Rémy Coutable2017-09-152-0/+76
|\ \ | |/ |/|
| * Memoize the latest builds of a pipelineprojects-controller-showYorick Peterse2017-09-141-0/+20
| * Memoize pipelines for project download buttonsYorick Peterse2017-09-141-0/+56
* | Merge branch 'gitlab-git-user' into 'master'Rémy Coutable2017-09-141-12/+12
|\ \