WebThingsIO / registration_server

The registration server for WebThings Gateway.
Mozilla Public License 2.0
79 stars 34 forks source link

Add Dynamic DNS functionality. #84

Closed mrstegeman closed 5 years ago

mrstegeman commented 5 years ago

This will allow users to skip the tunnel but still use us as a free Dynamic DNS provider.

codecov[bot] commented 5 years ago

Codecov Report

Merging #84 into master will decrease coverage by 0.86%. The diff coverage is 52.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   82.84%   81.97%   -0.87%     
==========================================
  Files          11       12       +1     
  Lines        1988     2042      +54     
==========================================
+ Hits         1647     1674      +27     
- Misses        341      368      +27
Impacted Files Coverage Δ
src/lib.rs 100% <ø> (ø) :arrow_up:
src/schema.rs 66.66% <ø> (ø) :arrow_up:
src/constants.rs 0% <0%> (ø)
src/models.rs 85.71% <100%> (+1.09%) :arrow_up:
src/database.rs 95.81% <100%> (+0.15%) :arrow_up:
src/pdns.rs 77.7% <6.66%> (-2.91%) :arrow_down:
src/routes.rs 81.28% <85%> (+0.06%) :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 b9b1363...b1fefd9. Read the comment docs.