Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: macauleycheng/skydive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nocsysmonitor/skydive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 17 files changed
  • 6 contributors

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    744ad49 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    43af693 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix web (skydive-project#4)

    * fix docker file to build successfully
    
    * include subfolder under assets and stop get code from npm
    macauleycheng authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9f5de52 View commit details
    Browse the repository at this point in the history
  2. workflow: add traceroute workflow (skydive-project#6)

    Co-authored-by: Darshan Vandra <[email protected]>
    SquidRo and dvandra authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3dd4c67 View commit details
    Browse the repository at this point in the history
  3. Ci vagrant 2analyzers1agent (skydive-project#5)

    * CI: 2 Analyzer 1 Agent
    
    * no alert tests for now in multianalyzer
    
    ---------
    
    Co-authored-by: Nicolas PLANEL <[email protected]>
    SquidRo and nplanel authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8de8f4b View commit details
    Browse the repository at this point in the history
  4. New graph.Node method to create a copy (skydive-project#7)

    Node.Copy() creates a copy of the node.
    It could be useful to return in a query output the modified content of
    a node without actually modiying it.
    
    Co-authored-by: Adrian Lopez <[email protected]>
    SquidRo and adrianlzt authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    50a1558 View commit details
    Browse the repository at this point in the history
  5. chore: pkg import only once (skydive-project#8)

    Co-authored-by: guoguangwu <[email protected]>
    SquidRo and testwill authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2725d3d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Graffiti: subgraph edge filtering (skydive-project#9)

    When using Subgraph() with nodes (G.V().SubGraph()), now it is possible
    to filter which edges we want to return, instead of all connecting the
    selected nodes.
    
    For example, if we have two nodes, A and B, and two edges between them,
    "e1" and "e1", now we can use this syntaxis to just return the edge
    "e1".
    
    G.V().SubGraph("Name", "e1")
    
    The syntaxis inside of SubGraph is the same as in 'Has'.
    
    Co-authored-by: Adrian Lopez <[email protected]>
    SquidRo and adrianlzt authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5e032a6 View commit details
    Browse the repository at this point in the history
Loading