aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3432 Update documentationDavid Gageot2012-07-061-0/+2
|
* SONAR-3618 Support custom default permissions for non-project resourcesSimon Brandhof2012-07-055-188/+86
|
* SONAR-3432 Add password property type for widgetsDavid Gageot2012-07-051-1/+6
|
* SONAR-3432 Add text property type for widgetsDavid Gageot2012-07-051-2/+36
|
* SONAR-3593 move EmailSettings to org.sonar.api.confSimon Brandhof2012-07-052-5/+6
|
* Revert "SONAR-3529 First baby step in providing property sets"David Gageot2012-07-054-78/+0
| | | | This reverts commit b547f32a3de0381e41b2da6cfab1545f7447b315.
* SONAR-3529 First baby step in providing property setsDavid Gageot2012-07-044-0/+78
|
* SONAR-3419 Improve AbstractSourceImporterEvgeny Mandrikov2012-07-042-11/+6
| | | | | | This doesn't protect from all possible problems with inheritance from this class, however allows to reduce side effects, if some methods overridden.
* Replacing Derby with H2David Gageot2012-07-031-3/+12
|
* Remove unused constantsSimon Brandhof2012-07-021-9/+0
|
* SONAR-3496, SONAR-3497 & SONAR-3498 Fix bug on Sonar Common RulesFabrice Bellingard2012-06-261-1/+6
|
* SONAR-2989 Support localization API in batch extensionsFabrice Bellingard2012-06-212-4/+82
|
* Update javadoc of SecurityRealm : prefer low-case idsSimon Brandhof2012-06-201-1/+1
|
* SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-192-0/+138
| | | | + Rename to EmailSettings + Use Settings instead of Configuration
* Remove warningsDavid Gageot2012-06-181-51/+16
|
* Remove violationsDavid Gageot2012-06-152-50/+48
|
* Remove violationDavid Gageot2012-06-151-1/+1
|
* Remove violationsDavid Gageot2012-06-141-2/+1
|
* Remove some violations on unit testsDavid Gageot2012-06-141-25/+20
| | | | | Took the opportunity to migrate some tests to FestAssert. Also removed some duplication
* Automatic merge from branch-3.1Jenkins CI2012-06-121-2/+1
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-06-081-1/+1
| |
| * [maven-release-plugin] prepare release 3.1-RC3Eric Hartmann2012-06-081-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-05-311-1/+1
| |
| * [maven-release-plugin] prepare release 3.1-RC2Eric Hartmann2012-05-311-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-05-301-1/+1
| |
| * [maven-release-plugin] prepare release 3.1-RC1Eric Hartmann2012-05-301-3/+2
| |
* | Add some testsSimon Brandhof2012-06-122-3/+3
| |
* | 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
| | | The dashboard is created but not activated.
* 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
| | | Introduce Criteria and FilterColums