David Marteau
12f3b5fae7
QgsRequestHandler is now a concrete class
...
I/O transactions are now abstracted with QgsServerRequest/QgsServerResponse
So there is no need for another abstraction layer
2017-01-10 14:34:17 +01:00
David Marteau
64fc56c808
Implement QgsFcgiRequest and QgsFcgiResponse
2017-01-10 14:34:17 +01:00
David Marteau
fc7c0f0560
Fix indent
2017-01-10 14:34:17 +01:00
David Marteau
fcacb2899f
Fix coding style and update comments
2017-01-10 14:34:16 +01:00
David Marteau
689f3b1ab2
Expose QgsServerInterface to service modules
...
* Instanciate QgsServerInterface even if HAVE_SERVER_PYTHON_PLUGINS is
not defined
* Pass QgsServerInterface in module registration methods.
* Add QgsServer initialisation test
#Please enter the commit message for your changes. Lines starting
2017-01-10 14:34:16 +01:00
David Marteau
2adbaf0899
Add parameter map accessor from QgsServerRequest
2017-01-10 14:34:16 +01:00
David Marteau
ec226eeab8
Add extra parameter QgsProject* to QgsService::executeRequest
2017-01-10 14:34:16 +01:00
David Marteau
bac1890f9c
fix typo, use Q_UNUSED, return null/empty QString() instead literal empty string
2017-01-10 14:34:16 +01:00
David Marteau
705547e617
Removed python loader: added unRegisterService() method
2017-01-10 14:34:16 +01:00
David Marteau
4c8a5cbdd8
fix indent
2017-01-10 14:34:16 +01:00
David Marteau
89859ef1b6
Server refactoring: Added sample native service module; fixed typo
2017-01-10 14:34:16 +01:00
David Marteau
af5eed1a4b
Add getHeader() method to QgsServerRequest
2017-01-10 14:34:15 +01:00
David Marteau
7600919517
Remove Service Entry class and move name/version infos in QgsService
2017-01-10 14:34:15 +01:00
David Marteau
53555581a3
Server refactoring: Fix doc and comments
...
Fix typo in doc and comments
Update documentation
Fix return of implicitely shared objects
Fix order of parameters in QgsServiceRegistry::registerService
2017-01-10 14:34:15 +01:00
David Marteau
1e0d830529
Server refactoring: implements service modules registry
...
Implementation for https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74
2017-01-10 14:34:15 +01:00
Alexander Bruy
3a03c98a08
[processing] configurable URL for scripts and models repository
2017-01-10 14:17:25 +02:00
Alexander Bruy
d2ff57ec38
remove debug line
2017-01-10 12:02:36 +02:00
volaya
8ea5bc39b4
Merge pull request #3971 from alexbruy/processing-help
...
[processing] configurable help files location for GDAL and GRASS providers
2017-01-10 09:55:58 +01:00
volaya
3fd27d1f04
Merge pull request #3926 from alexbruy/processing-gdal-opts
...
Processing gdal opts
2017-01-10 09:52:58 +01:00
matteo
eb826fb058
gdal TPI test
2017-01-10 09:30:08 +01:00
matteo
1f645c1996
gdal near black test
2017-01-10 09:30:08 +01:00
matteo
ad11ec4b7f
gdal TRI test
2017-01-10 09:30:08 +01:00
matteo
64f2b660fd
gdal roughness test
2017-01-10 09:30:08 +01:00
Juergen E. Fischer
378212cf42
indentation update
2017-01-10 09:05:42 +01:00
Marco Hugentobler
17b51ab28f
Change comment for QgsCurveV2::sumUpArea
...
(forward-port from 1c02dc7)
2017-01-10 09:09:45 +10:00
Nyall Dawson
990c7cd5cb
Fix test
2017-01-10 08:46:42 +10:00
Nyall Dawson
4d51e1d1a1
Revert "[processing] added test for invalid geometry checking"
...
This reverts commit 306764871baab544f9566b327d2188a5b1fc8938.
Test is failing
2017-01-10 08:22:48 +10:00
volaya
1500eadd2c
[processing] fixed usage of filter function in vector.features
2017-01-09 18:25:29 +01:00
volaya
d35830b97e
added missing test files
2017-01-09 18:25:05 +01:00
Alexander Bruy
7cda002ba2
[processing] configurable help files location for GDAL and GRASS providers
2017-01-09 16:31:13 +02:00
Alexander Bruy
37725379f2
add missed import
2017-01-09 15:34:42 +02:00
volaya
306764871b
[processing] added test for invalid geometry checking
2017-01-09 15:13:47 +02:00
volaya
7b68c77f4c
[processing] removed unnecessary code to check validity of geometries
2017-01-09 15:13:47 +02:00
volaya
e8c149ed42
[processing] added ‘invalid feature handling’ option
2017-01-09 15:13:47 +02:00
rldhont
3e80a52995
Revert "Merge pull request #3886 from pblottiere/servermultithread"
...
This reverts commit 350a2b513446462120946241cf7fb1bb67ca828b, reversing
changes made to 590a981195289be702bc7bf5382ece25a09ae6bb.
2017-01-09 14:05:28 +01:00
rldhont
350a2b5134
Merge pull request #3886 from pblottiere/servermultithread
...
[server] parallel map rendering
2017-01-09 13:38:04 +01:00
Nyall Dawson
0f42ea781a
[processing] Don't use separate label for checkbox parameters
...
Instead embed description as checkbox label.
2017-01-09 16:52:46 +10:00
Alexander Bruy
29d108f38f
[processing] allow raster options widget accept string parameters and outputs in modeler
2017-01-07 14:37:58 +02:00
Alexander Bruy
85d40937b9
skip malformed key-values pairs
...
add options example in docs
2017-01-07 10:02:13 +02:00
Alexander Bruy
d718eb0f18
fix indentation
2017-01-07 10:02:13 +02:00
Alexander Bruy
f9680ddc0c
[processing] use custom options widget in GDAL algorithms
2017-01-07 10:02:13 +02:00
Alexander Bruy
60cb517845
add method to set raster options in QgsRasterFormatOptionsWidget
2017-01-07 10:00:53 +02:00
Martin Dobias
0513bb357c
Make QgsGeometry independent from QgsProject + better avoid intersections API
2017-01-07 11:50:08 +08:00
Martin Dobias
8c340f7144
Make composition associated with QgsProject ( #3957 )
...
... rather than using project singleton within compositions
2017-01-06 17:22:34 +08:00
Martin Dobias
63d1cfddc8
Fix QgsExpressionContextUtils::projectScope() usage in processing
2017-01-06 11:34:55 +08:00
Martin Dobias
660867cb4e
Explicitly pass QgsProject object when dealing with expression contexts
...
Continued effort to reduce number of uses of QgsProject as singleton...
2017-01-06 11:34:55 +08:00
Nyall Dawson
e5e0ec51eb
[FEATURE][processing] New algorithm to truncate tables
...
Irretrievably deletes all features from a table... use with caution!
2017-01-06 10:32:52 +10:00
Nyall Dawson
bce716c8b1
[processing] Allow selection of non-spatial tables for create attribute index alg
2017-01-06 10:32:52 +10:00
Nyall Dawson
e7e9ba0efc
[processing] Add test, help for create spatial index alg
2017-01-06 10:32:52 +10:00
Nyall Dawson
7a7f11980e
[processing] Allow tests for algs which modify layers in place
...
Add test for Create Attribute Index algorithm
2017-01-06 08:54:04 +10:00