summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix specsissue_12658Douwe Maan2016-03-223-11/+13
* Address feedbackDouwe Maan2016-03-2224-100/+154
* Merge branch 'master' into issue_12658Douwe Maan2016-03-21159-761/+2015
|\
| * Merge branch 'change_css_class_has_tooltip_to_has-tooltip' into 'master' Jacob Schatz2016-03-2134-47/+47
| |\
| | * change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-2034-47/+47
| * | 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-2125-38/+231
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-21100-647/+1708
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Fix typos and dentingZeger-Jan van de Weg2016-03-214-12/+11
| | * | | | | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-2117-165/+110
| | * | | | | Satisfy rubocopZeger-Jan van de Weg2016-03-192-4/+1
| | * | | | | minor improvements and fixed specsZeger-Jan van de Weg2016-03-196-29/+34
| | * | | | | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-1915-43/+56
| | * | | | | Hide delete botton on edit pageZeger-Jan van de Weg2016-03-196-11/+9
| | * | | | | Soft delete issuablesZeger-Jan van de Weg2016-03-1920-18/+254
| * | | | | | Merge branch 'fix/safe-import-url' into 'master' Douwe Maan2016-03-212-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | updated changelogfix/safe-import-urlJames Lopez2016-03-211-0/+1
| | * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/safe-import...James Lopez2016-03-21658-8791/+13482
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | 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-2113-23/+140
| |\ \ \ \ \ \ \
| | * | | | | | | Create SSH keys for SSH clone Spinach testsissues-show-performanceYorick Peterse2016-03-212-0/+2
| | * | | | | | | Create repositories in Spinach issues testsYorick Peterse2016-03-191-1/+1
| | * | | | | | | Create repositories in IssuesController specsYorick Peterse2016-03-191-2/+2
| | * | | | | | | Cache output of Repository#exists?Yorick Peterse2016-03-198-15/+130
| | * | | | | | | Tweaked performance of Issue#related_branchesYorick Peterse2016-03-192-5/+5
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'feature/issue-move' into 'master' Kamil TrzciƄski2016-03-2130-15/+866
| |\ \ \ \ \ \ \
| | * | | | | | | Do not rewrite reference if already a cross referenceGrzegorz Bizon2016-03-211-2/+4
| | * | | | | | | 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-202-1/+7
| | * | | | | | | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-2023-57/+158
| | |\ \ \ \ \ \ \
| | * | | | | | | | Find referable for each ref found in references rewriterGrzegorz Bizon2016-03-202-10/+19
| | * | | | | | | | Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon2016-03-203-21/+21
| | * | | | | | | | 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-202-3/+2
| | * | | | | | | | Add Changelog entry for issue move featureGrzegorz Bizon2016-03-191-0/+1
| | * | | | | | | | Update reference unfolder according to recent ability changesGrzegorz Bizon2016-03-194-5/+15
| | * | | | | | | | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-19193-1013/+3052
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-1911-142/+105
| | * | | | | | | | | Do not use javascript in specs for issue moveGrzegorz Bizon2016-03-171-3/+2
| | * | | | | | | | | Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-176-3/+99
| | * | | | | | | | | Add field that references issue this issue has been moved toGrzegorz Bizon2016-03-173-1/+11