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

Known attr #113

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Known attr #113

wants to merge 13 commits into from

Commits on Oct 18, 2024

  1. Rename Policy to ActionSet

    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d363201 View commit details
    Browse the repository at this point in the history
  2. Rename rules to routeRuleConditions

    Rename conditions to matches - hoist all_of
    
    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    06f382b View commit details
    Browse the repository at this point in the history
  3. Move hostnames into routeRuleConditions

    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    146a56b View commit details
    Browse the repository at this point in the history
  4. Move Actions up to ActionSets

    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    83ffd6d View commit details
    Browse the repository at this point in the history
  5. Refactor: move action to separate module

    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6a65eb7 View commit details
    Browse the repository at this point in the history
  6. Refactor: rename Extensions -> Services

    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    88e3f09 View commit details
    Browse the repository at this point in the history
  7. Add conditions to Action

    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9f3a9b3 View commit details
    Browse the repository at this point in the history
  8. Add tests for conditional actions

    Signed-off-by: Adam Cattermole <[email protected]>
    adam-cattermole committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a392f7d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Refactored Attribute to data::AttributeValue

    Signed-off-by: Alex Snaps <[email protected]>
    alexsnaps committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    507136a View commit details
    Browse the repository at this point in the history
  2. Refactored property stuff to data::property

    Signed-off-by: Alex Snaps <[email protected]>
    alexsnaps committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3c67d85 View commit details
    Browse the repository at this point in the history
  3. Refactored using PropertyPath everywhere

    Signed-off-by: Alex Snaps <[email protected]>
    alexsnaps committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    993598f View commit details
    Browse the repository at this point in the history
  4. Refactored using AttributeValue everywhere

    Signed-off-by: Alex Snaps <[email protected]>
    alexsnaps committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c2f86c7 View commit details
    Browse the repository at this point in the history
  5. ports are u64, not strings... this err'ed into Default

    Signed-off-by: Alex Snaps <[email protected]>
    alexsnaps committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    204f190 View commit details
    Browse the repository at this point in the history