- Oct 06, 2019
-
-
Stefano Zacchiroli authored
From now on git2graph only exports edges and allow to filter on them. Nodes should be generated with the usual "| tr | sort -u" trick, which is now documented in README. Filering on nodes is only induced by edge filtering.
-
Stefano Zacchiroli authored
-
- Oct 05, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
using bats as unit test framework
-
- Oct 04, 2019
-
-
Stefano Zacchiroli authored
This allows to select desired nodes and edges based on their types, similarly to what the edges restriction field in the swh-graph REST API does. (It is in fact strictly more expressive, as one can also select nodes without the corresponding edges.) The support is only static for now: boolean arrays (or matrices) have to be changed in the source code to alter the selection, which by default is "all". Support for making this user-selectable on the CLI is upcoming.
-
Stefano Zacchiroli authored
-
- Oct 03, 2019
-
-
Stefano Zacchiroli authored
no other content changes
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
hat tip to @olasd for the tips
-
Stefano Zacchiroli authored
- drop the hardcoded (and duplicated) version number from pom.xml, using a git-describe based plugin - drop the version number from the *.jar file, which is now always called "swh-graph-jar-with-dependencies.jar" - switch Dockerfile from oracle linux to Debian buster
-
- Oct 02, 2019
-
-
Antoine Pietri authored
-
- Oct 01, 2019
-
-
Stefano Zacchiroli authored
this makes mypy pass again on swh-graph
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Stefano Zacchiroli authored
this considerably speed up this (silly) job
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Sep 30, 2019
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Sep 28, 2019
-
-
Stefano Zacchiroli authored
-
- Sep 27, 2019
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
-
Stefano Zacchiroli authored
make mypy 0.730 pass cleanly again
-
- Sep 26, 2019
-
-
Stefano Zacchiroli authored
this avoid duplication in the Dockerfile and also allows override from the command-line
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
This was probably broken around a428cd8c and caused SLF4J logging configuration to be ignored, falling back to crazye DEBUG logging in the MPH step.
-