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

Add IPNI Endpoint Flag to Daemon #410

Merged

Conversation

jtsmedley
Copy link
Contributor

Closes #409 by adding the IPNI Endpoint Flag to the Daemon and adds a positive/negative test for the flag on the daemon.

Adding the positive/negative test required changing the exit command on 119 of daemon.go to pass the err on up. Please review and confirm this won't introduce any unintentional side effects.

Closes filecoin-project#409 by adding the IPNI Endpoint Flag to the Daemon and adds a positive/negative test for the flag on the daemon.

Adding the positive/negative test required changing the exit command on 119 of daemon.go to pass the err on up.  Please review and confirm this won't introduce any unintentional side effects.
@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2023

Codecov Report

Merging #410 (6eb54eb) into main (43cc107) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #410      +/-   ##
==========================================
+ Coverage   77.27%   77.38%   +0.11%     
==========================================
  Files          87       87              
  Lines        6701     6700       -1     
==========================================
+ Hits         5178     5185       +7     
+ Misses       1257     1248       -9     
- Partials      266      267       +1     
Files Changed Coverage Δ
cmd/lassie/daemon.go 56.79% <100.00%> (+4.35%) ⬆️

... and 3 files with indirect coverage changes

📢 Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project).

Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

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

nice work, thanks!

@rvagg rvagg merged commit 768f669 into filecoin-project:main Sep 7, 2023
7 checks passed
@jtsmedley jtsmedley deleted the feature-daemon-customIpniEndpoint branch September 7, 2023 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP Daemon Custom IPNI Endpoint Flag
3 participants