summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build and add specsRubén Dávila2016-02-191-7/+6
* Some updates from last code review.Rubén Dávila2016-02-191-1/+0
* Add some specs plus some refactor.Rubén Dávila2016-02-191-0/+26
* Handle raw_repository returning nil in exists?autocrlf-lazyYorick Peterse2016-02-181-0/+6
* Added specs for Repository#exists?Yorick Peterse2016-02-181-0/+13
* Only set autocrlf when creating/updating filesYorick Peterse2016-02-181-2/+38
* Expire caches after forking/importing a repositoryYorick Peterse2016-02-171-0/+11
* Merge branch 'cwq1913/gitlab-ce-fix_skip_merge_commits' into 'master' Robert Speicher2016-02-101-0/+6
|\
| * Actually use the `skip_merges` option in Repository#commitscwq1913/gitlab-ce-fix_skip_merge_commitsTony Chu2016-02-081-0/+6
* | Smarter flushing of branch statistics cachesYorick Peterse2016-02-091-0/+34
* | Cache various Repository Git operationscaching-repository-git-operationsYorick Peterse2016-02-081-3/+84
|/
* Use branch_count in Repository#has_visible_content?Yorick Peterse2016-01-211-0/+20
* Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg2015-12-101-1/+100
|\
| * Tag model specsDouwe Maan2015-12-091-1/+1
| * Call update hook from new GitHooksService class. #3069Rubén Dávila2015-12-031-1/+1
| * Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-0/+100
* | Licence also accepted as license fileZeger-Jan van de Weg2015-12-101-1/+10
* | Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg2015-11-111-0/+9
|\ \ | |/
| * Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-021-2/+2
| * Actually converted code to following suggestions.Michael Chmielewski2015-10-281-1/+1
| * Fixed method to use git log via Popen as recommended, and made output match t...Michael Chmielewski2015-10-281-1/+1
| * Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-281-2/+2
| * Trailing new lines at ends of files are important.Michael Chmielewski2015-10-281-1/+1
| * Make subject of spec line up on one line to satisfy rubocop requirementsMike Chmielewski2015-10-281-4/+2