rode / grafeas-elasticsearch

An implementation of the Grafeas storage backend based on Elasticsearch
Apache License 2.0
12 stars 5 forks source link

[filtering] add "has_parent" query field #84

Closed mrparkers closed 3 years ago

mrparkers commented 3 years ago

this is needed to effectively query for documents that have a specific parent. this change is a bit weird since the filtering package doesn't use this new type in any way, but it's where all of the other query types live so I thought this was fine for now.

codecov-commenter commented 3 years ago

Codecov Report

Merging #84 (6c4590a) into main (fddf6fd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   84.28%   84.28%           
=======================================
  Files           9        9           
  Lines         999      999           
=======================================
  Hits          842      842           
  Misses         93       93           
  Partials       64       64           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fddf6fd...6c4590a. Read the comment docs.