kibble-1
kibble-1 copied to clipboard
Apache Kibble - a tool to collect, aggregate and visualize data about any software project
We need someone to get started on writing documentation on how to use Kibble; - How do you set up the base - How do you set up an organisation...
It would be awesome if we could have some documented use cases for Kibble. Who needs it, what can they gain from using Kibble, all that stuff. This would be...
**Description:** UI is broken on Chrome and Opera. UI on Safari and Firefox is ok. **Reproduction steps:** 1. Run Kibble: - pip install -e ."[devel]" - docker-compose -f docker-compose-dev.yaml up...
# Refactor Apache Kibble project This is an umbrella issue for collecting ideas and managing the work that has to be done. Dev list thread: https://lists.apache.org/thread.html/r3f373be93397fc55ad6aff11030d2f3eb93f0f34782ff58fba9325b1%40%3Cdev.kibble.apache.org%3E ### 1. General refactor...
**Description** Introduce pylint for code quality analysis: https://github.com/PyCQA/pylint This can be easily done by adding a respectable hook to our pre-commit configuration. However, this may require a lot of changes...
**Description** As suggested by @sharanf on the devlist: > I saw a talk by Myrle at ApacheCon@Home and she had done some initial work linking contributions to affiliation and I...
**Description** Allow embedding Apache Kibble charts on external websites. Thanks @Humbedooh for mentioning on the devlist. **Use case** > One thing we have been forgetting for a long time is...
**Theory:** Apache Kibble only supports cookie authorization for its REST API. **Attempt(s) to falsify the above:** ``` GET http://localhost:9200/kibble_useraccount/_search?pretty HTTP/1.1 Content-Type: application/json { "query": { "match_all": {} } } ```...
According to this [page](https://developer.github.com/changes/2020-02-14-deprecating-password-auth/), password auth has been deprecated and will cease working starting **November 13, 2020** at 4:00 PM UTC. Are there any plans of updating the **github** repository...
Source URLs should be defined as an anchor element. As you can see Currently, all links in the [sources](https://demo.kibble.apache.org/organisations.html?page=sources) page are not an anchor element. All of them just a...