Code

server: Add support for GroupBy in graphs.
[sysdb/webui.git] / server / query.go
2015-05-14 Sebastian Harlserver: Add support for GroupBy in graphs.
2015-05-14 Sebastian HarlAdd rudimentary support for dynamic graphs based on...
2015-05-13 Sebastian Harlserver/query: Factor out the query parser into a separa...
2015-05-12 Sebastian HarlConvert the code to the new client.Client interface.
2015-04-25 Sebastian HarlAdd support for host.<attribute> queries.
2015-04-17 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2015-02-21 Sebastian HarlDon't try to display metric information after the query...
2014-11-26 Sebastian HarlAdded support for looking up other object types besides...
2014-11-26 Sebastian HarlAdded a very simple query language for name or attribut...
2014-11-24 Sebastian HarlMake a metric's graph's time-range configurable.
2014-11-23 Sebastian HarlMake a graph's start and end times configurable.
2014-11-23 Sebastian HarlLet the query helper ensure that all string arguments...
2014-11-22 Sebastian HarlSplit server.go into server.go and query.go.