summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-192-0/+33
| * | | Some updates from last code review.Rubén Dávila2016-02-195-28/+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-193-10/+17
| * | | 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 th...Rubén Dávila2016-02-191-0/+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-193-17/+20
| * | | Save merge commit id when MR is mergedRubén Dávila2016-02-193-5/+30
| * | | Add merge_commit_sha column to merge_requests.Rubén Dávila2016-02-191-0/+1
| * | | 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-192-1/+7
* | | | Merge branch 'bugfix/jschatz1/issuable-consistency' into 'master' Rémy Coutable2016-02-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | 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-193-27/+92
|\ \ \ \
| * | | | Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-1/+1
| * | | | Improve build view for erased build detailsGrzegorz Bizon2016-02-191-2/+6
| * | | | Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-193-41/+30
| * | | | Use button groups in build summary for consistencyGrzegorz Bizon2016-02-191-12/+13
| * | | | Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-193-18/+13
| * | | | Fix date in alert saying that build has been erasedGrzegorz Bizon2016-02-191-1/+1
| * | | | Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-1/+1
| * | | | And CI API endpoint where user can erase a buildGrzegorz Bizon2016-02-191-1/+2
| * | | | Create method that checks if build has been erasedGrzegorz Bizon2016-02-191-4/+6
| * | | | Remove boolean erase column from ci build and foreign keyGrzegorz Bizon2016-02-192-2/+0
| * | | | Show information indicating that build has been erasedGrzegorz Bizon2016-02-191-4/+9
| * | | | Update relevant build fields when build is erasedGrzegorz Bizon2016-02-193-7/+20
| * | | | Add build eraseable columns to ci builds tableGrzegorz Bizon2016-02-191-0/+3
| * | | | Make CI build eraseable only if build is completedGrzegorz Bizon2016-02-192-1/+5
| * | | | Add build eraseable feature implementationGrzegorz Bizon2016-02-193-11/+27
| * | | | Move eraseable implementation to build concernGrzegorz Bizon2016-02-193-22/+17
| * | | | Add methods to build eraseable componentGrzegorz Bizon2016-02-192-0/+22
| * | | | Add build remove button to build summary viewGrzegorz Bizon2016-02-192-17/+34
* | | | | Mention project name in fork noticeAchilleas Pipinellis2016-02-191-1/+1
|/ / / /
* | | | Merge branch 'saml-decoupling' into 'master'Patricio Cano2016-02-191-18/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-18/+36
* | | | Merge branch 'ci/api-runners' into 'master' Kamil Trzciński2016-02-191-0/+6
|\ \ \ \
| * | | | Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin2016-02-191-1/+1
| * | | | Add basic runners management APITomasz Maczukin2016-02-191-0/+6
* | | | | Merge branch 'issue_11872' into 'master' Jacob Schatz2016-02-192-17/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move visibility icon next to project titleissue_11872Alfredo Sumaran2016-02-182-17/+13
| |/ / /
* | | | Project limit is reached warning is hidden when the projects_limit is zeroZeger-Jan van de Weg2016-02-191-1/+1