-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Simplify policy evaluation v1 #17764
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
Simplify policy evaluation v1 #17764
Conversation
…ing, must be low overhead) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]>
❌ Gradle check result for 72a8c3f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
72a8c3f
to
410c3ae
Compare
❌ Gradle check result for 410c3ae: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
410c3ae
to
893b7b0
Compare
❌ Gradle check result for 893b7b0: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
893b7b0
to
51faf66
Compare
❌ Gradle check result for 51faf66: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Actually simply the parser Remove logic involving principal Working code Working Policy file Remove parse utils Qol move away from static classes
51faf66
to
cd24a60
Compare
❌ Gradle check result for cd24a60: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
cd24a60
to
9b24c68
Compare
❌ Gradle check result for 9b24c68: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
9b24c68
to
8019a3c
Compare
❌ Gradle check result for 8019a3c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
8019a3c
to
17b453e
Compare
❌ Gradle check result for 17b453e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
17b453e
to
058f65f
Compare
❌ Gradle check result for 769e014: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.