aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3323 rename @RequiredMeasures attributes to allOf and anyOfSimon Brandhof2012-03-271-3/+3
* SONAR-3224 remove the need for server restartSimon Brandhof2012-03-221-44/+0
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-222-0/+46
* SONAR-3323 Display tab/page/widget only when required measures existFabrice Bellingard2012-03-221-0/+57
* SONAR-3343 Improve AnnotationRuleParser for better consistencyFabrice Bellingard2012-03-212-16/+22
* SONAR-3289 Mark metric 'class_complexity_distribution' as deprecatedEvgeny Mandrikov2012-03-211-0/+3
* SONAR-2900 The AnnotationCheckFactory should accept check objects and not onl...Simon Brandhof2012-03-202-21/+68
* SONAR-3344 Display metadata of SonarSource licensesSimon Brandhof2012-03-205-7/+323
* API: add the methods DateUtils#parseDateQuietly(String) and parseDateTimeQuie...Simon Brandhof2012-03-202-12/+75
* SONAR-3289 Mark metric 'class_complexity_distribution' as deprecatedEvgeny Mandrikov2012-03-201-0/+7
* SONAR-2084 fix some quality flawsSimon Brandhof2012-03-203-13/+58
* SONAR-2084 fix the key of the property sonar.secretKeyPathSimon Brandhof2012-03-203-10/+9
* Add some JavadocsEvgeny Mandrikov2012-03-202-2/+6
* SONAR-2721 Display number of "projects" in "Size" widgetEvgeny Mandrikov2012-03-191-0/+14
* SONAR-1378 auto-detect password properties that are suffixed by .password.sec...Simon Brandhof2012-03-162-1/+27
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-1611-57/+401
* SONAR-3316 trim all the propertiesSimon Brandhof2012-03-152-7/+23
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-157-166/+9
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-141-0/+20
* SONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txtSimon Brandhof2012-03-142-2/+18
* Fix some quality flawsSimon Brandhof2012-03-142-9/+10
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-1410-64/+30
* SONAR-2084 complete web UI to generate secret key and to encrypt passwordsSimon Brandhof2012-03-138-34/+114
* SONAR-2084 draft of new page 'Password encryption'Simon Brandhof2012-03-133-5/+29
* SONAR-2084 replace asymetric RSA by symetric AESSimon Brandhof2012-03-1311-254/+267
* SONAR-2084 use RSA to encrypt settingsSimon Brandhof2012-03-139-10/+418
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-121-1/+1
* Merge remote-tracking branch 'origin/release-2.14'Eric Hartmann2012-03-091-0/+2
|\
| * Fix MeasuresFiltersEvgeny Mandrikov2012-03-091-0/+2
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-03-081-1/+1
| * [maven-release-plugin] prepare release 2.14-RC3Eric Hartmann2012-03-081-1/+1
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-03-071-1/+1
| * [maven-release-plugin] prepare release 2.14-RC2Eric Hartmann2012-03-071-1/+1
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-02-271-1/+1
| * [maven-release-plugin] prepare release 2.14-RC1Eric Hartmann2012-02-271-1/+1
* | Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
* | Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|/
* Fix some quality flawssimonbrandhof2012-02-241-1/+3
* Fix some quality flawsSimon Brandhof2012-02-222-5/+21
* Remove the dependency on ArrayUtils from ResourceTypeTreeSimon Brandhof2012-02-221-2/+2
* Use List instead of Collection into ResourceTypes and ResourceTypeTreeSimon Brandhof2012-02-222-10/+11
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-226-12/+453
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-212-6/+21
* Fix some quality flaws, particularly on newly inspected codeSimon Brandhof2012-02-201-2/+12
* SONAR-3238 Deprecate old format for DUPLICATIONS_DATAEvgeny Mandrikov2012-02-181-1/+1
* Fix some quality flawsEvgeny Mandrikov2012-02-176-38/+33
* Fix binary compatibility of ResourceModel#setCopyResourceId(Integer)Simon Brandhof2012-02-161-2/+1
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-157-32/+33
* SONAR-3208 complete database tablesSimon Brandhof2012-02-141-26/+47
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-093-8/+48