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

Add trending/underground non-full endpoint #3944

Merged
merged 2 commits into from Sep 28, 2022
Merged

Conversation

michellebrier
Copy link
Contributor

Description

Add non-full API endpoint for tracks/trending/underground

Tests

Make sure existing tests pass. Deploy and test endpoint on stage

Monitoring - How will this change be monitored? Are there sufficient logs / alerts?

},
)
@ns.route(
"/trending/underground/<string:version>",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we also want this non-full route for /trending/underground/<string:version>?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably ok not too. the story of why we have this is when we update the trending algo, we want to make sure that while services waterfall updates the client sees a consistent view of trending

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you already did it though, so no need to undo!

@michellebrier michellebrier requested review from a team and raymondjacobson and removed request for a team September 28, 2022 00:11
Copy link
Member

@raymondjacobson raymondjacobson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Approving contingent on us running gen:sdk :)

},
)
@ns.route(
"/trending/underground/<string:version>",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you already did it though, so no need to undo!

Copy link
Contributor

@rickyrombo rickyrombo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 flawless - you'll need to go into the audius-protocol/libs folder and run npm run gen:dev though to generate the API client for the SDK (which also requires the discovery node to be running)

@pull-request-size pull-request-size bot added size/L and removed size/M labels Sep 28, 2022
@michellebrier michellebrier merged commit d99a1f8 into master Sep 28, 2022
@michellebrier michellebrier deleted the mbrier-plat-253 branch September 28, 2022 23:46
audius-infra pushed a commit that referenced this pull request Sep 30, 2022
## Changelog

- 2022-09-29 [13bd5ff] Gating entity manager replica set updates with identity service (#3965) [Isaac Solo]
- 2022-09-28 [b7230e2] Add a getter for userBankTransactionMetadata (#3962) [Marcus Pasell]
- 2022-09-28 [d99a1f8] Add trending/underground non-full endpoint (#3944) [Michelle Brier]
- 2022-09-28 [f88869d] Bump sdk to v1.0.7 [audius-infra]
audius-infra pushed a commit that referenced this pull request Sep 30, 2022
## Changelog

- 2022-09-29 [13bd5ff] Gating entity manager replica set updates with identity service (#3965) [Isaac Solo]
- 2022-09-28 [b7230e2] Add a getter for userBankTransactionMetadata (#3962) [Marcus Pasell]
- 2022-09-28 [d99a1f8] Add trending/underground non-full endpoint (#3944) [Michelle Brier]
- 2022-09-28 [f88869d] Bump sdk to v1.0.7 [audius-infra]
vicky-g pushed a commit that referenced this pull request Oct 4, 2022
* Add trending/underground non-full API endpoint

* Generate libs types
@AudiusProject AudiusProject deleted a comment from linear bot Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants