summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated agossh-page-agoRobert Schilling2016-03-211-1/+1
* 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
| * | | | | Reuse existing issue services when moving issueGrzegorz Bizon2016-03-175-52/+26
| * | | | | 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
| * | | | | Add access-level filter support for projects selectGrzegorz Bizon2016-03-174-22/+43
| * | | | | Make it possible to move issue if user is a reporterGrzegorz Bizon2016-03-174-14/+13
| * | | | | Preserve original author when moving issueGrzegorz Bizon2016-03-172-25/+23
| * | | | | Add implementation of reference unfolder using banzaiGrzegorz Bizon2016-03-173-8/+78
| * | | | | Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-178-131/+95
| * | | | | Do not unfold non-referables when moving an issueGrzegorz Bizon2016-03-171-0/+2
| * | | | | Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-174-65/+66
| * | | | | Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-175-6/+123
| * | | | | Minor refactoring of issue move service and specsGrzegorz Bizon2016-03-172-17/+20
| * | | | | Rewrite references in notes when moving issueGrzegorz Bizon2016-03-172-17/+49
| * | | | | Take care about data being rewritten when moving issueGrzegorz Bizon2016-03-172-4/+20
| * | | | | Use a new issue create service when moving an issueGrzegorz Bizon2016-03-172-5/+29
| * | | | | Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-173-9/+11
| * | | | | Rewrite references in issue description when moving itGrzegorz Bizon2016-03-172-7/+35
| * | | | | Silently close old issue when it has been movedGrzegorz Bizon2016-03-172-7/+14
| * | | | | Do not show issue move form unless user can moveGrzegorz Bizon2016-03-172-2/+2