.codeclimate.yml | |
|
|
.github/workflows/phpstan.yml | |
|
|
.github/workflows/swagger.yml | |
|
|
.github/workflows/test-cc.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
ADMIN.md | |
|
|
LICENSE | |
|
|
composer.json | |
|
|
database/factories/ImageCacheFactory.php | 16 | A 0 mins |
|
database/migrations/2022_04_21_123405_create_image_caches_table.php | 20 | A 0 mins |
|
env/codecov/phpunit.xml | |
|
|
env/codecov/testbench.yaml | |
|
|
env/docker-compose.yml | |
|
|
env/mysql/phpunit.xml | |
|
|
env/mysql/testbench.yaml | |
|
|
env/openapi/config.php | 1 | A 0 mins |
|
env/postgres/phpunit.xml | |
|
|
env/postgres/testbench.yaml | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
readme.md | |
|
|
src/Console/ClearImagesCacheCommand.php | 19 | A 0 mins | A 100% |
src/Enum/ConstantEnum.php | 9 | A 0 mins | F 0% |
src/Enum/PackageStatusEnum.php | 8 | A 0 mins | F 0% |
src/Enum/SupportedFormatsEnum.php | 10 | A 0 mins | F 0% |
src/EscolaLmsImagesServiceProvider.php | 64 | A 0 mins | A 96% |
src/Events/File.php | 17 | A 0 mins | A 100% |
src/Events/FileDeleted.php | 5 | A 0 mins | F 0% |
src/Events/FileStored.php | 5 | A 0 mins | F 0% |
src/Http/Controllers/ImagesController.php | 31 | A 0 mins | A 100% |
src/Http/Controllers/Swagger/ImagesControllerSwagger.php | 10 | A 0 mins | F 0% |
src/Models/ImageCache.php | 17 | A 0 mins | A 100% |
src/Providers/EventServiceProviders.php | 17 | A 0 mins | A 100% |
src/Providers/SettingsServiceProvider.php | 21 | A 0 mins | A 100% |
src/Repositories/Contracts/ImageCacheRepositoryContract.php | 6 | A 0 mins | F 0% |
src/Repositories/ImageCacheRepository.php | 19 | A 0 mins | F 50% |
src/Services/Contracts/ImagesServiceContract.php | 8 | A 0 mins | F 0% |
src/Services/CustomFilesystemManager.php | 44 | A 0 mins | A 100% |
src/Services/ImagesService.php | 154 | D 1 day | A 100% |
src/config.php | 24 | A 0 mins | A 100% |
src/routes.php | 7 | A 0 mins | A 100% |
testbench.yaml | |
|
|
tests/Api/ImagesTest.php | 342 | F 3 days |
|
tests/Api/SettingsTest.php | 98 | A 3 hrs |
|
tests/Api/invalid.jpg | |
|
|
tests/Api/test.jpg | |
|
|
tests/Command/ClearImageCacheCommandTest.php | 21 | A 0 mins |
|
tests/Feature/ClearImageCacheTest.php | 51 | A 0 mins |
|
tests/Feature/CustomFilesystemManagerTest.php | 60 | B 4 hrs |
|