coolify/tests
Andras Bacsai 5b370713c3 fix(sources): prevent 500 when deleting GitLab/GitHub apps
After delete, Livewire still re-renders the source change view (modal
$refresh / morph). Policy @can checks then call isAdminOfTeam() with a
null team_id and throw a TypeError (HTTP 500) before the redirect.

Guard null team_id in GitlabAppPolicy and GithubAppPolicy, clear the
Livewire model after delete, and skip @can when the model is gone.
2026-08-01 18:34:38 +02:00
..
Browser test: add dashboard test and improve browser test coverage 2026-02-11 16:37:40 +01:00
Feature fix(sources): prevent 500 when deleting GitLab/GitHub apps 2026-08-01 18:34:38 +02:00
Scripts feat(v5): sync server status and ingress access 2026-06-22 11:56:26 +02:00
Support feat(v5): gate V5 to development environments only 2026-07-19 11:44:12 +02:00
Traits test: setup database for upcoming tests 2024-12-04 12:43:52 +01:00
Unit fix(sources): prevent 500 when deleting GitLab/GitHub apps 2026-08-01 18:34:38 +02:00
v4 Merge remote-tracking branch 'origin/next' into audit-policies 2026-04-19 15:19:37 +02:00
v5/Browser fix(v5): backfill missing canvas uuid columns 2026-07-06 23:17:32 +02:00
CreatesApplication.php Fix styling 2024-06-10 20:43:34 +00:00
DuskTestCase.php Refactor DuskTestCase.php to use a hardcoded base URL 2024-10-17 21:26:06 +02:00
Pest.php feat(v5): add coold restart action 2026-07-06 22:30:50 +02:00
TestCase.php init of v4 🌮 2023-03-17 15:33:48 +01:00