summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix sorting issues/mrs by votes on the groups pagefix-sorting-by-votes-on-groups-pageDouglas Barbosa Alexandre2016-03-213-3/+59
* 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
| * | | | | | | | Update methods that use issue close serviceGrzegorz Bizon2016-03-173-3/+3
| * | | | | | | | Add feature specs for issue moveGrzegorz Bizon2016-03-172-1/+78
| * | | | | | | | Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-177-38/+50
| * | | | | | | | Use helper to create list of projects issue can be moved toGrzegorz Bizon2016-03-174-6/+37
| * | | | | | | | Revert changes in js used to create project selectGrzegorz Bizon2016-03-171-50/+20
| * | | | | | | | Add new notifications for issue move actionGrzegorz Bizon2016-03-177-3/+63