summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
|/
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-0/+5
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-110/+110
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-8/+8
* Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-011-7/+35
|\