summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Document Repository#keep_around13524-keep-around-commitsDouwe Maan2016-07-031-4/+8
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-031-0/+20
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Expire branch/tag git data when needed.18709-branch-tag-collection-cachingPaco Guzman2016-06-301-8/+8
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+1
* add custom highlighting via .gitattributeshttp://jneen.net/2016-06-271-0/+4
* Improve performance of searching tags by name by using a memorized tag array18924-gitlab-ce-tags-page-is-not-working-502-read-timeoutAlejandro Rodríguez2016-06-231-1/+1
* Get ref_names from branch_names/tag_names cachedPaco Guzman2016-06-201-0/+4
* Unify check branch name existPaco Guzman2016-06-201-5/+2
* Merge branch '14918-add-filter-dropdown-to-tag-page' into 'master' Rémy Coutable2016-06-171-0/+19
|\
| * Add sorting dropdown to tag page14918-add-filter-dropdown-to-tag-pageAlejandro Rodríguez2016-06-161-0/+19
* | Use Git cached counters on project show page18709-use-specific-git-cached-countersPaco Guzman2016-06-161-1/+1
|/
* Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu2016-06-121-1/+1
* Remove main_language and testsremove-main-languageJosh Frye2016-05-251-6/+0
* Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-1/+5
* Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-6/+14
* Merge branch 'issue-17537-fix' into 'master' Douwe Maan2016-05-201-4/+8
|\
| * Fix Error 500 when attempting to retrieve project license when HEAD points to...Stan Hu2016-05-141-4/+8
* | Use extended regexp flag for `git grep`-ing filesrs-issue-3055Robert Speicher2016-05-181-1/+1
* | Extract GitHub branch formatterDouglas Barbosa Alexandre2016-05-131-0/+4
|/
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-2/+2
* Merge branch 'casecmp-cop' into 'master' Rémy Coutable2016-05-111-1/+1
|\
| * Enable Rubocop Casecmp Performance Cop.Connor Shea2016-05-101-1/+1
* | Fix a few places where autoloading would failRémy Coutable2016-05-101-1/+1
|/
* Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable2016-05-041-3/+13
|\
| * Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-041-7/+10
| * Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-041-2/+9
* | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-041-2/+4
|\ \ | |/ |/|
| * API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-2/+4
* | Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-0/+10
|/
* Allow alternative names for the CHANGELOG file.Connor Shea2016-04-261-1/+1
* Fix license detection to detect all license files, not only known licensesRémy Coutable2016-04-251-7/+3
* Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-201-19/+18
|\
| * Continue implementation of the license template selector and /licenses API en...Rémy Coutable2016-04-181-19/+18
* | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-191-5/+44
|\ \ | |/ |/|
| * Add support to cherry-pick any commitP.S.V.R2016-04-181-5/+44
* | 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