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

Analysis summary projection #73

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mrizzi
Copy link
Member

@mrizzi mrizzi commented Feb 3, 2020

  • Added projection to avoid loading the "eager" data in the polling call done from the analysis list page. It's a workaround (or maybe a solution?) waiting from the lazy option to work.
  • Fixed filterText to avoid running "like" queries when no value provided

@codecov-io
Copy link

Codecov Report

Merging #73 into master will decrease coverage by 0.24%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #73      +/-   ##
===========================================
- Coverage     78.85%   78.6%   -0.25%     
+ Complexity      732     731       -1     
===========================================
  Files            71      71              
  Lines          2038    2043       +5     
  Branches         93      93              
===========================================
- Hits           1607    1606       -1     
- Misses          373     379       +6     
  Partials         58      58
Impacted Files Coverage Δ Complexity Δ
...vier/integrations/jpa/service/AnalysisService.java 84.5% <100%> (-4.89%) 18 <3> (+1)
...ss/xavier/analytics/pojo/output/AnalysisModel.java 83.72% <0%> (-4.66%) 23% <0%> (-2%)

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 d1ae731...e151008. Read the comment docs.

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.

2 participants