hubble icon indicating copy to clipboard operation
hubble copied to clipboard

🛰 Collaboration, usage, and health data visualization for GitHub Enterprise

Results 47 hubble issues
Sort by recently updated
recently updated
newest added

Updating the git version database will make it so that the data in Recommended Git Versions correctly reflects which versions are in use, and what percentage of connections are coming...

Hi there, We're using Hubble internally and it's a great tool, thanks! One kind of KPI I'm missing is an aggregation over organizations for activity data. On https://autodesk.github.io/hubble/orgs-activity, I would...

Adds reports for: - _Issues_ to show how many GitHub issues were created, updated, or closed. ![issues](https://user-images.githubusercontent.com/203805/116987475-66edcb80-accf-11eb-9be1-81bf4012e98d.png) - _Comments_ to show how many comments ware created for issues, pull requests,...

- create new main category Failures - create new report for failed authentication attempts - move failed webhooks report to this new category

I have a new report for 'Failed Authentication' similar to 'Failed Webhooks'. Looking at failed authentication attempts across the system is helpful in spotting misconfigured systems that may be tying...

If the [data repository is accessed via SSH](https://github.com/Autodesk/hubble/blob/6a5890f68bb8515a1d690a98481d88df28018b99/updater/config.py.example#L37-L41), then we should use the [SSH key](https://github.com/Autodesk/hubble/blob/6a5890f68bb8515a1d690a98481d88df28018b99/updater/config.py.example#L13): https://github.com/Autodesk/hubble/blob/583e0c32b04ae0eb3e3ba920ba010b717ec9f347/updater/helpers.py#L45 /cc @stoe

Benefits in using GitHub Enterprise don't just span code and collaboration, but also discoverability of related or interesting projects. One way to perform discovery is via the usage of the...

New reports for issue (open, close, update) and comments activity (on issues, PRs, commits) and adds it as a new sup-tab under 'Users' -> 'Issues & Comments'. These reports might...

`'client_recv=4'` indicates no changes. A lot of these fetches indicate polling... ``` zcat babeld.log.1.gz | grep 'client_recv=4' | perl -ne 'print if s/.*ip=([^ ]+).*user=(?:user\:[0-9]+\:)([^ ]+).*repo=([^ ]+).*/\2 \3 \1/' | ......

We just upgraded to 2.18.8 and see this now when running Hubble. Maybe because the old (pre-upgrade) logs were moved. Certainly github-audit.log.1*.gz does not exist. The KeyError: 'http' is an...