summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the adequate success path on the JSON endpoint.issue_3409Rubén Dávila2016-02-181-1/+1
* Update CHANGELOGRubén Dávila2016-02-181-0/+1
* More updates from the last code review.Rubén Dávila2016-02-187-19/+20
* Refactor and conform to styleguideAchilleas Pipinellis2016-02-181-14/+42
* Rename image names to conform with styleguideAchilleas Pipinellis2016-02-185-4/+4
* Add revert changes doc to workflow READMEAchilleas Pipinellis2016-02-181-0/+1
* Move images to img/ directoryAchilleas Pipinellis2016-02-185-4/+4
* Add documentation for revert changes feature.Rubén Dávila2016-02-185-0/+36
* Upgrade gitlab_git to 8.2.0Rubén Dávila2016-02-182-6/+6
* Add some spinach specsRubén Dávila2016-02-184-0/+154
* Don't use `self` when looking for cross-references!Rubén Dávila2016-02-181-1/+1
* Some updates from last code review.Rubén Dávila2016-02-189-34/+29
* Refactor RevertService.Rubén Dávila2016-02-181-30/+24
* Make #commit_with_hooks return the new obj id plus some other fixes.Rubén Dávila2016-02-184-11/+20
* Don't show revert button if commit/MR has already been reverted.Rubén Dávila2016-02-185-10/+35
* Refactor revert_commit_link helper.Rubén Dávila2016-02-184-10/+4
* Make more robust the test to see if a commit has been previously reverted.Rubén Dávila2016-02-181-5/+5
* Refactor commit message for revert commit.Rubén Dávila2016-02-181-3/+3
* No longer need to ignore temporary branch.Rubén Dávila2016-02-182-3/+1
* Use a reference to the MR when reverting MRs.Rubén Dávila2016-02-181-1/+7
* Use a custom title in the revert modal.Rubén Dávila2016-02-183-3/+3
* Fix build and add specsRubén Dávila2016-02-187-26/+71
* Show a tooltip on revert link.Rubén Dávila2016-02-182-8/+6
* Move revert link to the MR widget section plus some refactor.Rubén Dávila2016-02-183-5/+4
* Some fixes and refactors for code related to forks.Rubén Dávila2016-02-183-6/+27
* Don't make Repository#revert aware of MRs.Rubén Dávila2016-02-182-5/+9
* Some updates after last code review.Rubén Dávila2016-02-189-52/+67
* Add link to fork if user can't revert MR.Rubén Dávila2016-02-185-3/+23
* Remove code introduced when endpoint was in MR controller.Rubén Dávila2016-02-182-3/+1
* Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-183-4/+30
* Remove no longer required methods on MR.Rubén Dávila2016-02-181-12/+0
* Check that target_branch is present.Rubén Dávila2016-02-181-1/+1
* Big refactor for #revert_commit.Rubén Dávila2016-02-182-39/+12
* Reuser revert commit modal in MR detail page.Rubén Dávila2016-02-186-25/+14
* Fix commit message plus other little fix.Rubén Dávila2016-02-182-3/+2
* Show list of branches plus some fixes.Rubén Dávila2016-02-182-9/+7
* Some fixes required for conflicts on revert.Rubén Dávila2016-02-182-9/+14
* Make it work for merge commits.Rubén Dávila2016-02-183-10/+15
* Make MRs with revert commit work.Rubén Dávila2016-02-184-17/+37
* Add RevertService class with basic logic to revert commitRubén Dávila2016-02-184-12/+100
* Add button to revert commit on Commit detail page.Rubén Dávila2016-02-184-2/+27
* Add new endpoint and button to revert any commit.Rubén Dávila2016-02-183-0/+34
* Some updates from last code review.Rubén Dávila2016-02-186-29/+30
* Create branch if it doesn't exists.Rubén Dávila2016-02-181-3/+4
* Add some specs plus some refactor.Rubén Dávila2016-02-184-10/+43
* Remove no longer required method.Rubén Dávila2016-02-181-4/+0
* Explain why MR can't be reverted.Rubén Dávila2016-02-181-8/+8
* Use adequate description for new MR.Rubén Dávila2016-02-182-2/+3
* Use #iid for revert branch name so it's consistent when the MR id in the URL.Rubén Dávila2016-02-181-1/+1
* Don't show last event message on top when reverse branch was created under th...Rubén Dávila2016-02-181-0/+2