1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 01:30:52 +02:00
Commit graph

20 commits

Author SHA1 Message Date
Christoph Heiss 3803dde365
chore: backend: add pom.xml formatting using spotless
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-11 22:38:05 +02:00
Christoph Heiss f2893bceb9
feat: backend: add support for kotlin besides java
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-11 22:38:05 +02:00
Christoph Heiss 8e321dc7eb
backend: maven: add yaml file checking via spotless plugin
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-11 22:08:01 +02:00
Christoph Heiss ff13ce67ad
backend: maven: replace prettier via npm using spotless
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-11 22:08:01 +02:00
Christoph Heiss 0767923715
chore: ci: add workflow for e2e tests
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-10 00:35:14 +02:00
Christoph Heiss 5be314f8d4
chore: backend: remove checkstyle, replaced by prettier now
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-07 13:07:43 +02:00
Christoph Heiss d86cdf79dd
chore: backend: run prettier
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-07 13:07:41 +02:00
Christoph Heiss 64837f1e70
chore: backend: remove unknown checkstyle plugin property
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-29 20:58:38 +02:00
Christoph Heiss d4757c0f2c
chore: backend: update all dependencies and plugins to latest stable version
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-29 20:58:20 +02:00
Christoph Heiss 368aad4ffd
chore: backend: add maven-enforcer-plugin
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-29 20:57:36 +02:00
Christoph Heiss 3cacb35858
backend: rename package to proper project name
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-29 00:03:49 +02:00
Christoph Heiss 6ccc52c02f
chore(#136): backend: update maven dependencies
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-25 22:18:01 +02:00
Christoph Heiss c78dcdbf3d
chore(#136): backend: add JUnit and JaCoCo test coverage reports
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-25 22:18:01 +02:00
Moritz Kepplinger 8995e977be feat(#119): add missing dependency 2024-06-16 21:58:22 +02:00
Rafael Tanzer 17d9bfc866 feat(#32): added WatchTimer and timetracking to quallifactionMatches 2024-06-11 22:18:40 +02:00
Christoph Heiss 0e1f70aaf1 feat(#14): add button to copy tournament team self-registration link 2024-05-26 07:50:32 +00:00
MohammedKevin e871ddd874 fix(#76): add lombok version 2024-05-24 15:59:18 +02:00
matthias.hofmarcher@student.tuwien.ac.at 8cbf32ca65 Finished ko-generation endpoint
Data model changes
+Lombok
+JPA metamodel (modelgen)
+Made test methods repeatable by replacing @Transactional with @DirtiesContext
2024-05-24 13:28:56 +02:00
MohammedKevin e0dc05c5d7 wip: add tournaments overview and set project name 2024-05-13 19:08:04 +02:00
MohammedKevin 33a00e60c7 initial commit 2024-04-30 12:35:42 +02:00