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
59 stars 28 forks source link

Adding Data Sources #6

Closed germonprez closed 6 years ago

germonprez commented 6 years ago

@Humbedooh thanks again for the help in the install. Now moving onto the adding data sources. The UI is certainly straightforward. Organization added. However, adding the data sources seems to hang.

screen shot 2018-02-15 at 6 05 13 am

Should I be patient here?

Humbedooh commented 6 years ago

Looks like a UI bug - it should show you an error there. 1) the repository URL has to end with .git 2) you need a username+password of at least an anonymous account, to circumvent rate limiting.

Humbedooh commented 6 years ago

that aside, if you could reload with an inspector open in your browser and check the return value from the JSON API, that would help

Humbedooh commented 6 years ago

Also, I will note that there is an existing session bug which will sometimes freeze widgets the first time you load a page. A reload will fix it, but I've yet to figure out where to fix this.

germonprez commented 6 years ago

I think I got it. I had created the organization but had not set it as current. Without this, it was defaulting to apache as the organization.

screen shot 2018-02-15 at 8 43 30 am
Humbedooh commented 6 years ago

gotcha, that will obviously need to change :)

germonprez commented 6 years ago

And it's working! Thanks for the help @Humbedooh

screen shot 2018-02-15 at 8 49 19 am