atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
1 stars 3 forks source link

Docker and app fixes #218

Closed sajith closed 6 months ago

sajith commented 6 months ago

Resolves #217. Changes:

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 7750455298


Changes Missing Coverage Covered Lines Changed/Added Lines %
sdx_controller/init.py 0 1 0.0%
sdx_controller/app.py 0 8 0.0%
<!-- Total: 0 9 0.0% -->
Files with Coverage Reduction New Missed Lines %
sdx_controller/app.py 2 0.0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 7715793051: -0.2%
Covered Lines: 605
Relevant Lines: 1424

💛 - Coveralls
sajith commented 6 months ago

does '1.0.0' mean anything? should it be version 2.0.0?

The API itself has not changed much, so I would think that it should remain 1.0.0. Those numbers indicate API version, not software version itself, in my mind.