-
- Downloads
Merge branch 'feature/resolve_ip_country' into 'master'
feat: add IpAdressMetadata model and factory with migration See merge request !60
Showing
- .env.local-example 5 additions, 1 deletion.env.local-example
- .env.production 5 additions, 1 deletion.env.production
- .env.testing 5 additions, 1 deletion.env.testing
- app/Console/Commands/ProcessIpAdressesCommand.php 31 additions, 0 deletionsapp/Console/Commands/ProcessIpAdressesCommand.php
- app/Http/Controllers/Admin/HomeController.php 7 additions, 7 deletionsapp/Http/Controllers/Admin/HomeController.php
- app/Jobs/ProcessIpAddressesJob.php 51 additions, 0 deletionsapp/Jobs/ProcessIpAddressesJob.php
- app/Models/IpAddressMetadata.php 29 additions, 0 deletionsapp/Models/IpAddressMetadata.php
- app/Services/IpAddressMetadataResolverService.php 69 additions, 0 deletionsapp/Services/IpAddressMetadataResolverService.php
- composer.lock 21 additions, 20 deletionscomposer.lock
- config/ip-address-resolver.php 7 additions, 0 deletionsconfig/ip-address-resolver.php
- database/factories/IpAddressMetadataFactory.php 23 additions, 0 deletionsdatabase/factories/IpAddressMetadataFactory.php
- database/migrations/2025_02_19_141925_create_ip_address_metadata_table.php 24 additions, 0 deletions...ns/2025_02_19_141925_create_ip_address_metadata_table.php
- routes/console.php 1 addition, 0 deletionsroutes/console.php
- tests/Feature/Console/Commands/FlushUnusedUploadedPicturesCommandTest.php 3 additions, 2 deletions...nsole/Commands/FlushUnusedUploadedPicturesCommandTest.php
- tests/Feature/Console/Commands/OptimizeUploadedPicturesCommandTest.php 3 additions, 2 deletions.../Console/Commands/OptimizeUploadedPicturesCommandTest.php
- tests/Feature/Console/Commands/ProcessIpAdressesCommandTest.php 28 additions, 0 deletions...Feature/Console/Commands/ProcessIpAdressesCommandTest.php
- tests/Feature/Console/Commands/ProcessUserAgentsCommandTest.php 27 additions, 0 deletions...Feature/Console/Commands/ProcessUserAgentsCommandTest.php
- tests/Feature/Console/Commands/UpdateImageDimensionsCommandTest.php 3 additions, 2 deletions...ure/Console/Commands/UpdateImageDimensionsCommandTest.php
- tests/Feature/Jobs/ProcessIpAddressesJobTest.php 59 additions, 0 deletionstests/Feature/Jobs/ProcessIpAddressesJobTest.php
- tests/Feature/Service/AiProviderServiceTest.php 3 additions, 3 deletionstests/Feature/Service/AiProviderServiceTest.php
Loading