mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Update commands.
This commit is contained in:
@@ -4,10 +4,6 @@ namespace FireflyIII\Console\Commands\Correction;
|
|||||||
|
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class CorrectionSkeleton
|
|
||||||
* TODO DONT FORGET TO ADD THIS TO THE DOCKER BUILD
|
|
||||||
*/
|
|
||||||
class CorrectionSkeleton extends Command
|
class CorrectionSkeleton extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -31,9 +31,6 @@ use FireflyIII\Models\TransactionGroup;
|
|||||||
use FireflyIII\Models\TransactionJournal;
|
use FireflyIII\Models\TransactionJournal;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class FixGroupAccounts
|
|
||||||
*/
|
|
||||||
class CorrectsGroupAccounts extends Command
|
class CorrectsGroupAccounts extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -29,11 +29,6 @@ use FireflyIII\Models\PiggyBankEvent;
|
|||||||
use FireflyIII\Models\TransactionJournal;
|
use FireflyIII\Models\TransactionJournal;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Report (and fix) piggy banks.
|
|
||||||
*
|
|
||||||
* Class FixPiggies
|
|
||||||
*/
|
|
||||||
class CorrectsPiggyBanks extends Command
|
class CorrectsPiggyBanks extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -29,9 +29,6 @@ use FireflyIII\Models\TransactionJournal;
|
|||||||
use FireflyIII\Models\TransactionType;
|
use FireflyIII\Models\TransactionType;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class TransferBudgets
|
|
||||||
*/
|
|
||||||
class CorrectsTransferBudgets extends Command
|
class CorrectsTransferBudgets extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -33,9 +33,6 @@ use FireflyIII\Support\Models\AccountBalanceCalculator;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class FixUnevenAmount
|
|
||||||
*/
|
|
||||||
class CorrectsUnevenAmount extends Command
|
class CorrectsUnevenAmount extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -29,9 +29,6 @@ use FireflyIII\Repositories\User\UserRepositoryInterface;
|
|||||||
use FireflyIII\User;
|
use FireflyIII\User;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class CreateAccessTokens
|
|
||||||
*/
|
|
||||||
class CreatesAccessTokens extends Command
|
class CreatesAccessTokens extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -28,9 +28,6 @@ use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
|||||||
use FireflyIII\Models\LinkType;
|
use FireflyIII\Models\LinkType;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class CreateLinkTypes. Created all link types in case a migration hasn't fired.
|
|
||||||
*/
|
|
||||||
class CreatesLinkTypes extends Command
|
class CreatesLinkTypes extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -29,9 +29,6 @@ use FireflyIII\Models\TransactionJournal;
|
|||||||
use FireflyIII\Models\TransactionType;
|
use FireflyIII\Models\TransactionType;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class RemoveBills
|
|
||||||
*/
|
|
||||||
class RemovesBills extends Command
|
class RemovesBills extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -29,9 +29,6 @@ use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
|||||||
use FireflyIII\Models\TransactionGroup;
|
use FireflyIII\Models\TransactionGroup;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class DeleteEmptyGroups
|
|
||||||
*/
|
|
||||||
class RemovesEmptyGroups extends Command
|
class RemovesEmptyGroups extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -30,9 +30,6 @@ use FireflyIII\Models\TransactionJournal;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Database\QueryException;
|
use Illuminate\Database\QueryException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class DeleteEmptyJournals
|
|
||||||
*/
|
|
||||||
class RemovesEmptyJournals extends Command
|
class RemovesEmptyJournals extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -28,9 +28,6 @@ use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
|||||||
use FireflyIII\Support\System\OAuthKeys;
|
use FireflyIII\Support\System\OAuthKeys;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class RestoreOAuthKeys
|
|
||||||
*/
|
|
||||||
class RestoresOAuthKeys extends Command
|
class RestoresOAuthKeys extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -36,10 +36,7 @@ use FireflyIII\Support\Export\ExportDataGenerator;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
/**
|
class ExportsData extends Command
|
||||||
* Class ExportData
|
|
||||||
*/
|
|
||||||
class ExportData extends Command
|
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
use VerifiesAccessToken;
|
use VerifiesAccessToken;
|
@@ -4,10 +4,6 @@ namespace FireflyIII\Console\Commands\Integrity;
|
|||||||
|
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ReportSkeleton
|
|
||||||
* TODO DONT FORGET TO ADD THIS TO THE DOCKER BUILD
|
|
||||||
*/
|
|
||||||
class ReportSkeleton extends Command
|
class ReportSkeleton extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -31,9 +31,6 @@ use FireflyIII\Models\Category;
|
|||||||
use FireflyIII\Models\Tag;
|
use FireflyIII\Models\Tag;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ReportEmptyObjects
|
|
||||||
*/
|
|
||||||
class ReportsEmptyObjects extends Command
|
class ReportsEmptyObjects extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -27,9 +27,6 @@ namespace FireflyIII\Console\Commands\Integrity;
|
|||||||
use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ReportIntegrity
|
|
||||||
*/
|
|
||||||
class ReportsIntegrity extends Command
|
class ReportsIntegrity extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -29,9 +29,6 @@ use FireflyIII\Repositories\User\UserRepositoryInterface;
|
|||||||
use FireflyIII\User;
|
use FireflyIII\User;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ReportSkeleton
|
|
||||||
*/
|
|
||||||
class ReportsSums extends Command
|
class ReportsSums extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -28,7 +28,7 @@ use Illuminate\Console\Command;
|
|||||||
use Illuminate\Support\Facades\Artisan;
|
use Illuminate\Support\Facades\Artisan;
|
||||||
use Symfony\Component\Console\Command\Command as CommandAlias;
|
use Symfony\Component\Console\Command\Command as CommandAlias;
|
||||||
|
|
||||||
class LaravelPassportKeys extends Command
|
class CallsLaravelPassportKeys extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
|
@@ -28,10 +28,7 @@ use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use PDO;
|
use PDO;
|
||||||
|
|
||||||
/**
|
class CreatesDatabase extends Command
|
||||||
* Class CreateDatabase
|
|
||||||
*/
|
|
||||||
class CreateDatabase extends Command
|
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
|
@@ -29,16 +29,13 @@ use FireflyIII\Repositories\User\UserRepositoryInterface;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\Facades\Hash;
|
use Illuminate\Support\Facades\Hash;
|
||||||
|
|
||||||
/**
|
class CreatesFirstUser extends Command
|
||||||
* Class CreateFirstUser
|
|
||||||
*/
|
|
||||||
class CreateFirstUser extends Command
|
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
|
||||||
protected $description = 'Creates a new user and gives admin rights. Outputs the password on the command line. Strictly for testing.';
|
protected $description = 'Creates a new user and gives admin rights. Outputs the password on the command line. Strictly for testing.';
|
||||||
|
|
||||||
protected $signature = 'firefly-iii:create-first-user {email}';
|
protected $signature = 'system:create-first-user {email}';
|
||||||
private UserRepositoryInterface $repository;
|
private UserRepositoryInterface $repository;
|
||||||
|
|
||||||
/**
|
/**
|
@@ -44,13 +44,11 @@ use Illuminate\Support\Collection;
|
|||||||
use Illuminate\Support\Facades\DB;
|
use Illuminate\Support\Facades\DB;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ForceDecimalSize
|
|
||||||
*
|
|
||||||
* This command was inspired by https://github.com/elliot-gh. It will check all amount fields
|
* This command was inspired by https://github.com/elliot-gh. It will check all amount fields
|
||||||
* and their values and correct them to the correct number of decimal places. This fixes issues where
|
* and their values and correct them to the correct number of decimal places. This fixes issues where
|
||||||
* Firefly III would store 0.01 as 0.01000000000000000020816681711721685132943093776702880859375.
|
* Firefly III would store 0.01 as 0.01000000000000000020816681711721685132943093776702880859375.
|
||||||
*/
|
*/
|
||||||
class ForceDecimalSize extends Command
|
class ForcesDecimalSize extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
|
@@ -33,10 +33,7 @@ use Illuminate\Support\Facades\DB;
|
|||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|
||||||
/**
|
class ForcesMigrations extends Command
|
||||||
* Class ForceMigration
|
|
||||||
*/
|
|
||||||
class ForceMigration extends Command
|
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
use VerifiesAccessToken;
|
use VerifiesAccessToken;
|
@@ -27,16 +27,13 @@ namespace FireflyIII\Console\Commands\System;
|
|||||||
use FireflyIII\Support\System\GeneratesInstallationId;
|
use FireflyIII\Support\System\GeneratesInstallationId;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
class OutputsInstructions extends Command
|
||||||
* Class UpgradeFireflyInstructions.
|
|
||||||
*/
|
|
||||||
class UpgradeFireflyInstructions extends Command
|
|
||||||
{
|
{
|
||||||
use GeneratesInstallationId;
|
use GeneratesInstallationId;
|
||||||
|
|
||||||
protected $description = 'Instructions in case of upgrade trouble.';
|
protected $description = 'Instructions in case of upgrade trouble.';
|
||||||
|
|
||||||
protected $signature = 'firefly:instructions {task}';
|
protected $signature = 'firefly-iii:instructions {task=install}';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Execute the console command.
|
* Execute the console command.
|
||||||
@@ -79,7 +76,7 @@ class UpgradeFireflyInstructions extends Command
|
|||||||
}
|
}
|
||||||
|
|
||||||
$prefix = 'v';
|
$prefix = 'v';
|
||||||
if (str_starts_with($version, 'develop')) {
|
if (str_starts_with($version, 'develop') || str_starts_with($version, 'branch')) {
|
||||||
$prefix = '';
|
$prefix = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,6 +91,8 @@ class UpgradeFireflyInstructions extends Command
|
|||||||
$this->boxedInfo('There are no extra upgrade instructions.');
|
$this->boxedInfo('There are no extra upgrade instructions.');
|
||||||
$this->boxed('Firefly III should be ready for use.');
|
$this->boxed('Firefly III should be ready for use.');
|
||||||
$this->boxed('');
|
$this->boxed('');
|
||||||
|
$this->donationText();
|
||||||
|
$this->boxed('');
|
||||||
$this->showLine();
|
$this->showLine();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
@@ -102,6 +101,8 @@ class UpgradeFireflyInstructions extends Command
|
|||||||
$this->boxed(sprintf('Thank you for updating to Firefly III, %s%s!', $prefix, $version));
|
$this->boxed(sprintf('Thank you for updating to Firefly III, %s%s!', $prefix, $version));
|
||||||
$this->boxedInfo($text);
|
$this->boxedInfo($text);
|
||||||
$this->boxed('');
|
$this->boxed('');
|
||||||
|
$this->donationText();
|
||||||
|
$this->boxed('');
|
||||||
$this->showLine();
|
$this->showLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -213,6 +214,8 @@ class UpgradeFireflyInstructions extends Command
|
|||||||
$this->boxedInfo('There are no extra installation instructions.');
|
$this->boxedInfo('There are no extra installation instructions.');
|
||||||
$this->boxed('Firefly III should be ready for use.');
|
$this->boxed('Firefly III should be ready for use.');
|
||||||
$this->boxed('');
|
$this->boxed('');
|
||||||
|
$this->donationText();
|
||||||
|
$this->boxed('');
|
||||||
$this->showLine();
|
$this->showLine();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
@@ -221,6 +224,15 @@ class UpgradeFireflyInstructions extends Command
|
|||||||
$this->boxed(sprintf('Thank you for installing Firefly III, %s%s!', $prefix, $version));
|
$this->boxed(sprintf('Thank you for installing Firefly III, %s%s!', $prefix, $version));
|
||||||
$this->boxedInfo($text);
|
$this->boxedInfo($text);
|
||||||
$this->boxed('');
|
$this->boxed('');
|
||||||
|
$this->donationText();
|
||||||
|
$this->boxed('');
|
||||||
$this->showLine();
|
$this->showLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private function donationText(): void
|
||||||
|
{
|
||||||
|
$this->boxed('Did you know you can support the development of Firefly III?');
|
||||||
|
$this->boxed('You can donate in many ways, like GitHub Sponsors or Patreon.');
|
||||||
|
$this->boxed('For more information, please visit https://bit.ly/donate-to-Firefly-III');
|
||||||
|
}
|
||||||
}
|
}
|
@@ -26,10 +26,7 @@ namespace FireflyIII\Console\Commands\System;
|
|||||||
|
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
class OutputsVersion extends Command
|
||||||
* Class OutputVersion
|
|
||||||
*/
|
|
||||||
class OutputVersion extends Command
|
|
||||||
{
|
{
|
||||||
protected $description = 'Outputs the Firefly III version';
|
protected $description = 'Outputs the Firefly III version';
|
||||||
|
|
@@ -29,10 +29,7 @@ use FireflyIII\Models\Attachment;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Contracts\Encryption\DecryptException;
|
use Illuminate\Contracts\Encryption\DecryptException;
|
||||||
|
|
||||||
/**
|
class ScansAttachments extends Command
|
||||||
* Class ScanAttachments.
|
|
||||||
*/
|
|
||||||
class ScanAttachments extends Command
|
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
|
@@ -27,10 +27,7 @@ namespace FireflyIII\Console\Commands\System;
|
|||||||
use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
use FireflyIII\Console\Commands\ShowsFriendlyMessages;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
class SetsLatestVersion extends Command
|
||||||
* Class SetLatestVersion
|
|
||||||
*/
|
|
||||||
class SetLatestVersion extends Command
|
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
|
@@ -29,9 +29,6 @@ use Illuminate\Console\Command;
|
|||||||
use Illuminate\Database\QueryException;
|
use Illuminate\Database\QueryException;
|
||||||
use League\Flysystem\FilesystemException;
|
use League\Flysystem\FilesystemException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class VerifySecurityAlerts
|
|
||||||
*/
|
|
||||||
class VerifySecurityAlerts extends Command
|
class VerifySecurityAlerts extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -40,9 +40,6 @@ use Illuminate\Console\Command;
|
|||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ApplyRules
|
|
||||||
*/
|
|
||||||
class ApplyRules extends Command
|
class ApplyRules extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -34,9 +34,6 @@ use FireflyIII\Support\Cronjobs\RecurringCronjob;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class Cron
|
|
||||||
*/
|
|
||||||
class Cron extends Command
|
class Cron extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -4,9 +4,6 @@ namespace FireflyIII\Console\Commands\Upgrade;
|
|||||||
|
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class UpgradeSkeleton.
|
|
||||||
*/
|
|
||||||
class UpgradeSkeleton extends Command
|
class UpgradeSkeleton extends Command
|
||||||
{
|
{
|
||||||
use ShowsFriendlyMessages;
|
use ShowsFriendlyMessages;
|
||||||
|
@@ -172,13 +172,11 @@
|
|||||||
"@php artisan clear-compiled",
|
"@php artisan clear-compiled",
|
||||||
"@php artisan cache:clear",
|
"@php artisan cache:clear",
|
||||||
"@php artisan firefly-iii:upgrade-database",
|
"@php artisan firefly-iii:upgrade-database",
|
||||||
"@php artisan firefly-iii:correct-database",
|
|
||||||
"@php artisan firefly-iii:report-integrity",
|
|
||||||
"@php artisan firefly-iii:laravel-passport-keys",
|
"@php artisan firefly-iii:laravel-passport-keys",
|
||||||
"@php artisan firefly:instructions update"
|
"@php artisan firefly-iii:instructions update"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"@php artisan firefly:instructions install",
|
"@php artisan firefly-iii:instructions install",
|
||||||
"@php artisan firefly-iii:verify-security-alerts"
|
"@php artisan firefly-iii:verify-security-alerts"
|
||||||
],
|
],
|
||||||
"unit-test": [
|
"unit-test": [
|
||||||
|
Reference in New Issue
Block a user