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-batch
/
src
/
test
/
java
/
org
/
sonar
/
batch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix line count when file starts with a new line
Julien HENRY
2014-10-09
1
-0
/
+11
*
Fix some quality flaws
Julien HENRY
2014-10-08
1
-4
/
+1
*
SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXT
Simon Brandhof
2014-10-05
2
-23
/
+27
*
Add details of persisters in profiling output to ease understanding
Julien HENRY
2014-08-29
1
-0
/
+66
*
SONAR-5547 Support branches when disabling automatic project creation
Julien HENRY
2014-08-29
1
-1
/
+12
*
Fix some quality flaws
Julien HENRY
2014-08-27
4
-17
/
+18
*
SONAR-5528 One more optimization for highlighting API -> don't hit value cache
Julien HENRY
2014-08-26
3
-22
/
+28
*
SONAR-5528 Improve performance of persistit serialization for highlighting
Julien HENRY
2014-08-26
1
-1
/
+3
*
SONAR-5417 Handle permision error for project referential loader
Julien HENRY
2014-08-26
1
-16
/
+4
*
SONAR-5417 Add back preview parameter to check permission
Julien HENRY
2014-08-26
1
-0
/
+85
*
SONAR-5528 Fix UT
Julien HENRY
2014-08-26
1
-9
/
+1
*
SONAR-5528 Improve performance of syntax highlighting API
Julien HENRY
2014-08-25
3
-12
/
+67
*
SONAR-5417 Load project referentials using WS
Julien HENRY
2014-08-25
4
-86
/
+26
*
SONAR-5389 Improve duplication API
Julien HENRY
2014-08-01
2
-4
/
+6
*
Don't do batch insert for duplication in order to avoid OOM error
Julien HENRY
2014-07-31
2
-8
/
+94
*
SONAR-5389 New duplication API
Julien HENRY
2014-07-30
20
-760
/
+114
*
SONAR-5487 Check minimal required version of Oracle JDBC driver (11.2)
Simon Brandhof
2014-07-29
1
-1
/
+1
*
SONAR-5389 Port symbolizable API to new batch API
Julien HENRY
2014-07-24
7
-68
/
+303
*
SONAR-5389 Support syntax highlighting in the new sensor API
Julien HENRY
2014-07-24
10
-12
/
+257
*
SONAR-5417 Add rule name to active rule
Julien HENRY
2014-07-23
3
-3
/
+3
*
SONAR-5389 Reset measure and issue builders after creation of object to allow...
Julien HENRY
2014-07-23
1
-1
/
+3
*
SONAR-5477 Plug global referential loader on remote WS
Julien HENRY
2014-07-23
4
-18
/
+11
*
Add medium test for InputDir
Julien HENRY
2014-07-22
1
-1
/
+4
*
Fix RulesProfile UT.
Julien HENRY
2014-07-22
1
-2
/
+4
*
SONAR-5389 Allow to find an active rule by internal key
Julien HENRY
2014-07-22
3
-3
/
+77
*
SONAR-5389 Allow to create issues on directories and to override severity on ...
Julien HENRY
2014-07-22
8
-14
/
+184
*
SONAR-5389 Add InputDir concept in batch API
Julien HENRY
2014-07-22
2
-9
/
+9
*
SONAR-5389 Rename Analyzer -> Sensor
Julien HENRY
2014-07-21
7
-22
/
+20
*
SONAR-5319 Return SQALE Rating and SQALE Debt ratio in /api/component/app WS
Julien Lancelot
2014-07-21
1
-4
/
+4
*
SONAR-5389 Rename Analyzer -> Sensor
Julien HENRY
2014-07-21
9
-65
/
+70
*
SONAR-5417 Get active rules using batch protocol
Julien HENRY
2014-07-18
9
-251
/
+32
*
SONAR-5417 Load metrics using project referential
Julien HENRY
2014-07-18
1
-33
/
+14
*
Fix UT
Julien HENRY
2014-07-17
1
-4
/
+7
*
SONAR-5417 Initial version of batch protocol + refactoring of settings
Julien HENRY
2014-07-17
5
-46
/
+96
*
Add comment on test
Julien HENRY
2014-07-16
1
-0
/
+3
*
SONAR-5445 Introduce new metric "SQALE Debt Ratio"
Julien Lancelot
2014-07-10
1
-3
/
+7
*
SONAR-5388 Method renaming
Julien Lancelot
2014-07-10
1
-4
/
+4
*
SONAR-5388 Rename properties
Julien Lancelot
2014-07-10
2
-6
/
+6
*
SONAR-5388 Introduce the SQALE Rating metric in SonarQube Core
Julien Lancelot
2014-07-09
3
-0
/
+404
*
SONAR-5433 Do not loose exception when indexing FS
Julien HENRY
2014-07-04
1
-1
/
+25
*
SONAR-5419 sonar.sources and sonar.tests should support a mixed list of files...
Julien HENRY
2014-07-03
5
-49
/
+291
*
Remove useless constructors with System2.INSTANCE
Simon Brandhof
2014-06-30
1
-0
/
+2
*
SONAR-5007 fix link to profile changelog
Simon Brandhof
2014-06-25
1
-2
/
+2
*
SONAR-5007 add link to Q profile changelog in the events widget
Simon Brandhof
2014-06-24
1
-1
/
+2
*
SONAR-5007 add EVENTS.EVENT_DATA to store links on quality profile changes
Simon Brandhof
2014-06-24
1
-9
/
+26
*
SONAR-5216 compare quality profile dates when batch detects profile changes
Simon Brandhof
2014-06-23
8
-55
/
+88
*
Fix some quality flaws
Julien HENRY
2014-06-21
1
-0
/
+162
*
SONAR-5007 remove org.sonar.api.batch.rules.QProfile from API
Simon Brandhof
2014-06-20
6
-7
/
+0
*
SONAR-5007 do not display the profile version in the widget "description"
Simon Brandhof
2014-06-20
1
-207
/
+107
*
Fix some quality flaws
Julien HENRY
2014-06-20
2
-4
/
+3
[next]