-
Notifications
You must be signed in to change notification settings - Fork 29
fix: exemption race conditions #407
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 6 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
3c570f0
fix: exemption store overwrites
TristanHoladay bb5ab32
Merge branch 'main' into fix-exemptions
TristanHoladay a0ff450
refactor to kfc watch
TristanHoladay b56875a
pepr format
TristanHoladay 22b344b
update reconciler tests; added WatchPhase enum to exemptions.
TristanHoladay b0833c6
Merge branch 'main' into fix-exemptions
TristanHoladay dae141d
Update src/pepr/policies/index.ts
TristanHoladay 6c49098
fix tests, clean up validator
TristanHoladay 8fe77c7
refactor to exemption controller logic.
TristanHoladay 2f867af
Merge branch 'main' into fix-exemptions
TristanHoladay 3d9bcf2
format and lint
TristanHoladay 8f8bd0a
adding logging to exemption controller; podinfo back to back exemptio…
TristanHoladay 8a66cf2
add verify for podinfo in exempted-app test
TristanHoladay 9e9055f
replacing console.log with Log
TristanHoladay c5a3da5
adding logging to isExempt() check
TristanHoladay 5c64a9b
fix: tasks, schema [ci skip]
mjnagel 033fdbf
wip: fix update issue
mjnagel 3d01bf3
Merge branch 'main' into fix-exemptions
mjnagel c4d5cba
some more refactors
mjnagel f95f00e
use ramda for list equality/union
mjnagel 53dad72
fix test
mjnagel 065d171
Merge branch 'main' into fix-exemptions
TristanHoladay 9aa1dba
Exemption store (#421)
rjferguson21 9e92245
Merge branch 'main' into fix-exemptions
mjnagel 78a395c
rebase
mjnagel ae57973
Merge branch 'main' into fix-exemptions
mjnagel 7dcc839
Merge branch 'main' into fix-exemptions
mjnagel 890061b
Merge branch 'main' into fix-exemptions
mjnagel e25b971
Merge branch 'main' into fix-exemptions
mjnagel 6e9085f
Merge branch 'main' into fix-exemptions
mjnagel b98ea0a
Merge branch 'main' into fix-exemptions
rjferguson21 b258e35
Merge branch 'main' into fix-exemptions
mjnagel d70fd03
Merge branch 'main' into fix-exemptions
mjnagel dda5de6
chore: move CRD apply to admission controller
mjnagel 0c83b4d
Merge branch 'main' into fix-exemptions
mjnagel 81e412e
chore: switch crd register to be more visible/timed well
mjnagel 05176f0
chore: timing debug
mjnagel 86a355e
pepr format
mjnagel 7be93c8
Merge branch 'main' into fix-exemptions
mjnagel 6d3adba
wip: iife CRD registration timing
mjnagel 3f74d40
Merge branch 'main' into fix-exemptions
mjnagel b2c4e62
error handling
mjnagel c14e5ad
chore: peprstore cleanup
mjnagel 5034cba
Merge branch 'main' into fix-exemptions
mjnagel 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
There are no files selected for viewing
293 changes: 133 additions & 160 deletions
293
src/pepr/operator/controllers/exemptions/exemptions.spec.ts
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.