Kong / go-database-reconciler

Apache License 2.0
5 stars 3 forks source link

fix: do not require name/id for filter-chain entities #103

Closed flrgh closed 4 months ago

flrgh commented 4 months ago

Summary

This relaxes the JSON schema for filter chain entities to not require name or id. Filter chains are always associated with a service or a route and therefore do not require a name/id for indexing.

Issues resolved

KAG-4005

Testing

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.18%. Comparing base (1e34a0b) to head (486b477). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ======================================= Coverage 41.18% 41.18% ======================================= Files 74 74 Lines 10802 10802 ======================================= Hits 4449 4449 Misses 5891 5891 Partials 462 462 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.