Josh Hunt
3c6e0e8ef8
Chore: ESlint import order ( #44959 )
...
* Add and configure eslint-plugin-import
* Fix the lint:ts npm command
* Autofix + prettier all the files
* Manually fix remaining files
* Move jquery code in jest-setup to external file to safely reorder imports
* Resolve issue caused by circular dependencies within Prometheus
* Update .betterer.results
* Fix missing // @ts-ignore
* ignore iconBundle.ts
* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
Joey Tawadrous
1b3dd310c0
Loki: Uppercase autocomplete ( #45123 )
...
* Updated regex
* Added test for uppercase
* Updated regex
2022-02-15 11:02:51 +00:00
Ivana Huckova
e269445d79
Loki: LogQL v2 support ( #27884 )
...
* Add new logql v2 functions
* Fix autocompletion if missing ending }
* Refactor operators regex, add pipe operator and tests
* Add parsers
* Update tests
* Add parsers to suggestions, add test
* Add operators to syntax
* Create pipe operator autocomplete + highlighting + add tests
* Add to documentation that pipe operations are available in in Loki 2.0+
* Update snapshot test
* Update operators list, add regex quotes and move cursor
* Fix spelling
* Update documentation
* Update
2020-10-14 10:22:39 +02:00
Ivana Huckova
1448767c08
Loki, Prometheus: Fix PromQL and LogQL syntax highlighting ( #21944 )
...
* Loki, Prometheus: Fix syntax to not highlight # in quotes as a comment in queryField
* Loki, Prometheus: Fix syntax to not highlight # in quotes as a comment in queryField
* Fix regex
* PromQL, LogQL: Update syntax
* LogQL, PromQL highlighting: Add tests
2020-02-12 15:45:36 +01:00