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

REST API: Fix wrong plugin schema #34858

Merged
merged 4 commits into from
Oct 12, 2023
Merged

Commits on Oct 11, 2023

  1. REST API: Fix wrong plugin schema

    We serialize some plugin's fields as dictionaries leading to errors
    when accessing the `/plugins` endpoint.
    
    Here's the error:
    ValueError: dictionary update sequence element #0 has length 1; 2 is required
    
    The fields are lists of strings and this PR addresses it.
    ephraimbuddy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bcc34cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada9215 View commit details
    Browse the repository at this point in the history
  3. Add test at the endpoint

    ephraimbuddy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4c07208 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6925cd8 View commit details
    Browse the repository at this point in the history