Name | Modified | Size |
---|---|---|
.. | ||
csConf.txt | 12 years ago | 986 B |
viz_data_gen.rb | 11 years ago | 14 KB |
Change | User | Description | Committed |
---|---|---|---|
8566 | drakino | Converting path between UTF-8 to UTF-16 to scan for and replace any bad UTF byte sequences.... Resolves possible issue where a bad character in a filename would result in an exception "invalid byte sequence in UTF-8 (ArgumentError)" being thrown. Suggested fix from http://stackoverflow.com/questions/2982677/ruby-1-9-invalid-byte-sequence-in-utf-8 #review @matt_attaway « |
11 years ago |
8399 | Matt Attaway | Add support for Gource friendly output With this change adding 'Visualizer=gource' to t...he config file will shockingly enough enable output for the quite excellent gource version control visualizer. To get a copy of gource visit: http://code.google.com/p/gource/ « |
12 years ago |
8372 | Matt Attaway | Add tool to generate data for the code_swarm version control visualizer. This tool gene...rates the necessary data for code_swarm to display the evolution of your source code. It's unique in that it has options for compressing variants into one node, excluding paths and file extensions, and including jobs that are filed and fixed so that your QA people aren't left out of the fun. All details are in the ruby script. More info on code_swarm can be found at http://www.michaelogawa.com/code_swarm/ Thanks to @sam_stafford for the variant folding code. « |
12 years ago |