summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | Ensure Commit#show responds 404 instead of 500 when given an invalid IDrs-issue-13467Robert Speicher2016-02-151-2/+2
* | | Merge branch 'olirogers/gitlab-ce-project-milestone-order' into 'master' Douwe Maan2016-02-121-5/+6
|\ \ \
| * | | Fix milestone order in project and issue edit lists to due_dateolirogers/gitlab-ce-project-milestone-orderOliver Rogers2016-02-101-5/+6
* | | | Move builds badge implementation to new badges controllerGrzegorz Bizon2016-02-112-10/+11
* | | | Inherit build badge access permissions from projectGrzegorz Bizon2016-02-111-10/+4
* | | | Respond to proper format for build badge requestGrzegorz Bizon2016-02-111-2/+8
* | | | Move badge implementation to builds controllerGrzegorz Bizon2016-02-112-16/+10
* | | | Skip authentication when requesting commit status badgeGrzegorz Bizon2016-02-111-1/+7
* | | | Improve CI status badge implementationGrzegorz Bizon2016-02-111-3/+2
* | | | Add CI status badge implementation to commit controllerGrzegorz Bizon2016-02-111-0/+6
* | | | Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-102-6/+20
|/ / /
* | | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-097-31/+10
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-043-18/+11
| |\ \ \ | | | |/ | | |/|