Skip to content

Implement changes suggested by @nscuro

51fb679
Select commit
Loading
Failed to load commit list.
Merged

Add /v1/project/batchDelete API method that deletes with SQL #4383

Implement changes suggested by @nscuro
51fb679
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codacy Production / Codacy Static Code Analysis succeeded Dec 18, 2024 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check notice on line 67 in src/test/java/org/dependencytrack/resources/v1/ProjectResourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/test/java/org/dependencytrack/resources/v1/ProjectResourceTest.java#L67

Unused import - jakarta.json.JsonArrayBuilder.

Check warning on line 1307 in src/test/java/org/dependencytrack/resources/v1/ProjectResourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/test/java/org/dependencytrack/resources/v1/ProjectResourceTest.java#L1307

No need to call String.valueOf to append to a string.