summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Moved exists condition in Repository#before_deleteYorick Peterse2016-02-251-6/+4
* Move Repository#expire_all_caches to before_deleteYorick Peterse2016-02-231-10/+5
* Moved cache expiration code to Repository hooksYorick Peterse2016-02-231-0/+38
* Flush emptiness caches whenever neededYorick Peterse2016-02-201-0/+4
* Some updates from last code review.Rubén Dávila2016-02-191-2/+2
* Make #commit_with_hooks return the new obj id plus some other fixes.Rubén Dávila2016-02-191-4/+3
* Make more robust the test to see if a commit has been previously reverted.Rubén Dávila2016-02-191-5/+5
* Fix build and add specsRubén Dávila2016-02-191-2/+1
* Some fixes and refactors for code related to forks.Rubén Dávila2016-02-191-2/+0
* Don't make Repository#revert aware of MRs.Rubén Dávila2016-02-191-3/+3
* Some updates after last code review.Rubén Dávila2016-02-191-3/+3
* Add link to fork if user can't revert MR.Rubén Dávila2016-02-191-0/+2
* Big refactor for #revert_commit.Rubén Dávila2016-02-191-29/+11
* Fix commit message plus other little fix.Rubén Dávila2016-02-191-2/+1
* Show list of branches plus some fixes.Rubén Dávila2016-02-191-8/+6
* Some fixes required for conflicts on revert.Rubén Dávila2016-02-191-7/+10
* Make it work for merge commits.Rubén Dávila2016-02-191-7/+10
* Make MRs with revert commit work.Rubén Dávila2016-02-191-6/+8
* Add RevertService class with basic logic to revert commitRubén Dávila2016-02-191-12/+31
* Some updates from last code review.Rubén Dávila2016-02-191-13/+15
* Create branch if it doesn't exists.Rubén Dávila2016-02-191-3/+4
* Add some specs plus some refactor.Rubén Dávila2016-02-191-8/+5
* Remove no longer required method.Rubén Dávila2016-02-191-4/+0
* Some refactor to the revert commit creation.Rubén Dávila2016-02-191-14/+17
* Save merge commit id when MR is mergedRubén Dávila2016-02-191-3/+27
* Create reverse branch and generate MR with new branch. #3409Rubén Dávila2016-02-191-0/+4
* Handle raw_repository returning nil in exists?autocrlf-lazyYorick Peterse2016-02-181-0/+2
* Use Repository#exists? in Repository#commit?Yorick Peterse2016-02-181-1/+1
* Fixed Repository#exists? to handle errorsYorick Peterse2016-02-181-6/+5
* Only set autocrlf when creating/updating filesYorick Peterse2016-02-181-3/+7
* Merge branch 'expire-fork-import-caches' into 'master' Douwe Maan2016-02-171-0/+17
|\
| * Flush all repository caches when deleting a repoexpire-fork-import-cachesYorick Peterse2016-02-171-0/+9
| * Expire caches after forking/importing a repositoryYorick Peterse2016-02-171-0/+8
* | Merge branch 'klowner/gitlab-ce-fix-compare-by-tag-crash' into 'master' Douwe Maan2016-02-171-0/+2
|\ \ | |/ |/|
| * Fix 500 error when comparing by tagsMark Riedesel2016-02-171-0/+2
* | Cleaned up Repository#initializecleanup-repository-initializeYorick Peterse2016-02-161-1/+1
|/
* Merge branch 'cwq1913/gitlab-ce-fix_skip_merge_commits' into 'master' Robert Speicher2016-02-101-1/+2
|\
| * Actually use the `skip_merges` option in Repository#commitscwq1913/gitlab-ce-fix_skip_merge_commitsTony Chu2016-02-081-1/+2
* | Smarter flushing of branch statistics cachesYorick Peterse2016-02-091-11/+14
* | Cache various Repository Git operationscaching-repository-git-operationsYorick Peterse2016-02-081-3/+19
|/
* Dedicated method for counting commits between refsimprove-diverging-commit-countsYorick Peterse2016-02-041-2/+5
* Fix specsDouwe Maan2016-01-281-0/+2
* Merge branch 'update-gitlab-git' into 'master' Douwe Maan2016-01-251-1/+1
|\
| * Use branch_count in Repository#has_visible_content?Yorick Peterse2016-01-211-1/+1
* | Ignore binary files in code search to prevent Error 500Stan Hu2016-01-221-1/+1
|/
* 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
| |\