core/internal/adapter
Dawid Wysokiński 7a206d746e
All checks were successful
ci/woodpecker/push/govulncheck Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
refactor: simplify repository tests a little bit
2024-03-14 07:03:55 +01:00
..
testdata feat: player snapshots (#45) 2024-01-16 06:28:03 +00:00
adapter_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
adapter.go feat: api - GET /api/v2/versions/{versionCode}/servers/{serverKey}/players - add more sort options (#7) 2024-02-27 07:09:24 +00:00
bun_utils.go feat: api - GET /api/v2/versions/{versionCode}/servers/{serverKey}/players - add more sort options (#7) 2024-02-27 07:09:24 +00:00
http_tw.go feat: ennoblement sync (#28) 2024-01-04 10:44:36 +00:00
publisher_watermill_ennoblement.go feat: data sync integration test (#31) 2024-01-10 06:39:09 +00:00
publisher_watermill_player.go feat: data sync integration test (#31) 2024-01-10 06:39:09 +00:00
publisher_watermill_server.go feat: data sync integration test (#31) 2024-01-10 06:39:09 +00:00
publisher_watermill_snapshot.go feat: add a new job - create snapshots (#43) 2024-01-14 11:57:32 +00:00
publisher_watermill_tribe.go feat: data sync integration test (#31) 2024-01-10 06:39:09 +00:00
publisher_watermill_village.go feat: data sync integration test (#31) 2024-01-10 06:39:09 +00:00
repository_bun_ennoblement_test.go refactor: update project structure (#42) 2024-01-14 10:04:17 +00:00
repository_bun_ennoblement.go feat: add 3 new API endpoints (#24) 2024-03-11 12:08:51 +00:00
repository_bun_player_snapshot_test.go feat: player snapshots (#45) 2024-01-16 06:28:03 +00:00
repository_bun_player_snapshot.go feat: sort validation improvements (#14) 2024-03-02 08:49:42 +00:00
repository_bun_player_test.go refactor: update project structure (#42) 2024-01-14 10:04:17 +00:00
repository_bun_player.go feat: new API endpoint - /v2/versions/{versionCode}/servers/{serverKey}/tribes/{tribeId}/members (#15) 2024-03-04 06:11:00 +00:00
repository_bun_server_test.go refactor: update project structure (#42) 2024-01-14 10:04:17 +00:00
repository_bun_server.go feat: sort validation improvements (#14) 2024-03-02 08:49:42 +00:00
repository_bun_tribe_change_test.go refactor: update project structure (#42) 2024-01-14 10:04:17 +00:00
repository_bun_tribe_change.go feat: add more filters to ListTribeChangesParams 2024-03-13 06:55:23 +01:00
repository_bun_tribe_snapshot_test.go feat: tribe snapshots (#44) 2024-01-15 07:00:08 +00:00
repository_bun_tribe_snapshot.go feat: sort validation improvements (#14) 2024-03-02 08:49:42 +00:00
repository_bun_tribe_test.go refactor: update project structure (#42) 2024-01-14 10:04:17 +00:00
repository_bun_tribe.go feat: api - GET /api/v2/versions/{versionCode}/servers/{serverKey}/players - new sort option 2024-03-03 07:43:07 +01:00
repository_bun_version_test.go refactor: update project structure (#42) 2024-01-14 10:04:17 +00:00
repository_bun_version.go feat: sort validation improvements (#14) 2024-03-02 08:49:42 +00:00
repository_bun_village_test.go refactor: update project structure (#42) 2024-01-14 10:04:17 +00:00
repository_bun_village.go feat: add 2 new API endpoints to list player/tribe villages 2024-03-09 08:38:23 +01:00
repository_ennoblement_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_player_snapshot_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_player_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_server_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_test.go feat: add a new model - TribeChangeWithRelations (#26) 2024-03-12 06:52:41 +00:00
repository_tribe_change_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_tribe_snapshot_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_tribe_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_version_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00
repository_village_test.go refactor: simplify repository tests a little bit 2024-03-14 07:03:55 +01:00