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

feat: Add status to log entry store #1322

Merged
merged 1 commit into from
Jun 7, 2022
Merged

Conversation

sandrask
Copy link
Contributor

@sandrask sandrask commented Jun 7, 2022

Log entry store should be able to mark 'failed' entries so they can be examined later on.

Closes #1321

Signed-off-by: Sandra Vrtikapa sandra.vrtikapa@securekey.com

Log entry store should be able to mark 'failed' entries so they can be examined later on.

Closes trustbloc#1321

Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Jun 7, 2022
@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #1322 (edfa959) into main (b226f23) will increase coverage by 0.03%.
The diff coverage is 91.42%.

@@            Coverage Diff             @@
##             main    #1322      +/-   ##
==========================================
+ Coverage   87.89%   87.93%   +0.03%     
==========================================
  Files         190      190              
  Lines       18221    18289      +68     
==========================================
+ Hits        16015    16082      +67     
+ Misses       1406     1404       -2     
- Partials      800      803       +3     
Impacted Files Coverage Δ
pkg/store/logentry/store.go 90.07% <91.42%> (+1.02%) ⬆️
pkg/vct/proofmonitoring/monitoring.go 83.63% <0.00%> (-2.73%) ⬇️
...pub/service/inbox/httpsubscriber/httpsubscriber.go 97.77% <0.00%> (+8.88%) ⬆️

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 b226f23...edfa959. Read the comment docs.

@sandrask sandrask merged commit 0ed460a into trustbloc:main Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 'failed' items to log entry store
3 participants