-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix execution of WPS remote providers and corresponding metadata #342
Conversation
…s in URLs) + add func test deploy/getcap/describe/execute wps provider
…ealy detect errors) + add validation tests
…ocument config & default HYBIRD in INI config
… definitions with overrides or default secured config (missing key was raising parsing during Docker test)
Codecov Report
@@ Coverage Diff @@
## master #342 +/- ##
==========================================
+ Coverage 74.09% 77.79% +3.70%
==========================================
Files 62 63 +1
Lines 9863 9981 +118
Branches 1487 1508 +21
==========================================
+ Hits 7308 7765 +457
+ Misses 2133 1732 -401
- Partials 422 484 +62
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few questions as usual, but overall everything looks fine :)
…WPS providers + add 'ignore' query to raise on any failure during listing
Changes
<
,<=
, etc.)Help support remote providers, temp fix until properly resolved by pywps/finch
(see Escape XML responses geopython/pywps#628)
(same process as tested by https://github.com/Ouranosinc/pavics-sdi/blob/master/docs/source/notebook-components/weaver_example.ipynb, but using mocked 'remote' WPS)
ADES
/DEFAULT
config modes)HYBRID
mode not calling WPS remote provider CWL handler as expectedutils
vsviews
modules for easier reuse and to avoid circular importslinks
by processes nested under a providerService
.Fixes