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: http publisher without fully setting up server #382

Merged
merged 4 commits into from
Jul 26, 2023

Conversation

rvagg
Copy link
Contributor

@rvagg rvagg commented Jun 16, 2023

Ref: ipni/go-libipni#56

No tests in here yet. Not sure how best to go about doing that.

This allows Engine to be used in a more passive move via HTTP. Set it up, attach it to an existing server, and let it run. See. https://github.com/ipld/go-frisbii for how I'm using this, currently with forks of both engine and httpsync to make it work.

@rvagg rvagg force-pushed the rvagg/WithHttpPublisherWithoutServer branch 2 times, most recently from 9421d1f to b905b5c Compare June 16, 2023 10:20
@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2023

Codecov Report

Patch coverage: 33.89% and project coverage change: -0.40% ⚠️

Comparison is base (35e7de0) 51.31% compared to head (a008694) 50.91%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
- Coverage   51.31%   50.91%   -0.40%     
==========================================
  Files          61       61              
  Lines        4919     4959      +40     
==========================================
+ Hits         2524     2525       +1     
- Misses       2085     2118      +33     
- Partials      310      316       +6     
Files Changed Coverage Δ
engine/options.go 62.28% <27.27%> (-5.24%) ⬇️
engine/engine.go 52.47% <37.83%> (-2.81%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gammazero gammazero force-pushed the rvagg/WithHttpPublisherWithoutServer branch from a12a09e to a008694 Compare July 25, 2023 21:06
@gammazero gammazero marked this pull request as ready for review July 26, 2023 17:20
@gammazero gammazero merged commit 2a822ff into main Jul 26, 2023
19 checks passed
@gammazero gammazero deleted the rvagg/WithHttpPublisherWithoutServer branch July 26, 2023 17:20
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.

3 participants