Releases: QGEP/datamodel
Releases · QGEP/datamodel
1.6.2
What's Changed
- change prefix 000000 to ch0000 to have valid OID by @sjib in #234
- add wwtp_structure to view by @sjib in #233
- Include overflows in _usage_current by @cymed in #225
- Datamodel add DEFERRABLE INITIALLY DEFERRED by @sjib in #235
- Add OID for Noville by @rbovard in #237
- 2024 08 22 rename mutation.system user to avoid postgres confllicts by @sjib in #238
- Create vw_reaches_with_blank_connections.sql by @sjib in #236
- Rename delta_1.6.1_noop.sql to delta_1.6.0_noop.sql by @ponceta in #239
Full Changelog: 1.6.1...1.6.2
1.6.1
What's Changed
- Fix CI for qgep datamodel by @ponceta in #221
- Fix 1.5.8 delta for multiple vsacodes by @ponceta in #218
- Add OID for BTI by @rbovard in #223
- Alter order_fct_hierarchic in qgep_vl.channel_function_hierarchic by @cymed in #224
- Allow longer value_xx by @cymed in #213
- DSS rename xxx.fk_chute to xxx.fk_surface_water_bodies by @sjib in #215
- add additional structure part views by @cymed in #229
- Swmm roughness translation correction by @tproduit in #214
- Allow vl extensions in SWMM views by @cymed in #220
- delta_1.6.1_dss_rename_xxx_fk_overflow_characteristic_to_fk_overflow_char by @sjib in #211
Full Changelog: 1.6.0...1.6.1
1.6.0
What's Changed
- do not create set owner commands in plain dump by @3nids in #178
- Fix labelling egg profile by @sjib in #179
- try to fix github workflow to push to dockerhub by @olivierdalang in #180
- Qgep swmm2 update views by @tproduit in #175
- Fix Export subcatchments by @sjib in #181
- Visualize catchment_area connenctions and comparing by @urskaufmann in #130
- bump PUM to 0.10.0 and adapt accordingly by @olivierdalang in #184
- Fix drop views by @ponceta in #185
- Create
vw_infiltration_installation
andvw_wwtp_structure
views by @rbovard in #189 - add views for VSA-DSS subsystem property drainage by @cymed in #191
- Handle null data_media path for file url by @rbovard in #194
- Fix _slope_per_mill calculation by @ponceta in #195
- Update of drop_views for property drainage by @cymed in #196
- Add OID for La Tour-de-Peilz by @rbovard in #198
- 2022 12 fix vsa kek file fk datamedia relation by @sjib in #193
- Fix translation error in english for pump.construction_type by @sjib in #183
- Add _status to Wastewater node by @cymed in #197
- Fix symbology for nodes by @ponceta in #199
- fix CI by reverting faulty merges by @olivierdalang in #201
- Reapply #197 and followup by @olivierdalang in #203
- fix for QGEP/QGEP#591 : run drop_views.sql … by @olivierdalang in #146
- Qgep swmm phase3 enhancements by @tproduit in #190
- Adjust vw qgep overflow by @cymed in #187
- Provide rights for qgep_swmm and qgep_import schemas by @ponceta in #207
- Change attributes class to classname to avoid issues with the reserved keyword class in python by @sjib in #206
- Labeling of wastewater structures with multiple wastewater nodes by @cymed in #186
- bump actual version to target version 1.6.0 for imminent release by @ponceta in #204
- Modify drop views order by @ponceta in #209
- try to fix release ci by @olivierdalang in #210
New Contributors
Full Changelog: 1.5.6...1.6.0
1.6.0-rc.2
ci: fix release
1.6.0-rc.1
Merge pull request #204 from QGEP/poa_bump_version_1.6.0 bump actual version to target version 1.6.0 for imminent release
1.5.6-1
[same as 1.5.6] Trying to fix release workflow
1.5.6
- adds fixes for upcoming SIA405 export
1.5.5
1.5.4
Improves SWMM views :
- Add states in the view and solve several errors and bug.
- Only primary network is exported
- Most objects have a state attribute: "planned" or "current". This state allows the user to create two types of export "planned" or "current".
- Blind connections are exported (primary reach connected without a manhole)
Improves Postgres roles creation :
- role creation - one shot cluster initialization jobs
- permissions - that need to be granted once per database
Descriptions of the files
File | Description |
---|---|
qgep_1.5.4_structure.sql | Contains the structure of tables and system schema content |
qgep_1.5.4_structure_with_value_lists.sql | Contains the structure of tables, system schema data and value lists data |
qgep_1.5.4_demo_data.backup | Data-only backup of the qgep_od schema (i.e. ordinary data) from demonstration set of data |
qgep_1.5.4_structure_and_demo_data.backup | Complete backup with structure and data of the demonstration set of data |
- If you plan to use QGEP for production, it is more likely you will be using the plain SQL
qgep_1.5.4_structure_with_value_lists.sql
. - If you want to give a try at QGEP, you will likely restore the
qgep_1.5.4_structure_and_demo_data.backup
backup file.
1.5.3
Descriptions of the files
File | Description |
---|---|
qgep_1.5.3_structure.sql | Contains the structure of tables and system schema content |
qgep_1.5.3_structure_with_value_lists.sql | Contains the structure of tables, system schema data and value lists data |
qgep_1.5.3_demo_data.backup | Data-only backup of the qgep_od schema (i.e. ordinary data) from demonstration set of data |
qgep_1.5.3_structure_and_demo_data.backup | Complete backup with structure and data of the demonstration set of data |
- If you plan to use QGEP for production, it is more likely you will be using the plain SQL
qgep_1.5.3_structure_with_value_lists.sql
. - If you want to give a try at QGEP, you will likely restore the
qgep_1.5.3_structure_and_demo_data.backup
backup file.