summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Add link to fork if user can't revert MR.Rubén Dávila2016-02-195-3/+23
| | | | | | | | | |
| * | | | | | | | | Remove code introduced when endpoint was in MR controller.Rubén Dávila2016-02-192-3/+1
| | | | | | | | | |
| * | | | | | | | | Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-193-4/+30
| | | | | | | | | |
| * | | | | | | | | Remove no longer required methods on MR.Rubén Dávila2016-02-191-12/+0
| | | | | | | | | |
| * | | | | | | | | Check that target_branch is present.Rubén Dávila2016-02-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Big refactor for #revert_commit.Rubén Dávila2016-02-192-39/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Now checking if a commit is already reverted or there is a conflict is much more faster. * No longer need to create a new branch.
| * | | | | | | | | Reuser revert commit modal in MR detail page.Rubén Dávila2016-02-196-25/+14
| | | | | | | | | |
| * | | | | | | | | Fix commit message plus other little fix.Rubén Dávila2016-02-192-3/+2
| | | | | | | | | |
| * | | | | | | | | Show list of branches plus some fixes.Rubén Dávila2016-02-192-9/+7
| | | | | | | | | |
| * | | | | | | | | Some fixes required for conflicts on revert.Rubén Dávila2016-02-192-9/+14
| | | | | | | | | |
| * | | | | | | | | Make it work for merge commits.Rubén Dávila2016-02-193-10/+15
| | | | | | | | | |
| * | | | | | | | | Make MRs with revert commit work.Rubén Dávila2016-02-194-17/+37
| | | | | | | | | |
| * | | | | | | | | Add RevertService class with basic logic to revert commitRubén Dávila2016-02-194-12/+100
| | | | | | | | | |
| * | | | | | | | | Add button to revert commit on Commit detail page.Rubén Dávila2016-02-194-2/+27
| | | | | | | | | |
| * | | | | | | | | Add new endpoint and button to revert any commit.Rubén Dávila2016-02-193-0/+34
| | | | | | | | | |
| * | | | | | | | | Some updates from last code review.Rubén Dávila2016-02-196-29/+30
| | | | | | | | | |
| * | | | | | | | | Create branch if it doesn't exists.Rubén Dávila2016-02-191-3/+4
| | | | | | | | | |
| * | | | | | | | | Add some specs plus some refactor.Rubén Dávila2016-02-194-10/+43
| | | | | | | | | |
| * | | | | | | | | Remove no longer required method.Rubén Dávila2016-02-191-4/+0
| | | | | | | | | |
| * | | | | | | | | 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-192-2/+3
| | | | | | | | | |
| * | | | | | | | | Use #iid for revert branch name so it's consistent when the MR id in the URL.Rubén Dávila2016-02-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Don't show last event message on top when reverse branch was created under ↵Rubén Dávila2016-02-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the hood.
| * | | | | | | | | 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-193-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Not required to run hooks since it's an internal commit
| * | | | | | | | | Save merge commit id when MR is mergedRubén Dávila2016-02-196-5/+37
| | | | | | | | | |
| * | | | | | | | | Add merge_commit_sha column to merge_requests.Rubén Dávila2016-02-192-0/+2
| | | | | | | | | |
| * | | | | | | | | Create reverse branch and generate MR with new branch. #3409Rubén Dávila2016-02-193-2/+20
| | | | | | | | | |
| * | | | | | | | | Add new endpoint and button to revert merge. #3409Rubén Dávila2016-02-193-1/+8
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bugfix/jschatz1/issuable-consistency' into 'master' Rémy Coutable2016-02-191-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consistency in MR and issue header. Fixes: #13550 ![Screen_Shot_2016-02-18_at_11.20.19_AM](/uploads/8327ff045e45029b85b2cbac72c98a7f/Screen_Shot_2016-02-18_at_11.20.19_AM.png)![Screen_Shot_2016-02-18_at_11.20.55_AM](/uploads/f79613ebb23e4a62fb1bdb48d6f7fd2b/Screen_Shot_2016-02-18_at_11.20.55_AM.png) See merge request !2874
| * | | | | | | | Consistency in MR and issue header.bugfix/jschatz1/issuable-consistencyJacob Schatz2016-02-181-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'ci/remove-builds' into 'master' Grzegorz Bizon2016-02-1917-70/+385
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to erase build content (artifacts, trace) This feature makes it possible to remove build content - build artifacts and build traces. - [x] Remove artifacts - [x] Remove metadata - [x] Remove build traces - [x] Wait for https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942 this to be merged - [x] Fix the permissions after the merge Closes #3421 See merge request !2560
| * | | | | | | | | Record user that erased a build through APIGrzegorz Bizon2016-02-192-1/+6
| | | | | | | | | |
| * | | | | | | | | Remove doubled entry from Changelog introduced by mergeGrzegorz Bizon2016-02-191-1/+0
| | | | | | | | | |
| * | | | | | | | | Fix feature tests for erasing buildGrzegorz Bizon2016-02-191-1/+2
| | | | | | | | | |
| * | | | | | | | | Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-195-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042
| * | | | | | | | | Improve build view for erased build detailsGrzegorz Bizon2016-02-191-2/+6
| | | | | | | | | |
| * | | | | | | | | Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-195-138/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3659905
| * | | | | | | | | Fix build api specs after rebaseGrzegorz Bizon2016-02-192-2/+2
| | | | | | | | | |
| * | | | | | | | | Fix Changelog entry for builds erasable after a rebaseGrzegorz Bizon2016-02-191-0/+1
| | | | | | | | | |
| * | | | | | | | | Use button groups in build summary for consistencyGrzegorz Bizon2016-02-191-12/+13
| | | | | | | | | |
| * | | | | | | | | Change build erase path to make it consistent with APIGrzegorz Bizon2016-02-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-197-43/+28
| | | | | | | | | |
| * | | | | | | | | Add API documentation for build erase endpointGrzegorz Bizon2016-02-191-0/+50
| | | | | | | | | |
| * | | | | | | | | Fix date in alert saying that build has been erasedGrzegorz Bizon2016-02-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Move build eraseable API to proper API contextGrzegorz Bizon2016-02-194-31/+47
| | | | | | | | | |
| * | | | | | | | | Add Changelog entry for build eraseableGrzegorz Bizon2016-02-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ ci skip]
| * | | | | | | | | Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-192-21/+38
| | | | | | | | | |
| * | | | | | | | | Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-196-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added API specs for that
| * | | | | | | | | And CI API endpoint where user can erase a buildGrzegorz Bizon2016-02-193-2/+21
| | | | | | | | | |