Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve database connections management #169

Merged
merged 24 commits into from
Aug 13, 2021
Merged

Improve database connections management #169

merged 24 commits into from
Aug 13, 2021

Conversation

Guts
Copy link
Collaborator

@Guts Guts commented Jul 2, 2021

Close #163

@Guts Guts self-assigned this Jul 2, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 2, 2021

Codecov Report

Merging #169 (9daa1f5) into master (8f6af20) will decrease coverage by 16.53%.
The diff coverage is 0.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #169       +/-   ##
==========================================
- Coverage   17.24%   0.71%   -16.54%     
==========================================
  Files          40      41        +1     
  Lines        3977    3934       -43     
  Branches      604     598        -6     
==========================================
- Hits          686      28      -658     
- Misses       3241    3905      +664     
+ Partials       50       1       -49     
Impacted Files Coverage Δ
gml_application_schema_toolbox/constants.py 0.00% <0.00%> (ø)
...lication_schema_toolbox/core/load_gmlas_in_qgis.py 0.00% <0.00%> (-83.00%) ⬇️
..._application_schema_toolbox/core/qgis_urlopener.py 0.00% <ø> (-55.00%) ⬇️
..._schema_toolbox/extlibs/qgis_processing_postgis.py 0.00% <0.00%> (ø)
..._application_schema_toolbox/gui/database_widget.py 0.00% <0.00%> (ø)
...plication_schema_toolbox/gui/export_gmlas_panel.py 0.00% <0.00%> (ø)
...plication_schema_toolbox/gui/import_gmlas_panel.py 0.00% <0.00%> (ø)
gml_application_schema_toolbox/gui/load_wizard.py 0.00% <0.00%> (ø)
..._application_schema_toolbox/gui/load_wizard_wfs.py 0.00% <0.00%> (ø)
gml_application_schema_toolbox/main.py 0.00% <0.00%> (ø)
... and 29 more

@Guts Guts marked this pull request as ready for review August 13, 2021 17:09
@github-actions github-actions bot added the documentation Tutorials, how to, glossayr... Everything that can help to use or maintain the plugin label Aug 13, 2021
@github-actions github-actions bot added the ci-cd GitHub Actions workflows label Aug 13, 2021
@Guts Guts merged commit 8335364 into master Aug 13, 2021
@Guts Guts deleted the fix/uri branch August 13, 2021 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd GitHub Actions workflows documentation Tutorials, how to, glossayr... Everything that can help to use or maintain the plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

__init__() got an unexpected keyword argument 'uri'
2 participants