Releases: Autodesk/hubble
Releases · Autodesk/hubble
Hubble Enterprise 0.3.0
Changes
- switch user activity chart from 1-month to 4-week intervals (#129, #135)
Features
- new chart: list of most active repositories (#119, #123, @mlbright)
- new chart: API requests per user (#148, @dfarr)
- add 2-month, 2-year, and all data views to all charts of history type (#126, #154)
- add 2-week, 2-month, and 2-year views to collaboration chart (#115, #124)
- show the time range and aggregation method in tooltips when hovering aggregated data (#130, #143)
- add detailed Git versions report (not visualized yet, #144)
Bug Fixes
- fix issue where data wasn’t aggregated with single-view charts (#120, #121)
- fix unintended scrolling to the top of the page when switching chart views (#125)
- fix JavaScript error with empty chart views (#128, #134)
- update data file headers on every update (#138, #139, reported by @talktopiyush and @rajivmucheli)
- fix tokenless authentication chart on GitHub Enterprise 2.12 (#139, #141, reported by @talktopiyush and @rajivmucheli)
- fix error with forward compatibility check when the data repository is empty (#145, #146, #153, @IngoS11, reported by @IngoS11 and @sky9723)
- fix Python error because of missing module import (#136, #146, #152, @IngoS11, reported by @primetheus, @IngoS11, and @sky9723)
- fix incorrect dates shown at the end of date ranges (#118, #147, #149, reported by @toddocon)
Infrastructure
- support for extending Hubble with custom chart types by making the types handled by Hubble explicit (#150)
Checksums
hubble-enterprise_0.3.0_all.deb
algorithm | checksum |
---|---|
MD5 | be68b4c52c91ac026609c742053ab953 |
SHA-256 | 374a004a8aa0e2f1b18c31cc30618b54e0dda10d431da2bcb14a6cb60ca70324 |
SHA-512 | e16ad36ace526bced0c6101d7fa9e9967927e7af3c688380abe18a4b8fa290f57a5258f3e7b8609b9922d99c8a0452a449bc347fe3a80e6dbf817160fde4b4b7 |
Hubble Enterprise 0.2.0
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
- new chart: organization activity (#94)
- new chart: abandoned organizations (#95)
- new chart: personal repositories with nonowner pushes (#96)
- new chart: legacy admin teams (#104)
- new chart: repository feature usage (#112)
- spinner animation while charts are loading (#59, #63, @filmaj)
- action bar with button to download the raw data files next to the charts (#85, #92, #97)
- multiview charts providing multiple levels of granularity with a view switcher (#77)
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)
Checksums
hubble-enterprise_0.2.0_all.deb
algorithm | checksum |
---|---|
MD5 | 4bab8626d669ad8cf0eceb6eb012478c |
SHA-256 | 48828438737d8eaacc717bb8370dc53f8ea26e12f4a8b9fad79eb920e802ce5a |
SHA-512 | 8e6933021dfb3424011267db3b85269b32d691ef9a95f99082e0d2baadcdf92a2c756d10c3e254f85bf97371c831c03d7cb6610c22502534ef4412911988c9fa |
Hubble Enterprise 0.1.1
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
- support for GitHub Enterprise 2.11 (#8, #11, #29, #44, helped by @rashamalek)
- new chart: total number of organizations and teams (#39, #43, @toddocon)
- new chart: repositories (total) (#27)
- new chart: repository activity (#28)
- new chart: organization owners (#36, #38, #40, @mlbright)
- remove inline JavaScript from page header (#18, @Swardu)
- descriptive texts next to the charts
- add stylesheet with new logo (#31, #32, #41)
Checksums
hubble-enterprise_0.1.1_all.deb
algorithm | checksum |
---|---|
MD5 | a7950efe5ec3b79803f83613a854c958 |
SHA-256 | 2da9c88fc7e868fe7ddae0a4a715f116d291cc5de54dfac2e3428f8945e8c1dc |
SHA-512 | a24d74a71018e69914a7371c6a8475a316fcd5f8c1da6a7f481d36b4d27dc68cc3a5abfbc11fa0e22bd7aaeb9ac22a8427f0feb862712865ca9efb95ef658ad3 |
Hubble Enterprise 0.1.0
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
Checksums
hubble-enterprise_0.1.0_all.deb
algorithm | checksum |
---|---|
MD5 | ca363c525b398181628985a57225b974 |
SHA-256 | 6fa65bc94d62fd8293539df62576d2c141ede5bba75a55e2d6cc57c1f9ed0db4 |
SHA-512 | 861d3f5ff536ea55740dc12e3616653f125169d9a69741300a572094b39f397be3c1e8aa1be9dbbb1a74b34d246d8d2c6bbcfa3d94a495343df8a01750530ee7 |