aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1927 Simplify Filter widgetDavid Gageot2012-05-072-7/+6
* SONAR-1927 Should be able to click on a timeframe in Filter widgetDavid Gageot2012-05-074-42/+5
* SONAR-1927 Should be able to click on a project in Filter widgetDavid Gageot2012-05-072-1/+4
* Should fix the build on windowsDavid Gageot2012-05-071-1/+0
* Forgot this in previous commitDavid Gageot2012-05-071-0/+1
* In the Widget Filter, we should be able to select filter by nameDavid Gageot2012-05-074-6/+12
* We should be able to select with filter to display in the Filter WidgetDavid Gageot2012-05-073-2/+9
* Filter Widget first tryDavid Gageot2012-05-072-2/+17
* SONAR-3444 Name and description of the Treemap widget is missingFabrice Bellingard2012-05-071-2/+2
* Filter Widget first tryDavid Gageot2012-05-079-359/+449
* Enable test that involve classpath scanningDavid Gageot2012-05-072-1/+10
* Look Mum, my name in the Maven pom!David Gageot2012-05-071-0/+7
* Even better 'edit layout' GUI. Smaller and without titleDavid Gageot2012-05-073-6/+5
* SONAR-3442 Fix possible ArrayIndexOutOfBoundsExceptionEvgeny Mandrikov2012-05-073-3/+14
* SONAR-1927 really fix database migrationDavid Gageot2012-05-072-1/+3
* SONAR-1927 fix database migrationDavid Gageot2012-05-071-1/+1
* Improve Unit Test coverage on PMD PluginDavid Gageot2012-05-074-9/+46
* InputFile should return an input stream to make it easier to test code readin...David Gageot2012-05-074-87/+150
* Smaller png images thanks to optipngDavid Gageot2012-05-07181-0/+0
* Fix highlighting effect on newly added widgetDavid Gageot2012-05-071-1/+5
* Merge 'Configure Widgets' and 'Edit Layout'David Gageot2012-05-0712-121/+99
* SONAR-1927 Add global image widget and fix HelloWorld widgetDavid Gageot2012-05-049-7/+69
* SONAR-1927 Fix default dashboard and widgetDavid Gageot2012-05-047-2/+66
* SONAR-1927 GUI to edit layout now also shows widgetsDavid Gageot2012-05-044-38/+69
* SONAR-1927 GUI to manage global dashboardsDavid Gageot2012-05-048-46/+62
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-0421-99/+141
* SONAR-1927 Global Dashboard and widgets. Part IDavid Gageot2012-05-0415-557/+35
* SONAR-1927 Dashboard and Detached controller and views are now the sameDavid Gageot2012-05-0422-174/+174
* SONAR-1927 Fix the previous fix...David Gageot2012-05-032-2/+2
* SONAR-1927 Fix filter by category on widgetsDavid Gageot2012-05-032-2/+2
* SONAR-1927 Dashboard and Detached controller and views are now almost the sameDavid Gageot2012-05-0316-150/+190
* SONAR-1927 This is getting very duplicatedDavid Gageot2012-05-033-22/+9
* SONAR-1927 And Now For Some More Duplication.David Gageot2012-05-0312-28/+53
* SONAR-1927 Introduce more duplication to hopefully improve things afterDavid Gageot2012-05-033-12/+30
* SONAR-1927 Global dashboardsDavid Gageot2012-05-0228-32/+685
* Should be able to add a manual violation on a unit testDavid Gageot2012-05-022-3/+1
* TestClassWithoutTestCases supports only JUnit 3.xDavid Gageot2012-05-022-1/+2
* FIX Review #1928David Gageot2012-05-011-11/+7
* FIX Review #1929David Gageot2012-05-011-1/+1
* Use maven-compiler-plugin 2.4Evgeny Mandrikov2012-05-011-1/+1
* Trying to fix the build on windowsDavid Gageot2012-05-011-1/+1
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-3020-1726/+82
* A singleton is not needed. The code can be simplerDavid Gageot2012-04-302-13/+6
* Fix violationDavid Gageot2012-04-301-6/+6
* Fix violation introduced in 1a6a18a5c4e73987a72b8176f398477f13074d29David Gageot2012-04-291-1/+1
* Code cleaning : Possible null valuesDavid Gageot2012-04-274-9/+9
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-2757-0/+192
* Code cleaning : Unused codeDavid Gageot2012-04-275-11/+11
* Code cleaning : Methods overriding equals() should override hashCode()David Gageot2012-04-272-1/+7
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-2711-31/+38