Commit Graph

14 Commits (163cd9f589a485e6191c7ba8b3fa8f666deb80c8)

Author SHA1 Message Date
Your Name c0cde2f682 refactor: move 52 legacy models from App\ to App\Models\
Move all Eloquent models from the app/ root directory to app/Models/
for consistency with modern Laravel conventions. The project already had
54 models in App\Models; this migrates the remaining 52 legacy models.

Changes:
- Move 52 model files from app/ to app/Models/
- Update namespace declarations in each model
- Update all ~1000 import references across the codebase
- Add Relation::morphMap() in AppServiceProvider for backward
  compatibility with existing polymorphic database records
- Add missing HasSnowflakePrimary imports for models that relied
  on same-namespace resolution
4 weeks ago
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
4 weeks ago
Daniel Supernault 374344754e
Lint 9 months ago
Daniel Supernault d5d9500d07
Update admin instance management, improve filtering/sorting and add import/export support 4 years ago
Daniel Supernault ecfc0766f8
Update admin instances dashboard 4 years ago
Daniel Supernault 72918a4b09
Update InstanceService, define cache keys 5 years ago
Daniel Supernault 66b4f8c773
Update AP Helpers, use instance filtering 6 years ago
Daniel Supernault 35393edfef
Update AdminInstanceController, invalidate banned domain cache when updated 6 years ago
Daniel Supernault f582937300
Update admin instance page, add search and improve performance 6 years ago
Daniel Supernault 79292ad610
Update AdminInstanceController, fix instance scan 7 years ago
Daniel Supernault 5773434a13
Update AdminInstanceController, remove db transaction from instance scan 7 years ago
Daniel Supernault 3ac9a05632
Add pgsql fixes 8 years ago
Daniel Supernault b30c8aade5
Update AdminInstanceController 8 years ago
Daniel Supernault dd80bdcd94
Add AdminInstanceController 8 years ago