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 retrieving log entries #1257

Merged
merged 1 commit into from
Apr 25, 2022
Merged

Conversation

sandrask
Copy link
Contributor

@sandrask sandrask commented Apr 22, 2022

Implement retrieving log entries to log-entries store. Initially it is only used to test stored log entries.

Closes #1256

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

Implement get log entries for log entry store. Initially it is only used to test storing log entries.

Closes trustbloc#1256

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

codecov bot commented Apr 22, 2022

Codecov Report

Merging #1257 (a4fe2d9) into main (1b9365a) will decrease coverage by 0.05%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main    #1257      +/-   ##
==========================================
- Coverage   87.95%   87.89%   -0.06%     
==========================================
  Files         173      173              
  Lines       17364    17397      +33     
==========================================
+ Hits        15272    15291      +19     
- Misses       1332     1343      +11     
- Partials      760      763       +3     
Impacted Files Coverage Δ
pkg/store/logentry/store.go 89.04% <85.71%> (-5.84%) ⬇️
...pub/service/inbox/httpsubscriber/httpsubscriber.go 88.88% <0.00%> (-8.89%) ⬇️
cmd/orb-server/startcmd/start.go 68.24% <0.00%> (-0.45%) ⬇️
cmd/orb-server/startcmd/params.go 81.78% <0.00%> (-0.13%) ⬇️
...g/activitypub/service/vct/logmonitoring/monitor.go 96.59% <0.00%> (-0.08%) ⬇️
pkg/activitypub/service/service.go 94.11% <0.00%> (+0.08%) ⬆️
pkg/activitypub/service/inbox/inbox.go 91.05% <0.00%> (+0.45%) ⬆️
...ivitypub/service/vct/proofmonitoring/monitoring.go 80.55% <0.00%> (+2.77%) ⬆️

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 1b9365a...a4fe2d9. Read the comment docs.

@fqutishat fqutishat merged commit 4425233 into trustbloc:main Apr 25, 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.

Implement retrieving log entries from log-entry store
3 participants