CHANGELOG#
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.0 - 2025-06-04#
Bugs fixes 🐛#
fix(endpoint): add option to use open endpoint by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#95
Features and enhancements 🎉#
Feature/add provider gpf by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#106
feat(delete): add delete action for stored data by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#105
feat(delete): add processing to delete stored data and associated offering and configuration by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#104
feat(procesing): move processing to a dedicated dir for each group by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#103
Feat/update documentation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#102
feat(wmts): add wizard for publication by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#101
feat(wmts): init processing for publication by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#100
feat(wms raster): add wizard for publication by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#99
feat(wms raster): init processing for publication by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#98
feat(raster tiles): add wizard for raster tiles creation from WMS-VECTOR service by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#97
0.6.0 - 2025-05-28#
Bugs fixes 🐛#
fix(network manager): don’t push log in message bar to avoid crashes in Windows by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#71
fix(upload): set datasetname in tags by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#72
Fix/no crs if no layer from qgis by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#74
fix(upload): always use temporary file for gpkg layers to avoid upload of other layers by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#75
fix(dataset): show dataset with only upload by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#78
fix(upload): add_file need a Path and not a str by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#89
fix(tms): need to use ConfigurationType instead of str by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#91
fix(offering): always publish as open by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#93
Features and enhancements 🎉#
Feat/init style file creation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#61
Feat/minimal sld downgrade by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#62
feat(upload): refactor wizard to check for upload close before database integration by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#77
feat(vector db): add generation wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#79
feat(tms): select stored data after generation launch by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#80
feat(tile): wait option in tile generation processing by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#81
feat(upload): add tag for upload integration steps by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#82
feat(ui): move to plugin menu and add report button by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#88
feat(wms vector): init processing for publication by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#83
feat(wms vector): init publication wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#84
feat(service): display offering instead of configuration by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#85
feat(service): add details zone by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#86
feat(upload): select upload or stored data after creation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#90
feat(publication): select offering after publication by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#92
0.5.0 - 2025-05-22#
Features and enhancements 🎉#
Feat/init wfs publication by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#54
Feat/wfs publication wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#55
Bugs fixes 🐛#
fix(metadata): use temporary file name only but not with context by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#58
0.4.0 - 2025-05-21#
Feat/remove check of crs for non spatial layers by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#34
feat(upload): add processing for creation from QGIS layer by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#31
feature(dashboard): add button to create a new dataset or add data to existing dataset by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#32
feat(tile publish): add prefix SANDBOX for list of datastore defined in settings by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#33
4- feat(upload to vector): refactor to replace .json by processing parameter by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#35
5- feat(upload from layer): add additionnal files option by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#36
feat(layer selection): new ui for layer and file selection by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#37
feat(vector db creation): use layers for vector db creation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#38
feat(tile generation): add action for tile generation in vector db stored data details by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#39
feat(tile publish): add action for tile publication in pyramid vector stored data details by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#40
feat(tile generation): refactor to remove JSON file use by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#41
feat(tile publish): refactor to remove JSON file use by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#42
feat(ui): remove action for tile generation and publication from toolbar by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#43
add metadata class and fill by parsing xml by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#48
feat(dataset): sort by name in combobox by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#47
feat(service): display available service in table by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#44
feat(upload): add widget to display upload details by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#45
feat(external plugins): add dependencies and load actions in Geoplateforme plugin by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#46
feat(ui): minor changes in UI and processing by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#49
feat(processing): add available processings name in settings (not visible to user) by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#50
feat(upload): check if db integration has started before wizard close by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#51
feat(auth): add user dialog if log in by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#52
0.3.0-beta1 - 2025-04-29#
first version deployed on plugins.qgis.org
feat(tile creation): no upload remove after creation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#26
fix(datastore selection): disable signal connection during update by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#25
fix(tile publish): invalid levels used by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#28
fix(endpoint): invalid search of endpoint by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#30
update(ui): use logo proposed by @IGNF-Xavier by @Guts in Geoplateforme/plugin-qgis-geoplateforme#27
0.2.0-beta2 - 2025-04-29#
fix(plugin): Qt6 flag is supportsQt6 not qt6_compatible by @Guts in Geoplateforme/plugin-qgis-geoplateforme#22
feature(tile creation): restore tile creation wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#17
feature(vector tile publish): restore publication wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#20
feat(network manager): get error from request reply by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#21
feature(upload) : refactor upload creation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#23
0.2.0-beta1 - 2025-04-23#
feature(auth): Add OAuth2 authentication by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#2
feature(dasboard) : add combobox to filter datastore by dataset by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#7
feature(dashboard): add new UI to fit IGNGPF-4830 by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#8
feature(packaging): include oAuth credentials from GH Actions secrets during packaging steps by @Guts in Geoplateforme/plugin-qgis-geoplateforme#14
feature(vector db): restore vector db creation wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#16
refactor(network): Nettoyage et refactoring du Network Manager by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#6
refactor(stored data): optimize stored data for better load by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#9
refactor(upload): refactor upload to optimize and use network manager by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#10
fix(auth): make QGIS auth configuration map JSON compliant before loading it as JSON by @Guts in Geoplateforme/plugin-qgis-geoplateforme#13
fix(ci): fix packaged plugin and repository was missing in documentation by @Guts in Geoplateforme/plugin-qgis-geoplateforme#11
fix(init): plg_settings.qgis_auth_id can be None and so have no length by @Guts in Geoplateforme/plugin-qgis-geoplateforme#12
fix(quality): apply Qt6 migration script by @Guts in Geoplateforme/plugin-qgis-geoplateforme#4
fix(user): fix community without user by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#18
update(plugin): cleanup, remove and rename from geotuileur to geoplateforme by @Guts in Geoplateforme/plugin-qgis-geoplateforme#1
update(tooling): replace black with ruff formatter by @Guts in Geoplateforme/plugin-qgis-geoplateforme#3
update(tooling): set ruff as Python formatter in VS Code by @Guts in Geoplateforme/plugin-qgis-geoplateforme#5
0.1.0 - 2025-04-10#
First release
Generated with the QGIS Plugins templater