prometheus/promql/parser
George Krajcsovits 5d3f9ee39b
Some checks are pending
buf.build / lint and publish (push) Waiting to run
CI / Go tests (push) Waiting to run
CI / More Go tests (push) Waiting to run
CI / Go tests with previous Go version (push) Waiting to run
CI / UI tests (push) Waiting to run
CI / Go tests on Windows (push) Waiting to run
CI / Mixins tests (push) Waiting to run
CI / Compliance testing (push) Waiting to run
CI / Build Prometheus for common architectures (push) Waiting to run
CI / Build Prometheus for all architectures (push) Waiting to run
CI / Report status of build Prometheus for all architectures (push) Blocked by required conditions
CI / Check generated parser (push) Waiting to run
CI / golangci-lint (push) Waiting to run
CI / fuzzing (push) Waiting to run
CI / codeql (push) Waiting to run
CI / Publish main branch artifacts (push) Blocked by required conditions
CI / Publish release artefacts (push) Blocked by required conditions
CI / Publish UI on npm Registry (push) Blocked by required conditions
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
Merge pull request #17904 from linasm/trim_histogram
promql: Implement </ and >/ operators for trimming native histograms
2026-02-24 17:16:24 +01:00
..
posrange Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
ast.go PromQL: Add fill*() binop modifiers to provide default values for missing series 2026-01-15 07:56:21 +01:00
features.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
functions.go PromQL: Add experimental histogram_quantiles variadic function (#17285) 2026-02-18 17:32:29 +01:00
generated_parser.y Merge pull request #17904 from linasm/trim_histogram 2026-02-24 17:16:24 +01:00
generated_parser.y.go Merge pull request #17904 from linasm/trim_histogram 2026-02-24 17:16:24 +01:00
lex.go promql: Implement </ and >/ operators for trimming native histograms. 2026-01-22 15:22:43 +02:00
lex_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
parse.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
parse_test.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
prettier.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
prettier_rules.md Adds support for prettifying PromQL expression (#10544) 2022-07-07 18:13:36 +05:30
prettier_test.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
printer.go chore: enable staticcheck linter and update golangci-lint to 2.10.1 2026-02-18 15:58:16 +00:00
printer_test.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
value.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00