Uh oh!
There was an error while loading. Please reload this page.
[C-4277] Prevent empty albums in feed - #8444
Conversation
|
Uh oh!
There was an error while loading. Please reload this page.
| 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.
wow local modules work? sometimes they don't b/c of arch
There was a problem hiding this comment.
oh interesting, yeah it worked in this case for running the tests
| {"term": {"track_ids": False}}, | ||
| {"script": { | ||
| "script": { | ||
| "source": "doc[''].size() > 0" |
[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