Added:
get_entity_by_<name/id/path>
to retrieve single Entities identified via some attributeYou might want to look at the documentation first (build it with make doc).
lru_cache
is used for caching.
lru_cache
does not have the ability to add items to the cache manually. Thus, a dumb cache was added to allow this (see code).
unit tests.
I did not add integration test due to two reasons:
execute_query
function are mocked such that everything can be tested as unit test. (Those functions are the only connection to the server that would require integration tests)Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.