aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/index/MeasurePersisterTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-231-222/+0
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-101-2/+2
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
* SONAR-6014 Isolate persistence of resources to ease its removal in preview modeJulien HENRY2015-01-071-1/+1
* SONAR-6014 Remove/Postpone DB dependenciesJulien HENRY2015-01-071-1/+8
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-12/+10
* Don't do batch insert for duplication in order to avoid OOM errorJulien HENRY2014-07-311-8/+1
* SONAR-5389 New duplication APIJulien HENRY2014-07-301-1/+8
* Fix MeasurePersisterTestSimon Brandhof2014-06-191-6/+3
* SONAR-5277 Increase size of project_measures.text_valueJulien HENRY2014-05-121-5/+3
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-051-2/+2
* Revert "SONAR-3437 Enable batch mode when saving measures into DB"Julien Lancelot2014-05-021-2/+2
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-011-2/+2
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-301-97/+42
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-291-27/+8
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-251-42/+116
* SONAR-3437 Fix UT of MeasurePersisterJulien HENRY2014-04-241-1/+1
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-241-115/+41
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-251-12/+18
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Remove unused classesSimon Brandhof2014-02-261-9/+9
* Rename "resource" to "component" in logs of MeasurePersisterSimon Brandhof2014-02-251-2/+2
* Method renamingJulien Lancelot2013-09-241-0/+3
* SONAR-4710 Do not persist measures when they contain no valueJulien Lancelot2013-09-231-8/+7
* SONAR-4066 Show contextual infos during persist error of measuresJulien HENRY2013-04-241-2/+34
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Simplify codeDavid Gageot2012-07-181-10/+0
* Fix reloading of measure dataDavid Gageot2012-07-171-0/+3
* Fix measure data not being evicted anymoreDavid Gageot2012-07-161-2/+8
* SONAR-3437 merge MappersDavid Gageot2012-07-111-7/+7
* SONAR-3437 Improve code coverage and fix measure data updateDavid Gageot2012-07-111-44/+65
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-101-0/+11
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-091-29/+38
* SONAR-3437 Prepare for refactoring to MyBatisDavid Gageot2012-07-091-70/+71
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Refactor the packages of sonar-coreSimon Brandhof2011-12-221-6/+2
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-131-6/+0
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-261-1/+15
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-211-6/+6
* do not persist measures with null value, null variations and "best-value" metricsimonbrandhof2010-12-211-0/+5
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-011-2/+2
* SONAR-249 fix detection of "best value measures" in delayed mode - add unit t...simonbrandhof2010-11-301-4/+28
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-291-1/+2
* SONAR-249 always save measures with diff values, even if best valuesimonbrandhof2010-11-291-0/+28
* SONAR-249 do not save measures with best value when using the delayed modesimonbrandhof2010-11-291-0/+2
* SONAR-249 fix update of measures when using the delayed modesimonbrandhof2010-11-261-0/+18
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-261-0/+133