Commit Graph

14 Commits

Author SHA1 Message Date
1008278fde feat: Implement add employee to project route (SCRUM-2) (!32)
All checks were successful
Quality Check / Tests (push) Successful in 1m8s
Build / Build and analyze (push) Successful in 1m48s
Quality Check / Checkstyle Main (push) Successful in 38s
Release / Release (push) Successful in 45s
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #32
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-23 08:39:25 +00:00
1e38efaa63 refactor(test): remove access modifiers from test classes (!31)
All checks were successful
Quality Check / Tests (push) Successful in 1m1s
Quality Check / Checkstyle Main (push) Successful in 46s
Build / Build and analyze (push) Successful in 2m0s
Release / Release (push) Successful in 39s
Reviewed-on: #31
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 10:29:39 +00:00
8230337839 refactor: remove unused imports and clean up code (!30)
All checks were successful
Quality Check / Tests (push) Successful in 57s
Quality Check / Checkstyle Main (push) Successful in 45s
Build / Build and analyze (push) Successful in 1m54s
Release / Release (push) Successful in 39s
Reviewed-on: #30
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 10:09:07 +00:00
b2ef8ce2ab feat(project): Delete project (SCRUM-35) (!29)
All checks were successful
Quality Check / Tests (push) Successful in 59s
Quality Check / Checkstyle Main (push) Successful in 44s
Build / Build and analyze (push) Successful in 1m56s
Release / Release (push) Successful in 41s
Reviewed-on: #29
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 09:43:10 +00:00
4eb7626c10 feat: Implement Update Project Route (SCRUM-11) (!28)
All checks were successful
Quality Check / Tests (push) Successful in 58s
Quality Check / Checkstyle Main (push) Successful in 46s
Build / Build and analyze (push) Successful in 1m58s
Release / Release (push) Successful in 37s
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #28
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-02 08:52:19 +00:00
cbb77cc1ca refactor: Fix yellow code smells (!27)
All checks were successful
Quality Check / Tests (push) Successful in 1m0s
Quality Check / Checkstyle Main (push) Successful in 45s
Build / Build and analyze (push) Successful in 1m56s
Release / Release (push) Successful in 35s
Reviewed-on: #27
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 08:43:01 +00:00
a04a180712 refactor: Fix some code smells (!26)
All checks were successful
Quality Check / Tests (push) Successful in 1m1s
Quality Check / Checkstyle Main (push) Successful in 46s
Build / Build and analyze (push) Successful in 1m56s
Release / Release (push) Successful in 38s
Reviewed-on: #26
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 07:48:32 +00:00
c317b226fe feat: Implement get project by ID Route (!25)
All checks were successful
Build / Build and analyze (push) Successful in 1m25s
Quality Check / Tests (push) Successful in 42s
Quality Check / Checkstyle Main (push) Successful in 37s
Release / Release (push) Successful in 39s
Quality Check / Tests (pull_request) Successful in 59s
Quality Check / Checkstyle Main (pull_request) Successful in 43s
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m52s
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #25
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-02 07:04:08 +00:00
013e964be6 feat: Write Integration test for Create Project Route and ensure using Snake Case in JSON Format (SCRUM-7) (!14)
All checks were successful
Quality Check / Tests (push) Successful in 53s
Quality Check / Checkstyle Main (push) Successful in 56s
Release / Release (push) Successful in 38s
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #14
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
2024-09-25 12:27:34 +00:00
25d7d30a7d feat(project): Get all projects (SCRUM-15) (!10)
SCRUM-15 #close

Reviewed-on: #10
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-09-25 11:38:31 +00:00
8c275ab443 feat: Implement create project route (SCRUM-7) (!11)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #11
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
2024-09-25 11:03:47 +00:00
3bd8f0166a feat: Add project entity (SCRUM-7) (!7)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #7
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-09-25 09:33:42 +00:00
77f2b73085 feat: Add pipelines (SCRUM-44) (!6)
SCRUM-44 #closenot

Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Reviewed-on: #6
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-09-25 09:15:39 +00:00
Bernd Heidemann
93d4cf863f first 2024-09-03 15:01:50 +02:00