uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
548 stars 147 forks source link

chore: remove all dangerous deleteAll and removeAll mutations #3753

Closed shreddedbacon closed 1 day ago

shreddedbacon commented 1 week ago

General Checklist

Database Migrations

This removes all the dangerous deleteAll and removeAll mutations from the API. These were only ever used during testing, and aren't used that often anymore in tests anyway.

Tearing down and recreating a Lagoon locally is much easier now than it used to be.