hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Cannot read property 'branch' of null #831 #832

Closed amper43 closed 4 years ago

amper43 commented 4 years ago

fixes #831

Problem: when git is in the detached state (for example after checkout to tag git checkout 0.3.8) .git/HEAD file doesn't contain ref name. It leads to "Cannot read property 'branch' of null" error in the panel.

Changes