From 0f95580e327030378135b2ab710ef16723de8a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Haubourg?= Date: Tue, 13 Dec 2016 15:59:36 +0100 Subject: [PATCH] Updated QGIS3 QGIS Server code sprint Notes (markdown) --- QGIS3---QGIS-Server-code-sprint-Notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QGIS3---QGIS-Server-code-sprint-Notes.md b/QGIS3---QGIS-Server-code-sprint-Notes.md index 5ff3a93..870914a 100644 --- a/QGIS3---QGIS-Server-code-sprint-Notes.md +++ b/QGIS3---QGIS-Server-code-sprint-Notes.md @@ -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. - 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. - - 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 - 3liz tested compiling expression to postgis, but there are still issues. - Another need raised about testing security issues like SQL injections + -