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

Hg aims upgrade #235

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open

Hg aims upgrade #235

wants to merge 76 commits into from

Commits on Jan 29, 2024

  1. Update icons

    Sean-McCann-HG committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ade9eed View commit details
    Browse the repository at this point in the history
  2. Updating AIMSDataManager module from python 2.7 to python 3.9, matchi…

    …ng the version shipped with QGIS LTR 3.28
    Sean-McCann-HG committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4844f8d View commit details
    Browse the repository at this point in the history
  3. Updating AIMSUI module from python 2.7 to python 3.9, matching the ve…

    …rsion shipped with QGIS LTR 3.28
    Sean-McCann-HG committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bbefdef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c5160a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5de0e10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fae6695 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    196150a View commit details
    Browse the repository at this point in the history
  8. update readme

    Sean-McCann-HG committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2cfa920 View commit details
    Browse the repository at this point in the history
  9. updating unit tests

    Sean-McCann-HG committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e18d79d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b9b9a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    614d3f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    6c06261 View commit details
    Browse the repository at this point in the history
  2. update github runner

    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e52bef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b37469 View commit details
    Browse the repository at this point in the history
  4. Fixed a bug which was caused by the use of eval() to load template da…

    …ta and moved them into a single template.json file for simplicity.
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1042fe9 View commit details
    Browse the repository at this point in the history
  5. Fix for intermittent issue with the object passed to setAddressPositi…

    …ons not being a Position object so attempts a cast of it prior to throwing exception.
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    31181c8 View commit details
    Browse the repository at this point in the history
  6. Change to config.py to switch UNAME to use getpass for agnostic handl…

    …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
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a836e86 View commit details
    Browse the repository at this point in the history
  7. Using TEST_MODE = True in config, requests sent to teh AimsApi.py _re…

    …quest function will be sent to the AimsServiceMock.
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    159c8f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0590d6e View commit details
    Browse the repository at this point in the history
  9. set better name for the daemon processes and added a function for che…

    …cking the queue when testing.
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d82fc21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a14575c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27b83c3 View commit details
    Browse the repository at this point in the history
  12. Added a return value to the installRefLayers function in LayerManager…

    … to support an existing unit test
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bd617c3 View commit details
    Browse the repository at this point in the history
  13. Updated unit tests, removing a few which are no longer relevant, adde…

    …d mock_test_data for mocking the API without having to have an API spun up for unit testing (allowing for github actions workflow)
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e0871f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    833539e View commit details
    Browse the repository at this point in the history
  15. added setRequestId and setVersion to _special do ensure integers are …

    …returned to avoid warnings in test due to validations failed.
    Sean-McCann-HG committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7f2e346 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. update test runner for github actions CI. Added a new file for runnin…

    …g tests to be called by the docker QGIS container
    Sean-McCann-HG committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bcc2eed View commit details
    Browse the repository at this point in the history
  2. small tweak to github runner. Was testing locally using act, but goin…

    …g to push it and test live in github.
    Sean-McCann-HG committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    346df1a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Updated directory to the reccomended QGIS plugin directory format, wh…

    …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.
    Sean-McCann-HG committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    361d035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2da048 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    4820e29 View commit details
    Browse the repository at this point in the history
  2. fixed paths

    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6db7b5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12b4b64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dac25b View commit details
    Browse the repository at this point in the history
  5. missing $ in path

    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    92e51c7 View commit details
    Browse the repository at this point in the history
  6. commenting otu some github workflows. Small change to a config creati…

    …on function to fix a write issue that regarding non-string option values. Updated the config name in the CI script.
    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d90b8f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b9fceb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0409bf7 View commit details
    Browse the repository at this point in the history
  9. Fixed reference to linux path handling in Config.py which is preventi…

    …ng the CI pipeline from reading this file.
    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    43ad51b View commit details
    Browse the repository at this point in the history
  10. oops typo

    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    33cec7b View commit details
    Browse the repository at this point in the history
  11. const file previously not included in the git repo. That is interesti…

    …ng, as it is required in the code. Someone building from repo would have not received this file. Needed for use in the CI pipeline / tests.
    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ec61189 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    455d33e View commit details
    Browse the repository at this point in the history
  13. testing for issue

    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    16e7fa3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ac45ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6913c95 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c0a848 View commit details
    Browse the repository at this point in the history
  17. ignoring an additional file which is created when running LayerManage…

    …r test. Added logging around the DataManager test failing in the CI
    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    90316ce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8755929 View commit details
    Browse the repository at this point in the history
  19. Missed a period..

    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4fc7550 View commit details
    Browse the repository at this point in the history
  20. final test, will everything else work if I skip this one. Unsure exac…

    …tly why the test isn't updating with the correct address. more printing
    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a69d280 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    88015a8 View commit details
    Browse the repository at this point in the history
  22. removed print statement. Still unsure why the mock responses aren't c…

    …ontinuing after DataManager_Test 5.20
    Sean-McCann-HG committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    81425be View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    6eebdcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a33efdd View commit details
    Browse the repository at this point in the history
  3. tweaks to DM Test

    Sean-McCann-HG committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fc299dd View commit details
    Browse the repository at this point in the history
  4. asdf

    Sean-McCann-HG committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a896ed0 View commit details
    Browse the repository at this point in the history
  5. still more tweaks

    Sean-McCann-HG committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    95e8206 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Removing comments following successful tweaking to test persist data.…

    … Added a statement to DM response method in order to see why it is still hanging when trying to read the queues during CI
    Sean-McCann-HG committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9ea627d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7912d85 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    c26ded2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    9076828 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    b5dfa10 View commit details
    Browse the repository at this point in the history
  2. Add additional config options to provide the root certificate or spec…

    …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.
    Sean-McCann-HG committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6f1200a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    e214596 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    7aa7fd3 View commit details
    Browse the repository at this point in the history
  2. Updated parcel symbology to include the Pending Parcels as as ubtype …

    …rather than a separate layer.
    Sean-McCann-HG committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d4dce1d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    d6f371a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a592c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Moved setting of CRS to be triggered by the load action. Added a func…

    …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.
    Sean-McCann-HG committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2ad887b View commit details
    Browse the repository at this point in the history
  2. tweaks to symbology for address labels and parcel labels. Parcels now…

    … sourced from a seperate view.
    Sean-McCann-HG committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a1e5018 View commit details
    Browse the repository at this point in the history
  3. Added fucntion for redocking the dockwidget in place, giving it focus…

    … and from what it appears, fixes scaling issues.
    Sean-McCann-HG committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    52a6487 View commit details
    Browse the repository at this point in the history
  4. Added support for group layers to clean up layer list, hooked into ne…

    …w signal to watch on layers being added.
    
    Removed old parcel layers, now consolidated into a single layer.
    Sean-McCann-HG committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e637cc9 View commit details
    Browse the repository at this point in the history
  5. readme

    Sean-McCann-HG committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c46919a View commit details
    Browse the repository at this point in the history
  6. Set metadata version to match QGIS version 3.28, followed by a third …

    …number indicating build number.
    Sean-McCann-HG committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a00cf6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbe105a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fixed basemap issue.

    Sean-McCann-HG committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3995893 View commit details
    Browse the repository at this point in the history