summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-033-12/+13
* Merge branch 'refactor-projects-list' into 'master' Dmitriy Zaporozhets2016-03-031-0/+11
|\
| * Refactor projects listDmitriy Zaporozhets2016-03-031-0/+11
* | Merge branch 'issue_13648' into 'master' Douwe Maan2016-03-031-8/+1
|\ \ | |/ |/|
| * Add specs to ForksController#index.issue_13648Rubén Dávila2016-03-021-6/+1
| * Reuse query from ProjectsFinder to get projects accessible to current user.Rubén Dávila2016-03-011-3/+1
* | Make the tags delete button remote in the tags listfix/13781-delete-tag-without-ajaxRémy Coutable2016-03-011-1/+6
|/
* Merge branch 'safe-content-type' into 'master' Douwe Maan2016-03-012-12/+5
|\
| * Explain why we mangle blob content typessafe-content-typeJacob Vosmaer2016-02-242-12/+5
* | Logged in user should be able to read internal forks.Rubén Dávila2016-02-271-1/+1
* | Improve implementation to check read access to forks and add pagination.Rubén Dávila2016-02-261-6/+16
|/
* Correctly checks if tree view is on screenPhil Hughes2016-02-231-1/+1
* Fixes issue with file view rows not clickable on project main viewfiles-view-row-clickPhil Hughes2016-02-231-3/+3
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-1/+1
* Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-201-0/+2
* Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan2016-02-193-1/+4
|\
| * Label description and Label rowTap2016-02-173-1/+4
* | Merge branch 'rs-blob' into 'master' Douwe Maan2016-02-201-1/+1
|\ \
| * | Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-1/+1
* | | Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-191-0/+1
|\ \ \
| * | | Add labels tab to milestone detail view.Rubén Dávila2016-02-021-0/+1
* | | | More updates from the last code review.Rubén Dávila2016-02-191-1/+2
* | | | Fix build and add specsRubén Dávila2016-02-191-8/+0
* | | | Some updates after last code review.Rubén Dávila2016-02-191-0/+8
* | | | Remove code introduced when endpoint was in MR controller.Rubén Dávila2016-02-191-2/+1
* | | | Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-191-3/+23
* | | | Check that target_branch is present.Rubén Dávila2016-02-191-1/+1
* | | | Reuser revert commit modal in MR detail page.Rubén Dávila2016-02-191-21/+0
* | | | Make MRs with revert commit work.Rubén Dávila2016-02-191-2/+5
* | | | Add RevertService class with basic logic to revert commitRubén Dávila2016-02-191-0/+13
* | | | Add button to revert commit on Commit detail page.Rubén Dávila2016-02-191-0/+7
* | | | Some updates from last code review.Rubén Dávila2016-02-191-11/+11
* | | | Add some specs plus some refactor.Rubén Dávila2016-02-191-2/+4
* | | | Explain why MR can't be reverted.Rubén Dávila2016-02-191-8/+8
* | | | Use adequate description for new MR.Rubén Dávila2016-02-191-1/+2
* | | | Check target branch exists before creating revert MR.Rubén Dávila2016-02-191-0/+5
* | | | Some refactor to the revert commit creation.Rubén Dávila2016-02-191-2/+2
* | | | Save merge commit id when MR is mergedRubén Dávila2016-02-191-1/+1
* | | | Create reverse branch and generate MR with new branch. #3409Rubén Dávila2016-02-191-2/+12
* | | | Add new endpoint and button to revert merge. #3409Rubén Dávila2016-02-191-0/+4
* | | | Merge branch 'ci/remove-builds' into 'master' Grzegorz Bizon2016-02-191-0/+6
|\ \ \ \
| * | | | Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-191-2/+2
| * | | | Update relevant build fields when build is erasedGrzegorz Bizon2016-02-191-1/+1
| * | | | Add build eraseable feature implementationGrzegorz Bizon2016-02-191-4/+4
| * | | | Add build remove button to build summary viewGrzegorz Bizon2016-02-191-0/+6
| | |/ / | |/| |
* | | | Mention project name in fork noticeAchilleas Pipinellis2016-02-191-1/+1
|/ / /
* | | Merge branch 'git-archive-refactor' into 'master' Douwe Maan2016-02-171-1/+3
|\ \ \
| * \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-arc...Jacob Vosmaer2016-02-1715-56/+66
| |\ \ \ | | | |/ | | |/|
| * | | First version of "git archive" headersJacob Vosmaer2016-02-021-1/+3
* | | | Redirect /import to project page if no importing at all and repo existsfix/13367-redirect-to-project-page-if-no-importRémy Coutable2016-02-171-3/+9
| |/ / |/| |