Releases: roberlamerma/depviz
Releases · roberlamerma/depviz
Bug fixed: now its possible to change TFS URLs
v0.3.5 Updated README to version 0.3.5
Fixes a bug that prevents all predecessor/successors to appear after running flat TFS queries
Fixes a bug that prevents all predecessor/successors to appear after running flat TFS queries
Pre-release
Pre-release
Fixes a bug that prevents all predecessor/successors to appear after running flat TFS queries.
Note that this fix drastically increases the time taken to retrieve all the dependencies. This needs to be improved!
Comments on Nodes
- DependencyItems (Nodes) now support comments.
- On the TFS connector these comments are filled with Iteration/Sprints by default.
- On the TFS csv connector these are part of the CSV headers/entries.
Improved Color scheme and minor bug fixes
- Improved the color scheme
- Fixed the "Reload queries" function
Command line version
- Added support for invoking the tool via command line:
depviz.exe --help
TFSDependenciesVisualizer 1.0.0.0
Copyright © Microsoft 2017
ERROR(S):
Option 'epa' is unknown.
Required option 't, tfsUrl' is missing.
Required option 'p, project' is missing.
Required option 'q, query' is missing.
Required option 'o, output' is missing.
-t, --tfsUrl Required. TFS Server URL (e.g.
http://tfsprod:8080/tfs/defaultcollection).
-p, --project Required. Project name.
-q, --query Required. Full query path.
-o, --output Required. Output filename (i.g. MyDependencyImage.png)
-q, --queryLocation (Default: Shared Queries) Where is the query stored
('My Queries', 'Shared Queries'
--help Display this help screen.
--version Display version information.
UX improvements and allowing Graphviz path selection from the application
- Added a control for allowing the user selecting Graphviz path
- Improved how the nodes look like
First release
First depviz release.
Features
TFS
- Connect to TFS
- Support to: "My Queries" and "Shared Queries" folders
- Supports Flat and Linked List queries
- Flat queries: the tool retrieves the predecessors/successors (up to 3 levels) of all items
- Linked Queries: parent items with successors underneath. The tool will stick to the items returned by the query.
CSV
- Given a CSV with the right column titles, draw the dependencies between items