-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: macauleycheng/skydive
base: master
head repository: nocsysmonitor/skydive
compare: master
- 8 commits
- 17 files changed
- 6 contributors
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 744ad49 - Browse repository at this point
Copy the full SHA 744ad49View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43af693 - Browse repository at this point
Copy the full SHA 43af693View commit details
Commits on Jan 31, 2024
-
* fix docker file to build successfully * include subfolder under assets and stop get code from npm
Configuration menu - View commit details
-
Copy full SHA for 9f5de52 - Browse repository at this point
Copy the full SHA 9f5de52View commit details -
workflow: add traceroute workflow (skydive-project#6)
Co-authored-by: Darshan Vandra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dd4c67 - Browse repository at this point
Copy the full SHA 3dd4c67View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8de8f4b - Browse repository at this point
Copy the full SHA 8de8f4bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 50a1558 - Browse repository at this point
Copy the full SHA 50a1558View commit details -
chore: pkg import only once (skydive-project#8)
Co-authored-by: guoguangwu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2725d3d - Browse repository at this point
Copy the full SHA 2725d3dView commit details
Commits on Feb 19, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5e032a6 - Browse repository at this point
Copy the full SHA 5e032a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master