geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

OAFeat Probes - Rename enum OGC:WFS3 and related classes to reflect OAFeat naming conventions #340

Closed justb4 closed 2 years ago

justb4 commented 3 years ago

Is your feature request related to a problem? Please describe. Title says it all.

Describe the solution you'd like As in title.

Describe alternatives you've considered N.A.

Additional context Besides a simple renaming of enum OGC:WFS3 to OGC:OAFeat and Probe classes now named plugins/probe/wfs3.*, existing installations need to apply a (Alembic) DB migration as both the enum and class names are present in the tables resource and probe_vars respectively. Hence a separate issue, as its solution implies a major GHC point version like 0.9.0. For now all WFS3 references are purely internal, the UI reflects OAFeat naming since PR #338.

justb4 commented 2 years ago

Solved via #431 and #432.