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

Patch layer with new api #928

Merged
merged 32 commits into from
Jan 8, 2024
Merged

Patch layer with new api #928

merged 32 commits into from
Jan 8, 2024

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    97f0af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f7c34 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    tschumpr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    48d5387 View commit details
    Browse the repository at this point in the history
  4. Get layer data from new api

    tschumpr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ed01313 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78e6aaa View commit details
    Browse the repository at this point in the history
  6. Remove unused attribute

    AllFields is defined using the showAll state
    tschumpr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0c3556d View commit details
    Browse the repository at this point in the history
  7. Remove unused attribute

    isFetching is always false and never used, and thus obsolete
    tschumpr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9bfd552 View commit details
    Browse the repository at this point in the history
  8. Revert removing isFetching

    tschumpr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e94b499 View commit details
    Browse the repository at this point in the history
  9. Wait for new api request

    tschumpr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f20d801 View commit details
    Browse the repository at this point in the history
  10. Remove deprecated code

    tschumpr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6ca38dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af5c960 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9d893c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    c1a8fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa397b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5a974e View commit details
    Browse the repository at this point in the history
  4. Wait for get-layer response

    tschumpr committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f7ace73 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    ce30dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    082ca38 View commit details
    Browse the repository at this point in the history
  3. Remove debug log

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e7d3a49 View commit details
    Browse the repository at this point in the history
  4. Use new api to update layer

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1bb96e1 View commit details
    Browse the repository at this point in the history
  5. Fix merge conflict

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    241289e View commit details
    Browse the repository at this point in the history
  6. Remove requests to old api

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    aed4995 View commit details
    Browse the repository at this point in the history
  7. Remove unused attribute

    isFetching is always false
    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5e89d45 View commit details
    Browse the repository at this point in the history
  8. Remove unused attribute

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7b1d720 View commit details
    Browse the repository at this point in the history
  9. Sort interceptors

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0cdb790 View commit details
    Browse the repository at this point in the history
  10. Simplify code

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    feb9ea9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4e7886 View commit details
    Browse the repository at this point in the history
  12. Update changelog

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d78d440 View commit details
    Browse the repository at this point in the history
  13. Simplify code

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    fe7d54f View commit details
    Browse the repository at this point in the history
  14. Merge branch 'patch-layer-with-new-api' of github.com:geoadmin/suite-…

    …bdms into patch-layer-with-new-api
    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a2aede7 View commit details
    Browse the repository at this point in the history
  15. Simplify code

    tschumpr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6d25913 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d7024c4 View commit details
    Browse the repository at this point in the history