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

Allow output_schema to validate non-object action output (int, bool, etc) #5319

Merged
merged 44 commits into from
Jul 18, 2022

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    1bbf0be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44874e4 View commit details
    Browse the repository at this point in the history
  3. adjust test comments

    cognifloyd committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    61f10a6 View commit details
    Browse the repository at this point in the history
  4. Fix var usage

    cognifloyd committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    a129c8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d12042b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Add recursive _get_masked_value function

    This should handle any nested objects/arrays etc.
    We might need to adjust the output_schema to support non-objects
    but that can be done separately, I hope.
    cognifloyd committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    6524d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3becc3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49508d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd05bc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bb40d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f830b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    2bfc098 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    6b02ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7ec73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95062c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    2461a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e78b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc32381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36cb3b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    066ff8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd9e032 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10c828c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cab0548 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b904b12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d15db88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cf35af View commit details
    Browse the repository at this point in the history
  12. More reliable output_schema._schema_is_valid

    "type" is not required, so relying on that is likely to run into edge cases.
    Instead, validate the schema before validating with the schema.
    cognifloyd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    dc6af0e View commit details
    Browse the repository at this point in the history
  13. Refactor for clarity

    cognifloyd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9dd7245 View commit details
    Browse the repository at this point in the history
  14. add changelog entry

    cognifloyd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5fc52f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0f52eda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4144013 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    398d273 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    accd679 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    dfad436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e925d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ddd42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5618d34 View commit details
    Browse the repository at this point in the history
  5. reformat with black

    cognifloyd committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3e1a052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5222eb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    c640f07 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    6654603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb046e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    975c242 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    40c0a4e View commit details
    Browse the repository at this point in the history