Skip to content

Releases: 3liz/qgis-gobs-plugin

6.2.0

06 May 08:00
Compare
Choose a tag to compare
  • 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

27 Jul 08:34
Compare
Choose a tag to compare
  • Database structure - Improve the tables project and project_view
  • Import observation data - Allow negative values for integer and real

6.0.2

27 Apr 07:03
Compare
Choose a tag to compare
  • Import observation data - Fix missing table prefix
  • Administration QGIS project - user sslmode=prefer instead of disable

6.0.1

04 Apr 11:45
Compare
Choose a tag to compare
  • Version check - Get the available migrations from the database
    version instead of from the plugin version
  • Migration - Fix a bug preventing to upgrade do 6.0.0 from old databases

6.0.0

27 Mar 06:42
Compare
Choose a tag to compare
  • Indicator - Move the dimensions characteristics into a new dedicated table

5.2.2

06 Mar 16:35
0b2426d
Compare
Choose a tag to compare
  • Re-enable all languages in the plugin

5.2.1

02 Mar 14:25
5708151
Compare
Choose a tag to compare
  • Improved the message about the database version and if migrations are available
  • Temporary disabling translations, this version is only available in English

5.2.0

24 Feb 10:30
c3f21f2
Compare
Choose a tag to compare
  • G-Obs right panel
    • Show the buttons "Create database structure"
      and "Upgrade database structure" only when the project variable
      gobs_is_admin has the value yes 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.
  • Temporary disabling translations, this version is only available in English

5.1.0

07 Oct 15:23
Compare
Choose a tag to compare
  • Get aggregated data
    • Fix wrong use of aggregate functions on incompatible data types
    • Add count, count_distinct and string_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

5.0.1

31 May 07:18
1b370f7
Compare
Choose a tag to compare
  • Fix some migrations about the API in QGIS 3.16