summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Test dependencies defined as symbolsKamil Trzcinski2016-03-221-0/+6
* Fix build dependencies, when the dependency is a stringKamil Trzcinski2016-03-221-3/+3
* Merge branch 'drop_db_before_restore' into 'master' Robert Speicher2016-03-221-18/+22
|\
| * Reload the schema before restoring a database backupDrew Blessing2016-03-211-18/+22
* | Merge branch 'feature-ci-only-except-trigger' into 'master' Kamil Trzciński2016-03-221-0/+44
|\ \
| * | add tests for only/except 'triggers' keywordJason Roehm2016-03-151-0/+44
* | | Fix specsissue_12658Douwe Maan2016-03-221-10/+11
* | | Address feedbackDouwe Maan2016-03-228-59/+65
* | | Merge branch 'master' into issue_12658Douwe Maan2016-03-2119-30/+781
|\ \ \ | | |/ | |/|
| * | Merge branch 'change_css_class_has_tooltip_to_has-tooltip' into 'master' Jacob Schatz2016-03-212-4/+4
| |\ \
| | * | change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-202-4/+4
| * | | Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-2113-8/+660
| |\ \ \
| | * \ \ Merge branch 'issues-show-performance' into 'master' Robert Speicher2016-03-216-8/+102
| | |\ \ \
| | | * | | Create repositories in IssuesController specsYorick Peterse2016-03-191-2/+2
| | | * | | Cache output of Repository#exists?Yorick Peterse2016-03-194-4/+98
| | | * | | Tweaked performance of Issue#related_branchesYorick Peterse2016-03-191-2/+2
| | * | | | Merge branch 'feature/issue-move' into 'master' Kamil Trzciński2016-03-217-0/+539
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Preserve created at time of notes when moving issueGrzegorz Bizon2016-03-201-0/+5
| | | * | | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-204-24/+24
| | | |\ \ \ | | | | |/ /
| | | * | | Find referable for each ref found in references rewriterGrzegorz Bizon2016-03-201-0/+15
| | | * | | Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon2016-03-201-3/+3
| | | * | | Do not pass params that are not used in issue move serviceGrzegorz Bizon2016-03-201-2/+1
| | | * | | Update reference unfolder according to recent ability changesGrzegorz Bizon2016-03-192-2/+10
| | | * | | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-1936-112/+1352
| | | |\ \ \
| | | * | | | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-192-53/+24
| | | * | | | 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-173-0/+79
| | | * | | | Add feature specs for issue moveGrzegorz Bizon2016-03-171-0/+77
| | | * | | | Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-171-1/+1
| | | * | | | Use helper to create list of projects issue can be moved toGrzegorz Bizon2016-03-171-2/+13
| | | * | | | Add new notifications for issue move actionGrzegorz Bizon2016-03-172-1/+28
| | | * | | | Reuse existing issue services when moving issueGrzegorz Bizon2016-03-171-1/+1
| | | * | | | Make it possible to move issue if user is a reporterGrzegorz Bizon2016-03-171-10/+10
| | | * | | | Preserve original author when moving issueGrzegorz Bizon2016-03-171-4/+4
| | | * | | | Add implementation of reference unfolder using banzaiGrzegorz Bizon2016-03-171-3/+29
| | | * | | | Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-173-62/+55
| | | * | | | Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-171-27/+30
| | | * | | | Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-172-2/+61
| | | * | | | Minor refactoring of issue move service and specsGrzegorz Bizon2016-03-171-2/+3
| | | * | | | Rewrite references in notes when moving issueGrzegorz Bizon2016-03-171-15/+42
| | | * | | | Take care about data being rewritten when moving issueGrzegorz Bizon2016-03-171-1/+19
| | | * | | | Use a new issue create service when moving an issueGrzegorz Bizon2016-03-171-0/+5
| | | * | | | Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-171-3/+7
| | | * | | | Rewrite references in issue description when moving itGrzegorz Bizon2016-03-171-6/+19
| | | * | | | Silently close old issue when it has been movedGrzegorz Bizon2016-03-171-0/+9
| | | * | | | Do not show issue move form unless user can moveGrzegorz Bizon2016-03-171-1/+1
| | | * | | | Add issue move ability and use it in move serviceGrzegorz Bizon2016-03-171-10/+60
| | | * | | | Add implementation that rewrites issue notes when movingGrzegorz Bizon2016-03-171-14/+53
| | | * | | | Add issue move implementation to controllerGrzegorz Bizon2016-03-172-11/+29
| | | * | | | Improve system notes that are added when issue is movedGrzegorz Bizon2016-03-172-10/+47