summaryrefslogtreecommitdiff
path: root/tests/graph.scm
Commit message (Expand)AuthorAgeFilesLines
* packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès2020-05-221-1/+5
* graph: Add 'shortest-path'....Ludovic Courtès2020-05-111-0/+61
* graph: reference/referrer node types work with graph traversal....Ludovic Courtès2020-05-111-0/+27
* tests: Adjust reverse-bag graph test to recent OCaml changes....Ludovic Courtès2020-02-051-2/+2
* Merge branch 'staging' into core-updatesMarius Bakke2019-03-231-1/+27
|\
| * graph: Add the 'reverse-bag' graph....Ludovic Courtès2019-03-231-1/+27
* | bootstrap: %bootstrap-inputs: Wrap input lists into thunks....Jan Nieuwenhuizen2018-09-221-2/+2
|/
* tests: Adjust graph test....Ludovic Courtès2018-06-061-1/+1
* guix: Separate the package name and version with "@", not "-"....Chris Marusich2018-05-081-1/+1
* graph: Add "module" node type....Ludovic Courtès2018-03-271-1/+19
* graph: Adjust test for glibc:static among the implicit inputs....Ludovic Courtès2017-12-171-3/+7
* graph: Add '%reverse-package-node-type'....Ludovic Courtès2017-01-041-1/+13
* graph: Backend must have name and description....Ricardo Wurmus2016-12-141-1/+2
* graph: Add '%referrer-node-type'....Ludovic Courtès2016-10-151-0/+22
* graph: Add 'node-reachable-count'....Ludovic Courtès2016-05-241-0/+13
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-031-3/+0
* tests: Disable grafting by default for most tests....Ludovic Courtès2016-03-061-0/+4
* tests: Use sed instead of grep as a package with no dependencies....Ludovic Courtès2016-01-131-1/+1
* graph: %BAG-WITH-ORIGINS-NODE-TYPE includes the origin's guile....Ludovic Courtès2016-01-021-1/+9
* graph: %BAG-EMERGED-NODE-TYPE filters out origins....Ludovic Courtès2016-01-021-6/+8
* graph: Add synthetic test....Ludovic Courtès2015-12-131-0/+11
* graph: Add '%bag-with-origins-node-type'....Ludovic Courtès2015-11-231-0/+26
* graph: Add procedures to query a node's edges....Ludovic Courtès2015-11-211-1/+37
* Add (guix graph)....Ludovic Courtès2015-11-211-0/+1
* Add 'guix graph'....Ludovic Courtès2015-08-271-0/+193