Skip to content

feat(linq): add possibility to generate Flux query without pivot() function #291

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

Merged
merged 3 commits into from
Feb 23, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Feb 22, 2022

Closes #279

Proposed Changes

Add possibility to generate Flux query without pivot() function (LINQ).

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • dotnet test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar requested a review from rhajek February 22, 2022 06:41
@bednar bednar marked this pull request as ready for review February 22, 2022 06:42
@codecov-commenter
Copy link

Codecov Report

Merging #291 (0739228) into master (85cf453) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #291   +/-   ##
=======================================
  Coverage   89.27%   89.28%           
=======================================
  Files          73       73           
  Lines        6238     6242    +4     
=======================================
+ Hits         5569     5573    +4     
  Misses        669      669           
Impacted Files Coverage Δ
Client.Linq/InfluxDBQueryable.cs 86.74% <100.00%> (+0.32%) ⬆️
Client.Linq/Internal/QueryAggregator.cs 98.31% <100.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 09835c0...0739228. Read the comment docs.

@bednar bednar merged commit 100e183 into master Feb 23, 2022
@bednar bednar deleted the linq_pivot branch February 23, 2022 06:51
@bednar bednar added this to the 4.0.0-rc2 milestone Feb 23, 2022
@bednar bednar mentioned this pull request Feb 23, 2022
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.

Query without pivot
3 participants