29038 次程式碼提交 (7.9.2)
 

作者 SHA1 備註 提交日期
  simonbrandhof 11130dbcfe SONAR-1689 Sorting on alerts does not work anymore 13 年之前
  simonbrandhof b2e835b4ea SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of measure tendencies 13 年之前
  simonbrandhof a5b432905b upgrade to sonar-dev-maven-plugin 0.6 in order to fix integration tests (database not dropped) 13 年之前
  simonbrandhof c2cf5f5e12 [maven-release-plugin] prepare for next development iteration 13 年之前
  simonbrandhof 7cc1faa7ff [maven-release-plugin] prepare release sonar-dev-maven-plugin-0.6 13 年之前
  simonbrandhof 1bba78b793 SONAR-1821 Regression: creating/dropping database does not work 13 年之前
  simonbrandhof 3d17075b61 SONAR-1814 improve javadoc 13 年之前
  simonbrandhof f25c971275 SONAR-1814 add the method ExtensionProvider.provide() in order to support obfuscated code 13 年之前
  simonbrandhof 5cdbf337fe SONAR-1814 add a warning when a ExtensionProvider class is registered in Plugin.getExtensions() 13 年之前
  simonbrandhof cae310e849 XMLProfileImporter : check that the nodes <name> and <language> are defined 13 年之前
  simonbrandhof 3faeeaeb37 SONAR-1814 add javadoc 13 年之前
  simonbrandhof 90dee8b40e checkstyle unit tests must not request http://www.puppycrawl.com when parsing XML. It avoids building sonar in offline mode. 13 年之前
  simonbrandhof 48e72253d7 fix alignement of icons in the CSS class "data2" 13 年之前
  simonbrandhof d2f25e344d SONAR-1814 remove the API to find a plugin from an extension : 13 年之前
  Godin 51f793f7e9 Add svn:ignore 13 年之前
  Godin 4fdde0e690 SONAR-1815: Fix packaging of dependencies when groupId=org.codehaus.sonar 13 年之前
  simonbrandhof 4193099ff2 SONAR-1711 temporarily log warnings instead of throwing an exception when saving measures/violations on unknown resources 13 年之前
  Godin a6071ca39f SONAR-1709: Set HTTP status code in StaticResourcesServlet in case of error 13 年之前
  Godin f854c3c8f0 SONAR-1709: Add unit test and improve logging for StaticResourcesServlet 13 年之前
  Godin 6ab9363b7b SONAR-1709: in ruby-helper parameter :plugin should be optional 13 年之前
  simonbrandhof 929f517b8c fix backward compatibility of the interface GeneratesViolations. 13 年之前
  Godin 3727f84e84 SONAR-1709: 13 年之前
  simonbrandhof 1cbc025312 fix CSS on Chrome and Safari (data2 rows are too big) 13 年之前
  simonbrandhof 36e81898a5 SONAR-1711 Allow to exclude sources from code analysis based on cutoff date 13 年之前
  simonbrandhof 1723690eeb fix pom of volume-testing project 13 年之前
  Godin b1e312189e Should be possible to change version of Sonar in ITs for sonar-packaging-maven-plugin 13 年之前
  Godin a79a829f0b Fix ITs for sonar-packaging-maven-plugin 13 年之前
  Godin e2df740178 Use gwt-incubator from Maven central repo 13 年之前
  Godin 2dc85f396a SONAR-1709: Add StaticResourcesServlet for loading static resources from plugins 13 年之前
  Godin cea7dd4296 SONAR-1634: Provide meaningful error message, when plugin tries to define metric, which already defined in other plugin or in core 13 年之前
  simonbrandhof c0c61a4e99 SONAR-1812 the interface GeneratesViolations is replaced by DecoratorBarriers.END_OF_VIOLATIONS_GENERATION 13 年之前
  Godin a35d6e4e17 SONAR-1634: Provide meaningful error message, when plugin tries to define metric, which already defined in other plugin or in core 13 年之前
  simonbrandhof 51c728457c SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid creation of resources in methods saveViolation() and saveMeasure(). 13 年之前
  simonbrandhof a5ba257ffd replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google guava 13 年之前
  simonbrandhof 543451b116 add the repository name to the parameters of AnnotationRuleRepository.create() 13 年之前
  simonbrandhof e0d64b3648 do not execute unit tests in parallel in sonar-plugin-api 13 年之前
  simonbrandhof d3707d42f0 SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does not work 13 年之前
  simonbrandhof d1f184b66a remove a useless nested RuntimeException when an error occur during loading of plugins 13 年之前
  simonbrandhof 60ae820348 do not keep in cache violations in DecoratorContext 13 年之前
  fmallet fe2910fa2c fix SONAR-1802 : Can't import FindBugs profile when some rules are duplicated in the findbugs.xml configuration file 13 年之前
  simonbrandhof 1dfd7034c4 add AnnotationRuleRepository to load rules from sonar-check-api annotations 13 年之前
  Godin ab9fa99f65 Add svn:ignore 13 年之前
  Godin b38798f836 integration tests : upgrade to sonar-dev-maven-plugin 0.5 13 年之前
  fmallet 68405a43a6 The default value of the RuleParam type parameter is "s" (String) 13 年之前
  Godin 1006c3556b SONAR-1780: 13 年之前
  fmallet d5ad02bdab the rule.setUniqueKey(String repositoryKey, String key) also feed the mandatory configKey property with the value of the key 13 年之前
  simonbrandhof 98a9a7f8c3 SONAR-1706 Depreciate sonar.reuseExistingRulesConfiguration 13 年之前
  simonbrandhof 6f6dec3d76 add unit test to AnnotationUtilsTest 13 年之前
  simonbrandhof cd1f2cfe24 fix issue in AnnotationUtils.getClassAnnotation(Object obj, Class<A> annotation) when the parameter obj is a Class 13 年之前
  simonbrandhof edbb6d604f depreciate the methods Plugin.getKey(), getName() and getDescription() 13 年之前