Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
MagentoBundle/Migrations/Data/ORM/CreateSyncStatusForExistingConnectors.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
9 8
 use Oro\Bundle\IntegrationBundle\Entity\Repository\ChannelRepository;
10 9
 use Oro\Bundle\IntegrationBundle\Entity\Status;
11
-
12 10
 use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport;
13 11
 use OroCRM\Bundle\MagentoBundle\Provider\AbstractInitialProcessor;
14 12
 use OroCRM\Bundle\MagentoBundle\Provider\ChannelType;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Migrations/Data/ORM/LoadRegions.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6 6
 use Doctrine\Common\Persistence\ObjectRepository;
7 7
 use Doctrine\Common\DataFixtures\AbstractFixture;
8
-
9 8
 use OroCRM\Bundle\MagentoBundle\Entity\Region;
10 9
 use Oro\Bundle\AddressBundle\Entity\Region as BAPRegion;
11
-
12 10
 use Symfony\Component\DependencyInjection\ContainerInterface;
13 11
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
14 12
 
Please login to merge, or discard this patch.
MagentoBundle/Migrations/Data/ORM/ScheduleNewsletterSubscribersResync.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\FixtureInterface;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use JMS\JobQueueBundle\Entity\Job;
9
-
10 8
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
11 9
 use Oro\Bundle\IntegrationBundle\Entity\Repository\ChannelRepository;
12 10
 use OroCRM\Bundle\MagentoBundle\Command\InitialSyncCommand;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Migrations/Data/ORM/UpdateBigNumbersWidgetOptions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\FixtureInterface;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Oro\Bundle\DashboardBundle\Entity\Widget;
9 8
 
10 9
 class UpdateBigNumbersWidgetOptions implements FixtureInterface
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Migrations/Data/ORM/UpdateConnectors.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
9 8
 use OroCRM\Bundle\MagentoBundle\Provider\ChannelType;
10 9
 use OroCRM\Bundle\MagentoBundle\Provider\Connector\DictionaryConnectorInterface;
Please login to merge, or discard this patch.
OroCRM/Bundle/MagentoBundle/Migrations/Data/ORM/UpdateCustomerLifetime.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7 7
 use Doctrine\ORM\EntityManager;
8 8
 use Doctrine\ORM\EntityRepository;
9
-
10 9
 use Oro\Bundle\BatchBundle\ORM\Query\BufferedQueryResultIterator;
11 10
 use OroCRM\Bundle\MagentoBundle\Entity\Order;
12 11
 
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Migrations/Data/ORM/UpdateIntegrationEntitiesData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7 7
 use Doctrine\DBAL\Connection;
8 8
 use Doctrine\ORM\EntityManagerInterface;
9
-
10 9
 use Oro\Bundle\EntityBundle\ORM\DatabasePlatformInterface;
11 10
 
12 11
 class UpdateIntegrationEntitiesData extends AbstractFixture
Please login to merge, or discard this patch.
OroCRM/Bundle/MagentoBundle/Migrations/Data/ORM/UpdateLifetimeHistory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,8 @@
 block discarded – undo
8 8
 use Doctrine\ORM\EntityRepository;
9 9
 use Doctrine\ORM\Query\Expr\Join;
10 10
 use Doctrine\ORM\QueryBuilder;
11
-
12 11
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
13 12
 use Symfony\Component\DependencyInjection\ContainerInterface;
14
-
15 13
 use Oro\Bundle\BatchBundle\ORM\Query\BufferedQueryResultIterator;
16 14
 use OroCRM\Bundle\AccountBundle\Entity\Account;
17 15
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
Please login to merge, or discard this patch.
OroCRM/Bundle/MagentoBundle/Migrations/Schema/v1_14/OroCrmMagentoBundle.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Migrations\Schema\v1_14;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-
7 6
 use Oro\Bundle\EntityExtendBundle\Migration\OroOptions;
8 7
 use Oro\Bundle\MigrationBundle\Migration\Migration;
9 8
 use Oro\Bundle\MigrationBundle\Migration\QueryBag;
10
-
11 9
 use Oro\Bundle\ActivityBundle\Migration\Extension\ActivityExtension;
12 10
 use Oro\Bundle\ActivityBundle\Migration\Extension\ActivityExtensionAwareInterface;
13 11
 
Please login to merge, or discard this patch.