summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-build-mock-ci-service' into 'master' Douwe Maan2017-03-021-0/+1
|\
| * Add missing association for mock_ci_servicefix-build-mock-ci-serviceAdam Niedzielski2017-03-021-0/+1
* | Use string based `visibility` getter & setterToon Claes2017-03-021-1/+1
* | Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-021-1/+1
|/
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable2017-02-271-2/+8
|\
| * Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-241-2/+8
* | Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern2017-02-241-7/+3
|\ \ | |/ |/|
| * Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-7/+3
* | Merge branch '27989-disable-counting-tags' into 'master' Rémy Coutable2017-02-231-2/+1
|\ \ | |/ |/|
| * Disable unused tags count cache for Projects, Builds and RunnersPawel Chojnacki2017-02-231-2/+1
* | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-11/+11
* | Move up delegate callsDouwe Maan2017-02-231-4/+2
* | Enable Rails/DelegateDouwe Maan2017-02-231-6/+2
* | Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-11/+11
* | Fix code for copsDouwe Maan2017-02-231-7/+8
* | Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* | Enable Rails/ValidationDouwe Maan2017-02-231-2/+2
* | Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
|/
* No more and/orDouwe Maan2017-02-211-1/+1
* Fix a number of race conditions that can occur during namespace deletionsh-namespace-cleanup-deleted-projectsStan Hu2017-02-151-0/+2
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-11/+17
* Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable2017-02-131-1/+1
|\
| * Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* | Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-25/+18
* | Address feedbackDouwe Maan2017-02-061-31/+0
* | Improve performance of finding last deployed environmentDouwe Maan2017-02-061-9/+4
* | Add testsDouwe Maan2017-02-061-3/+3
* | Validate route mapDouwe Maan2017-02-061-12/+5
* | Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-3/+44
* | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-031-5/+1
|\ \ | |/
| * Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-031-5/+1
| |\
| | * replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-5/+1
* | | Introduce pages_deployed? to Project modelKamil Trzcinski2017-01-311-2/+4
* | | Fix the URL of group pagesKamil Trzcinski2017-01-311-3/+7
* | | Added PagesDomainKamil Trzcinski2017-01-311-36/+2
* | | Implement proper verification of certificate's public_key against the private...Kamil Trzcinski2017-01-311-4/+4
* | | Initial work on GitLab Pages updateKamil Trzcinski2017-01-311-8/+43
* | | Add comment about the sequence when removing the pagesKamil Trzcinski2017-01-311-0/+3
* | | Asynchronously remove pagesKamil Trzcinski2017-01-311-1/+5
* | | Rename pages namespace or project path when changedKamil Trzcinski2017-01-311-0/+1
* | | Revert "Store pages in shared/pages/fqdn/fqdn/public or shared/pages/fqdn/sub...Kamil Trzcinski2017-01-311-8/+6
* | | Store pages in shared/pages/fqdn/fqdn/public or shared/pages/fqdn/subpath/pub...Kamil Trzcinski2017-01-311-6/+8
* | | Change pages domain to hostKamil Trzcinski2017-01-311-1/+1
* | | Support https and custom port for pagesKamil Trzcinski2017-01-311-2/+5
* | | Add GitLab PagesKamil Trzcinski2017-01-311-0/+25
|/ /
* | Improve search within group logicDmitriy Zaporozhets2017-01-301-0/+1
* | Add commment to Issue, Project and MergeRequest #to_referenceOswaldo Ferreira2017-01-271-0/+1
* | Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-271-16/+11
* | Refactor Project#to_reference and make full_path a keyword argumentBerna Castro2017-01-271-22/+24