summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6382 from jvanbaarsen/contribution-guide-linkDmitriy Zaporozhets2014-02-261-0/+7
|\
| * Added the contribution guide noticeJeroen van Baarsen2014-02-221-0/+7
* | Fix submodules 500 errorDmitriy Zaporozhets2014-02-241-1/+1
|/
* Complete api files CRUDDmitriy Zaporozhets2014-02-181-6/+6
* Show last commit for Blob#showDmitriy Zaporozhets2014-02-101-0/+4
* Fix submodule_helper specsDmitriy Zaporozhets2014-02-101-0/+16
* Repository#blob_at_branchDmitriy Zaporozhets2014-02-051-0/+10
* Improve code according to new gitlab_gitDmitriy Zaporozhets2014-02-041-1/+13
* Use new tags/branches from gitlab_gitDmitriy Zaporozhets2014-02-031-1/+1
* README link from project home pageDmitriy Zaporozhets2013-11-291-0/+7
* Fix recent branches order. Added countersDmitriy Zaporozhets2013-11-151-1/+1
* Project#default_branch use repo HEAD instead of DB value nowDmitriy Zaporozhets2013-11-061-1/+1
* Refactor blob findingDmitriy Zaporozhets2013-10-011-0/+4
* Fix blob and repo stuff after gitlab_git v3Dmitriy Zaporozhets2013-10-011-1/+1
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-2/+7
* Link issues from comments and automatically close themash wilson2013-08-251-0/+1
* Prevent 500 on project home page if project has extremely huge number of commitsDmitriy Zaporozhets2013-08-121-1/+5
* Refactor recent branches pageDmitriy Zaporozhets2013-08-051-0/+6
* Update main calls to gitlab_gitDmitriy Zaporozhets2013-08-051-4/+10
* create corresponding events when create branch/tag with UIDmitriy Zaporozhets2013-07-171-0/+8
* Feature: add git tag via uiDmitriy Zaporozhets2013-07-171-0/+6
* Ability to create new branch via UIDmitriy Zaporozhets2013-07-171-0/+10
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-161-0/+4
* Move branches list to own controller with pagination. Ability to remove branc...Dmitriy Zaporozhets2013-07-161-0/+6
* More info (like 10 branches, 5 tags) at project show pageDmitriy Zaporozhets2013-07-091-2/+21
* Fixed cache key difference for graphDmitriy Zaporozhets2013-06-251-1/+1
* Cache graph logDmitriy Zaporozhets2013-06-251-0/+8
* Lets cache branch_names, tag_names for repoDmitriy Zaporozhets2013-05-151-0/+14
* Cache repo size inside repo modelDmitriy Zaporozhets2013-04-281-0/+16
* Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-0/+10
* Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets2013-04-011-8/+2
* Fix stubbed repoDmitriy Zaporozhets2013-04-011-2/+2
* Add Repository model to proxy request to Gitlab::Git::Repositoty and decorate...Dmitriy Zaporozhets2013-03-311-0/+41
* Fix tests and remove app/models/repository.rbDmitriy Zaporozhets2013-03-311-170/+0
* Use existing methods for branch names: Ex use @repository.branch_names instea...Dmitriy Zaporozhets2013-03-311-1/+2
* Revert "First step with rugged"Dmitriy Zaporozhets2013-03-281-7/+3
* First step with ruggedDmitriy Zaporozhets2013-03-281-3/+7
* remove last commit widget, added repo size and owner info on project home pageDmitriy Zaporozhets2013-03-071-0/+19
* better solution for #3027Dmitriy Zaporozhets2013-03-051-1/+1
* Fix file_path to correspond with the nameFumiya Nakamura2013-02-151-1/+1
* Fix file_name for archiveFumiya Nakamura2013-02-151-1/+1
* fix archive download : not creating namespace directoryPierre Gambarotto2013-02-141-1/+1
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-1/+1
* Since gitlab-shell no sense to check hooksDmitriy Zaporozhets2013-02-111-19/+0
* Fix for archive download (method path missing)Martin Bastien2013-01-101-3/+3
* Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-3/+9
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-0/+163
* Project model refactoredDmitriy Zaporozhets2012-03-091-13/+0
* Cleaning and refactoringDmitriy Zaporozhets2012-03-061-131/+0
* 4 roles permission systemDmitriy Zaporozhets2012-02-161-11/+1