summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | More styling updates.issue_3276Rubén Dávila2016-02-171-6/+8
| | | | | | | |
| * | | | | | | Decrease padding of labels for Milestone's issues tab.Rubén Dávila2016-02-171-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Also get rid of no longer required CSS.
| * | | | | | | Some refactor for CSS after code review.Rubén Dávila2016-02-034-22/+30
| | | | | | | |
| * | | | | | | Remove no longer required class.Rubén Dávila2016-02-021-1/+1
| | | | | | | |
| * | | | | | | Add specs.Rubén Dávila2016-02-023-0/+77
| | | | | | | |
| * | | | | | | Add link to open/closed issues plus some minor updates.Rubén Dávila2016-02-022-17/+9
| | | | | | | |
| * | | | | | | Adjust label height on Issues tab.Rubén Dávila2016-02-021-1/+1
| | | | | | | |
| * | | | | | | Remove gray background from detail.Rubén Dávila2016-02-022-1/+6
| | | | | | | |
| * | | | | | | Adjust Issues tab to new design.Rubén Dávila2016-02-023-8/+28
| | | | | | | |
| * | | | | | | Show buttons based on current tab.Rubén Dávila2016-02-023-25/+25
| | | | | | | |
| * | | | | | | Align Milestone's issue counter.Rubén Dávila2016-02-023-7/+20
| | | | | | | |
| * | | | | | | Add little spacing between milestone stats.Rubén Dávila2016-02-022-10/+21
| | | | | | | |
| * | | | | | | Show labels in Issues tab.Rubén Dávila2016-02-022-1/+15
| | | | | | | |
| * | | | | | | Change style of Delete button.Rubén Dávila2016-02-021-1/+1
| | | | | | | |
| * | | | | | | Add elpased time.Rubén Dávila2016-02-023-0/+16
| | | | | | | |
| * | | | | | | Change format of Milestone stats.Rubén Dávila2016-02-021-6/+9
| | | | | | | |
| * | | | | | | Add labels tab to milestone detail view.Rubén Dávila2016-02-025-0/+23
| | | | | | | |
* | | | | | | | Merge branch 'commit-status-fix' into 'master' Kamil Trzciński2016-02-193-29/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing ignored? for GenericCommitStatus This is pretty important fix. We should not release 8.5 without this. It critical error when handling GenericCommitStatus: ``` undefined method `ignored?' for #<GenericCommitStatus:0x007fe1a2a20fe0> ``` cc @grzesiek See merge request !2899
| * | | | | | | | Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-193-29/+33
| | | | | | | | |
* | | | | | | | | Merge branch 'gitlab-ce-fix/revert-ruby-2.2' into 'master' Robert Speicher2016-02-197-42/+42
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert back to ruby 2.1 - - - Revert Ruby 2.2 changes - until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/13514 This also updates Ruby 2.1.7 to 2.1.8 See merge request !2898
| * | | | | | | | | revert back to ruby 2.1 - use 2.1.8James Lopez2016-02-194-150/+150
| | | | | | | | | |
| * | | | | | | | | revert back to ruby 2.1James Lopez2016-02-197-153/+153
| |/ / / / / / / /
* | | | | | | | | Merge branch 'issue_3409' into 'master' Robert Speicher2016-02-1938-36/+629
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to revert changes introduced by Merge Requests or Commits Closes #3409 See merge request !1990
| * | | | | | | | | Use the adequate success path on the JSON endpoint.Rubén Dávila2016-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I forgot to update this and some spinach specs were failing.
| * | | | | | | | | Update CHANGELOGRubén Dávila2016-02-191-0/+1
| | | | | | | | | |
| * | | | | | | | | More updates from the last code review.Rubén Dávila2016-02-197-19/+20
| | | | | | | | | |
| * | | | | | | | | Refactor and conform to styleguideAchilleas Pipinellis2016-02-191-14/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Rename image names to conform with styleguideAchilleas Pipinellis2016-02-195-4/+4
| | | | | | | | | |
| * | | | | | | | | Add revert changes doc to workflow READMEAchilleas Pipinellis2016-02-191-0/+1
| | | | | | | | | |
| * | | | | | | | | Move images to img/ directoryAchilleas Pipinellis2016-02-195-4/+4
| | | | | | | | | |
| * | | | | | | | | Add documentation for revert changes feature.Rubén Dávila2016-02-195-0/+36
| | | | | | | | | |
| * | | | | | | | | Upgrade gitlab_git to 8.2.0Rubén Dávila2016-02-192-6/+6
| | | | | | | | | |
| * | | | | | | | | Add some spinach specsRubén Dávila2016-02-194-0/+154
| | | | | | | | | |
| * | | | | | | | | Don't use `self` when looking for cross-references!Rubén Dávila2016-02-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Some updates from last code review.Rubén Dávila2016-02-199-34/+29
| | | | | | | | | |
| * | | | | | | | | Refactor RevertService.Rubén Dávila2016-02-191-30/+24
| | | | | | | | | |
| * | | | | | | | | Make #commit_with_hooks return the new obj id plus some other fixes.Rubén Dávila2016-02-194-11/+20
| | | | | | | | | |
| * | | | | | | | | Don't show revert button if commit/MR has already been reverted.Rubén Dávila2016-02-195-10/+35
| | | | | | | | | |
| * | | | | | | | | Refactor revert_commit_link helper.Rubén Dávila2016-02-194-10/+4
| | | | | | | | | |
| * | | | | | | | | Make more robust the test to see if a commit has been previously reverted.Rubén Dávila2016-02-191-5/+5
| | | | | | | | | |
| * | | | | | | | | Refactor commit message for revert commit.Rubén Dávila2016-02-191-3/+3
| | | | | | | | | |
| * | | | | | | | | No longer need to ignore temporary branch.Rubén Dávila2016-02-192-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Now it's only created when user choose to create a MR and logic to hide it is handled by https://gitlab.com/gitlab-org/gitlab-ce/blob/50595af7b0e304f16e2955109abd2d25cd96efda/app/helpers/application_helper.rb#L139
| * | | | | | | | | Use a reference to the MR when reverting MRs.Rubén Dávila2016-02-191-1/+7
| | | | | | | | | |
| * | | | | | | | | Use a custom title in the revert modal.Rubén Dávila2016-02-193-3/+3
| | | | | | | | | |
| * | | | | | | | | Fix build and add specsRubén Dávila2016-02-197-26/+71
| | | | | | | | | |
| * | | | | | | | | Show a tooltip on revert link.Rubén Dávila2016-02-192-8/+6
| | | | | | | | | |
| * | | | | | | | | Move revert link to the MR widget section plus some refactor.Rubén Dávila2016-02-193-5/+4
| | | | | | | | | |
| * | | | | | | | | Some fixes and refactors for code related to forks.Rubén Dávila2016-02-193-6/+27
| | | | | | | | | |
| * | | | | | | | | Don't make Repository#revert aware of MRs.Rubén Dávila2016-02-192-5/+9
| | | | | | | | | |
| * | | | | | | | | Some updates after last code review.Rubén Dávila2016-02-199-52/+67
| | | | | | | | | |