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

refactor: Make SourceHub dep internal-only #2963

Merged

Conversation

AndrewSisley
Copy link
Contributor

@AndrewSisley AndrewSisley commented Aug 26, 2024

Relevant issue(s)

Resolves #2962

Description

I was mostly curious if this will make the vuln checker go green (it doesn't, it just reports it from our internal acp package now), but it is a good change anyway IMO to avoid embedded Go client users from having to directly import the dependency.

@AndrewSisley AndrewSisley added refactor This issue specific to or requires *notable* refactoring of existing codebases and components ci/build This is issue is about the build or CI system, and the administration of it. labels Aug 26, 2024
@AndrewSisley AndrewSisley added this to the DefraDB v0.14 milestone Aug 26, 2024
@AndrewSisley AndrewSisley self-assigned this Aug 26, 2024
@AndrewSisley AndrewSisley force-pushed the 2962-rm-source-hub-dep branch 2 times, most recently from 5bbe206 to 67654e1 Compare August 26, 2024 18:59
@AndrewSisley AndrewSisley requested a review from a team August 26, 2024 19:03
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.25%. Comparing base (af15a33) to head (5e87f31).
Report is 1 commits behind head on develop.

Files Patch % Lines
cli/start.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2963      +/-   ##
===========================================
- Coverage    79.28%   79.25%   -0.03%     
===========================================
  Files          326      326              
  Lines        24768    24768              
===========================================
- Hits         19635    19628       -7     
- Misses        3715     3719       +4     
- Partials      1418     1421       +3     
Flag Coverage Δ
all-tests 79.25% <50.00%> (-0.03%) ⬇️

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

Files Coverage Δ
keyring/signer.go 80.95% <ø> (ø)
node/acp.go 79.17% <100.00%> (ø)
cli/start.go 43.70% <0.00%> (ø)

... and 13 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af15a33...5e87f31. Read the comment docs.

Copy link
Member

@shahzadlone shahzadlone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change LGTM even if doesn't fix vul checker. I wish a silencing feature was there golang/go#61211

@AndrewSisley AndrewSisley force-pushed the 2962-rm-source-hub-dep branch from 67654e1 to 5e87f31 Compare August 26, 2024 21:53
@AndrewSisley AndrewSisley merged commit d5b034f into sourcenetwork:develop Aug 26, 2024
41 of 42 checks passed
@AndrewSisley AndrewSisley deleted the 2962-rm-source-hub-dep branch August 26, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/build This is issue is about the build or CI system, and the administration of it. refactor This issue specific to or requires *notable* refactoring of existing codebases and components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove SourceHub sdk dep from test utils
2 participants