Skip to content
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

Enhancements and testing #8

Merged
merged 23 commits into from
Feb 4, 2021
Merged

Enhancements and testing #8

merged 23 commits into from
Feb 4, 2021

Conversation

ondrej-fabry
Copy link
Member

@ondrej-fabry ondrej-fabry commented Jan 25, 2021

Changes

  • add --format flag to discover
  • add support for multiple contexts (separated by comma)
  • fix storing trace results
  • add --print flag to tracer
  • add metadata to probe.Instance
  • implement RPC client via channel to avoid unimplemented Stream in proxy
  • add better help/usage info to flag options
  • move controller package
  • add examples to commands
  • create tracer package
  • refactor and simplify probe/providers API
  • fix table layout issues for discover
  • improve versioning info
  • show internal interface name in discover table
  • rename controller package to client
  • fix go module dependencies (go get -v go.ligato.io/vpp-probe@master will work when merged)
  • add exec command for running commands on instances
  • retrieve link state for vpp interfaces

- add --format flag to discover
- add support for multiple contexts (separated by comma)
- fix storing trace results
- add --print flag to tracer
- add metadata to probe.Instance
- implement RPC client via channel to avoid unimplemented Stream in proxy

Signed-off-by: Ondrej Fabry <[email protected]>
- add better help/usage info to flag options
- move controller package
- add examples to commands
- create tracer package

Signed-off-by: Ondrej Fabry <[email protected]>
- refactor and simplify probe/providers API
- fix table layout issues for discover
- improve versioning info
- show internal interface name in discover table
- rename controller package to client

Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
- rename controller - > client
- make discovery for providers run in paraller
- cleanup some agent code
- minor improvements

Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
@ondrej-fabry ondrej-fabry added the enhancement New feature or request label Jan 26, 2021
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
@ondrej-fabry ondrej-fabry merged commit 86a6ffe into master Feb 4, 2021
@ondrej-fabry ondrej-fabry deleted the testing branch February 4, 2021 09:28
@ondrej-fabry ondrej-fabry linked an issue Feb 23, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify first usage
1 participant