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 badb7276fb
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
refactor: check if len() > 0 instead of != nil for slices
2023-02-08 07:04:22 +01: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 feat: tribe change - add indexes (#155) 2023-01-15 09:17:40 +00: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_test.go 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: 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
checker_test.go feat: add meta router (#83) 2022-09-17 09:37:03 +00:00
checker.go feat: add meta router (#83) 2022-09-17 09:37:03 +00:00
ennoblement_test.go feat: new API endpoint GET /api/v1/versions/:code/servers/:key/villages/:id/ennoblements (#173) 2023-02-02 06:40:01 +00: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: 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
player_snapshot.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
player_test.go feat: new rest endpoint - /versions/{code}/servers/{key}/tribes/{id}/members (#179) 2023-02-06 07:18:32 +00: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: server - add new fields (#149) 2022-12-29 10:02:21 +00:00
server.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
tribe_change_test.go feat: new rest endpoint - /versions/{code}/servers/{key}/tribes/{id}/history (#180) 2023-02-08 05:50:54 +00:00
tribe_change.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00
tribe_snapshot_test.go feat: new rest endpoint - /versions/{code}/servers/{key}/tribes/{id}/history (#180) 2023-02-08 05:50:54 +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: new job - clean up (#147) 2022-12-27 08:57:44 +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 refactor: tribe - split the List method into two (#142) 2022-12-22 08:06:35 +00:00
version.go refactor: ennoblement/village - improve query performance - ListCountWithRelations 2022-12-28 11:11:58 +01:00
village_test.go 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
village.go refactor: check if len() > 0 instead of != nil for slices 2023-02-08 07:04:22 +01:00