summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'git-raw-workhorse' into 'master' Jacob Vosmaer2016-02-022-18/+9
|\
| * Use @repositoryJacob Vosmaer2016-02-021-3/+2
| * Avoid trailing 'charset=' garbageJacob Vosmaer2016-02-012-2/+4
| * Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-raw...Jacob Vosmaer2016-02-0112-54/+59
| |\
| * | Use only one header to send git blobsJacob Vosmaer2016-02-012-4/+2
| * | No need for base64 anymoreJacob Vosmaer2016-01-281-2/+0
| * | Send more raw blob data with workhorseJacob Vosmaer2016-01-282-8/+7
| * | Prototype of Git blobs via workhorseJacob Vosmaer2016-01-151-11/+6
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer2016-02-018-49/+52
|\ \ \ | | |/ | |/|
| * | Merge branch 'note-background-job' into 'master' Dmitriy Zaporozhets2016-01-291-1/+1
| |\ \
| | * | [WIP] Background process note logic for #3948Josh Frye2016-01-281-1/+1
| * | | Merge branch 'mr-merge-base' into 'master' Robert Speicher2016-01-281-1/+1
| |\ \ \
| | * | | Correctly determine MR diff base when MR has merge conflictsDouwe Maan2016-01-271-1/+1
| * | | | Merge branch 'highlight-blame' into 'master' Robert Speicher2016-01-281-23/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Move blame group logic to dedicated classDouwe Maan2016-01-281-27/+1
| | * | | Fix highlighting in blame view.Douwe Maan2016-01-271-0/+4
| | |/ /
| * | | Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-281-1/+10
| |\ \ \ | | |/ / | |/| |
| | * | Some CSS and sorting fixes.Rubén Dávila2016-01-201-2/+2
| | * | Add ability to sort forks. #2406Rubén Dávila2016-01-201-0/+2
| | * | Add fork button and implement ability to distinguish between public and prote...Rubén Dávila2016-01-201-1/+4
| | * | Use Project creator's avatar in fork listing. #2406Rubén Dávila2016-01-201-1/+2
| | * | Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-201-0/+3
| * | | Fixi import redirect loopDouglas Barbosa Alexandre2016-01-251-5/+15
| * | | Merge branch 'fix-comment-on-diff-ajax-loading'Dmitriy Zaporozhets2016-01-221-12/+10
| |\ \ \
| | * | | Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-191-12/+10
| | |/ /
| * | | Make sure non-highlighted diffs are still escapedunescaped-diffsDouwe Maan2016-01-221-1/+3
| * | | Save and use actual diff base commit for MR diff highlightingDouwe Maan2016-01-202-4/+8
| * | | Merge branch 'master' into issue_3945Douwe Maan2016-01-206-6/+7
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into issue_3945Rubén Dávila2016-01-148-34/+102
| |\ \ \ | | | |/ | | |/|
| * | | More refactoring from last code review. #3945Rubén Dávila2016-01-143-5/+2
| * | | Use the adequate reference for the old rev. #3945Rubén Dávila2016-01-141-1/+1
| * | | Add inline diff markers in highlighted diffs.Douwe Maan2016-01-141-1/+1
| * | | Use current commit id if it doesn't have a parent. #3945Rubén Dávila2016-01-131-1/+1
| * | | Fix broken specs. #3945Rubén Dávila2016-01-121-1/+2
| * | | Small fixes from code review. #3945Rubén Dávila2016-01-121-1/+1
| * | | Reuse existent vars with ref and path. #3945Rubén Dávila2016-01-121-3/+1
| * | | Change strategy to highlight diffs. #3945Rubén Dávila2016-01-074-2/+9
| * | | Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila2015-12-311-1/+1
* | | | WIP lazy blobsJacob Vosmaer2016-02-011-0/+3
| |_|/ |/| |
* | | Merge branch 'fix-autocomplete-new-issues' into 'master' Robert Speicher2016-01-153-2/+3
|\ \ \
| * | | Fix autocomplete for new issues/MRs/snippetsfix-autocomplete-new-issuesYorick Peterse2016-01-153-2/+3
| | |/ | |/|
* | | Fix nonexistent method in artifacts controllerGrzegorz Bizon2016-01-151-1/+1
* | | Give reporters the ability to download artifacts.Andrew Johnson2016-01-152-3/+3
|/ /
* | Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-5/+5
* | Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-7/+7
* | Check if file exists in metadata in download actionGrzegorz Bizon2016-01-141-3/+8
* | Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-141-1/+4
* | Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-141-1/+7
* | Add method that checks if path exists in `StringPath`Grzegorz Bizon2016-01-141-1/+1
* | Render 404 when artifacts path is invalidGrzegorz Bizon2016-01-141-0/+1