Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Code cleaning : Remove unnecessary casts | David Gageot | 2012-04-27 | 1 | -7/+7 | |
| | ||||||
* | Remove warnings | David Gageot | 2012-04-27 | 8 | -67/+88 | |
| | ||||||
* | SONAR-3393 add a factory method to AverageFormula | Simon Brandhof | 2012-04-05 | 1 | -8/+8 | |
| | ||||||
* | SONAR-3393 Provide an AverageFormula class | Fabrice Bellingard | 2012-04-04 | 1 | -14/+29 | |
| | ||||||
* | SONAR-3320 Add an extension point to observe property changes | Simon Brandhof | 2012-04-04 | 2 | -5/+53 | |
| | ||||||
* | SONAR-3318 Allow to capture stdout and stderr using CommandExecutor | Evgeny Mandrikov | 2012-04-04 | 1 | -10/+84 | |
| | | | | Also improve handling of exceptions. | |||||
* | Fix charset constant in unit test RuleFailureModelTest | Simon Brandhof | 2012-04-03 | 1 | -2/+2 | |
| | ||||||
* | SONAR-3287 Use new ResourceType props for #isAvailableForFilters | Fabrice Bellingard | 2012-03-30 | 2 | -8/+25 | |
| | ||||||
* | SONAR-3343 Improve AnnotationRuleParser for better consistency | Fabrice Bellingard | 2012-03-21 | 1 | -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 Brandhof | 2012-03-20 | 1 | -4/+43 | |
| | | | | only check classes | |||||
* | SONAR-3344 Display metadata of SonarSource licenses | Simon Brandhof | 2012-03-20 | 2 | -1/+143 | |
| | ||||||
* | API: add the methods DateUtils#parseDateQuietly(String) and ↵ | Simon Brandhof | 2012-03-20 | 1 | -12/+34 | |
| | | | | parseDateTimeQuietly(String) | |||||
* | SONAR-2084 fix some quality flaws | Simon Brandhof | 2012-03-20 | 1 | -2/+44 | |
| | ||||||
* | SONAR-2084 fix the key of the property sonar.secretKeyPath | Simon Brandhof | 2012-03-20 | 1 | -6/+5 | |
| | ||||||
* | SONAR-1378 auto-detect password properties that are suffixed by ↵ | Simon Brandhof | 2012-03-16 | 1 | -0/+17 | |
| | | | | .password.secured | |||||
* | SONAR-1378 validate property types + update type of core properties | Simon Brandhof | 2012-03-16 | 4 | -27/+178 | |
| | ||||||
* | SONAR-3316 trim all the properties | Simon Brandhof | 2012-03-15 | 1 | -0/+15 | |
| | ||||||
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 1 | -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.txt | Simon Brandhof | 2012-03-14 | 1 | -0/+11 | |
| | ||||||
* | Fix quality flaws in tests: remove unused imports | Evgeny Mandrikov | 2012-03-14 | 10 | -64/+30 | |
| | ||||||
* | SONAR-2084 complete web UI to generate secret key and to encrypt passwords | Simon Brandhof | 2012-03-13 | 2 | -6/+71 | |
| | ||||||
* | SONAR-2084 replace asymetric RSA by symetric AES | Simon Brandhof | 2012-03-13 | 3 | -95/+151 | |
| | ||||||
* | SONAR-2084 use RSA to encrypt settings | Simon Brandhof | 2012-03-13 | 1 | -0/+95 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-22 | 1 | -0/+16 | |
| | ||||||
* | SONAR-3208 new extension point to declare tree of resource types | Simon Brandhof | 2012-02-22 | 3 | -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#hasSourceCode | Simon Brandhof | 2012-02-21 | 1 | -0/+1 | |
| | ||||||
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵ | Simon Brandhof | 2012-02-15 | 1 | -3/+3 | |
| | | | | RULE_FAILURES | |||||
* | SONAR-3253 Fix possible NPE in org.sonar.api.measures.Measure#setData(String) | Evgeny Mandrikov | 2012-02-09 | 1 | -9/+76 | |
| | ||||||
* | Move some purge tasks to MyBatis | simonbrandhof | 2012-01-24 | 1 | -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 qualifiers | Evgeny Mandrikov | 2012-01-20 | 1 | -3/+0 | |
| | | | | Change localization for "qualifier.BRK" from "Module" to "Sub-project". | |||||
* | Fix compatibility of FieldUtilsTest with Jacoco | simonbrandhof | 2012-01-18 | 1 | -8/+0 | |
| | ||||||
* | SONAR-3179 Add API to define resources | Evgeny Mandrikov | 2012-01-18 | 1 | -0/+54 | |
| | ||||||
* | SONAR-3012 Add new_unreviewed_violations metric | Fabrice Bellingard | 2012-01-17 | 1 | -2/+15 | |
| | | | | In order to more easily track incoming violations without a review | |||||
* | SONAR-3164 AnnotationCheckFactory does not detect properties declared in ↵ | Simon Brandhof | 2012-01-13 | 3 | -11/+86 | |
| | | | | inherited classes | |||||
* | SONAR-3169 API: new utility class org.sonar.api.utils.FieldUtils | Simon Brandhof | 2012-01-13 | 1 | -0/+132 | |
| | ||||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 119 | -119/+119 | |
| | ||||||
* | Remove ignored test | simonbrandhof | 2011-12-31 | 1 | -13/+0 | |
| | ||||||
* | SONAR-3096 Exclude source sub-directories starting with a dot | Simon Brandhof | 2011-12-22 | 1 | -0/+13 | |
| | ||||||
* | SONAR-1929 do not register dashboards which name already exits | Simon Brandhof | 2011-12-16 | 1 | -27/+6 | |
| | | | | + remove the useless column DASHBOARDS.KEE | |||||
* | SONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.web | Simon Brandhof | 2011-12-16 | 1 | -1/+1 | |
| | | | | No need anymore of a dedicated package | |||||
* | SONAR-1929 minor refactoring + add some tests | Simon Brandhof | 2011-12-16 | 2 | -49/+16 | |
| | ||||||
* | SONAR-1929 refactor the extension point to define dashboards | Simon Brandhof | 2011-12-15 | 2 | -33/+59 | |
| | ||||||
* | SONAR-1929 refactoring of the extension point Dashboard | Simon Brandhof | 2011-12-15 | 2 | -11/+12 | |
| | ||||||
* | SONAR-1929 Improve the Dashboard template API | Fabrice Bellingard | 2011-12-14 | 2 | -6/+6 | |
| | | | Use of enum instead of simple String constants. | |||||
* | SONAR-1929 Modify the new DashboardTemplate API | Fabrice Bellingard | 2011-12-13 | 2 | -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 Brandhof | 2011-12-12 | 1 | -2/+2 | |
| | | | | of DateUtilsTest | |||||
* | SONAR-3070 DateUtils should not parse badly formatted strings | Evgeny Mandrikov | 2011-12-09 | 1 | -4/+10 | |
| | ||||||
* | SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim ↵ | simonbrandhof | 2011-12-07 | 1 | -1/+23 | |
| | | | | values | |||||
* | Add factory methods to converters of org.sonar.api.utils.KeyValueFormat | Simon Brandhof | 2011-11-28 | 1 | -4/+4 | |
| | ||||||
* | SONAR-3029 API: allow to have different severities for violations related to ↵ | Simon Brandhof | 2011-11-24 | 3 | -40/+9 | |
| | | | | the same rule |