Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "in" construction regexp #709

Merged
merged 9 commits into from
Jan 27, 2025
Merged

fix "in" construction regexp #709

merged 9 commits into from
Jan 27, 2025

Conversation

lunaticusgreen
Copy link
Collaborator

fix #705

@@ -2098,6 +2103,24 @@ func betweenBraces(query string) string {
return subQuery
}

func betweenBrackets(query string) string {
Copy link
Collaborator

@Slach Slach Jan 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

betweenSquareBraces more mental name we already have betweenBraces and isClosured

@coveralls
Copy link

coveralls commented Jan 20, 2025

Pull Request Test Coverage Report for Build 12987995802

Details

  • 13 of 30 (43.33%) changed or added relevant lines in 2 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.4%) to 76.45%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/datasource/scanner/scanner.ts 11 13 84.62%
pkg/eval_query.go 2 17 11.76%
Files with Coverage Reduction New Missed Lines %
src/datasource/scanner/scanner.ts 3 79.88%
Totals Coverage Status
Change from base Build 12950819689: -0.4%
Covered Lines: 3553
Relevant Lines: 4488

💛 - Coveralls

@Slach Slach added this to the 3.4.0 milestone Jan 21, 2025
Copy link
Collaborator

@Slach Slach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look #709 (comment)

lets try to add unit tests which cover new code?

@Slach Slach merged commit 6c9fa01 into master Jan 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't visualize timeseries from time, category, metric when too many categories
4 participants