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

feature/migrate to official s2 library #76

Merged
merged 12 commits into from
Mar 4, 2024

Commits on Feb 7, 2024

  1. refactor(client): Add static typing

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4f50669 View commit details
    Browse the repository at this point in the history
  2. refactor(client): Add error checking for wrong content type

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    698cb96 View commit details
    Browse the repository at this point in the history
  3. refactor(client): type client.py

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e1bf119 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. refactor(cem): type as much some of the code

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    eb6d23f View commit details
    Browse the repository at this point in the history
  2. feat(mypy): add mypy to pre-commit checks

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    65a95b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. refactor(typing): add types for constraints and async parts

    Signed-off-by: GustaafL <guus@seita.nl>
    GustaafL committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4a85e95 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    Signed-off-by: Guus Linzel <41048720+GustaafL@users.noreply.github.com>
    GustaafL authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1aa78d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. add new dependencies

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    130cfeb View commit details
    Browse the repository at this point in the history
  2. migrate to the official s2 library

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    55d6d6b View commit details
    Browse the repository at this point in the history
  3. remove old s2 message validation module

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c46521d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. feature/add support for more message types (#77)

    * add dummy methods to return `Ok`Status code for the message types Timer and Transition
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    * Timer and Transition are not message types, the message type that we want to support is FRBCTimerStatus
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    ---------
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3f7e13b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/migrate-to-official-s2-library

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b4be575 View commit details
    Browse the repository at this point in the history