kibble-1 icon indicating copy to clipboard operation
kibble-1 copied to clipboard

Apache Kibble - a tool to collect, aggregate and visualize data about any software project

Results 33 kibble-1 issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the following error while installing the kibble with elasticsearch 8.3.3. _**Index creation failed: Positional arguments can't be used with Elasticsearch API methods. Instead only use keyword arguments.**_...

![image](https://user-images.githubusercontent.com/19247109/176626249-1db07731-e217-46b8-ac0e-7f497f13539a.png) \# pwd /opt/kibble-scanners \# python3 src/kibble-scanner.py -t gerrit ![image](https://user-images.githubusercontent.com/19247109/176626010-fcc5834a-4865-42d1-8158-8c5ff726884b.png) \# vim src/plugins/scanners/gerrit.py ![image](https://user-images.githubusercontent.com/19247109/176625318-6f00e34a-2e44-41eb-a5ab-f871bfa6e221.png)

kind:bug

Hey folks. This PR will add Pylint to Kibble pre-commit hooks. If you don't know what Pylint is [here you can read about it](https://docs.pylint.org/en/1.6.0/index.html)

area:api
area:dev
area:cli

This PR creates basic test suite for 130 endpoints we currently have 👀 Probably it would be wise to generate requests and responses to validate

area:api

There was not a feature to change the organisation's name or its description. To do that, we had to delete the organisation from the database and create it again. Now,...

area:ui
area:api

I added a community activity widget to the data points page. This metric is described by CHAOSS as the frequency of contributions. A more in depth description of the metric...

area:api

This PR: - refactors git sloc scanner as a class - adds loguru for logging purposes - keeps backward compatibility with other scanners

area:dev
area:cli

Please consider my contribution to add the metric issues closed / issues opened ratio. The metric is defined by the Chaoss project as an important metric for determining growth maturity...

area:ui
area:api

**Description:** I am having problems installing Kibble using `docker-compose -f docker-compose-dev.yaml up setup` Initially reported as part of #50 and agreed to continue looking to resolve afterwards. As requested I...

kind:bug
area:dev

**Description** Currently all data sources supported by Kibble are defined in this one, long yaml: https://github.com/apache/kibble/blob/8904f39ca2b19aef3522455ec357294cc398c49e/kibble/api/yaml/sourcetypes.yaml#L1-L103 We should introduce `DataSource` base class and then rewrite (automatically) the yaml file into...

kind:feature
area:api