@@ -2,26 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model; |
|
6 | 5 | use Log; |
7 | -use App\Models\User; |
|
8 | - |
|
9 | -use Integrations\Models\Token; |
|
10 | - |
|
11 | -use Integrations\Connectors\Github\Github; |
|
12 | -use Integrations\Connectors\Amazon\Amazon; |
|
13 | -use Integrations\Connectors\Gitlab\Gitlab; |
|
14 | -use Integrations\Connectors\Jira\Jira; |
|
15 | -use Integrations\Connectors\Novare\Novare; |
|
16 | -use Integrations\Connectors\Pipedrive\Pipedrive; |
|
17 | -use Integrations\Connectors\Sentry\Sentry; |
|
18 | -use Integrations\Connectors\Testlink\Testlink; |
|
19 | -use Integrations\Connectors\Zoho\Zoho; |
|
20 | -use Support\Components\Coders\Parser\ParseClass; |
|
21 | -use Muleta\Utils\Debugger\ErrorHelper; |
|
22 | -use Integrations\Models\Integration as IntegrationModel; |
|
23 | -use ReflectionGenerator; |
|
6 | + |
|
24 | 7 | use Exception; |
8 | +use Integrations\Models\Integration as IntegrationModel; |
|
9 | +use Muleta\Utils\Debugger\ErrorHelper; |
|
25 | 10 | use Muleta\Utils\Extratores\ClasserExtractor; |
26 | 11 | use Support\Contracts\Output\OutputableTrait; |
27 | 12 |
@@ -2,11 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Gitlab; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | -use Fabrica\Models\Code\Project; |
|
8 | -use Fabrica\Bundle\CoreBundle\EventDispatcher\FabricaEvents; |
|
9 | 5 | use Fabrica\Bundle\CoreBundle\EventDispatcher\Event\ProjectEvent; |
6 | +use Fabrica\Models\Code\Project; |
|
10 | 7 | |
11 | 8 | /** |
12 | 9 | * https://github.com/GitLabPHP/Client/blob/9.18/lib/Gitlab/Api/Projects.php |
@@ -2,27 +2,24 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Jira; |
4 | 4 | |
5 | -use Log; |
|
6 | 5 | use App\Models\User; |
7 | 6 | |
8 | -use Fabrica\Models\Code\CodeIssueLink; |
|
9 | 7 | use Casa\Models\Registers\Spent; |
10 | -use Casa\Models\Calendar\Estimate; |
|
11 | -use Casa\Models\Calendar\Event; |
|
8 | +use Fabrica\Models\Code\CodeIssueLink; |
|
12 | 9 | |
13 | 10 | use Transmissor\Models\Comment; |
14 | 11 | |
15 | -use Fabrica\Models\Code\Release; |
|
16 | -use Fabrica\Models\Code\Issue; |
|
17 | 12 | use Fabrica\Models\Code\Field as FieldModel; |
13 | +use Fabrica\Models\Code\Issue; |
|
18 | 14 | use Fabrica\Models\Code\Project as ProjectModel; |
15 | +use Fabrica\Models\Code\Release; |
|
19 | 16 | |
20 | -use JiraRestApi\Project\ProjectService; |
|
21 | -use JiraRestApi\JiraException; |
|
22 | 17 | use JiraRestApi\Field\Field; |
18 | +use JiraRestApi\Field\FieldService; |
|
23 | 19 | use JiraRestApi\Issue\IssueService; |
24 | 20 | use JiraRestApi\Issue\Version; |
25 | -use JiraRestApi\Field\FieldService; |
|
21 | +use JiraRestApi\JiraException; |
|
22 | +use JiraRestApi\Project\ProjectService; |
|
26 | 23 | |
27 | 24 | |
28 | 25 | class Import extends Jira |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Cloudflare; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Import extends Cloudflare |
9 | 6 | { |
10 | 7 | public function zones() |