Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / GreptimeTeam/promql-parser issues and pull requests
#96 - chore: prepare release 0.4.2
Pull Request -
State: closed - Opened by waynexia 25 days ago
- 1 comment
#95 - BinModifier default value or null
Issue -
State: open - Opened by sunng87 about 1 month ago
#94 - feat: serialize AST to json
Pull Request -
State: closed - Opened by sunng87 about 1 month ago
- 5 comments
#93 - Serialize to parse_query output
Issue -
State: closed - Opened by sunng87 about 1 month ago
Labels: enhancement
#92 - chore: bump version to 0.4.1
Pull Request -
State: closed - Opened by waynexia about 1 month ago
- 1 comment
#91 - refactor: implement `Display` for `EvalStmt`
Pull Request -
State: closed - Opened by zyy17 about 1 month ago
- 1 comment
#90 - style: fix clippy
Pull Request -
State: closed - Opened by evenyag 4 months ago
#89 - fix: handle `Expr::Binary` properly in `walk_expr`
Pull Request -
State: closed - Opened by scintillavoy 4 months ago
- 4 comments
#88 - chore: bump version
Pull Request -
State: closed - Opened by yuanbohan 6 months ago
- 1 comment
#88 - chore: bump version
Pull Request -
State: closed - Opened by yuanbohan 6 months ago
- 1 comment
#88 - chore: bump version
Pull Request -
State: closed - Opened by yuanbohan 6 months ago
- 1 comment
#87 - chore: Bump grmtools version
Pull Request -
State: closed - Opened by ltratt 6 months ago
- 1 comment
#87 - chore: Bump grmtools version
Pull Request -
State: closed - Opened by ltratt 6 months ago
- 1 comment
#87 - chore: Bump grmtools version
Pull Request -
State: closed - Opened by ltratt 6 months ago
- 1 comment
#86 - fix: update codecov token
Pull Request -
State: closed - Opened by yuanbohan 6 months ago
- 1 comment
#85 - chore: update codecov ci
Pull Request -
State: closed - Opened by yuanbohan 6 months ago
- 1 comment
#84 - feat: add or operator for metric expression
Pull Request -
State: closed - Opened by groobyming 6 months ago
- 21 comments
#83 - feat: Support Filtering by multiple or filters
Issue -
State: closed - Opened by groobyming 6 months ago
- 7 comments
#82 - use nom
Issue -
State: closed - Opened by groobyming 6 months ago
- 3 comments
#81 - docs: add OpenObserve to known uses
Pull Request -
State: closed - Opened by waynexia 8 months ago
- 2 comments
#80 - ci: rework for simplicity
Pull Request -
State: closed - Opened by tisonkun 9 months ago
- 1 comment
#79 - refactor: try_parse_re for repetition logic
Pull Request -
State: closed - Opened by yuanbohan about 1 year ago
- 1 comment
#78 - check regex compatibility
Issue -
State: open - Opened by yuanbohan about 1 year ago
Labels: enhancement, good first issue
#77 - fix: clippy
Pull Request -
State: closed - Opened by yuanbohan about 1 year ago
- 1 comment
#76 - fix: Convert Go regex to Rust regex
Pull Request -
State: closed - Opened by fbs about 1 year ago
- 11 comments
#75 - Failing to parse valid regex
Issue -
State: closed - Opened by fbs about 1 year ago
- 8 comments
#74 - chore: hide internal functions and types
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 1 comment
#73 - feat: find matchers function
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 1 comment
#72 - feat: prettier trait
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 1 comment
#71 - fix(metric name): support multiple `__name__` matcher
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 3 comments
#70 - Multiple `__name__` matchers not permitted
Issue -
State: closed - Opened by gerboland over 1 year ago
- 3 comments
#69 - feat: implement Display for Expr
Pull Request -
State: closed - Opened by parkma99 over 1 year ago
- 8 comments
#68 - fix: cargo fmt error
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 1 comment
#67 - feat: Traverse function arguments when walking expression
Pull Request -
State: closed - Opened by sjmiller609 over 1 year ago
- 4 comments
#66 - walk_expr does not traverse function arguments
Issue -
State: closed - Opened by sjmiller609 over 1 year ago
- 4 comments
Labels: enhancement
#65 - chore: upgrade crate version
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 1 comment
#64 - feat: change value type Display behavior
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 1 comment
#63 - refactor: merge agg and match to LabelModifier
Pull Request -
State: closed - Opened by yuanbohan over 1 year ago
- 1 comment
#62 - feat: impl extension expr node
Pull Request -
State: closed - Opened by waynexia over 1 year ago
- 1 comment
#61 - Merge AggModifier and VectorMatchModifier
Issue -
State: closed - Opened by waynexia over 1 year ago
Labels: enhancement
#60 - feat: define ExprVisitor trait and implement walk_expr
Pull Request -
State: closed - Opened by waynexia over 1 year ago
- 1 comment
#58 - Cannot parse `time() > 1`
Issue -
State: closed - Opened by waynexia over 1 year ago
- 1 comment
Labels: bug
#57 - Add Expr Visitor trait
Issue -
State: closed - Opened by waynexia over 1 year ago
- 1 comment
#56 - Add Extension Expr type for customizing the parsed AST
Issue -
State: closed - Opened by waynexia over 1 year ago
Labels: enhancement
#55 - Support pretty print of Expr
Issue -
State: closed - Opened by waynexia almost 2 years ago
- 2 comments
Labels: enhancement, good first issue, help wanted
#54 - docs: update in readme
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#53 - support native histograms
Issue -
State: open - Opened by yuanbohan almost 2 years ago
Labels: enhancement
#52 - docs: update version and readme, rename ci action file
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#51 - docs: update version to 0.1.0
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#50 - chore: sync develop to main
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
#48 - feat: disable grmtools error recovery
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#47 - test: support failed cases information
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#46 - docs: add a link to py-promql-parser
Pull Request -
State: closed - Opened by messense almost 2 years ago
- 1 comment
#45 - feat: lex accept_escape
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 2 comments
#44 - feat: github action to publish to crates
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#43 - docs: readme
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#42 - docs: refine rustdoc comment
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
- 1 comment
#41 - feat(ast): check_ast func and test cases
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#40 - feat: check_ast function and failed test cases
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 2 comments
#39 - feat: check_ast function
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#38 - feat(parser): bin expr and all test cases
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 3 comments
#37 - fix: unary grammer conflicts
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 3 comments
#36 - test: parser
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#35 - test(token): all cases for token
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#34 - feat(parser): yacc rules and tests
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#33 - docs: update readme
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
#32 - chore(label): remove useless structs
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 2 comments
#31 - Parser: rules conflict
Issue -
State: closed - Opened by yuanbohan almost 2 years ago
Labels: help wanted
#30 - feat(ast): impl PartialEq, Eq for Expr
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 2 comments
#29 - feat(lex): revision for err message
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#28 - chore(duration): change err message to match prometheus
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#27 - refactor(function): use macro to init functions
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#26 - feat: parse golang str radix
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#25 - ci: ignore draft pr
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 3 comments
#24 - ci(coverage): ignore failure
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#23 - refactor(ast): use struct, and enum tuple
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#22 - feat(parser): more yacc rules
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#21 - feat: derive Debug and Clone for EvalStmt
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
#20 - chore: pub all fields of pub structs
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
- 1 comment
#19 - chore: fix license header
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
- 1 comment
#18 - feat: derive Clone for Expr
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
- 2 comments
#17 - feat: replace Instant with SystemTime
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
- 2 comments
#16 - fix: change offset type to Duration
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
- 4 comments
#15 - Lex: context with &str and lifetime, instead of String and clone
Issue -
State: open - Opened by yuanbohan almost 2 years ago
- 1 comment
Labels: enhancement, good first issue, help wanted
#14 - Lexer: keep the lines in lex
Issue -
State: open - Opened by yuanbohan almost 2 years ago
Labels: enhancement
#13 - feat(ci): add pr title check github action
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#12 - feat: PromQL Rust Lexer
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 6 comments
#11 - clippy: ignore let_unit_value warning in generated file
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#10 - license: add github workflow for header check
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 3 comments
#9 - Error: better error mechanism is needed
Issue -
State: open - Opened by yuanbohan almost 2 years ago
- 2 comments
Labels: enhancement, good first issue, help wanted
#8 - ci: license check in github action
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 3 comments
#7 - feat: vector selector yacc rule
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#6 - feat: add develop, coverage github action
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#5 - doc: manifest for crate
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
#4 - sync: main -> develop
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
- 1 comment
#3 - doc: readme
Pull Request -
State: closed - Opened by yuanbohan almost 2 years ago
#2 - feat: define token in yacc file
Pull Request -
State: closed - Opened by waynexia almost 2 years ago
- 2 comments
#1 - chore: update license copyright
Pull Request -
State: closed - Opened by waynexia almost 2 years ago