summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for ref and path to commits filteringDmitriy Zaporozhets2016-01-071-9/+12
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+5
* Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master' Douwe Maan2016-01-051-0/+37
|\
| * Fix diverging commit count calculationbrunsa2/gitlab-ce-diverging-branch-graphsJeff Stubler2015-12-151-2/+5
| * Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-12-031-35/+45
| |\
| * \ Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-11-121-5/+14
| |\ \
| * | | Refactor for style issuesJeff Stubler2015-11-111-14/+10
| * | | Add graphs showing commits ahead and behind default to branches pageJeff Stubler2015-11-011-2/+40
* | | | Disable --follow in `git log` to avoid loading duplicate commit data in infin...Stan Hu2015-12-251-1/+3
* | | | Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-26/+33
* | | | Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg2015-12-101-54/+79
|\ \ \ \
| * | | | Default target branch to patch-n when editing file in protected branchDouwe Maan2015-12-081-0/+11
| * | | | Dont use cached collection for Repository find_branch and find_tag methodsDmitriy Zaporozhets2015-12-071-2/+2
| * | | | Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-25/+29
| | |_|/ | |/| |
| * | | Fire update hook from GitLabValery Sizov2015-11-301-3/+7
| * | | Load raw repository lazily to recover from failed readDouwe Maan2015-11-181-7/+11
| * | | Clean up Repository cache code.Douwe Maan2015-11-181-8/+14
| * | | Add Repository#is_ancestor? convenience method.Douwe Maan2015-11-181-1/+6
| * | | Remove duplicate code in Repository#*_names_containsDmitriy Zaporozhets2015-11-161-16/+7
| | |/ | |/|
* | | Licence also accepted as license fileZeger-Jan van de Weg2015-12-101-7/+15
* | | Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg2015-11-111-22/+45
|\ \ \ | |/ /
| * | Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-6/+6
| * | Merge branch 'olhado/gitlab-ce-commit-search'Dmitriy Zaporozhets2015-11-031-0/+9
| |\ \ | | |/ | |/|
| | * Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-021-3/+3
| | * Actually converted code to following suggestions.Michael Chmielewski2015-10-281-6/+3
| | * Fixed method to use git log via Popen as recommended, and made output match t...Michael Chmielewski2015-10-281-1/+6
| | * Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-281-4/+5
| | * Add support for searching commit log messagesJonathan Schoeffling2015-10-281-0/+6
| * | Force update refs/merge-requests/X/head upon a push to the source branch of a...Stan Hu2015-10-291-1/+1
| |/
| * Merge branch 'dirceu/gitlab-ce-fix-project-search-with-unmatched-parentheses'Douwe Maan2015-10-251-1/+1
| |\
| | * Fix issue #3055 (project search with unmatched parentheses)dirceu/gitlab-ce-fix-project-search-with-unmatched-parenthesesDirceu Pereira Tiegs2015-10-211-1/+1
| * | Refactor git follow option setgit-followDmitriy Zaporozhets2015-10-231-1/+1
| * | Use git follow flag for commits page when retrieve history for file or directoryDmitriy Zaporozhets2015-10-231-2/+5
| * | Show empty repository page if repository don't have branchesArtem V. Navrotskiy2015-10-211-0/+13
| * | Merge branch 'git-archive-improvements-2' into 'master' Douwe Maan2015-10-211-8/+8
| |\ \
| | * | Clear archive cache asynchronouslyJacob Vosmaer2015-10-201-8/+8
| * | | Correctly find last known blob for file deleted in MR.merge-request-deleted-fileDouwe Maan2015-10-201-7/+1
| |/ /
| * | Add system notes for restored branchesStan Hu2015-10-151-0/+4
| |/
* | Add specs on #licenseZeger-Jan van de Weg2015-10-151-1/+5
* | Prefer Licence over CopyingZeger-Jan van de Weg2015-10-141-3/+7
* | COPYING is now also accepted as licence fileZeger-Jan van de Weg2015-10-141-3/+3
|/
* Add directory feature buttonStan Hu2015-10-071-8/+21
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-1/+1
* Merge branch 'remove-satellites'Dmitriy Zaporozhets2015-08-191-0/+146
|\
| * Merge branch 'master' into remove-satellitesDmitriy Zaporozhets2015-08-171-0/+11
| |\
| * | Fix typo in text when raise pre-receive exceptionDmitriy Zaporozhets2015-08-171-1/+1
| * | save repo empty state into variable for proper resultpre-receive-wo-satellitesDmitriy Zaporozhets2015-08-171-2/+3
| * | merge with support of pre-receive and post-receive hooksDmitriy Zaporozhets2015-08-141-8/+10
| * | Refactor how repository makes commit with pre/post receive hooksDmitriy Zaporozhets2015-08-141-29/+90
| * | Implement commit transaction with pre-receive and post-receive hooks for web ...Dmitriy Zaporozhets2015-08-131-1/+1