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

Reduce number of database calls for getting detailed transactions #599

Merged
merged 1 commit into from
Nov 26, 2022

Conversation

VMelnalksnis
Copy link
Owner

No description provided.

@VMelnalksnis VMelnalksnis added type:enhancement New feature or request area:api labels Nov 26, 2022
@codecov
Copy link

codecov bot commented Nov 26, 2022

Codecov Report

Merging #599 (a39fa86) into master (155c636) will increase coverage by 0.26%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #599      +/-   ##
==========================================
+ Coverage   67.88%   68.14%   +0.26%     
==========================================
  Files         302      303       +1     
  Lines        9086     9158      +72     
  Branches      673      676       +3     
==========================================
+ Hits         6168     6241      +73     
  Misses       2671     2671              
+ Partials      247      246       -1     
Impacted Files Coverage Δ
...ce/Gnomeshade.Data.Sqlite/Dapper/InstantHandler.cs 100.00% <ø> (ø)
...urce/Gnomeshade.Data/Entities/TransactionEntity.cs 100.00% <ø> (ø)
...meshade.Data/Entities/DetailedTransactionEntity.cs 100.00% <100.00%> (ø)
source/Gnomeshade.Data/Repositories/Queries.cs 95.31% <100.00%> (+0.07%) ⬆️
...meshade.Data/Repositories/TransactionRepository.cs 96.36% <100.00%> (+4.20%) ⬆️
...de.WebApi/V1/Controllers/TransactionsController.cs 91.20% <100.00%> (+0.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@VMelnalksnis VMelnalksnis merged commit a39fa86 into master Nov 26, 2022
@VMelnalksnis VMelnalksnis deleted the detailed-transactions branch November 26, 2022 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:api type:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant