-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(nearest-lobby): Fixed the /find and /nearest endpoints (#55) * feat(better-votes): Unlinked votes from specific updates (#63) * hotifx(serializer): A kind of bad fix for the serialization of interfaces in AnounceVote events. (#65) * hotfix(seralization): Interfaces don't serialize properly * fix(empty-room): Fixed error on empty result. * updated golden files * DD-165: Tag visible order (#67) * Tag: visible, order * Update golden * removed two_gis all 2gis functionality has been removed * Fix tags save (#71) * Optimising Psql queries (#72) * Fix tags save (#71) * Updated SQL requests, TODO: fix error in `RecommendPlaces` * fixes * fix db recommend request --------- Co-authored-by: Vaniog <[email protected]> Co-authored-by: Vaniog <[email protected]> * New recommendations * Merge classic and priceBound * some drafts * a lot of work * e2e passed * fix unused * replace old code * fix metrics * state.Context tests * fix fmt.Errorf * Fuck reflect, generics welcome! * s.metrics.ActiveConnections.Dec() * mutex fix --------- Co-authored-by: Mike de Geofroy <[email protected]> Co-authored-by: Alex Dyakonov <[email protected]>
- Loading branch information
1 parent
d171193
commit 9b8527c
Showing
19 changed files
with
867 additions
and
841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,5 @@ go.work | |
|
||
# Dev | ||
.env | ||
bin | ||
bin | ||
e2e/*/ERROR_*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.