summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix spinach featuresBob Van Landuyt2017-10-111-1/+0
* Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-101-15/+98
|\
| * Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan2017-10-101-1/+1
| |\
| | * Fix for Lint Error + Upload TestTim Zallmann2017-10-091-1/+1
| * | Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-071-2/+40
| |\ \
| | * | Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-2/+40
| * | | Add a project forks spec helperBob Van Landuyt2017-10-071-12/+6
| * | | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-0/+59
| * | | Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-071-12/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-061-12/+2
| | |\ \
| | | * | Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-12/+2
| | | |/
| | * | Updated messages and noticesKamil Trzcinski2017-10-041-0/+1
| | |/
| * | Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+1
| |/
* | Move the `ancestors_upto` to `Project` and `Namespace`Bob Van Landuyt2017-10-101-0/+15
* | Use `alias_attribute` & `alias_method` to define parent-methodsBob Van Landuyt2017-10-051-0/+7
|/
* Merge branch 'ff_port_from_ee' into 'master'Sean McGivern2017-10-031-0/+12
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov2017-10-021-3/+3
| |\
| * \ Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-281-1/+77
| |\ \
| * | | Add spec for Project#merge_methodValery Sizov2017-09-201-0/+12
* | | | Fix gitlab-rake gitlab:import:repos taskStan Hu2017-10-021-0/+11
| |_|/ |/| |
* | | Create repositories via GitalyJacob Vosmaer2017-09-291-3/+3
| |/ |/|
* | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-1/+77
|/
* Memoize pipelines for project download buttonsYorick Peterse2017-09-141-0/+56
* Add has_auto_devops_implicitly_disabledKamil Trzcinski2017-09-071-0/+44
* Add tests to cover all introduced changesKamil Trzcinski2017-09-061-0/+129
* Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-16/+3
|\
| * Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sqlRubén Dávila2017-09-051-16/+3
* | Incorporate reviewZeger-Jan van de Weg2017-09-041-0/+1
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2017-09-011-0/+22
|\
| * Merge branch 'zj-disable-pages-in-subgroups' into 'master'Grzegorz Bizon2017-08-311-0/+22
| |\
| | * Don't show references to Pages when not availableZeger-Jan van de Weg2017-08-311-0/+22
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2017-08-311-1/+1
|\ \ \ | |/ / |/| |
| * | Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-251-1/+1
| |/
* | Fix testsLin Jen-Shin2017-08-281-5/+5
* | Move to Projects::HousecleaningServiceLin Jen-Shin2017-08-241-5/+5
* | Add changelog and testsLin Jen-Shin2017-08-231-2/+11
|/
* Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-221-0/+8
* Use `@hashed` prefix for hashed paths on disk, to avoid collision with existi...Gabriel Mazetto2017-08-221-3/+3
* Refactor project and storage typesGabriel Mazetto2017-08-221-4/+4
* Some codestyle changes and fixes for GitLab pagesGabriel Mazetto2017-08-221-9/+18
* Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-2/+2
* Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-221-1/+2
* New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-221-54/+159
* Merge branch 'ee-2628-backport-to-ce' into 'master'Douwe Maan2017-08-171-9/+18
|\
| * Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/git...ee-2628-backport-to-ceTiago Botelho2017-08-171-9/+18
* | Run remove_pages in a run_after_commit blockNick Thomas2017-08-171-0/+15
* | Remove a wat in NamespacelessProjectDestroyWorkerNick Thomas2017-08-171-0/+23
|/
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+10
* Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-111-2/+2
|\
| * Migrate events into a new formatYorick Peterse2017-08-101-2/+2