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

Prepare version 1.9.9 #58

Merged
merged 42 commits into from
Mar 12, 2024
Merged

Prepare version 1.9.9 #58

merged 42 commits into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. refactor IMLNetworkManager import

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c8a24e0 View commit details
    Browse the repository at this point in the history
  2. add china platform url + commit encoded url + test

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bbf8c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    189b4f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1848872 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fe4c17 View commit details
    Browse the repository at this point in the history
  6. try not clear auth for 403

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b5fb5bb View commit details
    Browse the repository at this point in the history
  7. less network log

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ed0b16e View commit details
    Browse the repository at this point in the history
  8. treat all iml layer as livemap for editing flow

    + show catalog name and owner in layer metadata listing
    
    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    22c25a4 View commit details
    Browse the repository at this point in the history
  9. handle layer destroy gracefully without dangling layer

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1cd50b6 View commit details
    Browse the repository at this point in the history
  10. better handle 401 error by increasing max retry

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2356dae View commit details
    Browse the repository at this point in the history
  11. bump version 1.9.9

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bb4db8c View commit details
    Browse the repository at this point in the history
  12. try to raise rendering error

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    070c0bb View commit details
    Browse the repository at this point in the history
  13. slow: try to handle OGR error due to mismatch fields

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0f6a738 View commit details
    Browse the repository at this point in the history
  14. debug fields parser

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e68b392 View commit details
    Browse the repository at this point in the history
  15. test: add subtest info for test_render_layer

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    deaf38e View commit details
    Browse the repository at this point in the history
  16. fix parser

    This reverts commit c4e901f07fbf8151cc5213f7532e59a3083f7ea4.
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b16983e View commit details
    Browse the repository at this point in the history
  17. update test util

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    64b5677 View commit details
    Browse the repository at this point in the history
  18. fixed test parser

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5ce5763 View commit details
    Browse the repository at this point in the history
  19. refactor test parser

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f769599 View commit details
    Browse the repository at this point in the history
  20. make test_render_layer work for similarity_threshold=0 (single fields…

    … per geom)
    
    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    994b2a1 View commit details
    Browse the repository at this point in the history
  21. update Dict type hint

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8f64078 View commit details
    Browse the repository at this point in the history
  22. raise NetworkUnauthorized only for 401

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    017a519 View commit details
    Browse the repository at this point in the history
  23. deprecated datahub server

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    edaf829 View commit details
    Browse the repository at this point in the history
  24. refactor network

    This reverts commit c27a4835bb772ff341d03bbdf268d908760a85ac.
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c40d25e View commit details
    Browse the repository at this point in the history
  25. correct clear auth

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    64d844c View commit details
    Browse the repository at this point in the history
  26. check here system in thread to avoid blocking UI

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f4c0838 View commit details
    Browse the repository at this point in the history
  27. use addsitedir

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a693bc8 View commit details
    Browse the repository at this point in the history
  28. update changelog version 1.9.9

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    932f73b View commit details
    Browse the repository at this point in the history
  29. cleanup network error message

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    edb074a View commit details
    Browse the repository at this point in the history
  30. draft: try to make layer id unique, rename to iid

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    32747ad View commit details
    Browse the repository at this point in the history
  31. improve install deps script (pip) + try QtWebEngineWidgets (not working)

    + confirm dialog before install deps
    + avoid pip error when sys.stderr is None (qgis python console not opened)
    + install deps to external folder
    + login.py: prepare usage QtWebEngineWidgets for future (not working now)
    + login_webengine.py: align PlatformUserAuthentication (qml)
    
    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7558bdf View commit details
    Browse the repository at this point in the history
  32. use qml, QtWebEngine and QtQuick again

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7fc96c7 View commit details
    Browse the repository at this point in the history
  33. update build script for win

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    05e3813 View commit details
    Browse the repository at this point in the history
  34. Fix error since QGIS 3.36.0+: Failed to create OpenGL context for for…

    …mat QSurfaceFormat(...).
    
    This is most likely caused by not having the necessary graphics drivers installed
    
    https://github.com/qt/qtdeclarative/blob/v5.15.3-lts-lgpl/src/quick/items/qquickwindow.cpp#L1457
    
    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bd120cf View commit details
    Browse the repository at this point in the history
  35. fix apply_token

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7567d06 View commit details
    Browse the repository at this point in the history
  36. update build script for alpha version, folder suffix

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f6cdf2b View commit details
    Browse the repository at this point in the history
  37. test crypter with custom env variable

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8a9a3ae View commit details
    Browse the repository at this point in the history
  38. improve check domain logic

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a0cdda9 View commit details
    Browse the repository at this point in the history
  39. fix qml dependencies on mac

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a1594a2 View commit details
    Browse the repository at this point in the history
  40. fix qml on mac

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    753cccc View commit details
    Browse the repository at this point in the history
  41. cleanup

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9ef5cc9 View commit details
    Browse the repository at this point in the history
  42. update changelog version 1.9.9

    Signed-off-by: minff <[email protected]>
    minff committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9151e5a View commit details
    Browse the repository at this point in the history