summaryrefslogtreecommitdiff
path: root/guix/graph.scm
AgeCommit message (Expand)Author
2023-08-25graph: Add GraphML backend.Josselin Poiret
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-03-18graph: Factorize 'lookup-backend'.Ludovic Courtès
2021-09-21graph: Add '--max-depth'.Ludovic Courtès
2021-01-04graph: Install JavaScript files.Ludovic Courtès
2020-10-22graph: Don't insist on "Helvetica" in the Graphviz backend.Ludovic Courtès
2020-10-20graph: Fix typo in docstring.Ludovic Courtès
2020-05-11graph: Add 'shortest-path'.Ludovic Courtès
2017-08-24Revert "graph: Provide access to the package record in the emit functions."Ludovic Courtès
2017-08-01graph: Provide access to the package record in the emit functions.Roel Janssen
2017-05-11graph: Add Cypher backend.Roel Janssen
2016-12-14graph: Add d3js backend.Ricardo Wurmus
2016-12-14graph: Add "list-backend" and "backend" options.Ricardo Wurmus
2016-12-14graph: Backend must have name and description.Ricardo Wurmus
2016-05-24graph: Add 'node-reachable-count'.Ludovic Courtès
2016-05-24graph: Expose 'traverse/depth-first'.Ludovic Courtès
2016-05-21graph: Allow store file names for 'derivation' and 'references' graphs.Ludovic Courtès
2016-04-02graph: Edges are colored based on their source node.Ludovic Courtès
2015-11-21graph: Add procedures to query a node's edges.Ludovic Courtès
2015-11-21Add (guix graph).Ludovic Courtès