[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-08-16 10:08:26 +00:00
parent 066f6c8b83
commit 1955d11c5f
28 changed files with 4213 additions and 3735 deletions
@@ -462,6 +462,8 @@ tests/Feature/Maintenances/Api/MaintenanceFileTest.php
tests/Feature/Maintenances/Ui/MaintenanceIndexTest.php
tests/Feature/Maintenances/Ui/CreateMaintenanceTrackingTest.php
tests/Feature/Maintenances/Ui/EditMaintenanceTest.php
tests/Feature/Maintenances/Ui/BulkMaintenanceTypeDeleteTest.php
tests/Feature/Maintenances/Ui/MaintenanceTypeControllerTest.php
tests/Feature/Maintenances/Ui/ShowMaintenanceTest.php
tests/Feature/Maintenances/Ui/CreateMaintenanceTest.php
tests/Feature/Maintenances/Ui/BulkMaintenanceActionsTest.php
@@ -544,6 +546,7 @@ tests/Feature/Consumables/ConsumableObserverOrderTest.php
tests/Feature/Consumables/Ui/UpdateConsumableTest.php
tests/Feature/Consumables/Ui/AdjustConsumableQuantityTest.php
tests/Feature/Consumables/Ui/DeleteConsumableTest.php
tests/Feature/Consumables/Ui/CloneConsumableTest.php
tests/Feature/Consumables/Ui/StoreConsumableWithFullMultipleCompanySupportTest.php
tests/Feature/Consumables/Ui/ConsumableIndexTest.php
tests/Feature/Consumables/Ui/CreateConsumableTest.php
@@ -586,6 +589,7 @@ tests/Feature/Accessories/Api/AdjustAccessoryOrderRecordingTest.php
tests/Feature/Accessories/AccessoryObserverOrderTest.php
tests/Feature/Accessories/Ui/DeleteAccessoryTest.php
tests/Feature/Accessories/Ui/UpdateAccessoryTest.php
tests/Feature/Accessories/Ui/CloneAccessoryTest.php
tests/Feature/Accessories/Ui/CheckoutAccessoryTest.php
tests/Feature/Accessories/Ui/EditAccessoryTest.php
tests/Feature/Accessories/Ui/AdjustAccessoryQuantityTest.php
@@ -802,6 +806,7 @@ resources/views/notifications/markdown/asset-acceptance.blade.php
resources/views/notifications/markdown/user-inventory.blade.php
resources/views/notifications/Welcome.blade.php
resources/views/notifications/FirstAdmin.blade.php
resources/views/maintenance-types/view.blade.php
resources/views/maintenance-types/index.blade.php
resources/views/maintenance-types/edit.blade.php
resources/views/blade/box/index.blade.php
@@ -874,6 +879,7 @@ resources/views/blade/table/bulk-actions.blade.php
resources/views/blade/table/bulk-companies.blade.php
resources/views/blade/table/bulk-models.blade.php
resources/views/blade/table/assets.blade.php
resources/views/blade/table/bulk-maintenance-types.blade.php
resources/views/blade/table/bulk-statuslabels.blade.php
resources/views/blade/table/bulk-depreciations.blade.php
resources/views/blade/table/locations.blade.php
@@ -7732,6 +7738,7 @@ app/Http/Controllers/DepartmentsController.php
app/Http/Controllers/AssetModelsController.php
app/Http/Controllers/BulkManufacturersController.php
app/Http/Controllers/GoogleAuthController.php
app/Http/Controllers/BulkMaintenanceTypesController.php
app/Http/Controllers/DashboardController.php
app/Http/Controllers/BulkStatuslabelsController.php
app/Http/Controllers/LabelsController.php
@@ -8195,6 +8202,7 @@ database/migrations/2023_01_23_232933_add_vip_to_users.php
database/migrations/2021_12_27_151849_change_supplier_address_length.php
database/migrations/2015_02_12_024100_change_license_notes_type.php
database/migrations/2018_04_02_150700_labels_display_model_name.php
database/migrations/2026_08_13_150000_add_item_type_and_rename_asset_id_on_maintenances_table.php
database/migrations/2014_11_07_021042_add_image_to_supplier.php
database/migrations/2026_07_29_220000_make_departments_created_by_nullable.php
database/migrations/2018_03_24_050108_add_cc_alerts.php
@@ -8367,6 +8375,7 @@ database/migrations/2019_06_12_184327_rename_groups_table.php
database/migrations/2015_06_26_213716_create_asset_maintenances_table.php
database/migrations/2025_06_06_155058_make_supplier_id_nullable.php
database/migrations/2021_03_18_184102_adds_several_ldap_fields.php
database/migrations/2026_08_13_140000_add_tag_color_to_maintenance_types_table.php
database/migrations/2015_10_01_024551_add_accessory_consumable_price_info.php
database/migrations/2026_07_21_000002_change_maintenance_completed_at_to_datetime.php
database/migrations/2015_07_31_015430_add_accepted_to_assets.php