summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-2/+2
* Archive repositories in background worker.Douwe Maan2015-03-311-0/+3
* Replace commits calendar with contributions calendarDmitriy Zaporozhets2015-03-211-35/+0
* Cache head commit and head treeDmitriy Zaporozhets2015-03-211-2/+10
* Cache lookup results into hash to prevent repeating same requests to git repoDmitriy Zaporozhets2015-03-211-1/+10
* Cache project branches and tags into variablesDmitriy Zaporozhets2015-03-211-0/+16
* Merge branch 'changelog-link' into 'master'Dmitriy Zaporozhets2015-03-181-2/+22
|\
| * Add license and contribution guide links to project sidebar.Douwe Maan2015-03-181-1/+9
| * Link project version to changelog if there is one.Douwe Maan2015-03-181-1/+8
| * Move finding of contributing file from tree to repository.Douwe Maan2015-03-181-1/+6
* | Extend the commit calendar to show the actual commits for a dateHannes Rosenögger2015-03-181-0/+14
|/
* Everything from gitlab_git is already UTF-8.Douwe Maan2015-03-131-2/+2
* This MR extends the commit calendar so it searches for commits made with ever...Stan Hu2015-03-091-1/+2
* Count commits in branches as well in the commit calendarHannes Rosenögger2015-03-031-1/+1
* Fix git syntax issueDmitriy Zaporozhets2015-02-251-1/+1
* Refactor Repository to use new RepositoryCache classRobert Speicher2015-01-291-37/+24
* Cleanup and make contribution calendar fasterDmitriy Zaporozhets2015-01-291-17/+14
* Add a commit calendar to the user profileHannes Rosenögger2015-01-291-3/+28
* Show tags in commit viewHannes Rosenögger2015-01-171-0/+17
* Dont raise exception when wrong commit id passedDmitriy Zaporozhets2014-10-101-0/+2
* Merge pull request #7906 from mr-vinn/fix-graph-logDmitriy Zaporozhets2014-09-301-2/+12
|\
| * Replace Gitlab::Git::GitStatsVinnie Okada2014-09-291-2/+12
* | Fix contributors apiDmitriy Zaporozhets2014-09-301-6/+4
|/
* Keep tmp/repositories during clean-upJacob Vosmaer2014-09-291-1/+2
* Faster branch contains detection for commitDmitriy Zaporozhets2014-09-291-0/+17
* Improve commits data loading on Tree pageDmitriy Zaporozhets2014-09-291-1/+3
* Rewrite graphs featureDmitriy Zaporozhets2014-09-261-1/+1
* Fix graphsDmitriy Zaporozhets2014-09-251-1/+1
* Rollback diff drop and set default commit id to HEADDmitriy Zaporozhets2014-09-251-1/+1
* Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-2/+2
* Revert "history for files follows after rename"Dmitriy Zaporozhets2014-08-111-1/+0
* Merge pull request #7417 from woita/follow-history-for-filesDmitriy Zaporozhets2014-08-111-0/+1
|\
| * history for files follows after renameWalter Kreilinger2014-08-021-0/+1
* | Repository#path_to_repo should always return absolute pathDmitriy Zaporozhets2014-07-311-1/+4
|/
* Improve MR buildingDmitriy Zaporozhets2014-07-281-0/+16
* Fix timeout error when preparing git graph.Steven Mok2014-07-181-1/+1
* Use Contributor class instead of hashDmitriy Zaporozhets2014-07-021-15/+10
* Move API contributors logic to repository modelDmitriy Zaporozhets2014-07-021-0/+26
* Show VERSION information on project sidebarDmitriy Zaporozhets2014-06-251-0/+13
* Use gitlab_git to get commit_count in repo. It allows get commits count for g...Dmitriy Zaporozhets2014-06-111-1/+1
* Project commit count respects default branch. Closes #299Corey Hinshaw2014-06-031-1/+1
* Move protected branches to Project settingsDmitriy Zaporozhets2014-05-231-6/+15
* Remove archives older than 2 hours.Marin Jankovski2014-04-091-0/+5
* 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