aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-1623-291/+136
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-111-8/+6
* SONAR-5389 Initial version of the new sensor modeJulien HENRY2014-06-103-16/+183
* Separate bootstrap settings and task settingsJulien HENRY2014-06-1014-248/+219
* Remove deprecated stuffJulien HENRY2014-06-091-4/+0
* Remove deprepcated stuffJulien HENRY2014-06-091-71/+0
* Remove deprecated stuff.Julien HENRY2014-06-091-48/+0
* SONAR-5216 Rename new metric profiles -> quality_profilesJulien HENRY2014-05-273-34/+34
* Fix UTJulien HENRY2014-05-201-2/+1
* SONAR-5216 Generate profile events for multi language projectsJulien HENRY2014-05-191-0/+213
* SONAR-5216 Store and display used quality profiles for multi-language analysisJulien HENRY2014-05-193-4/+201
* SONAR-5277 Increase size of project_measures.text_valueJulien HENRY2014-05-121-5/+3
* SONAR-5130 Show distribution of LOC and TechDebt by languageJulien Lancelot2014-05-071-0/+134
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-072-21/+20
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-072-20/+21
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-072-21/+20
* SONAR-5189 Temporary fix of persistIt bugsJulien HENRY2014-05-061-6/+7
* 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 Fix use of persistit with 3-Tuple keys. This allow to restoreJulien HENRY2014-05-011-33/+57
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-306-162/+339
* InputFiles were indexed twiceJulien HENRY2014-04-301-12/+11
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-292-121/+8
* SONAR-5237 - Delegation from BaseIndex rather than BaseMapperStephane Gamard2014-04-281-2/+1
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-281-1/+4
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-257-241/+289
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-241-12/+23
* SONAR-5189 Reintroduce check for duplicate measuresJulien HENRY2014-04-242-36/+52
* SONAR-5189 Fix regression when searching measures in cacheJulien HENRY2014-04-241-4/+75
* SONAR-3437 Fix UT of MeasurePersisterJulien HENRY2014-04-241-1/+1
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-246-257/+139
* Remove some usage of TestUtilsSimon Brandhof2014-04-234-41/+49
* SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditionsJean-Baptiste Lievremont2014-04-231-2/+5
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-211-8/+5
* SONAR-5218 Once a module has been turned into a project, its issues are no mo...Julien Lancelot2014-04-184-28/+32
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-179-71/+1258
* SONAR-5226 Remove extensions/jdbc-driver/h2Julien Lancelot2014-04-171-6/+20
* SONAR-5225 Move English bundles to core moduleJulien Lancelot2014-04-171-9/+0
* SONAR-5186 Fix validation when property is set from command lineJulien HENRY2014-04-081-1/+1
* SONAR-5105 Verify config using DB connection instead of settings that come fr...Jean-Baptiste Lievremont2014-04-071-10/+15
* SONAR-5186 Drop support of "sonar.phase" => add a messageJulien HENRY2014-04-071-0/+10
* Fix some quality flawsSimon Brandhof2014-04-041-1/+1
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-032-2/+2
* SONAR-5178 Display allowed characters when validating branchesJulien HENRY2014-04-031-7/+0
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-033-49/+50
* SONAR-5186 Drop support of "sonar.phase"Julien HENRY2014-04-031-60/+0
* SONAR-5181 Move parsing of sonar-project.properties files to SQ RunnerJulien HENRY2014-04-033-136/+229
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception me...Simon Brandhof2014-04-031-2/+8
* Fix compatibility of some tests with java8Simon Brandhof2014-04-031-3/+3