summaryrefslogtreecommitdiff
path: root/lib/graph_commit.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move graph_commit under gitlab modulerandx2012-08-191-181/+0
|
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-1/+1
| | | | Didn't bother with files in db/, config/, or features/
* #909 fix network graph json generationDmitry Kalinkin2012-06-191-13/+74
|
* now render the correct authorname and messageSaito2012-05-301-2/+2
|
* fix graph problem if authorname or message isnot utf8 encodingSaito2012-05-301-2/+2
|
* graph: fix unicode issue #525Valery Sizov2012-03-121-1/+1
|
* fixed bug #316Valery Sizov2012-01-041-1/+1
|
* remove charencode.Saito2011-12-301-3/+2
|
* fix the issue on github #157.Saito2011-11-281-3/+4
| | | | | | | directly force_encoding is wrong, must detect the file string's encoding. then force_encoding the string to it's encoding. last convert it to utf-8.
* Commit, network graph refactoringDmitriy Zaporozhets2011-11-271-7/+52
|
* clean up whitespace from projectNihad Abbasov2011-11-151-10/+10
|
* Graph: small refactoringValery Sizov2011-11-131-9/+2
|
* Graph: build jsonValery Sizov2011-11-131-0/+82