chore(v5): archive V5 implementation and remove runtime integration

Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
This commit is contained in:
Andras Bacsai
2026-08-15 19:13:30 +02:00
parent 1440d35750
commit 76030a30d4
237 changed files with 288 additions and 7079 deletions
-6
View File
@@ -10,9 +10,6 @@
<testsuite name="v4">
<directory suffix="Test.php">./tests/v4</directory>
</testsuite>
<testsuite name="v5">
<directory suffix="Test.php">./tests/v5</directory>
</testsuite>
</testsuites>
<coverage/>
<php>
@@ -27,9 +24,6 @@
<env name="NIGHTWATCH_ENABLED" value="false"/>
<!-- Host-side Pest browser runs cannot resolve docker DNS (coolify-realtime). -->
<env name="BROADCAST_DRIVER" value="null" force="true"/>
<!-- The v5 bootstrap endpoint refuses to queue without a Flux URL; tests
that exercise the unconfigured path blank it via Config::set. -->
<env name="COOLIFY_COOLD_FLUX_URL" value="http://flux.testing:6443" force="true"/>
</php>
<source>
<include>