prometheus/promql/parser
Ben Kochie 204249fcb5
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 / 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
Update golangci-lint (#17478)
* Update golangci-lint to v2.6.0
* Fixup various linting issues.
* Fixup deprecations.
* Add exception for `labels.MetricName` deprecation.

Signed-off-by: SuperQ <superq@gmail.com>
2025-11-05 13:47:34 +01:00
..
posrange Add a note about PositionRange values 2025-08-13 17:57:40 +01:00
ast.go Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
functions.go feat(promql): add first_over_time and ts_of_first_over_time 2025-09-02 10:24:31 +12:00
generated_parser.y promql: allow 'anchored' and 'smoothed' as metric and label names 2025-10-17 12:10:52 +02:00
generated_parser.y.go promql: allow 'anchored' and 'smoothed' as metric and label names 2025-10-17 12:10:52 +02:00
lex.go promql/parser: Add string representation for AT token 2025-10-21 16:50:56 +02:00
lex_test.go Merge pull request #16249 from roidelapluie/arythmetics 2025-04-22 10:17:41 +02:00
parse.go Update golangci-lint (#17478) 2025-11-05 13:47:34 +01:00
parse_test.go Merge pull request #17380 from roidelapluie/roidelapluie/fixat 2025-10-27 16:21:14 +01:00
prettier.go [PERF] PromQL: Replace some Sprintf with bytes.Buffer 2025-08-21 11:38:05 +01:00
prettier_rules.md Adds support for prettifying PromQL expression (#10544) 2022-07-07 18:13:36 +05:30
prettier_test.go Move calculation to the engine 2025-04-03 10:56:02 +02:00
printer.go Fix formatting of range vector selectors with smoothed/anchored modifier 2025-10-17 12:23:53 +02:00
printer_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00
value.go promql: use explicit type declare instead of string. (#7716) 2020-08-02 09:57:38 +01:00