summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a method in Project to return a cached value of total count of projectsStan Hu2016-08-091-0/+14
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-18/+18
* changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho2016-08-041-49/+22
* developer cannot push to protected branch when project is empty or he has not...tiagonbotelho2016-08-021-11/+108
* Fix all specs related to changes in !5081.Timothy Andrew2016-07-291-40/+0
* Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-281-0/+18
|\
| * Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre2016-07-271-0/+18
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-271-0/+26
|\ \ | |/
| * Fix a bug where forking a project from a repository storage to another would ...20302-forking-a-project-from-one-storage-to-another-failsAlejandro Rodríguez2016-07-261-0/+26
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-261-3/+182
|\ \ | |/
| * Merge branch '20067-wiki-not-visible-from-web' into 'master' Rémy Coutable2016-07-211-27/+37
| |\
| | * Make Service.external_wikis return only active external wikisRémy Coutable2016-07-211-27/+37
| * | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-211-1/+80
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-0/+41
| | |\
| | * | Just put setup directly in the test, feedback:Lin Jen-Shin2016-07-211-6/+4
| | * | Lose unneeded instance variables and variables, feedback:Lin Jen-Shin2016-07-201-6/+6
| | * | Make sure there's a buildLin Jen-Shin2016-07-201-0/+1
| | * | Cleanup that a bitLin Jen-Shin2016-07-201-42/+27
| | * | Reuse those two methodsLin Jen-Shin2016-07-201-19/+10
| | * | It should be pluralLin Jen-Shin2016-07-201-1/+1
| | * | Avoid mixing builds from different pipelines:Lin Jen-Shin2016-07-201-21/+30
| | * | Past tense:Lin Jen-Shin2016-07-201-1/+1
| | * | Past tense, feedback:Lin Jen-Shin2016-07-201-1/+1
| | * | More complex data manipulating tests to model, andLin Jen-Shin2016-07-201-8/+60
| | * | Move Project#latest_successful_builds_for to project_spec.rbLin Jen-Shin2016-07-201-0/+43
| | * | API for downloading latest successful build:Lin Jen-Shin2016-07-191-1/+1
| * | | 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 remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-151-20/+227
|\ \ | |/
| * 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