Updated QGIS3 QGIS Server code sprint Notes (markdown)

Régis Haubourg 2016-12-13 15:59:36 +01:00
parent b41712ed25
commit 0f95580e32

@ -114,10 +114,11 @@ Still heavy discussion about caching of projects. Is a cache really mandatory (a
- OGC compliancy (CITE). Scripts couldn't yet be tested during the script (nginx problems). Plans are to run them and integrate them in a Travis test suite. - OGC compliancy (CITE). Scripts couldn't yet be tested during the script (nginx problems). Plans are to run them and integrate them in a Travis test suite.
- Integration of the new module architecture by 3Liz. work in progress - Integration of the new module architecture by 3Liz. work in progress
- Multithreading branch tested. Works but still work needs to be done to check if threading really happens. - Multithreading branch tested. Works but still work needs to be done to check if threading really happens.
- Stretching bug found in the server, 3liz will try to solve that - Stretching bug found in the server, 3liz did fix it
- Performance profiling by C2C. Saving png seems time consuming. Could by related to a fancy qt filter applied by default. Describing the method for profiling could be shared, docker images are already in C2c Github https://github.com/camptocamp/ms_perfs - Performance profiling by C2C. Saving png seems time consuming. Could by related to a fancy qt filter applied by default. Describing the method for profiling could be shared, docker images are already in C2c Github https://github.com/camptocamp/ms_perfs
- 3liz tested compiling expression to postgis, but there are still issues. - 3liz tested compiling expression to postgis, but there are still issues.
- Another need raised about testing security issues like SQL injections - Another need raised about testing security issues like SQL injections
-