summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-6/+6
| * Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+29
* | Exclude keys linked to other projectsmk-fix-deploy-key-deletionMichael Kozono2017-07-281-9/+33
|/
* Use described_class when possibleRémy Coutable2017-07-271-9/+9
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-6/+39
* Wrong data type when testing webhooksAlexander Randa2017-07-201-4/+8
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
* Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Merge branch '34716-environment-specific-variables-ce' into 'master'Douwe Maan2017-07-061-6/+6
|\
| * Backports for ee-2112Lin Jen-Shin2017-07-061-6/+6
* | Add many foreign keys to the projects tableYorick Peterse2017-07-061-52/+69
|/
* Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-0/+26
|\
| * Use a previous approach for cycle analytics dummy pipelineGrzegorz Bizon2017-07-051-1/+1
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-051-1/+16
| |\
| * | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-10/+10