-
Notifications
You must be signed in to change notification settings - Fork 9
Extend cli + small fixes #1340
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
Extend cli + small fixes #1340
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0297a29
feat(common): add common crate
Fredi-raspall 97214e0
feat(dataplane): tidy up start_router()
Fredi-raspall 4732476
feat(common): define trait CliDataProvider
Fredi-raspall 3d688ef
chore: add common as dependency of several crates
Fredi-raspall a18436e
feat(cli): augment cli with new commands
Fredi-raspall ecd5e77
feat(multiple): define CliSources and populate it
Fredi-raspall 3b590f3
feat(nat,flow-filter,flow-entry): impl traits for cli
Fredi-raspall 21df027
feat(config): augment Display of VpcExpose
Fredi-raspall 4dab1a9
feat(routing): handle new cli requests
Fredi-raspall 7e74c20
refactor(mgmt): tidy up config db
Fredi-raspall 3f9ff7e
feat(mgmt,routing): pass config to router ctl
Fredi-raspall e72d7e4
feat(config): impl Displays for relevant config
Fredi-raspall 35dfd4d
feat(cli): handle cmd to show config objects
Fredi-raspall e4d772f
feat(config,routing,mgmt): clean-up + show config history
Fredi-raspall 7bb2185
feat(common): extend CliProvider impls for ArcSwap
Fredi-raspall 5c989c0
feat(nat,routing,dataplane): propagate & show masquerade state
Fredi-raspall 809d83a
feat(flow-filter): move Display impls to display.rs
Fredi-raspall 2785e32
feat(many): use a common util to display headings
Fredi-raspall 435f1f4
feat(port-forwarding): hide warn on flow lifetime extension error
Fredi-raspall 971d59a
feat(mgmt): simplify code
Fredi-raspall f8c25e9
chore: remove duplicate field
Fredi-raspall 897134d
feat(flow-filter): move tracing target declaration up
Fredi-raspall dd38070
feat(cli): add cmd to show internal config
Fredi-raspall 4374eb2
feat(config): let VpcExposeXXX timeouts be an Option
Fredi-raspall fc8dbd5
feat(config): extend vpc expose idle timeout getter to port-forwarding
Fredi-raspall 8ad4837
feat(port-forwarding): map api idle timeout to established timeout
Fredi-raspall d72251e
feat(mgmt): disable logs
Fredi-raspall e2f7cee
feat(dataplane): add tracing targets for 3rd party crates
Fredi-raspall ffd497f
feat(routing): revisit error handling of cli handler
Fredi-raspall d413fa0
feat(config): change fmt ot times in Display of GwConfigMeta
Fredi-raspall 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| [package] | ||
| name = "dataplane-common" | ||
| version.workspace = true | ||
| edition.workspace = true | ||
| license.workspace = true | ||
| publish.workspace = true | ||
| repository.workspace = true | ||
|
|
||
| [dependencies] | ||
| left-right = { workspace = true } | ||
| arc-swap = { workspace = true } |
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.
Uh oh!
There was an error while loading. Please reload this page.