RTradeLtd / Nexus

🦑 Nexus is the IPFS private network node orchestration and registry service for Temporal
https://dev.temporal.cloud/private
Apache License 2.0
14 stars 4 forks source link

TEM-62 daemon: implement mvp functionality #6

Closed bobheadxi closed 5 years ago

bobheadxi commented 5 years ago

Testing Instructions

  1. make testenv
  2. add an entry to the hosted_ip_fs_private_networks with a name, eg test-network
  3. make config, edit config settings as desired (most importantly the database part)
  4. ./ipfs-orchestrator -dev daemon
  5. start up a network: ./ipfs-orchestrator -dev ctl StartNetwork Network=test-network
  6. see stats: ./ipfs-orchestrator -dev ctl NetworkStats Network=test-network
  7. stop the network: ./ipfs-orchestrator -dev ctl StopNetwork Network=test-network
codecov[bot] commented 5 years ago

Codecov Report

Merging #6 into master will decrease coverage by 2.02%. The diff coverage is 76.7%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage    86.3%   84.29%   -2.01%     
==========================================
  Files          13       13              
  Lines         467      579     +112     
==========================================
+ Hits          403      488      +85     
- Misses         37       57      +20     
- Partials       27       34       +7
Impacted Files Coverage Δ
ipfs/utils.go 100% <100%> (ø) :arrow_up:
registry/registry.go 100% <100%> (ø) :arrow_up:
ipfs/ipfs.go 73.67% <70.59%> (-4.04%) :arrow_down:
config/config.go 90.91% <83.34%> (+0.91%) :arrow_up:
orchestrator/orchestrator.go 88.47% <94.88%> (+2.89%) :arrow_up:

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 35d9291...9f8658d. Read the comment docs.