summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Better message for git hooks and file locksValery Sizov2016-07-041-9/+9
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-041-0/+8
* 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-6/+8
* Add sorting dropdown to tag page14918-add-filter-dropdown-to-tag-pageAlejandro Rodríguez2016-06-161-0/+41
* Remove main_language and testsremove-main-languageJosh Frye2016-05-251-12/+0
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-5/+5
* Merge branch 'issue-17537-fix' into 'master' Douwe Maan2016-05-201-0/+18
|\
| * Fix Error 500 when attempting to retrieve project license when HEAD points to...Stan Hu2016-05-141-0/+18
* | Use extended regexp flag for `git grep`-ing filesrs-issue-3055Robert Speicher2016-05-181-0/+6
|/
* Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable2016-05-041-5/+22
|\
| * Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-041-10/+24
| * Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-041-4/+7
* | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-041-1/+1
|\ \ | |/ |/|
| * API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-1/+1
* | 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/+37
* Fix license detection to detect all license files, not only known licensesRémy Coutable2016-04-251-31/+15
* Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-201-9/+56
|\
| * Continue implementation of the license template selector and /licenses API en...Rémy Coutable2016-04-181-9/+56
* | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-191-0/+35
|\ \ | |/ |/|
| * Add support to cherry-pick any commitP.S.V.R2016-04-181-0/+35
* | Instrument Repository.clean_old_archivesYorick Peterse2016-04-181-1/+24
|/
* Delete tags via ruggedRobert Schilling2016-04-151-4/+2
* Merge branch 'rs-trailing-slash-in-search' into 'master' Douwe Maan2016-04-151-0/+6
|\
| * Escape the query argument provided to `git grep` by `search_files`rs-trailing-slash-in-searchRobert Speicher2016-04-091-0/+6
* | Fix repository cache invalidation issue when project is recreated with an emp...Stan Hu2016-04-131-0/+2
|/
* Expire caches after project creation to ensure a consistent stateStan Hu2016-04-071-0/+13
* Flush repository cache before import project datafix-gh-pr-importDouglas Barbosa Alexandre2016-04-041-0/+14
* Migrate Repository#local_branches from gitlab-ee.update_repository_from_eeRubén Dávila2016-04-011-4/+21
* Expire the exists cache before deletion to ensure project dir actually existsStan Hu2016-03-271-1/+1
* Merge branch 'handle-avatar-in-empty-repo' into 'master' Stan Hu2016-03-271-0/+6
|\
| * Don't attempt to look up an avatar in repo if repo directory does not existStan Hu2016-03-251-0/+6
* | Small refactoring and rewordingDmitriy Zaporozhets2016-03-251-5/+1
* | Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets2016-03-241-0/+23
|/
* Cache output of Repository#exists?Yorick Peterse2016-03-191-0/+30
* Added tests for Repository#build_cacheproject-cache-worker-without-divergingYorick Peterse2016-03-171-0/+30
* Cache project avatars stored in GitYorick Peterse2016-03-171-2/+79
* Fix wiki search results point to raw sourceHiroyuki Sato2016-03-171-1/+17
* Call after_create_branch in Repository#add_branchbranch-tag-count-methodsYorick Peterse2016-03-081-0/+6
* Call the right hooks in Repository#add_tagYorick Peterse2016-03-081-0/+11
* Added specs for Repository#rm_tagYorick Peterse2016-03-081-0/+11
* Call the right hooks when removing branchesYorick Peterse2016-03-081-0/+11
* Cache & flush tag/branch countsYorick Peterse2016-03-081-3/+44
* implements test to simulate empty repotiagonbotelho2016-03-071-0/+6
* adds tests and fixes some broken code to main language mrtiagonbotelho2016-03-071-0/+6
* Add some specs for Repository#revert.issue_13716Rubén Dávila2016-03-011-4/+31
* Added specs for the various Repository hooksrepository-caching-refactorYorick Peterse2016-02-251-2/+106
* Flush emptiness caches whenever neededYorick Peterse2016-02-201-0/+14