coolify/tests
Aditya Tripathi e52390ec03 fix(team): resolve stored team on deletion and impersonation
Use resolveStoredTeam() instead of teams()->first() when picking the
next active team after a team deletion or when an admin switches into
a user's account, so a valid stored preference wins over an arbitrary
first team. DeleteTeam now returns null when the deletion leaves the
owner with multiple teams, deferring to the selection screen instead
of guessing. refreshSession also stops persisting current_team_id
while impersonating, so viewing another user's account no longer
overwrites their real last-active team.
2026-09-08 14:44:42 +02:00
..
Browser Revert "Merge branch 'next' into main" 2026-08-21 12:12:56 +02:00
Feature fix(team): resolve stored team on deletion and impersonation 2026-09-08 14:44:42 +02:00
Fixtures feat(project): add icons and improve persistent volume management 2026-08-13 22:56:52 +02:00
Scripts feat(v5): sync server status and ingress access 2026-06-22 11:56:26 +02:00
Support chore(v5): archive V5 implementation and remove runtime integration 2026-08-15 19:13:30 +02:00
Traits
Unit feat(ui): polish env editor, error buttons, and modal layout 2026-09-08 11:49:02 +02:00
v4 test(auth): cover the 2FA duplicate submit guard 2026-09-08 12:12:59 +02:00
CreatesApplication.php
DuskTestCase.php Revert "Merge branch 'next' into main" 2026-08-21 12:12:56 +02:00
Pest.php fix: enforce remote output size limits 2026-08-18 14:03:33 +02:00
TestCase.php