mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
* pushed to get help of a genius * fix: error response is not json * feat: make request on click * refactor: remove print statement * refactor: remove unnecessary code * feat: convert grafana variables to value for API request * use the parser to interpolate and recover the original query (#64591) * Prettify query: use the parser to interpolate and recover the original query * Fix typo Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Fix typo Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * fix: reverse transformation not working --------- Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Gareth Dawson <gwdawson.work@gmail.com> * fix: bugs created from merge * refactor: move prettify code out of monaco editor * fix: variables with the same value get converted back to the incorect variable * refactor * use consistent styling with bigquery * fix: only allow text/plain and application/json * fix: only make the request if the query is valid * endpoint now returns application/json * prettify from js * WIP: not all cases are handles, code still needs cleaning up * WIP * large refactor, finished support for all pipeline expressions * add tests for all format functions * idk why these files changed * add support for range aggregation expr & refactor * add support for vector aggregation expressions * add support for bin op expression * add support for literal and vector expressions * add tests and fix some bugs * add support for distinct and decolorize * feat: update variable replace and return * fix: lezer throws an errow when using a range variable * remove api implementation * remove api implementation * remove type assertions * add feature flag * update naming * fix: bug incorrectly formatting unwrap with labelfilter * support label replace expr * remove duplicate code (after migration) * add more tests * validate query before formatting * move tests to lezer repo * add feature tracking * populate feature tracking with some data * upgrade lezer version to 0.1.7 * bump lezer to 0.1.8 * add tests --------- Co-authored-by: Matias Chomicki <matyax@gmail.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> |
||
---|---|---|
.. | ||
components | ||
configuration | ||
img | ||
migrations | ||
querybuilder | ||
backendResultTransformer.test.ts | ||
backendResultTransformer.ts | ||
dataquery.cue | ||
dataquery.gen.ts | ||
datasource.test.ts | ||
datasource.ts | ||
getDerivedFields.test.ts | ||
getDerivedFields.ts | ||
language_utils.test.ts | ||
LanguageProvider.test.ts | ||
LanguageProvider.ts | ||
languageUtils.test.ts | ||
languageUtils.ts | ||
lineParser.test.ts | ||
lineParser.ts | ||
LiveStreams.test.ts | ||
LiveStreams.ts | ||
liveStreamsResultTransformer.test.ts | ||
liveStreamsResultTransformer.ts | ||
LogContextProvider.test.ts | ||
LogContextProvider.ts | ||
logsTimeSplitting.test.ts | ||
logsTimeSplitting.ts | ||
makeTableFrames.test.ts | ||
makeTableFrames.ts | ||
metricTimeSplitting.test.ts | ||
metricTimeSplitting.ts | ||
mocks.ts | ||
modifyQuery.test.ts | ||
modifyQuery.ts | ||
module.test.ts | ||
module.ts | ||
plugin.json | ||
queryHints.test.ts | ||
queryHints.ts | ||
querySplitting.test.ts | ||
querySplitting.ts | ||
queryUtils.test.ts | ||
queryUtils.ts | ||
README.md | ||
responseUtils.test.ts | ||
responseUtils.ts | ||
sortDataFrame.test.ts | ||
sortDataFrame.ts | ||
streaming.ts | ||
syntax.test.ts | ||
syntax.ts | ||
tracking.test.ts | ||
tracking.ts | ||
types.ts | ||
variables.test.ts | ||
variables.ts |
Loki Data Source - Native Plugin
This is a built in data source that allows you to connect to the Loki logging service.