PMT-43: die Projekt Daten aktualisieren #16

Merged
SZUT-Dominik merged 7 commits from story/PMT-43-die-projektdaten-aktualisieren into trunk 2024-10-23 11:38:44 +00:00
Owner
No description provided.
SZUT-Dominik added 5 commits 2024-10-23 08:13:56 +00:00
PMT-43: Implement Endpoint
All checks were successful
Quality Check / Validate OAS (push) Successful in 33s
Quality Check / Linting (push) Successful in 1m34s
Quality Check / Validate OAS (pull_request) Successful in 59s
Quality Check / Testing (push) Successful in 1m56s
Quality Check / Static Analysis (push) Successful in 2m6s
Quality Check / Linting (pull_request) Successful in 1m46s
Quality Check / Testing (pull_request) Successful in 1m46s
Quality Check / Static Analysis (pull_request) Successful in 1m50s
c2a93e5a75
Snoweuph added 1 commit 2024-10-23 09:21:07 +00:00
PMT-43: Add Separate Endpoint for Completing Project, because of Spring and Generation limitation
All checks were successful
Quality Check / Validate OAS (push) Successful in 54s
Quality Check / Validate OAS (pull_request) Successful in 1m7s
Quality Check / Linting (push) Successful in 2m7s
Quality Check / Linting (pull_request) Successful in 2m10s
Quality Check / Testing (push) Successful in 2m24s
Quality Check / Static Analysis (push) Successful in 2m28s
Quality Check / Testing (pull_request) Successful in 2m18s
Quality Check / Static Analysis (pull_request) Successful in 2m22s
5c4bfdacbe
Snoweuph added 1 commit 2024-10-23 10:43:34 +00:00
PMT-43: Implement Tests and Minor Tweaks
All checks were successful
Quality Check / Validate OAS (push) Successful in 51s
Quality Check / Validate OAS (pull_request) Successful in 1m7s
Quality Check / Linting (push) Successful in 2m12s
Quality Check / Linting (pull_request) Successful in 2m13s
Quality Check / Testing (push) Successful in 2m24s
Quality Check / Static Analysis (push) Successful in 2m28s
Quality Check / Testing (pull_request) Successful in 2m21s
Quality Check / Static Analysis (pull_request) Successful in 2m24s
6d08dbe83d
SZUT-Dominik changed title from WIP: PMT-43: die Projekt Daten aktualisieren to PMT-43: die Projekt Daten aktualisieren 2024-10-23 10:43:40 +00:00
SZUT-Rajbir reviewed 2024-10-23 10:48:44 +00:00
api/pmt.yml Outdated
@ -213,0 +274,4 @@
401:
$ref: "#/components/responses/Unauthorized"
404:
description: "Project not found"
Member

$ref

$ref
SZUT-Dominik marked this conversation as resolved
Snoweuph force-pushed story/PMT-43-die-projektdaten-aktualisieren from 6d08dbe83d to 85e80e4a61 2024-10-23 10:49:35 +00:00 Compare
SZUT-Rajbir approved these changes 2024-10-23 11:09:50 +00:00
Dismissed
SZUT-Rajbir left a comment
Member

super arbeit

super arbeit
SZUT-Ole approved these changes 2024-10-23 11:10:43 +00:00
Dismissed
SZUT-Ole left a comment
Member

Super @SZUT-Dominik !

Super @SZUT-Dominik !
SZUT-Rajbir approved these changes 2024-10-23 11:11:23 +00:00
Dismissed
Snoweuph force-pushed story/PMT-43-die-projektdaten-aktualisieren from 85e80e4a61 to 6b37fe7ae4 2024-10-23 11:31:27 +00:00 Compare
Snoweuph dismissed SZUT-Ole's review 2024-10-23 11:31:27 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

Snoweuph dismissed SZUT-Rajbir's review 2024-10-23 11:31:27 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

SZUT-Dominik requested review from SZUT-Ole 2024-10-23 11:32:13 +00:00
SZUT-Dominik scheduled this pull request to auto merge when all checks succeed 2024-10-23 11:34:37 +00:00
SZUT-Ole reviewed 2024-10-23 11:36:22 +00:00
@ -116,1 +116,4 @@
Project futureResearchProject = new Project();
futureResearchProject.setName("What is the Future?");
futureResearchProject.setGoal("Develop new Future (possibly through Genocide).");
Member

debatable but u got the spirit

debatable but u got the spirit
SZUT-Dominik marked this conversation as resolved
SZUT-Ole approved these changes 2024-10-23 11:38:41 +00:00
SZUT-Ole left a comment
Member

Do what u must with this

Do what u must with this
SZUT-Dominik merged commit cec89e2766 into trunk 2024-10-23 11:38:44 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SZUT/ProjectManagmentTool#16
No description provided.