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

feat: include additional policy properties in plain text output #5142

Merged
merged 9 commits into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. refactor: remove unused export

    thisislawatts authored and j-luong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ed78211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675cc5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd740be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21a22e7 View commit details
    Browse the repository at this point in the history
  5. feat: update inline with new schema

    thisislawatts authored and j-luong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bc01a91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53c904b View commit details
    Browse the repository at this point in the history
  7. refactor: switch to typed object

    Instead of a long list of parameters switch to  a single object
    with a comprehensible name and type.
    
    This can make refactoring and optimisation easier later on as
    the order of items is no longer important.
    thisislawatts authored and j-luong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    de770f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cc23b7 View commit details
    Browse the repository at this point in the history
  9. chore: remove unused var

    thisislawatts authored and j-luong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b9dd49d View commit details
    Browse the repository at this point in the history