Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: remove obsolete ListMyVotes method #151

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

d-loose
Copy link
Member

@d-loose d-loose commented Dec 5, 2024

This method is almost identical to GetSnapVotes (the difference being that the latter updates the categories in the db). Since it's not being used in the app-center, I think we can safely remove it.

@d-loose d-loose marked this pull request as ready for review December 5, 2024 10:58
@d-loose d-loose requested review from matthew-hagemann and sminez and removed request for matthew-hagemann December 5, 2024 10:58
@d-loose d-loose merged commit 0905ed1 into main Dec 5, 2024
4 checks passed
@d-loose d-loose deleted the remove-list-my-votes branch December 5, 2024 12:26
d-loose added a commit to ubuntu/app-center that referenced this pull request Dec 17, 2024
Follow-up to ubuntu/app-center-ratings#153

Uses the `snap_name` field added to `Rating` and `Vote` server-side,
which eliminates the need to resolve `snap_id`s into `snap_name`s in the
app-center.

Since this needs a regeneration of the protobuf files, I've also removed
the `listMyVotes` methods following
ubuntu/app-center-ratings#151.

UDENG-5628
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants