summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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