Skip to content

Add the KVObject.all() method

Giuseppe Lavagetto requested to merge add_all_method into main

We often need to get all the objects of a certain type. This method provides a standardised way to do that, and is more efficient than using the existing KVObject.query() method with a catchall regexp.

Merge request reports