aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
...
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-271-7/+7
|
* Remove warningsDavid Gageot2012-04-278-67/+88
|
* SONAR-3393 add a factory method to AverageFormulaSimon Brandhof2012-04-051-8/+8
|
* SONAR-3393 Provide an AverageFormula classFabrice Bellingard2012-04-041-14/+29
|
* SONAR-3320 Add an extension point to observe property changesSimon Brandhof2012-04-042-5/+53
|
* SONAR-3318 Allow to capture stdout and stderr using CommandExecutorEvgeny Mandrikov2012-04-041-10/+84
| | | | Also improve handling of exceptions.
* Fix charset constant in unit test RuleFailureModelTestSimon Brandhof2012-04-031-2/+2
|
* SONAR-3287 Use new ResourceType props for #isAvailableForFiltersFabrice Bellingard2012-03-302-8/+25
|
* SONAR-3343 Improve AnnotationRuleParser for better consistencyFabrice Bellingard2012-03-211-10/+14
| | | | When a rule is annotated, its name and its description fields should be saved as NULL if they are not not provided.
* SONAR-2900 The AnnotationCheckFactory should accept check objects and not ↵Simon Brandhof2012-03-201-4/+43
| | | | only check classes
* SONAR-3344 Display metadata of SonarSource licensesSimon Brandhof2012-03-202-1/+143
|
* API: add the methods DateUtils#parseDateQuietly(String) and ↵Simon Brandhof2012-03-201-12/+34
| | | | parseDateTimeQuietly(String)
* SONAR-2084 fix some quality flawsSimon Brandhof2012-03-201-2/+44
|
* SONAR-2084 fix the key of the property sonar.secretKeyPathSimon Brandhof2012-03-201-6/+5
|
* SONAR-1378 auto-detect password properties that are suffixed by ↵Simon Brandhof2012-03-161-0/+17
| | | | .password.secured
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-164-27/+178
|
* SONAR-3316 trim all the propertiesSimon Brandhof2012-03-151-0/+15
|
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵Simon Brandhof2012-03-151-5/+2
| | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* SONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txtSimon Brandhof2012-03-141-0/+11
|
* 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-132-6/+71
|
* SONAR-2084 replace asymetric RSA by symetric AESSimon Brandhof2012-03-133-95/+151
|
* SONAR-2084 use RSA to encrypt settingsSimon Brandhof2012-03-131-0/+95
|
* Fix some quality flawsSimon Brandhof2012-02-221-0/+16
|
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-223-4/+214
| | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-211-0/+1
|
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵Simon Brandhof2012-02-151-3/+3
| | | | RULE_FAILURES
* SONAR-3253 Fix possible NPE in org.sonar.api.measures.Measure#setData(String)Evgeny Mandrikov2012-02-091-9/+76
|
* Move some purge tasks to MyBatissimonbrandhof2012-01-241-7/+6
| | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS
* SONAR-3179 Use naming convention for localization of qualifiersEvgeny Mandrikov2012-01-201-3/+0
| | | | Change localization for "qualifier.BRK" from "Module" to "Sub-project".
* Fix compatibility of FieldUtilsTest with Jacocosimonbrandhof2012-01-181-8/+0
|
* SONAR-3179 Add API to define resourcesEvgeny Mandrikov2012-01-181-0/+54
|
* SONAR-3012 Add new_unreviewed_violations metricFabrice Bellingard2012-01-171-2/+15
| | | | In order to more easily track incoming violations without a review
* SONAR-3164 AnnotationCheckFactory does not detect properties declared in ↵Simon Brandhof2012-01-133-11/+86
| | | | inherited classes
* SONAR-3169 API: new utility class org.sonar.api.utils.FieldUtilsSimon Brandhof2012-01-131-0/+132
|
* Update copyright header for this new yearSimon Brandhof2012-01-10119-119/+119
|
* Remove ignored testsimonbrandhof2011-12-311-13/+0
|
* SONAR-3096 Exclude source sub-directories starting with a dotSimon Brandhof2011-12-221-0/+13
|
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-161-27/+6
| | | | + remove the useless column DASHBOARDS.KEE
* SONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.webSimon Brandhof2011-12-161-1/+1
| | | | No need anymore of a dedicated package
* SONAR-1929 minor refactoring + add some testsSimon Brandhof2011-12-162-49/+16
|
* SONAR-1929 refactor the extension point to define dashboardsSimon Brandhof2011-12-152-33/+59
|
* SONAR-1929 refactoring of the extension point DashboardSimon Brandhof2011-12-152-11/+12
|
* SONAR-1929 Improve the Dashboard template APIFabrice Bellingard2011-12-142-6/+6
| | | Use of enum instead of simple String constants.
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-132-0/+113
| | | | | - Replace the annotation-based one with a POJO one - Fix some issues based on Simon's feedback
* Improve DateUtils by using generics in ThreadLocal + rename some unit tests ↵Simon Brandhof2011-12-121-2/+2
| | | | of DateUtilsTest
* SONAR-3070 DateUtils should not parse badly formatted stringsEvgeny Mandrikov2011-12-091-4/+10
|
* SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim ↵simonbrandhof2011-12-071-1/+23
| | | | values
* Add factory methods to converters of org.sonar.api.utils.KeyValueFormatSimon Brandhof2011-11-281-4/+4
|
* SONAR-3029 API: allow to have different severities for violations related to ↵Simon Brandhof2011-11-243-40/+9
| | | | the same rule