summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/stat_graph_contributors.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Javascripts don't need to require jquery or bootstrap explicitlyRobert Speicher2015-05-281-1/+0
|
* Make StatGraph JS explicitly require its dependenciesRobert Speicher2015-04-181-0/+4
| | | | This allows us to test them in a bit more isolation.
* Export all coffee classes with @Ciro Santilli2014-10-201-1/+1
|
* Rewrite graphs featureDmitriy Zaporozhets2014-09-261-15/+0
| | | | | | | | * remove commits stats page (will be replaced by graphs) * remove additions/deletions from graph because of bad performance * keep graph logic in gitlab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve repository graphDmitriy Zaporozhets2013-08-131-6/+8
|
* Limit amount of contributors at graph to 100 personsDmitriy Zaporozhets2013-06-251-1/+2
|
* Colors for author additions/develtions in graphDmitriy Zaporozhets2013-06-221-6/+26
|
* Contributors graphs feature for GitLabKarlo Soriano2013-06-051-0/+61
Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors