summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Instrument Repository.clean_old_archivesYorick Peterse2016-04-181-3/+5
* Delete tags via ruggedRobert Schilling2016-04-151-1/+6
* Merge branch 'rs-trailing-slash-in-search' into 'master' Douwe Maan2016-04-151-1/+1
|\
| * Escape the query argument provided to `git grep` by `search_files`rs-trailing-slash-in-searchRobert Speicher2016-04-091-1/+1
* | Fix repository cache invalidation issue when project is recreated with an emp...Stan Hu2016-04-131-0/+2
* | Dont return nullJeroen Bobbeldijk2016-04-111-1/+1
* | Add changelog, change code to guard clauseJeroen Bobbeldijk2016-04-111-3/+3
* | Check head unborn in ruggedJeroen Bobbeldijk2016-04-111-1/+1
|/
* Expire caches after project creation to ensure a consistent stateStan Hu2016-04-071-0/+2
* Flush repository cache before import project datafix-gh-pr-importDouglas Barbosa Alexandre2016-04-041-0/+5
* Merge branch 'update_repository_from_ee' into 'master' Douwe Maan2016-04-041-6/+10
|\
| * Migrate Repository#local_branches from gitlab-ee.update_repository_from_eeRubén Dávila2016-04-011-6/+10
* | Don't fetch any tags from a forked repoStan Hu2016-04-021-1/+1
|/
* Expire the exists cache before deletion to ensure project dir actually existsStan Hu2016-03-271-0/+2
* Merge branch 'handle-avatar-in-empty-repo' into 'master' Stan Hu2016-03-271-0/+2
|\
| * Don't attempt to look up an avatar in repo if repo directory does not existStan Hu2016-03-251-0/+2
* | rescue Rugged::ReferenceError in Repository#gitlab_ci_yml methodci-setup-infoDmitriy Zaporozhets2016-03-251-0/+4
* | Make sure Repository#gitlab_ci_yml is safe to use even when repository is mis...Dmitriy Zaporozhets2016-03-251-1/+1
* | Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets2016-03-241-1/+5
* | Detect build setup state based on gitlab_ci.yml presenseDmitriy Zaporozhets2016-03-241-0/+4
|/
* Cache output of Repository#exists?Yorick Peterse2016-03-191-5/+20
* Don't rebuild diverging commit count cachesYorick Peterse2016-03-171-6/+0
* Removed Repository#rebuild_cacheYorick Peterse2016-03-171-12/+0
* Cache project avatars stored in GitYorick Peterse2016-03-171-3/+33
* Fix wiki search results point to raw sourceHiroyuki Sato2016-03-171-0/+4
* Call after_create_branch in Repository#add_branchbranch-tag-count-methodsYorick Peterse2016-03-081-1/+2
* Call the right hooks in Repository#add_tagYorick Peterse2016-03-081-1/+2
* Call the right hooks when removing branchesYorick Peterse2016-03-081-2/+8
* Cache & flush tag/branch countsYorick Peterse2016-03-081-3/+30
* adds swp and swo to gitignore and improves migration for project main_languagetiagonbotelho2016-03-071-0/+6
* removes unused methods that I forgottiagonbotelho2016-03-071-12/+0
* moves method to repository modeltiagonbotelho2016-03-071-0/+12
* Add some specs for Repository#revert.issue_13716Rubén Dávila2016-03-011-1/+1
* Check for conflicts before creating target branch.Rubén Dávila2016-03-011-12/+20
* 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