aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
* FIX unused parameterDavid Gageot2012-05-301-1/+1
* Add some unit testsSimon Brandhof2012-05-292-0/+55
* Extract beta api from review workflowSimon Brandhof2012-05-2840-1/+2345
* Revert change that broke the APIDavid Gageot2012-05-288-33/+50
* Improve test coverageDavid Gageot2012-05-251-3/+59
* Fix some quality flawsSimon Brandhof2012-05-252-4/+6
* Fix warningsDavid Gageot2012-05-251-0/+1
* Remove unused variablesDavid Gageot2012-05-251-2/+2
* Suppress warningsDavid Gageot2012-05-253-11/+14
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-251-7/+4
* Create 'My Favourites' Dashboard through extension point.David Gageot2012-05-251-1/+22
* Slightly better API for the filter extension pointDavid Gageot2012-05-242-12/+37
* SONAR-3182 Remove properties related to PMD CPDEvgeny Mandrikov2012-05-241-0/+35
* Remove warningsDavid Gageot2012-05-233-4/+5
* Fix violations, simplify code and improve documentationDavid Gageot2012-05-233-3/+3
* SONAR-3240 Fully remove support of old format for DUPLICATIONS_DATAFabrice Bellingard2012-05-231-51/+37
* Add a javadoc to org.sonar.api.Property#defaultValue()Simon Brandhof2012-05-231-0/+3
* Remove warningsDavid Gageot2012-05-232-15/+18
* SONAR-3016 Provide default filters through extension pointDavid Gageot2012-05-225-81/+89
* SONAR-3016 Partial documentation of extension point for filter templateDavid Gageot2012-05-224-87/+179
* SONAR-2706 Delete unused classes in APISimon Brandhof2012-05-226-377/+0
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-224-7/+284
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-222-8/+99
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-221-0/+31
* SONAR-3016 Draft of new extension point for filter templateDavid Gageot2012-05-222-0/+82
* Now there are PROJECT and GLOBAL constants in WidgetScopeDavid Gageot2012-05-211-1/+4
* SONAR-2706 Add extension point to customize workflow of reviewsSimon Brandhof2012-05-212-36/+52
* SONAR-3495 Initial exception is lost when settings can't be decryptedSimon Brandhof2012-05-211-1/+1
* Explicitly set the default value of the field Dashboard#globalSimon Brandhof2012-05-211-1/+1
* SONAR-2706 Add documentationFabrice Bellingard2012-05-144-0/+69
* SONAR-2706 / SONAR-2541 RefactoringFabrice Bellingard2012-05-146-8/+247
* SONAR-2541 Add the sonar-reviews-plugin with JiraLinkReviewActionFabrice Bellingard2012-05-142-0/+38
* SONAR-2541 Add extension point LinkReviewActionFabrice Bellingard2012-05-142-0/+31
* Fix warningsDavid Gageot2012-05-143-7/+3
* Replace @WidgetGlobal by @WidgetScope.David Gageot2012-05-141-8/+8
* Add ServletFilter.UrlPattern#getUrl()Simon Brandhof2012-05-111-0/+4
* Fix pom.xmlDavid Gageot2012-05-101-6/+0
* SONAR-1927 Add resource_id to widgetsDavid Gageot2012-05-091-2/+1
* Unused importsDavid Gageot2012-05-092-5/+0
* SONAR-1927 Implement a Global Widget that can display Complexity of a given p...David Gageot2012-05-091-1/+2
* SONAR-2950 Single Sign On with external authentication mechanismSimon Brandhof2012-05-0811-5/+443
* Should fix the build on windowsDavid Gageot2012-05-071-1/+0
* In the Widget Filter, we should be able to select filter by nameDavid Gageot2012-05-071-1/+2
* InputFile should return an input stream to make it easier to test code readin...David Gageot2012-05-074-87/+150
* SONAR-1927 Fix default dashboard and widgetDavid Gageot2012-05-042-1/+22
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-042-8/+37
* SONAR-1927 Global dashboardsDavid Gageot2012-05-021-1/+9
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-2713-0/+51
* Code cleaning : Unused codeDavid Gageot2012-04-273-2/+3