YangCatalog / backend

YANG Catalog's REST API and internal module processing pipeline
https://yangcatalog.org
Apache License 2.0
2 stars 11 forks source link

Ignore a missing module revision. #820

Closed xorrkaz closed 8 months ago

xorrkaz commented 8 months ago

Currently, if a module's revision shows up in the index (but not redis) a search for the module's details will fail with a 404, even if other revisions of the same module do show up. Be a little more permissive here. If the module revision that is desired (or the latest) isn't found, then return 404. Else, log the condition and continue processing revisions.

microamp commented 8 months ago

Running in prod