pazuzu-io / pazuzu-registry

A feature registry for customized Docker images
MIT License
16 stars 10 forks source link

API documentation and test missing for FeatureFields #150

Closed otrosien closed 2 years ago

otrosien commented 7 years ago

possible values and their effect on the result are not documented in the swagger file, not tested, and the implementation is kind of weird. It decides on if fields contain the string "snippet" to return all, otherwise return only meta-information.

fields.toLowerCase(Locale.ENGLISH).contains("snippet")