Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

fix: omit time range on time agnostic entity query#89

Merged
aaron-steinfeld merged 1 commit intomainfrom
fix-entity-time-agnostic
Apr 23, 2021
Merged

fix: omit time range on time agnostic entity query#89
aaron-steinfeld merged 1 commit intomainfrom
fix-entity-time-agnostic

Conversation

@aaron-steinfeld
Copy link
Copy Markdown
Contributor

Description

Time range was being applied on entity service queries even if it was requested as time agnostic

Testing

Added UTs

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@aaron-steinfeld aaron-steinfeld requested review from a team and skjindal93 April 23, 2021 19:44
@github-actions

This comment has been minimized.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2021

Codecov Report

Merging #89 (3360383) into main (9e7f586) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #89      +/-   ##
============================================
+ Coverage     77.02%   77.07%   +0.04%     
- Complexity     1094     1096       +2     
============================================
  Files           106      106              
  Lines          4980     4981       +1     
  Branches        424      425       +1     
============================================
+ Hits           3836     3839       +3     
+ Misses          955      954       -1     
+ Partials        189      188       -1     
Flag Coverage Δ Complexity Δ
unit 77.07% <100.00%> (+0.04%) 1096.00 <0.00> (+2.00)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...on/datafetcher/EntityDataServiceEntityFetcher.java 93.00% <100.00%> (+0.07%) 21.00 <0.00> (+1.00)
...rters/EntityServiceAndGatewayServiceConverter.java 33.06% <0.00%> (+0.80%) 20.00% <0.00%> (+1.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 9e7f586...3360383. Read the comment docs.

@aaron-steinfeld aaron-steinfeld merged commit 5f4c8f9 into main Apr 23, 2021
@aaron-steinfeld aaron-steinfeld deleted the fix-entity-time-agnostic branch April 23, 2021 21:39
@github-actions
Copy link
Copy Markdown

Unit Test Results

  56 files  +1    56 suites  +1   8s ⏱️ +2s
317 tests +2  317 ✔️ +2  0 💤 ±0  0 ❌ ±0 

Results for commit 5f4c8f9. ± Comparison against base commit 9e7f586.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants