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 agent endpoint for resolving tags #149

Merged
merged 1 commit into from
May 3, 2019
Merged

Add agent endpoint for resolving tags #149

merged 1 commit into from
May 3, 2019

Conversation

codygibb
Copy link
Contributor

@codygibb codygibb commented May 2, 2019

Allows agent to proxy get tag requests to build-index.

Useful for non-docker client which want to use build-index to manage tags.

@codecov-io
Copy link

Codecov Report

Merging #149 into master will increase coverage by 0.33%.
The diff coverage is 73.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   67.21%   67.55%   +0.33%     
==========================================
  Files         178      178              
  Lines        8654     8678      +24     
==========================================
+ Hits         5817     5862      +45     
+ Misses       2097     2078      -19     
+ Partials      740      738       -2
Impacted Files Coverage Δ
agent/agentserver/client.go 84% <66.66%> (-16%) ⬇️
agent/agentserver/server.go 68.6% <78.57%> (+1.03%) ⬆️
lib/torrent/scheduler/conn/conn.go 55.22% <0%> (+1.49%) ⬆️
origin/blobserver/server.go 70.71% <0%> (+1.9%) ⬆️
lib/torrent/scheduler/events.go 72.36% <0%> (+4.02%) ⬆️
lib/torrent/scheduler/scheduler.go 75% <0%> (+4.08%) ⬆️
utils/dedup/interval_trap.go 100% <0%> (+10%) ⬆️

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 86c78ba...e481e8a. Read the comment docs.

@codygibb codygibb merged commit 3ff18f1 into master May 3, 2019
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.

None yet

3 participants