geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

Fix issue with stored request #576

Closed gschwind closed 3 years ago

gschwind commented 3 years ago

Stored request was not restored correctly in the function Process.launch_next_process, in particular "asReference" outputs aren't "asReference" any more after being restored.

Overview

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

cehbrecht commented 3 years ago

@gschwind Thanks for looking at this. Could you make a PR to the pywps-4.4 branch? We are still in the process to get the master/main working again (#568) ...

gschwind commented 3 years ago

Hello,

I have already looked at master, the master should not be affected by the bug because the code store request and process into the database.

I can have look to the branch pywps-4.4, but not immediately, maybe next week.

Best regards

gschwind commented 3 years ago

Hello,

I created a pull request for the branch pywps-4.4 and tested it: #579

Best regards

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 534d47e08c2a95d1254f067fcc604528d3337ed1 on gschwind:b4.2.11 into 4148091383699f913a2c8d69b8bb18e018cbab0f on geopython:pywps-4.4.

cehbrecht commented 3 years ago

Fixed in PR #579