Closed fmigneault closed 1 year ago
CI test-remote
case expected to fail for tests/test_magpie_api.py::TestCase_MagpieAPI_AdminAuth_Remote::test_GetResourceTypes_ServiceGeoserver
until bumped, since >=3.35.0
condition is not met until then.
Corresponding CI test-local
validates this condition assuming "latest" code including expected 3.35.0
changes.
Patch coverage: 80.64%
and project coverage change: +0.04%
:tada:
Comparison is base (
45f6085
) 80.77% compared to head (102af33
) 80.81%. Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Features / Changes
ServiceAPI
) underServiceGeoserver
usingRoute
resources (fixes https://github.com/Ouranosinc/Magpie/issues/584). Requires theService
to be configured either with the defaultconfiguration
, or by explicitly settingapi: true
. When a HTTP request is sent toward aService
typedServiceGeoserver
, any non-OWS
request (i.e.:WFS
,WMS
,WPS
) will default to the resolution handling of typicalServiceAPI
. This can be used notably to access the/web
and/ogc
endpoints of aGeoServer
instance.Bug Fixes
UI
rendering of thePermission
label list under aService
edition page when a large amount of possible permissions is applicable. This was notably the case ofServiceGeoserver
that combines permissions of multipleOWS
-based services, which where going out of bound of the UI page.Fix
UI
scrollbars going over thePermission
titles in theUser
andGroup
permission edition pages.Before UI fixes:
After UI fixes:
Relates to https://github.com/bird-house/birdhouse-deploy/pull/348