Skip to content

Convert confdb to a standard store

Warren Gifford requested to merge cc/convert-confdb-to-store into main

Created by: camdencheek

This converts the database interactions for configuration into a more standard store, and removes its dependency on dbconn.Global by passing in a database from a parent context. This also allowed me to update the tests to use a non-global database and run them in parallel.

1 down, 38 to go.

Merge request reports

Loading