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

Dropshot-based websocket endpoint & Add Progenitor-based client #206

Merged
merged 2 commits into from
Oct 6, 2022

Commits on Oct 6, 2022

  1. Use Dropshot 'channel' for serial console endpoint

    This moves the websocket-related boilerplate into the code
    generated by Dropshot's `#[channel]` annotation macro.
    
    (rel: oxidecomputer/dropshot#403 )
    lif committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a372de0 View commit details
    Browse the repository at this point in the history
  2. Generate an API client with Progenitor

    - Validate/generate an OpenAPI schema in a test, as done in omicron
    - Provide an (optional, for now) codegen'd client from the OpenAPI
    lif committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e873a9d View commit details
    Browse the repository at this point in the history