You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package Replacement in composer.json
The package nunomaduro/larastan be replaced to larastan/larastan.
A Change in the Field Generator
The name generator in GroupFactory.php now be producin' first names instead of full names.
Database Table Enhancement
Added the file 2024_04_23_180919_extend_assets_columns.php to include more columns in the assets table in the database.
Additional File Inclusion
The file extension.neon from larastan/larastan now be included in phpstan.neon.dist.
Property Name Change
In CharacterAssetJob.php, the property $known_assets be renamed to $assets.
New Job File Additions
Two fresh job files, EnrichAssetTypeGroupCategoryJob.php and UpdateAssetSystemRegionJob.php been added. These be meant to enhance assets with incomplete group, category, system, and region information.
Update in Job Queues
The newly minted jobs be added to the assets job queue in CharacterBatchJob.php and to the maintenance batch in MaintenanceJob.php.
Model File Update
In Asset.php, type_name_normalized column added to fillable array, and the type() method updated to return a HasOne relationship instead of a BelongsTo one. Similar changes been made to Group.php and Type.php files.
New Test Files
Three new test files be added to test the newly added jobs.
Test File Update
In the MaintenanceJobTest.php, AssetModelTest.php, and Pest.php test files, minor changes and updates been made to import and test the new job classes and functionalities.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.