Commit Graph

1050 Commits

Author SHA1 Message Date
cf7dbe60f4 Merge branch 'development' into feature/168-teamspiele-implementieren
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 53s
Pull Request Pipeline / localizations (pull_request) Successful in 26s
# Conflicts:
#	lib/l10n/arb/app_de.arb
#	lib/l10n/arb/app_en.arb
#	lib/l10n/generated/app_localizations.dart
#	lib/l10n/generated/app_localizations_de.dart
#	lib/l10n/generated/app_localizations_en.dart
#	pubspec.yaml
2026-05-23 00:19:56 +02:00
811079705f Updated licenses [skip ci] 2026-05-22 22:12:45 +00:00
a6649b4258 Updated licenses [skip ci] 2026-05-22 22:10:08 +00:00
f6a5ab8943 Updated licenses [skip ci] 2026-05-22 22:08:31 +00:00
c10bc9dbdc Actions & PR Template verbessern (#223)
Some checks failed
Push Pipeline / test (push) Successful in 47s
Push Pipeline / update_version (push) Failing after 31s
Push Pipeline / generate_licenses (push) Failing after 36s
Push Pipeline / generate_localizations (push) Successful in 28s
Push Pipeline / sort_arb_files (push) Successful in 37s
Push Pipeline / format (push) Has been skipped
Push Pipeline / build (push) Successful in 5m32s
### Zugehörige Issue(s)

Closes #222

### Beschreibung

Die Push & PR-Pipelines wurden um Überprüfungen und Formatierung für die Lokalisierung erweitert. Außerdem wurde eine PR-Checkliste zum PR-Template hinzugefügt.

### Änderungen

- Template um `PR-Checklist` ergänzt (siehe Diff, gerne Ideen für mehr Punkte)
- PR-Pipeline überprüft jetzt ob `untranslated_messages.json` leer (also `{}`) ist. Wenn nicht, schlägt sie fehl
- In der Push-Pipeline werden jetzt die `.arb`-Files sortiert
- In der Push-Pipeline werden jetzt die lokalisierungen generiert
- Renovate Workflow hinzugefügt, welcher jede Woche die Dependencies überprüft (siehe [diese Test-PR](#244))

### Zusätzliche Anmerkungen

Ich wollt eigentlich auch einen Job zum generieren der DB-Files einbauen. Das hat jedoch nicht geklappt (siehe [hier](https://git.yannick-weigert.de/liquid-development/game-tracker/actions/runs/1013/jobs/3) oder [hier](https://git.yannick-weigert.de/liquid-development/game-tracker/actions/runs/1014/jobs/3)), weil der jedes mal mehr als 10 Minuten gedauert hat und dann getimeoutet ist

![grafik.png](/attachments/49f7fb43-08a2-4378-9b89-fa2334c69344)

Co-authored-by: Gitea Actions [bot] <actions@yannick-weigert.de>
Reviewed-on: #223
Co-authored-by: Felix Kirchner <felix.kirchner.fk@gmail.com>
Co-committed-by: Felix Kirchner <felix.kirchner.fk@gmail.com>
2026-05-22 19:12:59 +00:00
47829a6955 fix: sorting problems
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 51s
2026-05-22 15:05:43 +02:00
96037e6062 fix: placing user at header 2 2026-05-22 14:56:56 +02:00
a0897d4966 fix: incorrect user of paraent data widget 2026-05-22 14:44:16 +02:00
6fb4a8996c updated team tests
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 43s
Pull Request Pipeline / lint (pull_request) Successful in 55s
2026-05-22 00:48:21 +02:00
df64ef4b93 fix: removeAllTeamScores 2026-05-22 00:34:55 +02:00
a6deba4238 updated tests
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 53s
2026-05-21 21:32:57 +02:00
a7d36787ce fix: enum fromJson
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 52s
2026-05-21 21:28:36 +02:00
14eb77e241 fix: team json tests
Some checks failed
Pull Request Pipeline / test (pull_request) Failing after 43s
Pull Request Pipeline / lint (pull_request) Successful in 52s
2026-05-21 21:22:12 +02:00
46134a4f5c feat: Implemented LiveEditView
Some checks failed
Pull Request Pipeline / test (pull_request) Failing after 44s
Pull Request Pipeline / lint (pull_request) Successful in 52s
2026-05-21 21:10:07 +02:00
12b7bcdc6c fix: team import
Some checks failed
Pull Request Pipeline / test (pull_request) Failing after 44s
Pull Request Pipeline / lint (pull_request) Successful in 51s
2026-05-21 20:12:04 +02:00
a803dc36d7 fix: sorted games 2026-05-21 19:54:46 +02:00
a497ae872b Updated match result view
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 52s
2026-05-21 18:44:30 +02:00
df8e060707 Renamed GameColor to AppColor 2026-05-21 18:31:15 +02:00
021a546479 Updated stacks & buttons 2026-05-21 18:28:11 +02:00
32a8a6090a Reworked team creation tile 2026-05-21 18:16:40 +02:00
f3f7d44994 refactoring 2026-05-21 17:59:26 +02:00
60d746ede2 fix: removed local var 2026-05-21 17:58:56 +02:00
32d6eb1d18 feat: added color reset on delete 2026-05-21 17:58:48 +02:00
042f44e8ef adjusted team creation 2026-05-21 17:51:31 +02:00
e761fb1474 Inserted custom tiles, comments 2026-05-21 17:51:15 +02:00
1f9ba96401 feat: new team member selection 2026-05-21 17:27:34 +02:00
63f050b34f sort arb files
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 41s
Pull Request Pipeline / lint (pull_request) Successful in 52s
2026-05-21 10:34:54 +02:00
8b1a447bd9 locs, comments, removed print
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 52s
Pull Request Pipeline / test (pull_request) Failing after 10m44s
2026-05-21 00:14:15 +02:00
0c40357847 fix: match view state issue 2026-05-21 00:09:51 +02:00
e61af14827 Refactoring 2026-05-21 00:07:31 +02:00
3493a74c6f feat: implemented team organsation 2026-05-21 00:06:23 +02:00
ec1182b560 feat: added content & disabled state 2026-05-21 00:06:03 +02:00
4c5ce1aba0 fix: suggested players contained selected players 2026-05-20 22:44:28 +02:00
44c474ae77 fix: setState issue 2026-05-18 22:43:53 +02:00
9c5e72e6ed Added missing dao functions 2026-05-18 22:39:52 +02:00
9a8b93510e removed compact attribute 2026-05-18 22:29:33 +02:00
0812f18d77 feat: implemented multiple winners with teams 2026-05-18 22:25:49 +02:00
0f621cd799 fix: refresh problem
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 55s
Pull Request Pipeline / test (pull_request) Failing after 10m44s
2026-05-18 01:32:30 +02:00
1356cbc92a Merge branch 'development' into feature/168-teamspiele-implementieren
# Conflicts:
#	lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart
#	lib/presentation/views/main_menu/match_view/match_detail_view.dart
#	lib/presentation/views/main_menu/match_view/match_result_view.dart
#	lib/presentation/widgets/buttons/main_menu_button.dart
#	pubspec.yaml
2026-05-18 01:31:49 +02:00
9bce03d780 fix: updating team score in detail view
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 55s
Pull Request Pipeline / test (pull_request) Failing after 10m49s
2026-05-18 00:48:29 +02:00
0a1e14a32d fix: correct placement implementation 2026-05-18 00:27:32 +02:00
092dd5ec0a fix: loc 2026-05-18 00:27:01 +02:00
418a6307a0 fix: title 2026-05-18 00:26:55 +02:00
07703037f2 fix: input var 2026-05-18 00:26:49 +02:00
d9e0cdf506 feat: implemented team card 2026-05-18 00:02:59 +02:00
2de8cef18d feat: implemented teams im match tile 2026-05-17 23:35:02 +02:00
2f72b71fda feat: implemented team score handling 2026-05-17 23:11:18 +02:00
a957408c7e feat: basic integration of teams 2026-05-17 21:29:16 +02:00
31dc899741 Updated licenses [skip ci] 2026-05-14 13:10:36 +00:00
f5b24cb923 disable button splash
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 55s
2026-05-13 16:31:24 +02:00