Releases: 3liz/qgis-gobs-plugin
Releases · 3liz/qgis-gobs-plugin
6.3.1
6.2.0
- QGIS Administration project
- Move back PostgreSQL connection to sslmode=prefer
- Set the file type of the target file to QGIS project
- Add a Lizmap Web Client configuration file
- Do not allow special chars on the indicators dimension code values
- Import observation data - change titles of the algorithm input values
Source data & Field containing the spatial object id
- Observation & protocol - Add a trigger function which prevents from editing an observation older than the protocol duration
- Test - Docker : change QGIS version to 3.28
6.1.0
6.0.2
6.0.1
6.0.0
5.2.2
5.2.1
5.2.0
- G-Obs right panel
- Show the buttons "Create database structure"
and "Upgrade database structure" only when the project variable
gobs_is_admin
has the valueyes
in the project properties. - Display the plugin version and the database structure version
at the top of the panel and add messages depending on these versions.
- Show the buttons "Create database structure"
- Temporary disabling translations, this version is only available in English
5.1.0
- Get aggregated data
- Fix wrong use of aggregate functions on incompatible data types
- Add
count
,count_distinct
andstring_agg
aggregates
- Database
- Add project and project_view tables
- Add new table gobs.application
- Update documentation
- Admin QGIS project:
- upgrade project to 3.16
- use SSL prefer mode for PostgreSQL connection
- Get observation data - Add 2 columns
observation_start
&observation_end
with the start and end timestamp of the observation, formated in respect of the indicator
specified date format - Create database structure - New option to add observation and spatial object data
- Code style - Fix Python PEP8 issues
- Tests - Add new SQL file containing observation and spatial_object data
- Docs - Update concepts and admin guide WIP
- CI & tests -Use docker compose plugin instead of docker-compose