-
Notifications
You must be signed in to change notification settings - Fork 0
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
EndpointElem -> VPCResourceIntf #222
Merged
Merged
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
78401ee
structs and main functionality of https://github.com/np-guard/vpc-net…
ShiriMoran 9a4f947
Highlevel code and structs
ShiriMoran 15970f4
subnetConnectivitySubtract code; still needs to fill inside functiona…
ShiriMoran 9400063
Redefined made the connection set diff and added todos
ShiriMoran bf18d01
Minor reorgs
ShiriMoran 625fa41
Export SubnetConnectivityMap and enable external creation for unit test
ShiriMoran d2fbe4e
Added grouping subnet unittesting as preliminery stage to writing uni…
ShiriMoran 823503e
exporting functionality for unit test; SubnetConnectivitySubtract sho…
ShiriMoran 769eb7a
semantic diff simple unit test
ShiriMoran 5a652cc
improved semantic diff computation
ShiriMoran f735908
fixed a bug/typo, added ad-hoc printing functionality
ShiriMoran 20b4e98
unit test written for current functionality
ShiriMoran ce31dda
lint comments
ShiriMoran 6b0897b
Merge remote-tracking branch 'origin/main'
ShiriMoran cdeff24
Merge remote-tracking branch 'origin/main'
ShiriMoran b9220e6
Merge remote-tracking branch 'origin/main'
ShiriMoran 027d643
Merge remote-tracking branch 'origin/main'
ShiriMoran a6c60ee
parsing arguments for diff analysis
ShiriMoran 30184db
Added end-to-end support for semantic diff of subnets
ShiriMoran 8e1cedb
fix typo
ShiriMoran 44c11d3
headerOfAnalyzedVPC to reflect diff
ShiriMoran 146f8d6
added end-to-end test flow
ShiriMoran 3658742
diff test added
ShiriMoran d9b1414
lint comments
ShiriMoran 8f43305
somehow cherrypick missed it
ShiriMoran dcfc10d
EndpointElem -> VPCResourceIntf
ShiriMoran f315fb0
Merge remote-tracking branch 'origin/main'
ShiriMoran b56b789
merge with main
ShiriMoran dd6b897
fixing an error introduced by merge
ShiriMoran 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
This file contains 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 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 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 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.
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.
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 is this file changed on this PR?
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.
problem that occurred during merge. fixed