Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cleardataeng/resource-policy-evaluation-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.5
Choose a base ref
...
head repository: cleardataeng/resource-policy-evaluation-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 12, 2024

  1. Fix issue with opa engine to handle exceptions as bubbled exceptions …

    …disrupt rpe engine policy execution.
    neerajtickoo committed Aug 12, 2024
    Copy the full SHA
    f38602a View commit details
  2. Fix style issues.

    neerajtickoo committed Aug 12, 2024
    Copy the full SHA
    adeeec4 View commit details
  3. Merge pull request #20 from cleardataeng/fix_opa_exception_handling

    Fix issue with opa engine to handle exceptions as bubbled exceptions …
    neerajtickoo authored Aug 12, 2024
    Copy the full SHA
    a5ea0de View commit details
  4. Copy the full SHA
    26e6d74 View commit details
  5. Merge pull request #21 from cleardataeng/fix_opa_exception_handling

    Fix issue with fetching the attributes of the resource. Log the entire resource
    neerajtickoo authored Aug 12, 2024
    Copy the full SHA
    74b33d5 View commit details

Commits on Aug 19, 2024

  1. support conditional python policy evaluation.

    Description: if a python policy implements should_evaluate_policy method, it can choose to have its evaluate a resource or ignore to be part of policy engine evaluation chain.
    neerajtickoo committed Aug 19, 2024
    Copy the full SHA
    3e148ce View commit details
  2. Copy the full SHA
    9e3e637 View commit details
  3. Merge pull request #22 from cleardataeng/feature/support_conditional_…

    …evaluation
    
    support conditional python policy evaluation.
    neerajtickoo authored Aug 19, 2024
    Copy the full SHA
    0e4a2ea View commit details

Commits on Sep 17, 2024

  1. Copy the full SHA
    6b8e046 View commit details
  2. Merge pull request #23 from cleardataeng/revert_exc_handling_opa

    Revert exception handling logic.
    neerajtickoo authored Sep 17, 2024
    Copy the full SHA
    1cd8b61 View commit details

Commits on Nov 18, 2024

  1. Copy the full SHA
    7b35ea3 View commit details
  2. Fix lint issues.

    neerajtickoo committed Nov 18, 2024
    Copy the full SHA
    3859d21 View commit details
  3. Merge pull request #24 from cleardataeng/improve_exception_log_message

    Add stacktrace to exception message.
    jjohndrow authored Nov 18, 2024
    Copy the full SHA
    313e88b View commit details

Commits on Nov 27, 2024

  1. Copy the full SHA
    8025468 View commit details
  2. black format fixes.

    neerajtickoo committed Nov 27, 2024
    Copy the full SHA
    5516330 View commit details

Commits on Dec 2, 2024

  1. Merge pull request #25 from cleardataeng/feature/vertex-ai-notebook-s…

    …upport
    
    Add support for Vertex AI notebooks to rpe lib.
    jjohndrow authored Dec 2, 2024
    Copy the full SHA
    6f625ad View commit details

Commits on Dec 19, 2024

  1. Copy the full SHA
    548584d View commit details
  2. Copy the full SHA
    1c1827a View commit details
  3. black code format fixes.

    neerajtickoo committed Dec 19, 2024
    Copy the full SHA
    02a3086 View commit details
  4. Merge pull request #26 from cleardataeng/feature/add-readiness-check-…

    …vrtx-ai
    
    Add readiness and terminal values for vertex ai instances.
    neerajtickoo authored Dec 19, 2024
    Copy the full SHA
    ce944b5 View commit details
Loading