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

Introduce pydantic to validate Oxygen handler result values #44

Merged
merged 9 commits into from
Oct 27, 2023
Merged

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    093af01 View commit details
    Browse the repository at this point in the history
  2. invoke: Add task to update oxygen handler result schema

    Also add said task to be run when `invoke doc` is run
    Tattoo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ec7cb76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45f3ed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    398d864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c58079a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3fcfe5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e068104 View commit details
    Browse the repository at this point in the history
  8. RF Interfaces: conform to pydantic models

    While implementing validation for Oxygen's handler result dictionaries, it was
    found out that RobotInterface.running assumed result dictionaries would have
    fields that are not, in fact, mandatory. Thus, add robust attribute handling
    to both RF3- and RF4 interfaces.
    Tattoo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2da31da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abffa99 View commit details
    Browse the repository at this point in the history