summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-201-0/+49
* speed up ExternalWikiService#get_project_wiki_pathEugene Howe2016-07-191-0/+41
* Allow a project import URL to be blank to prevent false positivesStan Hu2016-07-171-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/persistent-...James Lopez2016-07-131-12/+12
|\
| * Prefer string for describe as of:Lin Jen-Shin2016-07-121-12/+12
* | fixes a few issues to do with import_url not being saved correctly for import...James Lopez2016-07-121-2/+20
|/
* Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-071-2/+62
|\
| * Have `Project#open_branches` return branches that are matched by a wildcard p...18627-wildcard-branch-protectionTimothy Andrew2016-07-071-2/+2
| * Support wildcard matches for protected branches at the model level.Timothy Andrew2016-07-051-2/+62
* | Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-1/+1
* | Merge branch 'fix/import-url-validator' into 'master' Robert Speicher2016-07-061-0/+12
|\ \ | |/ |/|
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-301-4/+52
| |\
| * \ fix merge conflictsJames Lopez2016-06-281-0/+21
| |\ \
| * | | another fix and fixed specJames Lopez2016-06-221-1/+8
| * | | Merge branches 'fix/import-url-validator' and 'master' of gitlab.com:gitlab-o...James Lopez2016-06-201-1/+17
| |\ \ \
| * | | | fixing URL validation for import_url on projectsJames Lopez2016-06-171-0/+5
* | | | | Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-0/+30
| |_|_|/ |/| | |
* | | | Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+15
* | | | Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-4/+37
| |_|/ |/| |
* | | Check for conflict with wiki projects when creating a new project.issue_18398Ruben Davila2016-06-271-0/+21
| |/ |/|
* | Fixed ordering in Project.find_with_namespacefix-project-find-with-namespace-orderYorick Peterse2016-06-161-1/+17
|/
* Merge branch 'environments-and-deployments' into 'master' Rémy Coutable2016-06-151-0/+2
|\
| * Add specs for models and servicesKamil Trzcinski2016-06-141-0/+2
* | UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-12/+7
* | Add request access for groupsRémy Coutable2016-06-141-0/+11
|/
* Remove deprecated issues_tracker and issues_tracker_id from projectDouglas Barbosa Alexandre2016-06-131-22/+0
* Merge branch 'finding-multiple-projects-by-paths' into 'master' Robert Speicher2016-06-101-0/+33
|\
| * Add Project.where_paths_infinding-multiple-projects-by-pathsYorick Peterse2016-06-101-0/+33
* | Cache the presence of an issue_tracker at project levelPaco Guzman2016-06-101-0/+63
|/
* Fix remaining test offensesrename-ci-commit-phase-2Kamil Trzcinski2016-06-071-1/+1
* Fix tests failuresKamil Trzcinski2016-06-071-1/+1
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-8/+8
* Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-031-1/+1
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
* Introduce container_registry_path_with_namespacedowncase-registry-repositoryKamil Trzcinski2016-06-011-14/+9
* Use downcased path to container repository as this is expected path by DockerKamil Trzcinski2016-06-011-0/+14
* Merge branch 'zero-project-creation-error-message' into 'master' Robert Speicher2016-05-251-1/+1
|\
| * Fixed project model testszero-project-creation-error-messagePhil Hughes2016-05-251-1/+1
* | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-2/+2
|/
* Fix specsKamil Trzcinski2016-05-161-0/+2
* Use container registry config stubKamil Trzcinski2016-05-161-13/+3
* Improve test coverageKamil Trzcinski2016-05-161-4/+15
* Test container related specsKamil Trzcinski2016-05-161-0/+75
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-39/+0
* Remove `wall_enabled` field from Projectrs-remove-wall_enabledRobert Speicher2016-05-081-1/+0
* Use a query in Project#protected_branch?Yorick Peterse2016-04-291-0/+14
* Fix Error 500 due to stale cache when projects are renamed or transferredStan Hu2016-04-251-5/+2
* Write specs for this featureKamil Trzcinski2016-04-161-1/+14
* Fix specsKamil Trzcinski2016-04-111-2/+2
* Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-0/+9