goodrobots / maverick

UAV Autonomous Systems Management
https://goodrobots.github.io/maverick/
MIT License
167 stars 60 forks source link

Retire -web-legacy #955

Closed fnoop closed 4 years ago

fnoop commented 4 years ago

~/software/maverick-web-legacy contains remnants of old web interface and services. Migrate everything to -web and retire -web-legacy.

fnoop commented 4 years ago

The only thing left is actually the tornado/file_upload.py, which is used to upload log files through the web interface to maverick_analysis/mavlogd. This needs to be replaced by splitting the functionality between -api and -web, and won't be in place until 1.3. So for now we can just retire this service and accept the temporary feature regression.

There are some references in the puppet code to -legacy, mostly dependencies that can now be removed.