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

feat(layer)!: use pydantic models #517

Merged
merged 7 commits into from
Mar 22, 2023
Merged

feat(layer)!: use pydantic models #517

merged 7 commits into from
Mar 22, 2023

Commits on Mar 21, 2023

  1. feat(layer/topic)!: use pydantic models

    Layer/Topic are now pydantic models instead of dataclasses
    
    BREAKING CHANGE:
    - requests to the API endpoint `/indicator` for a custom layer/topic
    need an additional field `key` of type string
    matthiasschaub committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c8f8ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb5b37 View commit details
    Browse the repository at this point in the history
  3. fix

    matthiasschaub committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    70d7190 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Apply suggestions from code review

    Co-authored-by: Johannes Visintini <johannes.visintini@heigit.org>
    matthiasschaub and joker234 authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ae5cdfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7712ae View commit details
    Browse the repository at this point in the history
  3. update changelog

    matthiasschaub committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    804978c View commit details
    Browse the repository at this point in the history
  4. fix example

    matthiasschaub committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9ba8b0e View commit details
    Browse the repository at this point in the history