summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Show empty repository page if repository don't have branchesArtem V. Navrotskiy2015-10-211-0/+13
* Merge branch 'git-archive-improvements-2' into 'master' Douwe Maan2015-10-211-8/+8
|\
| * Clear archive cache asynchronouslyJacob Vosmaer2015-10-201-8/+8
* | Correctly find last known blob for file deleted in MR.merge-request-deleted-fileDouwe Maan2015-10-201-7/+1
|/
* Add system notes for restored branchesStan Hu2015-10-151-0/+4
* Add directory feature buttonStan Hu2015-10-071-8/+21
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-1/+1
* Merge branch 'remove-satellites'Dmitriy Zaporozhets2015-08-191-0/+146
|\
| * Merge branch 'master' into remove-satellitesDmitriy Zaporozhets2015-08-171-0/+11
| |\
| * | Fix typo in text when raise pre-receive exceptionDmitriy Zaporozhets2015-08-171-1/+1
| * | save repo empty state into variable for proper resultpre-receive-wo-satellitesDmitriy Zaporozhets2015-08-171-2/+3
| * | merge with support of pre-receive and post-receive hooksDmitriy Zaporozhets2015-08-141-8/+10
| * | Refactor how repository makes commit with pre/post receive hooksDmitriy Zaporozhets2015-08-141-29/+90
| * | Implement commit transaction with pre-receive and post-receive hooks for web ...Dmitriy Zaporozhets2015-08-131-1/+1
| * | Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-0/+82
* | | Clear cache to prevent listing deleted branches after MR removes source branchStan Hu2015-08-141-0/+4
| |/ |/|
* | Add merged label on branches pageFlorent (HP)2015-08-111-0/+11
|/
* Revert "Create and edit files in web editor via rugged"Dmitriy Zaporozhets2015-08-111-47/+0
* Fix conflict issueDmitriy Zaporozhets2015-08-111-2/+0
* Revert "Merge branches inside one repository using rugged instead of satellites"Dmitriy Zaporozhets2015-08-111-0/+2
* Revert "Merge branch 'refactor-can-be-merge' into 'master'"Dmitriy Zaporozhets2015-08-111-9/+0
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-28/+2
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-041-35/+23
|\
| * Remove repository graph log to fix slow cache updates after push eventStan Hu2015-07-191-19/+1
| * Merge branch 'even-faster-search' into 'master' Dmitriy Zaporozhets2015-07-171-6/+5
| |\
| | * Avoid copy of strings in memory for parsing git grep resulteven-faster-searchDmitriy Zaporozhets2015-07-131-6/+5
| * | Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-12/+0
| * | Build missing cache items in background job after each pushDmitriy Zaporozhets2015-07-171-2/+21
| |/
* | Refactor compare and fetch logicDmitriy Zaporozhets2015-07-151-0/+2
* | Implement merge from forks without satellitesDmitriy Zaporozhets2015-07-151-2/+21
* | Fetch reference from fork repo when create merge requestDmitriy Zaporozhets2015-07-151-0/+5
|/
* Add tests for repository search filesDmitriy Zaporozhets2015-07-121-1/+1
* Fix search blobs for wikiDmitriy Zaporozhets2015-07-121-1/+1
* Implement search of code via git grepsearch-git-grepDmitriy Zaporozhets2015-07-101-0/+34
* Refactor can_be_merged logic for merge requestDmitriy Zaporozhets2015-07-011-0/+9
* Merge branches inside one repository using rugged instead of satellitesDmitriy Zaporozhets2015-07-011-2/+2
* Repository#blob_at should return nil for 00000000... shafix-zero-sha-lookupDmitriy Zaporozhets2015-07-011-2/+4
* Convert CRLF newlines to LF when committing using the web editor.web-editor-autocrlfDouwe Maan2015-06-201-1/+6
* Add `respond_to_missing?` for Commit and RepositoryRobert Speicher2015-06-101-4/+2
* Remove files in web editor using ruggedDmitriy Zaporozhets2015-06-021-8/+30
* Create and edit files in web editor via ruggedDmitriy Zaporozhets2015-06-011-0/+25
* Let commit model know about its project.Douwe Maan2015-04-241-5/+6
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-2/+2
* Archive repositories in background worker.Douwe Maan2015-03-311-0/+3
* Replace commits calendar with contributions calendarDmitriy Zaporozhets2015-03-211-35/+0
* Cache head commit and head treeDmitriy Zaporozhets2015-03-211-2/+10
* Cache lookup results into hash to prevent repeating same requests to git repoDmitriy Zaporozhets2015-03-211-1/+10
* Cache project branches and tags into variablesDmitriy Zaporozhets2015-03-211-0/+16
* Merge branch 'changelog-link' into 'master'Dmitriy Zaporozhets2015-03-181-2/+22
|\
| * Add license and contribution guide links to project sidebar.Douwe Maan2015-03-181-1/+9