Cap-go / CLI

CLI to help you to manage your version in capgo cloud
https://capgo.app
GNU Affero General Public License v3.0
15 stars 35 forks source link

feat:auto delete functionality implementation #247

Closed Bhavyajain21 closed 6 months ago

Bhavyajain21 commented 6 months ago

/fixes #243 /claim #243

The implementation flow for testing the auto-deletion feature begins by simulating a failed upload task, either by inducing an error during upload or mocking a failed API response. Upon failure, the backend automatically triggers the deletion mechanism.

Subsequently, the version's deletion is verified by querying the database or inspecting the API response. Security is ensured by testing user permissions to confirm that only authorized users can trigger deletion.

Bhavyajain21 commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues 1 New issue 0 Accepted issues

Measures 0 Security Hotspots No data about Coverage 0.0% Duplication on New Code

See analysis details on SonarCloud

Resolved

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

chintanpuggalok commented 6 months ago

is this wip?