feat(project): Get all projects (SCRUM-15) #10

Merged
jank merged 13 commits from feature/get-all-projects into main 2024-09-25 11:38:31 +00:00

13 Commits

Author SHA1 Message Date
8696787165 Merge branch 'main' into feature/get-all-projects
All checks were successful
Quality Check / Tests (pull_request) Successful in 53s
Quality Check / Checkstyle Main (pull_request) Successful in 55s
2024-09-25 11:36:36 +00:00
65142d0a4a
test: add integration test for unauthorized project access
All checks were successful
Quality Check / Tests (pull_request) Successful in 51s
Quality Check / Checkstyle Main (pull_request) Successful in 54s
2024-09-25 13:32:55 +02:00
5ae5aca076
feat(project): update project DTO and controller mapping
All checks were successful
Quality Check / Tests (pull_request) Successful in 51s
Quality Check / Checkstyle Main (pull_request) Successful in 54s
2024-09-25 13:27:28 +02:00
bee9d307fa
ci: update Gradle commands in workflow configuration
Some checks failed
Quality Check / Tests (pull_request) Failing after 53s
Quality Check / Checkstyle Main (pull_request) Successful in 59s
2024-09-25 13:16:01 +02:00
df8624c5ee
feat(project): update findAll to use GetProjectDto type
Some checks failed
Quality Check / Tests (pull_request) Successful in 39s
Quality Check / Checkstyle Main (pull_request) Failing after 52s
2024-09-25 13:13:40 +02:00
dddeab0224
Merge remote-tracking branch 'origin/feature/get-all-projects' into feature/get-all-projects
Some checks failed
Quality Check / Tests (pull_request) Failing after 21s
Quality Check / Checkstyle Main (pull_request) Failing after 22s
# Conflicts:
#	src/main/java/de/szut/lf8_starter/project/ProjectMapper.java
#	src/main/java/de/szut/lf8_starter/project/ProjectService.java
2024-09-25 13:05:37 +02:00
277b8c73e2
feat: add authentication helper and project findAll test 2024-09-25 13:05:18 +02:00
c23781c61c
style(ProjectController): fix missing newline at end of file 2024-09-25 13:05:17 +02:00
6ca01de613
feat(project): add ProjectController, Service, Mapper, and DTO 2024-09-25 13:05:15 +02:00
6d5f67f7ca
feat: add authentication helper and project findAll test
Some checks failed
Quality Check / Tests (pull_request) Failing after 21s
Quality Check / Checkstyle Main (pull_request) Failing after 23s
2024-09-25 13:01:54 +02:00
2657b2e4c1 Merge branch 'main' into feature/get-all-projects
All checks were successful
Quality Check / Tests (pull_request) Successful in 37s
Quality Check / Checkstyle Main (pull_request) Successful in 37s
2024-09-25 10:08:00 +00:00
f33721f16d
style(ProjectController): fix missing newline at end of file
All checks were successful
Quality Check / Tests (pull_request) Successful in 34s
Quality Check / Checkstyle Main (pull_request) Successful in 49s
2024-09-25 12:07:18 +02:00
ee90ff7a5e
feat(project): add ProjectController, Service, Mapper, and DTO
Some checks failed
Quality Check / Tests (pull_request) Successful in 23s
Quality Check / Checkstyle Main (pull_request) Failing after 39s
2024-09-25 12:05:12 +02:00