mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
- changed log parser API to be more semantic: getting fields, getting values - regexps become an implementation detail of parser and are no longer part of the API - improved JSON parser to not be tripped by nested quotation marks - improved JSON parser to support numbers - added more tests