aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3393 add a factory method to AverageFormulaSimon Brandhof2012-04-052-14/+21
* Fix some quality flawsSimon Brandhof2012-04-052-2/+2
* Fix violationsFabrice Bellingard2012-04-052-22/+38
* SONAR-3393 Provide an AverageFormula classFabrice Bellingard2012-04-043-55/+107
* SONAR-3320 Add an extension point to observe property changesSimon Brandhof2012-04-043-6/+80
* SONAR-3318 Fix handling of exceptions in CommandExecutorEvgeny Mandrikov2012-04-041-0/+2
* SONAR-3318 Allow to capture stdout and stderr using CommandExecutorEvgeny Mandrikov2012-04-043-23/+121
* Fix compatibility with Java 5Simon Brandhof2012-04-031-1/+1
* Fix some quality flawsSimon Brandhof2012-04-032-9/+2
* Fix some quality flawsSimon Brandhof2012-04-021-2/+2
* SONAR-3315 Improve error message when importing duplicate filesFabrice Bellingard2012-04-021-2/+2
* SONAR-3287 Add "modifiable_history" property on ResourceTypeFabrice Bellingard2012-03-301-1/+41
* SONAR-3287 Use new ResourceType props for #isAvailableForFiltersFabrice Bellingard2012-03-302-10/+27
* SONAR-3287 Add properties on ResourceType and use them in RubyFabrice Bellingard2012-03-291-0/+32
* 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-211-6/+8
* 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-201-17/+25
* SONAR-3344 Display metadata of SonarSource licensesSimon Brandhof2012-03-203-6/+180
* API: add the methods DateUtils#parseDateQuietly(String) and parseDateTimeQuie...Simon Brandhof2012-03-201-0/+41
* SONAR-3289 Mark metric 'class_complexity_distribution' as deprecatedEvgeny Mandrikov2012-03-201-0/+7
* SONAR-2084 fix some quality flawsSimon Brandhof2012-03-202-11/+14
* SONAR-2084 fix the key of the property sonar.secretKeyPathSimon Brandhof2012-03-202-4/+4
* 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-161-1/+10
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-167-30/+223
* SONAR-3316 trim all the propertiesSimon Brandhof2012-03-151-7/+8
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-156-161/+7
* 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-141-2/+7
* Fix some quality flawsSimon Brandhof2012-03-142-9/+10
* SONAR-2084 complete web UI to generate secret key and to encrypt passwordsSimon Brandhof2012-03-133-28/+38
* SONAR-2084 draft of new page 'Password encryption'Simon Brandhof2012-03-133-5/+29
* SONAR-2084 replace asymetric RSA by symetric AESSimon Brandhof2012-03-135-157/+115
* SONAR-2084 use RSA to encrypt settingsSimon Brandhof2012-03-136-10/+321
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-121-1/+1
* Fix MeasuresFiltersEvgeny Mandrikov2012-03-091-0/+2
* Fix some quality flawssimonbrandhof2012-02-241-1/+3
* Fix some quality flawsSimon Brandhof2012-02-221-5/+5
* 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-223-8/+239
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-211-6/+20
* 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