atlanticwave-sdx / sdx-controller

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

Remove MongoDB internal _id from the user response and change status code for graph validation #262

Closed italovalcy closed 2 months ago

italovalcy commented 2 months ago

Fixes #260 Fixes #34

Description of the change

congwang09 commented 2 months ago

Do we need to update the part where the encoder.py handles the JSON request?

italovalcy commented 2 months ago

Do we need to update the part where the encoder.py handles the JSON request?

I realized that internal _id attribute was actually useful for other parts of the code. I'm reviewing the approach now to make sure it will not break compatibility.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8855512540

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
sdx_controller/handlers/connection_handler.py 0 1 0.0%
<!-- Total: 3 4 75.0% -->
Totals Coverage Status
Change from base Build 8756604524: 0.1%
Covered Lines: 710
Relevant Lines: 1422

💛 - Coveralls