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

Allow multiple Streaming queries per panel #213

Merged
merged 1 commit into from
Jul 15, 2021
Merged

Conversation

mikhail-vl
Copy link
Contributor

Resolves #169

@mikhail-vl mikhail-vl added the enhancement New feature or request label Jul 15, 2021
@mikhail-vl mikhail-vl self-assigned this Jul 15, 2021
@codecov
Copy link

codecov bot commented Jul 15, 2021

Codecov Report

Merging #213 (7d1a751) into master (0e1299e) will increase coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
+ Coverage   94.70%   94.84%   +0.13%     
==========================================
  Files          39       36       -3     
  Lines        1681     1667      -14     
  Branches       74       71       -3     
==========================================
- Hits         1592     1581      -11     
+ Misses         80       79       -1     
+ Partials        9        7       -2     
Impacted Files Coverage Δ
src/time-series/index.ts 100.00% <ø> (ø)
src/components/query-editor/query-editor.tsx 100.00% <100.00%> (ø)
src/data-source/data-source.ts 97.95% <100.00%> (+6.29%) ⬆️
src/time-series/time-series.ts 100.00% <100.00%> (ø)

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 0e1299e...7d1a751. Read the comment docs.

Copy link
Contributor Author

@mikhail-vl mikhail-vl left a comment

Choose a reason for hiding this comment

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

Looks good!

@mikhail-vl mikhail-vl added this to the Version 2.0.0 milestone Jul 15, 2021
@mikhail-vl mikhail-vl merged commit dcd55e5 into master Jul 15, 2021
@mikhail-vl mikhail-vl deleted the feat/multiple-streams branch July 15, 2021 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow multiple Streaming queries per panel
1 participant