aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Introduce Criteria and FilterColums
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-222-8/+99
| | | Recognize more filter criterias
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-221-0/+31
| | | Added mappers and dots for criteria and fiter_columns
* 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
| | | | | Note that this extension point is still not exposed to public API. It's still located in the package org.sonar.core.reviews.workflow of sonar-core.
* 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
| | | | | | | | - Based on SOAP for creating the issue - For the moment only creates on the FOO project on locahost:8080 with user admin/admin => Next step is to get all this from the project or global properties
* SONAR-2541 Add extension point LinkReviewActionFabrice Bellingard2012-05-142-0/+31
| | | | | | | - Draft of API - Add the review_data table - Link all this with the Ruby side - Allow to call the action from the Web UI
* Fix warningsDavid Gageot2012-05-143-7/+3
|
* Replace @WidgetGlobal by @WidgetScope.David Gageot2012-05-141-8/+8
| | | A widget could be available for both project and global dashboards so we can't rely on a single flag. Using a scope identifier is better.
* 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 ↵David Gageot2012-05-091-1/+2
| | | | project
* 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 ↵David Gageot2012-05-074-87/+150
| | | | reading InputFiles
* 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
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-273-6/+2
|
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-273-9/+9
|
* Added comments on codeDavid Gageot2012-04-272-2/+8
|
* Remove warningsDavid Gageot2012-04-2711-86/+105
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-252-0/+4
|
* Merge branch 'release-3.0'Eric Hartmann2012-04-1614-23/+29
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-131-1/+1
| |
| * [maven-release-plugin] prepare release 3.0-RC3Eric Hartmann2012-04-131-1/+1
| |
| * SONAR-3412 Remove zero values from drilldowns of package/file cyclesSimon Brandhof2012-04-121-0/+6
| |
| * Rename version 2.15 to 3.0Simon Brandhof2012-04-1114-23/+23
| |
| * Upgrade to 3.0-SNAPSHOTEric Hartmann2012-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-101-1/+1
| |
| * [maven-release-plugin] prepare release 2.15-RC2Eric Hartmann2012-04-101-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-061-1/+1
| |
| * [maven-release-plugin] prepare release 2.15-RC1Eric Hartmann2012-04-061-1/+1
| |
* | Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
| |
* | Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|/
* SONAR-3393 add a factory method to AverageFormulaSimon Brandhof2012-04-053-22/+29
|