-
Notifications
You must be signed in to change notification settings - Fork 40
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
Refactor Network Operator APIs #6016
Open
internet-diglett
wants to merge
42
commits into
main
Choose a base branch
from
refactor-networking-apis
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
cd6c856
WIP: refactor of operator api networking endpoints
c5f042b
Merge branch 'main' into refactor-networking-apis
internet-diglett 65b25dc
fix address lot testing
internet-diglett 7bccb1b
refactor address lot APIs to resemble ip pools
internet-diglett 812e991
rename AddressLotBlock params
internet-diglett 85abe0e
Merge branch 'main' into refactor-networking-apis
internet-diglett 047c6fe
WIP: allow partial update of switch port configuration
internet-diglett 8a807d9
fixup! WIP: allow partial update of switch port configuration
internet-diglett 78033b5
plumb through switch port geometry
internet-diglett d8c2f42
fixup! plumb through switch port geometry
internet-diglett bca07fe
list links
internet-diglett 30c217c
return structured data for geometry
internet-diglett 7000904
plumb through switch port link configuration
internet-diglett 1c695d0
WIP: plumb switch port link create
internet-diglett ba50716
create / delete link config
internet-diglett d5b5553
Merge branch 'main' into refactor-networking-apis-2
internet-diglett 6eb4be4
WIP: interface address management
internet-diglett 69ff1f0
WIP: interface address management
internet-diglett 2e392d2
WIP: more refactor work
internet-diglett 8cad50e
Make addresses list-able without knowing interface name
internet-diglett 7a32cbd
regen openapi
internet-diglett 2377850
fix address remove logic
internet-diglett 8416cac
WIP: route add / remove
internet-diglett d991823
WIP: route add / remove
internet-diglett de92b30
WIP: route add / remove / list
internet-diglett 22fe92a
add bgp peer list / add / remove
internet-diglett 193bcaf
don't require entire peer config for peer removal
internet-diglett 1360445
WIP: bgp import/export/community add and list
internet-diglett a392a80
WIP: finish roughing out bgp import/export/community endpoints
internet-diglett a1a70fd
WIP: breakout bgp peer import/export/communities
internet-diglett b1cbebe
WIP unsquash switch port query errors
internet-diglett 822953e
WIP: update tests
internet-diglett 9ef3456
add integration tests for new endpoints
internet-diglett f65f6f9
change const to static in test fixtures
internet-diglett 2225b77
Round 1 of PR review fixes
internet-diglett 155e5d4
Round 2 of PR review fixes
internet-diglett 36d700a
Endpoints for managing active switch port configs
internet-diglett 4140aad
add tests for new active-configuration endpoints
internet-diglett 4edf90a
Merge branch 'main' into refactor-networking-apis
internet-diglett 7d8e38f
regen authz txt
internet-diglett d1e4739
Merge branch 'main' into refactor-networking-apis
internet-diglett 4f04635
remove unused params
internet-diglett 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.
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.
Suggestion: "Require that messages...", to be consistent with line 2675.