8326 Commits

Author SHA1 Message Date
Antoine
9272035c4e copy model only when no error 2021-11-03 06:53:03 +11:00
Antoine
d2425f51b8 remove model validity condition 2021-11-03 06:41:45 +11:00
Matthias Kuhn
8d7110faf3
Merge pull request #45366 from suricactus/proper_quote_alg_aggr
Properly quote the delimiter in the processing aggregate algorithm
2021-10-27 13:41:08 +01:00
Clemens Raffler
baf50af3cd add more testcases with differing layer CRSs 2021-10-25 09:30:34 +10:00
Clemens Raffler
9eabef7623 add ellipsoid and crs settings in test 2021-10-25 09:30:34 +10:00
Clemens Raffler
9ef92b7d1f add testcase for centroid based distance 2021-10-25 09:30:34 +10:00
Clemens Raffler
4507337eac add test result datasets 2021-10-25 09:30:34 +10:00
Clemens Raffler
0ce9fc505c add point testdata 2021-10-25 09:30:34 +10:00
Clemens Raffler
257f45297c add python based test 2021-10-25 09:30:34 +10:00
Ivan Ivanov
5df09e0e08 Add test for quoted delimiter 2021-10-21 12:36:33 +03:00
Harrissou Sant-anna
ffec1cc138
Fix some labels (#45549)
* [needs-docs] Correct name for mesh calculator output

* [needs-docs] Use same label for input layer

as in the "join attributes by location" alg
2021-10-19 08:21:40 +02:00
Alessandro Pasotti
a329b88289 Fix DB manager trigger info dlg (less than)
Fix #45420
2021-10-19 05:37:20 +10:00
Loïc Bartoletti
548d59b365
Merge pull request #45194 from nicogodet/fix-vrectify
Fix v.rectify
2021-10-13 08:41:00 +02:00
nirvn
24a61fafb1 [ui][processing] Also allow the enter key to launch the selected algorithm 2021-10-10 04:26:41 -07:00
nicogodet
09cfa8ae0a add tests 2021-10-07 08:31:54 +10:00
nicogodet
f6e20c3e0b fix tiny mistakes 2021-10-07 08:31:54 +10:00
Augustin Trancart
061b810dac Fix behaviour of triggers when logging an existing layer
When adding logging via db manager to an existing layer, all the
time_start of existing features are still null. When we modify one
feature for the first time, the update trigger fires and insert a row
for the past state of the feature. In turn, this fires the INSERT
trigger for this row, and the execution goes inside the `if
NEW.time_start is NULL`, which set the end timestamp to NULL, making the
old row still visible in the _current view.

In other word, the insert trigger makes the assumption that a null start
timestamp means now, which is not true in the case described above.

This commit fixes this assumption by initially setting it to `-infinity`
for existing rows.
2021-10-06 12:00:39 +10:00
PeterPetrik
0150ab8708 fix #41870 force UTF-8 encoding for prj files 2021-10-06 06:10:30 +10:00
Mario Locati
1abf47f73f Fixed the endpoint URL 2021-10-05 10:50:42 +10:00
Mario Locati
708a89e345 Addition of the INGV endpoint 2021-10-05 10:50:42 +10:00
Alessandro Pasotti
5a572dacaa Fix DB manager postgis double query
Fixes #45318
2021-10-02 07:18:18 +10:00
Loïc Bartoletti
98ff01ea1c
Fix Z/M dimension URI via DB Manager. Fixes #34894 (#45223) 2021-09-28 21:14:45 +02:00
nicogodet
263b6a5689 Add test on inline_points parameter 2021-09-28 14:28:54 +02:00
Antoine
030bfd96b5 change the var with another 2021-09-27 16:13:20 +10:00
nicogodet
393608ced0 Add test 2021-09-24 17:44:20 +02:00
Alexander Bruy
1e2bb8e053 fix tests 2021-09-24 08:24:31 +10:00
BergWerkGIS
82b2f2745c add tests 2021-09-24 08:24:31 +10:00
BergWerkGIS
fd3143ce23 add expected fixtures 2021-09-24 08:24:31 +10:00
BergWerkGIS
6c45715345 add cost columns to test network 2021-09-24 08:24:31 +10:00
BergWerkGIS
38ac086670 mark 'method' parameter as optional 2021-09-24 08:24:31 +10:00
BergWerkGIS
b55db15f85 Processing: v.net.alloc add 'method' parameter 2021-09-24 08:24:31 +10:00
nicogodet
49ce6fcea6 fix variable 2021-09-22 08:37:48 +02:00
nicogodet
f196c1a617 Do not delete outputs of alg 2021-09-22 08:37:20 +02:00
Joonalai
b61fe2734e Remove redundant progress text 2021-09-20 16:47:15 +10:00
Joonalai
60b74efdc1 [processing] log the start time (fix #44292) 2021-09-20 16:47:15 +10:00
Nyall Dawson
c2c0f2574d [processing] Add parameter type for annotation layers 2021-09-11 07:59:51 +10:00
Andrea Giudiceandrea
1b1e80de86 Fix test for gdal_merge with nodata value 2021-09-11 06:15:47 +10:00
Andrea Giudiceandrea
44744e2679 [processing] Fix NODATA parameters in GDAL Merge alg
Set NODATA_INPUT and NODATA_OUTPUT as QgsProcessingParameterNumber.Double parameters, instead of QgsProcessingParameterNumber.Integer
2021-09-11 06:15:47 +10:00
Alexander Bruy
3a082f5738 tests for r.path algorithms 2021-09-08 07:26:15 +10:00
Giovanni Manghi
e3a159f102 make parameters mandatory 2021-09-08 07:26:15 +10:00
Giovanni Manghi
91b1d2e98e split tool 2021-09-08 07:26:15 +10:00
Giovanni Manghi
dfc2d7408b add GRASS r.path 2021-09-08 07:26:15 +10:00
Mathieu Pellerin
4d2c24e850 [processing] Adjust st-dbscan algorithm to new duration parameter, change default unit to hours 2021-09-06 16:57:36 +10:00
pathmapper
54e7e33d12 Translate also ":"
for languages which don't use a ":" character
2021-09-06 16:25:13 +10:00
pathmapper
c8e814a995 Don't include HTML tags for translations 2021-09-06 16:25:13 +10:00
pathmapper
5c4ab41886 Add missing information to HTML preview
and use same wording as in qgsprocessingutils
2021-09-06 16:25:13 +10:00
pathmapper
39b6d035bd Add only parameters with description and headers with parameters 2021-09-06 16:25:13 +10:00
pathmapper
4659870d5f Remove algorithm description header 2021-09-06 16:25:13 +10:00
pathmapper
dcef058ac1 Don't add ouputs to input parameters 2021-09-06 16:25:13 +10:00
nirvn
75c8eb7798 Add T test 2021-08-31 14:31:12 +07:00