summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/charting
Commit message (Collapse)AuthorAgeFilesLines
* Catch flotr2 exceptions, otherwise downstream AngularJS doesn't executeJames Moger2014-06-131-6/+12
|
* Wrap flotr2 chart labels with double-quotes not single-quotesJames Moger2014-05-153-45/+46
|
* Switch to self-hosted flotr2 graphs from Google Chartstryan2014-04-0911-952/+595
|
* issue-350: Fixes issue when an apostrophe is present in a User's nameAlex Lewis2013-12-102-2/+2
|
* Trim trailing whitespace and organize importsJames Moger2013-09-306-19/+21
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Retrieve summary and metric charts over https (issue-61)James Moger2013-07-032-0/+732
|
* Only show top 10 slices of the pie chartJames Moger2013-06-121-12/+4
|
* Globl and per-repository setting to exclude authors form metrics (issue-251)James Moger2013-06-101-3/+22
|
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-302-2/+8
| | | | | This is a work-in-progress and is mostly working like I want, but will require some refactoring to make it even more useful and less complex.
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-274-0/+304
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.