summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bvl-fix-project-ci-status-cache' into 'master' Kamil Trzciński2017-04-071-1/+1
|\
| * Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt2017-04-071-1/+1
| * Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt2017-04-071-1/+1
* | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-071-75/+0
|\ \ | |/ |/|
| * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-061-42/+56
| |\
| * \ Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-061-7/+8
| |\ \
| * | | Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-56/+0
| * | | Extracted ProtectableDropdown to clean up Project#open_branchesJames Edwards-Jones2017-04-031-19/+0
* | | | Merge branch 'optimise-pipelines' into 'master' Douwe Maan2017-04-061-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-061-42/+55
| |\ \ \
| * | | | Fix tests and reviewKamil Trzcinski2017-04-061-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan2017-04-061-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | adds relevant testsTiago Botelho2017-04-061-0/+1
| |/ /
* | | Fix project specs related to container registryGrzegorz Bizon2017-04-041-1/+2
* | | Refine method for checking project registry tagsGrzegorz Bizon2017-04-031-0/+60
* | | Refactor container registry repository tag stubsGrzegorz Bizon2017-04-031-1/+1
* | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-271-2/+5
|\ \ \ | |/ /
| * | Remove not necessary specsJarka Kadlecova2017-03-221-4/+0
| * | Escape route path for LIKE queriesJarka Kadlecova2017-03-211-2/+9
* | | Remove container_registry method from project classGrzegorz Bizon2017-03-241-26/+3
* | | Rename container image to repository in specsGrzegorz Bizon2017-03-231-2/+2
* | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-16/+58
|\ \ \ | |/ /
| * | Merge branch '29685-wrong-number-of-arguments-calling-http_url_to_repo-on-clo...Sean McGivern2017-03-211-5/+3
| |\ \ | | |/ | |/|
| | * Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-201-5/+3
| * | Merge branch 'ssrf' into 'security' Douwe Maan2017-03-201-0/+14
| |/
| * All CI offline migrationsKamil Trzciński2017-03-171-2/+1
| * Render cached pipeline status on project dashboardBob Van Landuyt2017-03-161-0/+11
| * Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-4/+4
| |\
| | * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-4/+4
| * | Add `has_many` associations for models that can have Upload recordsRobert Speicher2017-03-061-0/+1
| |/
| * Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable2017-02-271-0/+21
| |\
| | * Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-241-0/+21
| * | Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-1/+1
| * | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-9/+7
| |/
* | Fixes broken and missing testsAndre Guedes2017-02-221-33/+8
|/
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-10/+29
* Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-7/+14
* Address feedbackDouwe Maan2017-02-061-106/+1
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-44/+8
* Add testsDouwe Maan2017-02-061-0/+123
* Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan2017-02-061-0/+44
|\
| * Mock Dir::exist? in project_spec.rbKamil Trzcinski2017-01-311-2/+1
| * Introduce pages_deployed? to Project modelKamil Trzcinski2017-01-311-6/+17
| * Describe #pages_url instead of :pages_urlKamil Trzcinski2017-01-311-1/+1
| * Fix the URL of group pagesKamil Trzcinski2017-01-311-0/+33
| * Pages domain model specsKamil Trzcinski2017-01-311-0/+1
* | Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-1/+1
|/
* Improve search within group logicDmitriy Zaporozhets2017-01-301-0/+8
* Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-271-4/+4
* Refactor Project#to_reference and make full_path a keyword argumentBerna Castro2017-01-271-6/+32