-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate_gource.py: support multiple projects
Add support of downloading and combining histories of several JIRA projects. Gource log format operates on filepaths. For the visualization to be informative, group tickets by project in Gource log. history_converter.py: To make the visualization grouped by JIRA project, teach method convert_history to group files in Gource log into top level directory named by ID of a project: teach method get_filename to prepend paths with the project's ID. jira.py: Introduce method download_projects. Move loading and saving of cache of downloaded JIRA tickets on module level.
- Loading branch information
Showing
4 changed files
with
37 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters