This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/internal/bundb
Dawid Wysokiński 42f95d6dd1
All checks were successful
continuous-integration/drone/push Build is passing
fix: tribe - fix incorrect most points logic
2023-02-26 09:51:52 +01:00
..
bundbtest feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
internal/model feat: add a new API endpoint - GET /versions/{code}/servers/{key}/players/{id}/other-servers (#168) 2023-01-31 05:17:07 +00:00
migrations fix: tribe - fix incorrect most points logic 2023-02-26 09:51:52 +01:00
testdata feat: add a new REST endpoint - GET /api/v1/versions/{code}/servers/{key}/players/{id}/tribe-changes (#154) 2023-01-15 08:11:02 +00:00
bundb.go refactor: scanAndCount - use channel to synchronize data with the main goroutine 2022-12-24 09:10:04 +01:00
bunfixture_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
checker_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
checker.go feat: add meta router (#83) 2022-09-17 09:37:03 +00:00
ennoblement_test.go fix: fix tests 2023-02-17 06:56:05 +01:00
ennoblement.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
player_snapshot_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
player_snapshot.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
player_test.go fix: fix tests 2023-02-17 06:56:05 +01:00
player.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
server_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
server.go refactor: rename fn -> f, loadJSONFile -> readJSONFile 2023-02-24 07:24:16 +01:00
tribe_change_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
tribe_change.go feat: new rest endpoint - /versions/{code}/servers/{key}/tribes/{id}/tribe-changes (#181) 2023-02-10 05:56:39 +00:00
tribe_snapshot_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
tribe_snapshot.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
tribe_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
tribe.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
version_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
version.go refactor: ennoblement/village - improve query performance - ListCountWithRelations 2022-12-28 11:11:58 +01:00
village_test.go feat: update data - integration tests (#186) 2023-02-16 06:37:48 +00:00
village.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00