|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## (unreleased) |
| 3 | +## 0.2.0 (2018-02-06) |
| 4 | + |
| 5 | +This update turns the `systemd` updater service into a system service (see below). |
| 6 | +If Hubble runs [on your GitHub Enterprise appliance](https://github.com/Autodesk/hubble/tree/master/updater#setup-on-the-github-enterprise-appliance) and not on a [dedicated machine](https://github.com/Autodesk/hubble/tree/master/updater#setup-on-a-dedicated-machine), please perform the following steps after the update: |
| 7 | + |
| 8 | +```sh |
| 9 | +systemctl --user stop hubble-enterprise.timer |
| 10 | +systemctl --user disable hubble-enterprise.timer |
| 11 | +sudo systemctl enable hubble-enterprise.timer |
| 12 | +sudo systemctl start hubble-enterprise.timer |
| 13 | +``` |
| 14 | + |
| 15 | +### Changes |
| 16 | + |
| 17 | +- switch updater from a `systemd` user service to a system service for higher reliability ([#72](https://github.com/Autodesk/hubble/issues/72)) |
| 18 | + |
| 19 | +### Features |
| 20 | + |
| 21 | +- new chart: [organization activity](https://autodesk.github.io/hubble/orgs-activity) ([#94](https://github.com/Autodesk/hubble/issues/94)) |
| 22 | +- new chart: [abandoned organizations](https://autodesk.github.io/hubble/housekeeping-abandoned-orgs) ([#95](https://github.com/Autodesk/hubble/issues/95)) |
| 23 | +- new chart: [personal repositories with nonowner pushes](https://autodesk.github.io/hubble/housekeeping-repo-location) ([#96](https://github.com/Autodesk/hubble/issues/96)) |
| 24 | +- new chart: [legacy admin teams](https://autodesk.github.io/hubble/recommendations-legacy-teams) ([#104](https://github.com/Autodesk/hubble/issues/104)) |
| 25 | +- new chart: [repository feature usage](https://autodesk.github.io/hubble/repos-feature-usage) ([#112](https://github.com/Autodesk/hubble/issues/112)) |
| 26 | +- spinner animation while charts are loading ([#59](https://github.com/Autodesk/hubble/issues/59), [#63](https://github.com/Autodesk/hubble/issues/63), [@filmaj](https://github.com/filmaj)) |
| 27 | +- action bar with button to download the raw data files next to the charts ([#85](https://github.com/Autodesk/hubble/issues/85), [#92](https://github.com/Autodesk/hubble/issues/92), [#97](https://github.com/Autodesk/hubble/issues/97)) |
| 28 | +- [multiview charts](https://autodesk.github.io/hubble/pr-total) providing multiple levels of granularity with a view switcher ([#77](https://github.com/Autodesk/hubble/issues/77)) |
| 29 | + |
| 30 | +### Bug Fixes |
| 31 | + |
| 32 | +- fix links to user names containing underscores or periods in the *tokenless authentications* report ([#53](https://github.com/Autodesk/hubble/issues/53)) |
| 33 | +- fix parsing issues with colons in *API requests* report ([#49](https://github.com/Autodesk/hubble/issues/49), reported by [@jonico](https://github.com/jonico)) |
| 34 | +- fix issues with the *Git traffic* report in GitHub Enterprise 2.11.0–2.11.6 ([#8](https://github.com/Autodesk/hubble/issues/8), [#46](https://github.com/Autodesk/hubble/issues/46), reported by [@rashamalek](https://github.com/rashamalek)) |
| 35 | +- fix issues with the *Git traffic* report in GitHub Enterprise 2.12 because of reordered fields ([#107](https://github.com/Autodesk/hubble/issues/107), [@rashamalek](https://github.com/rashamalek)) |
| 36 | +- fix issue with non-ASCII characters in the updater ([#79](https://github.com/Autodesk/hubble/issues/79), reported by [@rajivmucheli](https://github.com/rajivmucheli)) |
| 37 | +- flush the browser cache of the CSS and JavaScript assets on every commit ([#93](https://github.com/Autodesk/hubble/issues/93), helped by [@parkr](https://github.com/parkr)) |
| 38 | +- remove internal GitHub API requests from *API requests* report ([#101](https://github.com/Autodesk/hubble/issues/101)) |
| 39 | +- remove suspended users from *organization owners* list ([#100](https://github.com/Autodesk/hubble/issues/100)) |
| 40 | +- fix unintentionally truncated texts in tables with commas and space characters |
| 41 | + |
| 42 | +### Infrastructure |
| 43 | + |
| 44 | +- unit testing and linting with Travis CI for the dashboard ([#65](https://github.com/Autodesk/hubble/issues/65), [#78](https://github.com/Autodesk/hubble/issues/78), [@filmaj](https://github.com/filmaj)) |
| 45 | +- code coverage with CodeCov for the dashboard ([#84](https://github.com/Autodesk/hubble/issues/84), [@filmaj](https://github.com/filmaj)) |
| 46 | +- make Debian packaging compatible with Python 3 ([#73](https://github.com/Autodesk/hubble/issues/73)) |
| 47 | +- forward compatibility check for future data repository scheme changes ([#111](https://github.com/Autodesk/hubble/issues/111)) |
4 | 48 |
|
5 | 49 | ## 0.1.1 (2017-11-20) |
6 | 50 |
|
|
0 commit comments