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

Added functionality for running the same trace request again with the same parameters. #2202

Merged
merged 3 commits into from Jun 9, 2021

Commits on Jun 1, 2021

  1. Support running the same trace request again with the same parameters

    A "RUN TRACE AGAIN" option has been added to the Octant UI. The new
    graph's label is changed to reflect the time the trace was run again.
    
    Fixes antrea-io#2178
    
    Signed-off-by: Dhruv Jain <2dhruv@gmail.com>
    Dhruv Jain committed Jun 1, 2021
    Copy the full SHA
    2657cad View commit details
    Browse the repository at this point in the history
  2. Various improvements on antrea-io#2178

    Modified name changing scheme for re-running traceflows
    and added user alert for attempting to re-run traceflow
    without running a traceflow first. Also added support
    for running a live traceflow again.
    
    Signed-off-by: Dhruv Jain <2dhruv@gmail.com>
    Dhruv Jain committed Jun 1, 2021
    Copy the full SHA
    4bfe0a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Refinements on antrea-io#2178

    Removed mostRecentTraceflow variable. Also modified
    RUN TRACEFLOW AGAIN button to read RUN TRACE AGAIN
    button to maintain consistency.
    
    Signed-off-by: Dhruv Jain <2dhruv@gmail.com>
    Dhruv Jain committed Jun 8, 2021
    Copy the full SHA
    8ac0de3 View commit details
    Browse the repository at this point in the history