index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
SONAR-24639
az/ps-wide-output
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-25.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-batch
/
src
/
test
/
java
/
org
/
sonar
/
batch
/
index
/
MeasurePersisterTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-6275 Feed measures in compute report
Julien HENRY
2015-03-23
1
-222
/
+0
*
SONAR-6134, SONAR-6048 Improve performance of FS indexation
Julien HENRY
2015-02-10
1
-2
/
+2
*
Replace fest-assert by assertJ
Simon Brandhof
2015-01-10
1
-1
/
+1
*
SONAR-6014 Isolate persistence of resources to ease its removal in preview mode
Julien HENRY
2015-01-07
1
-1
/
+1
*
SONAR-6014 Remove/Postpone DB dependencies
Julien HENRY
2015-01-07
1
-1
/
+8
*
SONAR-5945 Upload issues in analysis report
Julien HENRY
2014-12-17
1
-12
/
+10
*
Don't do batch insert for duplication in order to avoid OOM error
Julien HENRY
2014-07-31
1
-8
/
+1
*
SONAR-5389 New duplication API
Julien HENRY
2014-07-30
1
-1
/
+8
*
Fix MeasurePersisterTest
Simon Brandhof
2014-06-19
1
-6
/
+3
*
SONAR-5277 Increase size of project_measures.text_value
Julien HENRY
2014-05-12
1
-5
/
+3
*
SONAR-3437 Enable batch mode when saving measures into DB
Julien HENRY
2014-05-05
1
-2
/
+2
*
Revert "SONAR-3437 Enable batch mode when saving measures into DB"
Julien Lancelot
2014-05-02
1
-2
/
+2
*
SONAR-3437 Enable batch mode when saving measures into DB
Julien HENRY
2014-05-01
1
-2
/
+2
*
SONAR-3437, SONAR-5189 Store measures in a persistit cache
Julien HENRY
2014-04-30
1
-97
/
+42
*
SONAR-5249 Merge measure_data and project_measure tables
Julien HENRY
2014-04-29
1
-27
/
+8
*
Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"
Julien HENRY
2014-04-25
1
-42
/
+116
*
SONAR-3437 Fix UT of MeasurePersister
Julien HENRY
2014-04-24
1
-1
/
+1
*
SONAR-3437, SONAR-5189 Store measures in a persistit cache
Julien HENRY
2014-04-24
1
-115
/
+41
*
SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage
Julien HENRY
2014-03-25
1
-12
/
+18
*
Update copyright headers (replace 2013 by 2014)
Simon Brandhof
2014-03-11
1
-1
/
+1
*
Remove unused classes
Simon Brandhof
2014-02-26
1
-9
/
+9
*
Rename "resource" to "component" in logs of MeasurePersister
Simon Brandhof
2014-02-25
1
-2
/
+2
*
Method renaming
Julien Lancelot
2013-09-24
1
-0
/
+3
*
SONAR-4710 Do not persist measures when they contain no value
Julien Lancelot
2013-09-23
1
-8
/
+7
*
SONAR-4066 Show contextual infos during persist error of measures
Julien HENRY
2013-04-24
1
-2
/
+34
*
Update copyright headers
Simon Brandhof
2013-04-22
1
-4
/
+4
*
SONAR-4252 rename Sonar to SonarQube in source headers
Simon Brandhof
2013-04-21
1
-3
/
+3
*
Simplify code
David Gageot
2012-07-18
1
-10
/
+0
*
Fix reloading of measure data
David Gageot
2012-07-17
1
-0
/
+3
*
Fix measure data not being evicted anymore
David Gageot
2012-07-16
1
-2
/
+8
*
SONAR-3437 merge Mappers
David Gageot
2012-07-11
1
-7
/
+7
*
SONAR-3437 Improve code coverage and fix measure data update
David Gageot
2012-07-11
1
-44
/
+65
*
SONAR-3437 Use MyBatis in batch mode
David Gageot
2012-07-10
1
-0
/
+11
*
SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert
David Gageot
2012-07-09
1
-29
/
+38
*
SONAR-3437 Prepare for refactoring to MyBatis
David Gageot
2012-07-09
1
-70
/
+71
*
Update copyright header for this new year
Simon Brandhof
2012-01-10
1
-1
/
+1
*
Refactor the packages of sonar-core
Simon Brandhof
2011-12-22
1
-6
/
+2
*
Remove some ignored tests and fix some commented-out code
Simon Brandhof
2011-10-13
1
-6
/
+0
*
SONAR-1914 reload measures with PersistenceMode.DATABASE on demand
simonbrandhof
2011-02-26
1
-1
/
+15
*
Upgrade copyright headers
simonbrandhof
2011-02-04
1
-1
/
+1
*
SONAR-2127 API: do not automatically create hierarchy of resource tree
simonbrandhof
2011-01-21
1
-6
/
+6
*
do not persist measures with null value, null variations and "best-value" metric
simonbrandhof
2010-12-21
1
-0
/
+5
*
SONAR-249 save configuration used for measure variations and new violations i...
simonbrandhof
2010-12-01
1
-2
/
+2
*
SONAR-249 fix detection of "best value measures" in delayed mode - add unit t...
simonbrandhof
2010-11-30
1
-4
/
+28
*
SONAR-249 improve core components to load rules and metrics
simonbrandhof
2010-11-29
1
-1
/
+2
*
SONAR-249 always save measures with diff values, even if best value
simonbrandhof
2010-11-29
1
-0
/
+28
*
SONAR-249 do not save measures with best value when using the delayed mode
simonbrandhof
2010-11-29
1
-0
/
+2
*
SONAR-249 fix update of measures when using the delayed mode
simonbrandhof
2010-11-26
1
-0
/
+18
*
SONAR-249: extract persistence layer from data index + dump measures at the e...
simonbrandhof
2010-11-26
1
-0
/
+133