summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor storage path extraction from full repo pathdz-internal-api-fullpathDmitriy Zaporozhets2016-10-281-0/+14
* Remove duplicate code in repository cache clearingsh-flush-cache-after-importStan Hu2016-10-231-8/+1
* Expire and build repository cache after project importStan Hu2016-10-231-4/+14
* Refactoring find_commits functionalityValery Sizov2016-10-201-3/+6
* Refactor ci_status on MergeRequestControllerZ.J. van de Weg2016-10-141-2/+2
* Show what time ago a MR was deployedZ.J. van de Weg2016-10-141-0/+8
* Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-121-1/+2
|\
| * refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-6/+3
| * removes inconsistency regarding tagging immediately as merged once you create...tiagonbotelho2016-10-091-1/+5
* | Make searching for commits case insensitive.Adam Niedzielski2016-10-101-2/+4
|/
* multi-file commitMarc Siegfriedt2016-10-051-0/+46
* deployment refs in own folder, new method for creating refszj-save-environment-deployment-refsZ.J. van de Weg2016-10-041-0/+4
* Add spec covering 'committer_hash'Dan Dunckel2016-09-201-1/+1
* Add optional 'author' param when making commitsDan Dunckel2016-09-191-54/+56
* Backport search_helper changes from EEbackport_to_search_helper_from_eeValery Sizov2016-09-141-32/+1
* Simplify a condition in Repository#update_fileRémy Coutable2016-09-121-1/+1
* fixes distinction between renaming a file and updating its content and21092-file-execution-flag-is-not-preserved-when-editing-filestiagonbotelho2016-09-091-1/+1
* Rename {commit,update_branch}_with_hooksJacob Vosmaer2016-09-071-9/+9
* Allow adding multiple commits in commit_with_hooksJacob Vosmaer2016-09-071-1/+5
* Make error message appropriate for end usersJacob Vosmaer2016-09-021-2/+2
* Use 'git update-ref' for safer web commitsJacob Vosmaer2016-09-021-20/+21
* Optimize branch lookups and force a repository reload for Repository#find_branchsh-reload-find-branchStan Hu2016-09-011-2/+15
* Display project icon from default branchHannes Rosenögger2016-08-251-1/+1
* Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-1/+9
* Merge branch 'custom-events-tracking' into 'master' Douwe Maan2016-08-171-0/+20
|\
| * Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-171-0/+20
* | Move resolving code to ResolveServiceSean McGivern2016-08-121-0/+8
|/
* Update version_sorter and use new interface for faster tag sortingAlejandro Rodríguez2016-08-081-3/+1
* Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-061-1/+1
* Use only deltas in diffs when scanning the last commit for changes in the ava...Stan Hu2016-08-031-1/+1
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-1/+1
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-281-14/+17
* Merge branch '20308-fix-title-that-is-show-in-the-dropdown-toggle-button-on-p...Rémy Coutable2016-07-281-2/+2
|\
| * Fix the title of the toggle dropdown buttonHerminio Torres2016-07-281-2/+2
* | Respective cache is now expired when creating a new branchtiagonbotelho2016-07-271-0/+4
|/
* Rescue Rugged::OSError (lock exists) when creating references.20156-rescue-reference-create-due-to-file-lock-existsPaco Guzman2016-07-261-0/+3
* Merge branch 'use-project-id-in-repo-cache' into 'master' Yorick Peterse2016-07-251-1/+1
|\
| * Use project ID in repository cache to prevent stale data from persisting acro...Stan Hu2016-07-251-1/+1
* | Merge branch 'filter-branch-by-name' into 'master' Douwe Maan2016-07-251-0/+2
|\ \ | |/ |/|
| * Merge branch 'master' into filter-branch-by-nametiagonbotelho2016-07-221-23/+30
| |\
| * | refactors the search to enable users to filter and sort branches at thetiagonbotelho2016-07-191-4/+0
| * | implements branches filter functionality and tests accordinglytiagonbotelho2016-07-191-1/+0
| * | implements the basic filter functionalitytiagonbotelho2016-07-191-0/+7
* | | Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro Rodríguez2016-07-241-14/+11
| |/ |/|
* | Gracefully handle case when keep-around references are corrupted or exist alr...handle-invalid-kept-around-referencesStan Hu2016-07-221-2/+11
* | Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-211-11/+14
* | Add service to clean up repository archive cacheDouglas Barbosa Alexandre2016-07-211-10/+0
* | Expire tags/branches repo cache before delete a repository20011-incosistent-branch-cache-statePaco Guzman2016-07-201-0/+5
|/
* fixes an issue cause by a bad mergetiagonbotelho2016-07-191-1/+2
* Merge branch 'master' into rename-repo-filestiagonbotelho2016-07-191-48/+34
|\