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

Pydantic models for table json responses #645

Merged
merged 31 commits into from
Aug 1, 2023
Merged

Pydantic models for table json responses #645

merged 31 commits into from
Aug 1, 2023

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    c53f71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d1ca7 View commit details
    Browse the repository at this point in the history
  3. [web] add missing placeholder for link title

    caught by introduction of pydantic model
    lukasjuhrich committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    eaf31cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92cb367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45145d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2729688 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1e3bbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ea6922 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1961131 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. [web] introduce pydantic models for finance tables

    …except for the splitted table, which is a little more complicated
    because it basically has two schemas at once (splitted and unsplitted).
    lukasjuhrich committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    09c012f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcae99e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2eedde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d40a362 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cc413b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b73ffc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffd9b2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39afbd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37cf3a1 View commit details
    Browse the repository at this point in the history
  10. [web] replace all jsonify calls in facilities by dict literals

    The rest is just darker reformatting.
    lukasjuhrich committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    102a89b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd62763 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54ccc18 View commit details
    Browse the repository at this point in the history
  13. fix ruff suppression

    lukasjuhrich committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e86c47f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df30284 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a2eae0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    723b3cb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e279aac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6f80daa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5dc3570 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fd2c028 View commit details
    Browse the repository at this point in the history
  21. [web] use ConfigDict instead of class Config

    the latter has been deprecated in pydantic v2
    lukasjuhrich committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    81d6909 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    81250dc View commit details
    Browse the repository at this point in the history