mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-22 04:23:46 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user