-
Notifications
You must be signed in to change notification settings - Fork 4
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
Hg aims upgrade #235
Open
Sean-McCann-HG
wants to merge
76
commits into
master
Choose a base branch
from
HG-Aims-Upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Hg aims upgrade #235
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ng the version shipped with QGIS LTR 3.28
…rsion shipped with QGIS LTR 3.28
…ta and moved them into a single template.json file for simplicity.
…ons not being a Position object so attempts a cast of it prior to throwing exception.
…ing. Added handling to use the aims_test_config when running on a linux machine (github actions). Currently not using the crypto module as this needs further discussion with LINZ
…quest function will be sent to the AimsServiceMock.
…cking the queue when testing.
… to support an existing unit test
…d mock_test_data for mocking the API without having to have an API spun up for unit testing (allowing for github actions workflow)
…returned to avoid warnings in test due to validations failed.
…g tests to be called by the docker QGIS container
…g to push it and test live in github.
…ich made the CI testing easier to handle. Now in a folder within the git repo folder, similar to the roads plugin. Updated github actions workflow. Updated permissions on the shell scripts.
… is pointing correctl
…r test. Added logging around the DataManager test failing in the CI
…tly why the test isn't updating with the correct address. more printing
…ontinuing after DataManager_Test 5.20
… Added a statement to DM response method in order to see why it is still hanging when trying to read the queues during CI
… to watch for responses.
… blank password string.
…ify that you would like to ignore_cert verification. Pass through these options to the httplib2 session in order to handle the enforced SSL connection we desire.
…rather than a separate layer.
…entually to be included)
…tion for loading the LINZ Aerial Basemap by default (unchecked). Added a function to redock the window on tool load, which should fix any scaling issues.
… sourced from a seperate view.
… and from what it appears, fixes scaling issues.
…w signal to watch on layers being added. Removed old parcel layers, now consolidated into a single layer.
…number indicating build number.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Culmination of the initial release of the QGIS AIMS Plugin, targeting version 3.28 at present.
Being pulled into master as this is the only branch with active development.
A GIT cleanup exercise should be undertaken in the future.