summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* User has to confirm deletion of issuablesZeger-Jan van de Weg2016-03-221-1/+2
* Merge branch 'feature-ci-only-except-trigger' into 'master' Kamil Trzciński2016-03-221-1/+1
|\
| * add 'triggers' keyword to gitlab-ci.yml 'only' and 'except' fields to allow c...Jason Roehm2016-03-151-1/+1
* | Address feedbackDouwe Maan2016-03-2213-36/+38
* | Merge branch 'master' into issue_12658Douwe Maan2016-03-21115-230/+530
|\ \
| * \ Merge branch 'change_css_class_has_tooltip_to_has-tooltip' into 'master' Jacob Schatz2016-03-2132-43/+43
| |\ \
| | * | change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-2032-43/+43
| * | | Merge branch 'css-indentation' into 'master' Jacob Schatz2016-03-213-9/+9
| |\ \ \
| | * | | Fix Indentation lints in CSS.connorshea2016-03-183-9/+9
| * | | | Merge branch 'ssh-page-ago' into 'master' Jacob Schatz2016-03-211-1/+1
| |\ \ \ \
| | * | | | Remove duplicated agossh-page-agoRobert Schilling2016-03-211-1/+1
| * | | | | Merge branch 'project-icon' into 'master' Jacob Schatz2016-03-213-3/+3
| |\ \ \ \ \
| | * | | | | Updated other views with new project iconproject-iconPhil Hughes2016-03-212-2/+2
| | * | | | | Group page now uses correct project iconPhil Hughes2016-03-211-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'css-shorthand' into 'master' Jacob Schatz2016-03-2110-23/+23
| |\ \ \ \ \
| | * | | | | Follow the CSS Style Guide rules for using shorthand where possible.connorshea2016-03-1810-23/+23
| | | |_|/ / | | |/| | |
| * | | | | Merge branch '2489-soft-delete-issues' into 'master' Douwe Maan2016-03-219-7/+44
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-2170-150/+413
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-217-35/+37
| | * | | | | Satisfy rubocopZeger-Jan van de Weg2016-03-192-4/+1
| | * | | | | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-1911-35/+47
| | * | | | | Hide delete botton on edit pageZeger-Jan van de Weg2016-03-195-10/+9
| | * | | | | Soft delete issuablesZeger-Jan van de Weg2016-03-196-3/+30
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/safe-import...James Lopez2016-03-21357-2953/+5632
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'remove-console-log' into 'master' Jacob Schatz2016-03-211-1/+0
| | |\ \ \ \ \
| | | * | | | | Remove console.log callStan Hu2016-03-201-1/+0
| | * | | | | | Merge branch 'issues-show-performance' into 'master' Robert Speicher2016-03-215-14/+35
| | |\ \ \ \ \ \
| | | * | | | | | Cache output of Repository#exists?Yorick Peterse2016-03-194-11/+32
| | | * | | | | | Tweaked performance of Issue#related_branchesYorick Peterse2016-03-191-3/+3
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'feature/issue-move' into 'master' Kamil Trzciński2016-03-2117-13/+222
| | |\ \ \ \ \ \
| | | * | | | | | Change icon and cursor for issue move field tooltipfeature/issue-moveGrzegorz Bizon2016-03-201-2/+2
| | | * | | | | | Preserve created at time of notes when moving issueGrzegorz Bizon2016-03-201-1/+2
| | | * | | | | | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-2017-33/+129
| | | |\ \ \ \ \ \
| | | * | | | | | | Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon2016-03-201-2/+2
| | | * | | | | | | Add tooltip info about issue move filed purposeGrzegorz Bizon2016-03-201-0/+4
| | | * | | | | | | Do not pass params that are not used in issue move serviceGrzegorz Bizon2016-03-201-1/+1
| | | * | | | | | | Update reference unfolder according to recent ability changesGrzegorz Bizon2016-03-191-1/+2
| | | * | | | | | | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-19109-710/+1199
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-195-68/+64
| | | * | | | | | | | Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-173-3/+20
| | | * | | | | | | | Add field that references issue this issue has been moved toGrzegorz Bizon2016-03-171-0/+3
| | | * | | | | | | | Update methods that use issue close serviceGrzegorz Bizon2016-03-173-3/+3
| | | * | | | | | | | Add feature specs for issue moveGrzegorz Bizon2016-03-171-1/+1
| | | * | | | | | | | Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-175-34/+25
| | | * | | | | | | | Use helper to create list of projects issue can be moved toGrzegorz Bizon2016-03-173-4/+24
| | | * | | | | | | | Revert changes in js used to create project selectGrzegorz Bizon2016-03-171-50/+20
| | | * | | | | | | | Add new notifications for issue move actionGrzegorz Bizon2016-03-175-2/+35
| | | * | | | | | | | Reuse existing issue services when moving issueGrzegorz Bizon2016-03-174-51/+25
| | | * | | | | | | | Add initial notifications and hooks for issue moveGrzegorz Bizon2016-03-173-13/+38
| | | * | | | | | | | Make it possible to exclude project in projects selectGrzegorz Bizon2016-03-172-9/+24