feat(project): Delete project (SCRUM-35) #29

Merged
jank merged 8 commits from feature/remove-project into main 2024-10-02 09:43:10 +00:00

8 Commits

Author SHA1 Message Date
48b836e203
fix(RemoveProjectAction): update response code to 204
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m1s
Quality Check / Checkstyle Main (pull_request) Successful in 45s
Build PR / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot OK
2024-10-02 11:40:32 +02:00
94fad947da
refactor: remove unused import in RemoveProjectAction.java
All checks were successful
Quality Check / Tests (pull_request) Successful in 59s
Quality Check / Checkstyle Main (pull_request) Successful in 46s
Build PR / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot OK
2024-10-02 11:34:03 +02:00
5e3ee4bf23
refactor: simplify RemoveProjectAction constructor
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m0s
Quality Check / Checkstyle Main (pull_request) Successful in 45s
Build PR / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot ERROR
2024-10-02 11:31:15 +02:00
4c44b843ae
refactor: simplify project deletion logic in action class
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m3s
Quality Check / Checkstyle Main (pull_request) Successful in 46s
gitea-sonarqube-bot ERROR
Build PR / Build and analyze (pull_request) Successful in 1m59s
2024-10-02 11:27:25 +02:00
4abce554e5
test(DeleteProjectActionTest): update test project IDs for accuracy
Some checks failed
Quality Check / Tests (pull_request) Failing after 56s
Build PR / Build and analyze (pull_request) Failing after 1m12s
Quality Check / Checkstyle Main (pull_request) Successful in 33s
2024-10-02 11:17:09 +02:00
730c144c22
test(DeleteProjectAction): add integration tests for project deletion
Some checks failed
Quality Check / Tests (pull_request) Failing after 54s
Build PR / Build and analyze (pull_request) Failing after 1m13s
Quality Check / Checkstyle Main (pull_request) Successful in 34s
2024-10-02 11:12:26 +02:00
87f4d05a43
refactor(RemoveProjectAction): simplify project deletion response
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m1s
Quality Check / Checkstyle Main (pull_request) Successful in 46s
Build PR / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot ERROR
2024-10-02 11:06:23 +02:00
8602c6cf94
feat(project): add remove project functionality with API endpoint
Some checks failed
gitea-sonarqube-bot ERROR
Build PR / Build and analyze (pull_request) Successful in 1m25s
Quality Check / Tests (pull_request) Successful in 41s
Quality Check / Checkstyle Main (pull_request) Successful in 31s
2024-10-02 11:02:18 +02:00