index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sonar-plugin-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix unit test
simonbrandhof
2010-11-12
1
-4
/
+4
*
SONAR-1953 Minimum period used in purge tasks should be configurable
simonbrandhof
2010-11-12
2
-0
/
+81
*
fix backward-compatibility with jacoco 0.2
simonbrandhof
2010-11-10
1
-7
/
+7
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2010-11-09
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.4-RC1
simonbrandhof
2010-11-09
1
-1
/
+1
*
SONAR-1943 Add proxy authentication support for update center
simonbrandhof
2010-11-09
2
-18
/
+119
*
custom dashboards: add the annotation @WidgetLayout with values DEFAULT (gray...
simonbrandhof
2010-11-05
3
-2
/
+68
*
SONAR-1668 Name of the project does not get updated
simonbrandhof
2010-11-05
1
-1
/
+1
*
SONAR-1643 filter widgets by category when configuring a dashboard
simonbrandhof
2010-11-03
1
-0
/
+34
*
Improve routines for patterns, add unit tests
Godin
2010-11-03
2
-2
/
+22
*
add the method getURL() to org.sonar.api.platform.Server
simonbrandhof
2010-11-02
1
-0
/
+6
*
HttpDownloader should not create file if fail to download
Godin
2010-11-01
2
-3
/
+21
*
SONAR-1643 add example of widget properties in plugin archetype + use enumera...
simonbrandhof
2010-11-01
4
-15
/
+25
*
SONAR-1643 add widget properties
simonbrandhof
2010-10-29
1
-12
/
+2
*
SONAR-1904: WildcardPattern "**/Reader" shouldn't match "org.sonar.channel.Co...
Godin
2010-10-29
2
-5
/
+16
*
SONAR-1837:
Godin
2010-10-28
1
-4
/
+21
*
SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UI
simonbrandhof
2010-10-28
2
-2
/
+19
*
SONAR-1643 apply a part of the GSOC branch
simonbrandhof
2010-10-28
3
-0
/
+123
*
SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap"
Godin
2010-10-25
1
-15
/
+2
*
SONAR-1903: Fix problem with cloned rules and AnnotationCheckFactory
Godin
2010-10-25
2
-5
/
+6
*
Add unit test for cloned rules to AnnotationCheckFactory
Godin
2010-10-25
2
-9
/
+33
*
SONAR-1772: Minor fixes
Godin
2010-10-21
1
-1
/
+12
*
SONAR-1830 support rating metric type in drilldowns and timemachine
simonbrandhof
2010-10-21
1
-1
/
+1
*
SONAR-1830 new metric type 'rating'
simonbrandhof
2010-10-19
1
-2
/
+3
*
SONAR-1852 Add the analysis date to the Java web service client libray
simonbrandhof
2010-10-19
1
-2
/
+2
*
add the methods Characteristic.getChildren(boolean onlyEnabled)
simonbrandhof
2010-10-18
1
-4
/
+21
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2010-10-12
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.3
simonbrandhof
2010-10-12
1
-1
/
+1
*
fix compatibility with Java 1.5
simonbrandhof
2010-10-11
3
-5
/
+7
*
trying to fix a unit test which sometimes fails on windows
simonbrandhof
2010-10-11
1
-1
/
+2
*
in fact Java 1.5 should support enum in annotations if the enum is defined be...
simonbrandhof
2010-10-11
3
-6
/
+5
*
fix build compatibility with Java 1.5
simonbrandhof
2010-10-11
3
-5
/
+7
*
rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rule
simonbrandhof
2010-10-11
4
-9
/
+6
*
API: apply the same pattern between rules and profiles API. The extension poi...
simonbrandhof
2010-10-08
3
-45
/
+27
*
API: improve the pattern to define quality profiles. The extension point is o...
simonbrandhof
2010-10-08
18
-306
/
+234
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2010-10-05
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.3-RC2
simonbrandhof
2010-10-05
1
-1
/
+1
*
quality model API: simplify difference between property numeric value and tex...
simonbrandhof
2010-10-04
4
-75
/
+39
*
quality model API: removeCharacteristic() must support disabled characteristics
simonbrandhof
2010-10-04
1
-1
/
+8
*
quality models API: add Model.removeCharacteristic(...)
simonbrandhof
2010-10-04
3
-0
/
+35
*
add some methods to quality model API
simonbrandhof
2010-10-02
4
-2
/
+57
*
quality model API: add the method Characteristic.create(), without parameters
simonbrandhof
2010-10-01
1
-2
/
+6
*
quality model API: add the methods Characteristic.hasRule() and getProperties()
simonbrandhof
2010-10-01
1
-0
/
+14
*
revert change on RuleRepository
simonbrandhof
2010-10-01
1
-2
/
+1
*
upgrade trunk to 2.4-SNAPSHOT
simonbrandhof
2010-09-30
2
-2
/
+3
*
[maven-release-plugin] prepare for next development iteration
simonbrandhof
2010-09-30
1
-1
/
+1
*
[maven-release-plugin] prepare release 2.3-RC1
simonbrandhof
2010-09-30
1
-1
/
+1
*
rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser
simonbrandhof
2010-09-30
5
-13
/
+13
*
SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of mea...
simonbrandhof
2010-09-28
1
-0
/
+2
*
SONAR-1814 improve javadoc
simonbrandhof
2010-09-28
1
-2
/
+2
[next]