summaryrefslogtreecommitdiff
path: root/python/samba/graph.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-20py/graph: use 2.6 compatible check for set membershipDouglas Bagnall1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-5/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-4/+4
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-5/+5
2018-06-20python/samba: enclose map.values with list (py2/py3)Noel Power1-1/+1
2018-06-20python/samba: Another object.next() to next(object) py2/py3 converstionNoel Power1-3/+3
2018-06-10python/graph: don't crash colourer on bad linkDouglas Bagnall1-0/+2
2018-06-10python/graph: use '>' for excessive numbers, not '+'Douglas Bagnall1-1/+1
2018-06-10python/graph: add full_matrix graph functionDouglas Bagnall1-0/+162
2018-06-10python/graph: rework shorten_vertex_names to not need edgesDouglas Bagnall1-61/+62
2018-06-10python/samba/graph: use look up table for ascii-art charsetsDouglas Bagnall1-12/+28
2018-06-10python/graph: tweak colour schemes for distance chartsDouglas Bagnall1-2/+2
2018-05-31samba-tool viusalize: mark RODCs in distance matrixDouglas Bagnall1-1/+7
2018-05-31samba-tool visualize: group (and colour) DCs by siteDouglas Bagnall1-7/+22
2018-04-30python/samba: Py2/Py3 compat change '/' to '//' to ensure int resultNoel Power1-2/+3
2018-04-13graph: fix divide for py3Joe Guo1-1/+1
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-5/+5
2018-01-13python/graph: module for generating ASCII and graphviz visualisationsDouglas Bagnall1-0/+621