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-25.01
branch-25.1
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
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that does...
Simon Brandhof
2017-10-11
1
-2
/
+32
*
Fix two logger calls
Daniel Trebbien
2017-10-10
1
-2
/
+2
*
SONAR-9771 add property email.fromName and use it in email notifications
Sébastien Lesaint
2017-10-02
1
-1
/
+2
*
SONAR-4824 Prevent notification when user does not have Browse permission
Eric Hartmann
2017-10-02
1
-3
/
+3
*
SONAR-5236 Create new API to register built-in quality profiles
Julien HENRY
2017-09-25
3
-4
/
+249
*
SONAR-9283 Settings, Configuration and Props trim values at insert
Sébastien Lesaint
2017-09-19
3
-12
/
+192
*
SONAR-9718 Fail with a clear message when sonar.projectDate is empty
Julien HENRY
2017-09-15
1
-85
/
+6
*
SONAR-9740 support HTTP headers in API Request and sonar-ws
Simon Brandhof
2017-09-13
2
-1
/
+30
*
SONAR-9670 Introduce sonar.branch.longLivedBranches.regex
Janos Gyerik
2017-09-12
1
-3
/
+0
*
SONAR-9721 Remove DateUtils#formatDate(Long)
Teryk Bellahsene
2017-08-30
1
-2
/
+0
*
SONAR-9721 Send telemetry data once a week
Teryk Bellahsene
2017-08-30
1
-0
/
+2
*
SONAR-9576 More simple predicate to skip default status filter
Julien HENRY
2017-08-07
1
-0
/
+1
*
SONAR-9576 Add component status in the scanner report
Julien HENRY
2017-08-07
2
-1
/
+9
*
SONAR-9576 Add analysis mode in the scanner report
Julien HENRY
2017-08-07
1
-0
/
+3
*
SONAR-9574 Same file indexed in different modules
Julien HENRY
2017-08-04
2
-4
/
+7
*
Store project relative path inside DefaultIndexedFile
Julien HENRY
2017-08-04
1
-25
/
+41
*
SONAR-9641 Add URIPredicate
Julien HENRY
2017-08-04
4
-19
/
+33
*
SONAR-9561 File inclusions/exclusions should be applied before language detec...
Julien HENRY
2017-08-04
1
-13
/
+13
*
SONAR-9557 Fix coverage exclusions for global sensors
Julien HENRY
2017-08-04
1
-1
/
+1
*
Rework file indexing
Julien HENRY
2017-08-04
6
-34
/
+56
*
SONAR-9641 Introduce InputFile:uri()
Julien HENRY
2017-08-04
1
-0
/
+2
*
SONAR-9551 PropertyDefinition and ResourceTypeTree correctly handles APP qual...
Teryk Bellahsene
2017-07-31
4
-25
/
+37
*
SONAR-9551 Page API supports APP qualifier
Teryk Bellahsene
2017-07-31
1
-1
/
+3
*
SONAR-9283 support trailing/heading whitespaces in properties
Sébastien Lesaint
2017-07-21
1
-0
/
+104
*
Improve coverage
Duarte Meneses
2017-07-13
2
-3
/
+93
*
SONAR-9477 Deprecate ProjectReactor and ProjectBuilder
Duarte Meneses
2017-07-11
3
-40
/
+39
*
Fix tests on Windows
Julien HENRY
2017-07-05
1
-2
/
+3
*
SONAR-9478 Replace Settings by Configuration
Julien HENRY
2017-07-04
1
-1
/
+1
*
SONAR-8546 Improve SensorDescriptor API to give more flexibility on configura...
Julien HENRY
2017-07-04
1
-2
/
+7
*
SONAR-9478 Deprecate Settings and introduce new Configuration interface
Julien HENRY
2017-07-04
6
-20
/
+23
*
Remove some usages of Guava in API
Simon Brandhof
2017-06-19
1
-1
/
+2
*
SONAR-9351 enforce in API allowed qualifiers on PropertyDefinition
Sébastien Lesaint
2017-06-01
1
-5
/
+113
*
SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOM
Julien HENRY
2017-05-09
1
-5
/
+39
*
SONAR-9051 Ability to set the maximum number of values on a WS parameter
Julien Lancelot
2017-04-20
2
-6
/
+53
*
SONAR-9138 Improve logs displaying servlet filter patterns at server startup
Julien Lancelot
2017-04-18
1
-0
/
+13
*
Fix Quality flaws
Simon Brandhof
2017-04-12
1
-1
/
+1
*
Deprecate System2#isJavaAtLeast17()
Simon Brandhof
2017-04-11
1
-6
/
+2
*
SONAR-9082 H2 should bind to localhost interface
Simon Brandhof
2017-04-11
1
-12
/
+21
*
SONAR-6100 Improve support of binary files and/or files with different encoding
Duarte Meneses
2017-04-11
1
-40
/
+21
*
SONAR-8882 Ease testability of InputFile virtual content
Duarte Meneses
2017-04-10
1
-0
/
+41
*
SONAR-7860 Remove CodeColorizerFormat API
Duarte Meneses
2017-03-16
1
-55
/
+0
*
SONAR-8832 Support project-level sensors (#1720)
Janos Gyerik
2017-03-02
1
-2
/
+4
*
Drop dependency xmlunit
Simon Brandhof
2017-02-19
1
-26
/
+7
*
Clean-up sonar-testing-harness dependencies
Simon Brandhof
2017-02-19
17
-383
/
+346
*
Move temp dir of build outsite project
Simon Brandhof
2017-02-19
1
-1
/
+0
*
SONAR-8777 Rename WS history to changelog
Teryk Bellahsene
2017-02-17
1
-6
/
+6
*
Replace anonymous classes with method reference in WebServiceTest
Teryk Bellahsene
2017-02-17
1
-12
/
+2
*
SONAR-8777 New API to set the history of a web service action
Teryk Bellahsene
2017-02-17
1
-0
/
+9
*
SONAR-8793 Replace use of method to set a deprecated key
Teryk Bellahsene
2017-02-16
1
-2
/
+2
*
Replace anonymous classes by lambda in WebServiceTest
Teryk Bellahsene
2017-02-16
1
-203
/
+132
[next]