[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-10-15 10:08:24 +00:00
parent f303de20a0
commit 121d4b8b27
34 changed files with 2759 additions and 3501 deletions
@@ -114,9 +114,11 @@ tests/Feature/Manufacturers/Api/CreateManufacturersTest.php
tests/Feature/Manufacturers/Api/DeleteManufacturersTest.php
tests/Feature/Manufacturers/Api/UpdateManufacturersTest.php
tests/Feature/Manufacturers/Ui/ShowManufacturerTest.php
tests/Feature/Manufacturers/Ui/DeleteManufacturersTest.php
tests/Feature/Manufacturers/Ui/UpdateManufacturerTest.php
tests/Feature/Manufacturers/Ui/IndexManufacturersTest.php
tests/Feature/Manufacturers/Ui/CreateManufacturerTest.php
tests/Feature/Manufacturers/Ui/BulkDeleteManufacturersTest.php
tests/Feature/Licenses/Api/LicenseUploadTest.php
tests/Feature/Licenses/Api/DeleteLicensesTest.php
tests/Feature/Licenses/Api/LicenseIndexTest.php
@@ -227,6 +229,7 @@ tests/Feature/Suppliers/Ui/UpdateSupplierTest.php
tests/Feature/Suppliers/Ui/CreateSupplierTest.php
tests/Feature/Suppliers/Ui/IndexSuppliersTest.php
tests/Feature/Suppliers/Ui/ShowSupplierTest.php
tests/Feature/Suppliers/Ui/BulkDeleteSuppliersTest.php
tests/Feature/StatusLabels/Api/DeleteStatusLabelsTest.php
tests/Feature/StatusLabels/Ui/IndexStatusLabelsTest.php
tests/Feature/StatusLabels/Ui/CreateStatusLabelTest.php
@@ -306,6 +309,7 @@ tests/Feature/Categories/Ui/DeleteCategoriesTest.php
tests/Feature/Categories/Ui/CreateCategoriesTest.php
tests/Feature/Categories/Ui/UpdateCategoriesTest.php
tests/Feature/Categories/Ui/ShowCategoryTest.php
tests/Feature/Categories/Ui/BulkDeleteCategoriesTest.php
tests/Feature/Categories/Ui/IndexCategoriesTest.php
tests/Feature/Modals/Ui/ShowModalsTest.php
tests/Feature/ApiRateLimitTest.php
@@ -6409,6 +6413,7 @@ resources/views/components/view.blade.php
resources/views/components/checkout.blade.php
resources/views/components/checkin.blade.php
resources/views/components/index.blade.php
resources/views/components/tables/bulk-actions.blade.php
resources/views/components/edit.blade.php
resources/views/kits/license-edit.blade.php
resources/views/kits/checkout.blade.php
@@ -7408,8 +7413,11 @@ app/Notifications/CheckinComponentNotification.php
app/Notifications/AcceptanceAssetAcceptedToUserNotification.php
app/Notifications/WelcomeNotification.php
app/Notifications/ExpiringLicenseNotification.php
app/Actions/Manufacturers/DeleteManufacturerAction.php
app/Actions/CheckoutRequests/CancelCheckoutRequestAction.php
app/Actions/CheckoutRequests/CreateCheckoutRequestAction.php
app/Actions/Suppliers/DestroySupplierAction.php
app/Actions/Categories/DestroyCategoryAction.php
app/Rules/MacEncrypted.php
app/Rules/NumericEncrypted.php
app/Rules/AlphaEncrypted.php
@@ -7447,8 +7455,16 @@ app/Policies/StatuslabelPolicy.php
app/Policies/CustomFieldsetPolicy.php
app/Exceptions/UserDoestExistException.php
app/Exceptions/AssetNotRequestable.php
app/Exceptions/ItemStillHasMaintenances.php
app/Exceptions/ItemStillHasComponents.php
app/Exceptions/ItemStillHasAccessories.php
app/Exceptions/Handler.php
app/Exceptions/ItemStillHasAssetModels.php
app/Exceptions/ItemStillHasAssets.php
app/Exceptions/CheckoutNotAllowed.php
app/Exceptions/ItemStillHasLicenses.php
app/Exceptions/ItemStillHasChildren.php
app/Exceptions/ItemStillHasConsumables.php
app/Http/Middleware/CheckForDebug.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/PreventBackHistory.php
@@ -7532,11 +7548,14 @@ app/Http/Controllers/ReportTemplatesController.php
app/Http/Controllers/CustomFieldsetsController.php
app/Http/Controllers/SuppliersController.php
app/Http/Controllers/UploadedFilesController.php
app/Http/Controllers/BulkSuppliersController.php
app/Http/Controllers/SettingsController.php
app/Http/Controllers/BulkCategoriesController.php
app/Http/Controllers/DepreciationsController.php
app/Http/Controllers/Consumables/ConsumableCheckoutController.php
app/Http/Controllers/Consumables/ConsumablesController.php
app/Http/Controllers/CompaniesController.php
app/Http/Controllers/BulkManufacturersController.php
app/Http/Controllers/NotesController.php
app/Http/Controllers/ActionlogController.php
app/Http/Controllers/BulkAssetModelsController.php