apache / kibble-1

Apache Kibble - a tool to collect, aggregate and visualize data about any software project
https://kibble.apache.org/
Apache License 2.0
58 stars 27 forks source link

Use KibbleConfigParser in setup script #83

Closed turbaszek closed 3 years ago

turbaszek commented 3 years ago

Follow up after #74

We still need to remove the using of kibble.yaml in few places but I wanted to limit a scope of this changes (for example it would be good to refactor connecting to es database - currently we implement same class two times #84 ).