PMT-26: alle mitarbeiter eines #15

Merged
SZUT-Rajbir merged 3 commits from story/PMT-26-alle-mitarbeiter-eines into trunk 2024-10-23 11:21:31 +00:00
Member
No description provided.
SZUT-Rajbir added 4 commits 2024-10-23 06:29:06 +00:00
PMT-26 get all Employees from a specific Project
Some checks failed
Quality Check / Validate OAS (push) Successful in 33s
Quality Check / Linting (push) Failing after 50s
Quality Check / Static Analysis (push) Failing after 51s
Quality Check / Testing (push) Failing after 50s
9692f1f179
PMT-26 refactor try/catch getAListOfAllEmployeesFromASpecificProject
Some checks failed
Quality Check / Validate OAS (push) Successful in 33s
Quality Check / Linting (push) Failing after 49s
Quality Check / Static Analysis (push) Failing after 50s
Quality Check / Testing (push) Failing after 51s
94298293a8
PMT-26 changed pmt.yml, Mapper, ApiController
All checks were successful
Quality Check / Validate OAS (push) Successful in 33s
Quality Check / Linting (push) Successful in 1m10s
Quality Check / Static Analysis (push) Successful in 1m17s
Quality Check / Testing (push) Successful in 1m16s
Quality Check / Validate OAS (pull_request) Successful in 33s
Quality Check / Linting (pull_request) Successful in 1m9s
Quality Check / Static Analysis (pull_request) Successful in 1m18s
Quality Check / Testing (pull_request) Successful in 1m16s
b3327ad351
SZUT-Dominik changed title from story/PMT-26-alle-mitarbeiter-eines to PMT-26: alle mitarbeiter eines 2024-10-23 06:29:23 +00:00
SZUT-Dominik requested changes 2024-10-23 06:31:58 +00:00
Dismissed
api/pmt.yml Outdated
@ -77,7 +77,48 @@ components:
qualificationId:
type: integer
format: int64
EmployeeDTO:
Owner

Employee

Employee
SZUT-Dominik marked this conversation as resolved
api/pmt.yml Outdated
@ -80,0 +101,4 @@
type: array
items:
$ref: '#/components/schemas/QualificationDTO'
QualificationDTO:
Owner

Nur Qualification

Nur Qualification
SZUT-Dominik marked this conversation as resolved
api/pmt.yml Outdated
@ -80,0 +109,4 @@
id:
type: integer
format: int64
GetEmployeesByProjectDTO:
Owner

ProjectEmployeesDTO

ProjectEmployeesDTO
SZUT-Dominik marked this conversation as resolved
api/pmt.yml Outdated
@ -80,1 +117,4 @@
items:
$ref: "#/components/schemas/EmployeeDTO"
responses:
Ok:
Owner

nicht benutzt, weg damit.

nicht benutzt, weg damit.
SZUT-Rajbir added 1 commit 2024-10-23 06:47:00 +00:00
PMT-26 refactor naming pmt.yml, ApiController, Mapper
All checks were successful
Quality Check / Validate OAS (push) Successful in 53s
Quality Check / Validate OAS (pull_request) Successful in 1m6s
Quality Check / Linting (push) Successful in 2m3s
Quality Check / Linting (pull_request) Successful in 2m9s
Quality Check / Testing (push) Successful in 2m23s
Quality Check / Static Analysis (push) Successful in 2m29s
Quality Check / Testing (pull_request) Successful in 2m19s
Quality Check / Static Analysis (pull_request) Successful in 2m22s
8fa066b374
SZUT-Rajbir added 1 commit 2024-10-23 10:09:52 +00:00
PMT-26 created Test
Some checks failed
Quality Check / Validate OAS (push) Successful in 50s
Quality Check / Validate OAS (pull_request) Successful in 1m7s
Quality Check / Linting (push) Successful in 2m6s
Quality Check / Linting (pull_request) Successful in 2m13s
Quality Check / Testing (push) Successful in 2m21s
Quality Check / Static Analysis (push) Failing after 2m25s
Quality Check / Testing (pull_request) Successful in 2m18s
Quality Check / Static Analysis (pull_request) Failing after 2m21s
be0b7b8f7d
SZUT-Dominik approved these changes 2024-10-23 10:55:07 +00:00
Dismissed
SZUT-Dominik left a comment
Owner

Es müssen nurnoch Linting und Statische Analyse glücklich sein

Es müssen nurnoch Linting und Statische Analyse glücklich sein
SZUT-Rajbir added 1 commit 2024-10-23 10:56:38 +00:00
PMT-26 refactor pmt,yml
Some checks failed
Quality Check / Validate OAS (push) Successful in 51s
Quality Check / Validate OAS (pull_request) Successful in 1m4s
Quality Check / Linting (push) Successful in 2m7s
Quality Check / Linting (pull_request) Successful in 2m13s
Quality Check / Testing (push) Successful in 2m22s
Quality Check / Static Analysis (push) Failing after 2m26s
Quality Check / Testing (pull_request) Successful in 2m19s
Quality Check / Static Analysis (pull_request) Failing after 2m22s
413ee85e1a
SZUT-Rajbir dismissed SZUT-Dominik's review 2024-10-23 10:56:38 +00:00
Reason:

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

SZUT-Rajbir added 1 commit 2024-10-23 11:01:37 +00:00
PMT-26 refactor GetAllEmployeesByProjectTest.java
All checks were successful
Quality Check / Validate OAS (push) Successful in 51s
Quality Check / Validate OAS (pull_request) Successful in 1m3s
Quality Check / Linting (push) Successful in 2m5s
Quality Check / Linting (pull_request) Successful in 2m9s
Quality Check / Testing (push) Successful in 2m21s
Quality Check / Static Analysis (push) Successful in 2m27s
Quality Check / Testing (pull_request) Successful in 2m18s
Quality Check / Static Analysis (pull_request) Successful in 2m22s
13f565907c
SZUT-Dominik requested changes 2024-10-23 11:02:19 +00:00
Dismissed
SZUT-Dominik left a comment
Owner

Commits müsen noch gesquast weren (mache ich)

Commits müsen noch gesquast weren (mache ich)
Snoweuph force-pushed story/PMT-26-alle-mitarbeiter-eines from 13f565907c to 4a8d689df9 2024-10-23 11:13:01 +00:00 Compare
Snoweuph force-pushed story/PMT-26-alle-mitarbeiter-eines from 4a8d689df9 to 108a31b2fa 2024-10-23 11:17:32 +00:00 Compare
SZUT-Dominik approved these changes 2024-10-23 11:18:22 +00:00
SZUT-Dominik left a comment
Owner

:)

:)
SZUT-Rajbir merged commit b9a1329a4e into trunk 2024-10-23 11:21:31 +00:00
SZUT-Rajbir deleted branch story/PMT-26-alle-mitarbeiter-eines 2024-10-23 11:21:31 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 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#15
No description provided.