turbaszek opened a new issue #84: URL: https://github.com/apache/kibble/issues/84
Currently we implement two times the same class: `KibbleDatabase`: https://github.com/apache/kibble/blob/2abfcc871dd35ddc727317267a4595f8230b53eb/kibble/setup/makeaccount.py#L27 https://github.com/apache/kibble/blob/2abfcc871dd35ddc727317267a4595f8230b53eb/kibble/api/plugins/database.py#L121 What should be done: 1. We should consolidate the whole logic into single class and create `kibble/database.py` that will keep definition of this object. 2. Refactor this class to use values from `KibbleConfigParser` from `kibble/configuration.py` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
