-
Notifications
You must be signed in to change notification settings - Fork 881
chore: Update rego to be partial execution friendly #3449
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b3536bc
chore: Update rego to be partial execution friendly
Emyrk 75e3a12
test: Add unit test to verify partial query support
Emyrk 6cdf575
Add partial filtering and evaluation
Emyrk f5eacd0
Benmark Partials
Emyrk 4a7c68e
Linting
Emyrk df75be5
Spelling
Emyrk e90ac2d
Fix recording fake authorizer
Emyrk 1e774e0
Fix partial query tests
Emyrk 38917dc
Working partial execution to queries
Emyrk e139a1f
Cleanup
Emyrk c44d4d1
Cleanup
Emyrk 19f3557
Add comments
Emyrk f9dd9aa
Spelling
Emyrk bed9f4f
Remove old Filter
Emyrk 74d90f4
Improve error message
Emyrk fe0d05a
Comments
Emyrk dd5c55c
Make test parallel
Emyrk ae22f89
Fix typo
Emyrk 0266963
Drop an arg from Filter
Emyrk af457b9
Test timed out
Emyrk 21f4f21
Test less random, rename param
Emyrk 2c87220
Add rego comments with explainations
Emyrk 1c407ab
Add more rego comments
Emyrk 9f9b2d1
Move fakeauthorizer code
Emyrk ab55cf5
Unexport partial fields
Emyrk abf098d
Reduce wait
Emyrk 44c7370
Linting + Typos
Emyrk 4611322
Wording
Emyrk c8e26a8
Test runs long
Emyrk 510e94b
The single test is taking too long
Emyrk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test timed out
- Loading branch information
commit af457b9c042310c824c2fa77ceacf58244a6aec6
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did we increase timeout if we decreased RBAC time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure why this test was timing out. I can spend more time and look into it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test takes <3s on my local machine. I have no clue why it was timing out... going to drop back to *2 and see what I get.