summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Add tests for repository search filesDmitriy Zaporozhets2015-07-121-1/+1
* Fix search blobs for wikiDmitriy Zaporozhets2015-07-121-1/+1
* Implement search of code via git grepsearch-git-grepDmitriy Zaporozhets2015-07-101-0/+34
* Refactor can_be_merged logic for merge requestDmitriy Zaporozhets2015-07-011-0/+9
* Merge branches inside one repository using rugged instead of satellitesDmitriy Zaporozhets2015-07-011-2/+2
* Repository#blob_at should return nil for 00000000... shafix-zero-sha-lookupDmitriy Zaporozhets2015-07-011-2/+4
* Convert CRLF newlines to LF when committing using the web editor.web-editor-autocrlfDouwe Maan2015-06-201-1/+6
* Add `respond_to_missing?` for Commit and RepositoryRobert Speicher2015-06-101-4/+2
* Remove files in web editor using ruggedDmitriy Zaporozhets2015-06-021-8/+30
* Create and edit files in web editor via ruggedDmitriy Zaporozhets2015-06-011-0/+25
* Let commit model know about its project.Douwe Maan2015-04-241-5/+6
* 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