nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
11 stars 13 forks source link

Add feature flag for panoramas (and other fixes) #589

Closed WillNilges closed 1 month ago

WillNilges commented 1 month ago

This changes the EDIT_PANORAMAS env var to a feature flag, so that it can be toggled live.

This also updates the default values of environment variables so that you don't have to change them when switching between containerized dev and baremetal dev.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.97%. Comparing base (a30c354) to head (a285dda). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #589 +/- ## ========================================== + Coverage 93.94% 93.97% +0.03% ========================================== Files 75 75 Lines 3054 3054 ========================================== + Hits 2869 2870 +1 + Misses 185 184 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

WillNilges commented 1 month ago

Closes #547