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

Implemented settings manager #13

Merged
merged 5 commits into from
Nov 22, 2021
Merged

Implemented settings manager #13

merged 5 commits into from
Nov 22, 2021

Conversation

Samweli
Copy link
Collaborator

@Samweli Samweli commented Nov 22, 2021

Fixes #7

Adds a setting manager responsible for handling all plugin settings to be stored in the QGIS settings.
These changes includes a test bash script for running plugin tests locally on a linux environment,
the script uses QGIS official docker images for 3.16 and 3.20 to perform the tests.
The QGIS images needs to be downloaded before using the test script to run the tests locally, then update the build folder using poetry run python admin.py build --tests and run the script ./run-tests.sh.

@Samweli Samweli merged commit 3451e90 into stac-utils:main Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement plugin settings management
2 participants