Skip to content

Latest commit

 

History

History
112 lines (82 loc) · 9.9 KB

CHANGELOG.md

File metadata and controls

112 lines (82 loc) · 9.9 KB

Change Log

0.3.0 (2018-04-30)

Changes

Features

Bug Fixes

Infrastructure

  • support for extending Hubble with custom chart types by making the types handled by Hubble explicit (#150)

0.2.0 (2018-02-06)

This update turns the systemd updater service into a system service (see below). If Hubble runs on your GitHub Enterprise appliance and not on a dedicated machine, please perform the following steps after the update:

systemctl --user stop hubble-enterprise.timer
systemctl --user disable hubble-enterprise.timer
sudo systemctl enable hubble-enterprise.timer
sudo systemctl start hubble-enterprise.timer

Changes

  • switch updater from a systemd user service to a system service for higher reliability (#72)

Features

Bug Fixes

  • fix links to user names containing underscores or periods in the tokenless authentications report (#53)
  • fix parsing issues with colons in API requests report (#49, reported by @jonico)
  • fix issues with the Git traffic report in GitHub Enterprise 2.11.0–2.11.6 (#8, #46, reported by @rashamalek)
  • fix issues with the Git traffic report in GitHub Enterprise 2.12 because of reordered fields (#107, @rashamalek)
  • fix issue with non-ASCII characters in the updater (#79, reported by @rajivmucheli)
  • flush the browser cache of the CSS and JavaScript assets on every commit (#93, helped by @parkr)
  • remove internal GitHub API requests from API requests report (#101)
  • remove suspended users from organization owners list (#100)
  • fix unintentionally truncated texts in tables with commas and space characters

Infrastructure

  • unit testing and linting with Travis CI for the dashboard (#65, #78, @filmaj)
  • code coverage with CodeCov for the dashboard (#84, @filmaj)
  • make Debian packaging compatible with Python 3 (#73)
  • forward compatibility check for future data repository scheme changes (#111)

0.1.1 (2017-11-20)

Please adjust your config.py after this upgrade (see below).

Changes

  • switch to MIT license
  • config.py: excludedEntities in is now a list of strings

Features

0.1.0 (2017-10-05)

Initial release

Features

  • initial dashboard and updater to visualize GitHub Enterprise collaboration, usage, and health data
  • initial charts:
    • user collaboration and activity
    • pull request usage
    • Git versions, requests, traffic
    • API requests
    • forks to organizations
    • tokenless authentications