-
Notifications
You must be signed in to change notification settings - Fork 111
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
[C-4277] Prevent empty albums in feed #8444
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insane! nice work
@@ -241,6 +241,9 @@ services: | |||
audius_elasticsearch_url: 'http://discovery-provider-elasticsearch:9200' | |||
volumes: | |||
- ${PROJECT_ROOT}/packages/discovery-provider:/audius-discovery-provider | |||
- ${PROJECT_ROOT}/packages/es-indexer:/app/packages/discovery-provider/es-indexer | |||
- ${PROJECT_ROOT}/node_modules:/app/node_modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow local modules work? sometimes they don't b/c of arch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh interesting, yeah it worked in this case for running the tests
{"term": {"track_ids": False}}, | ||
{"script": { | ||
"script": { | ||
"source": "doc[''].size() > 0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool! TIL
[981954f] ddex yaml time (#8515) Steve Perkins [692e5cb] [PROTO-1690] Elasticsearch cluster health check (#8548) Danny [bebe484] mediorum: in memory image cache (#8544) Steve Perkins [5a7f3e3] Tighter over-replication threshold (#8539) Steve Perkins [fdc248d] [C-4277] Prevent empty albums in feed (#8444) Dylan Jeffers [c7ec583] Local development fixes (lint, compose, deps) (#8486) Danny [ba67563] Fix CRM log message (#8507) Raymond Jacobson
Description
Fixes issue where albums with no tracks and albums with all hidden/deleted tracks appear on the feed.
How Has This Been Tested?
Reintroduced and added new feed_es tests