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

Rename 'from'/'to' to 'from_timestamp'/'to_timestamp' #793

Open VargBurz opened 4 years ago

VargBurz commented 4 years ago

We can't use the word from as field in classes, because it is reserved word and it requires additional processing.

We should rename 'from'/'to' to 'from_timestamp'/'to_timestamp' everywhere (in analytics, server, panel) to use it in analytics' Segment class.