aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test
Commit message (Expand)AuthorAgeFilesLines
* FIX Redundant throws clauseDavid Gageot2015-07-072-2/+2
* Unused importsDavid Gageot2015-07-071-1/+0
* SONAR-6680 Remove quality profile decorator from batchJulien Lancelot2015-07-071-91/+0
* Extract module sonar-dbSimon Brandhof2015-07-046-401/+5
* SONAR-6680 Move computation of measure Quality Profile to Compute EngineJulien Lancelot2015-07-032-27/+2
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-0221-1377/+25
* Temporarily disable a test of LogListenerTestSimon Brandhof2015-07-021-0/+2
* Merge branch 'feature/ce_issue_tracking'Simon Brandhof2015-07-0224-2393/+152
|\
| * SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-022-108/+3
| * SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-0210-1247/+115
| * SONAR-6623 distribution of issues by debt in Compute EngineSimon Brandhof2015-07-023-406/+367
| * SONAR-6623 count issuesSimon Brandhof2015-07-021-1/+1
| * SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0219-992/+27
* | Support // testingDavid Gageot2015-07-021-17/+11
* | Avoid additional NPE on test failureDavid Gageot2015-07-021-4/+8
* | Revert "SONAR-6605 Replace some batch formulas by compute formulas"Julien Lancelot2015-07-022-2/+27
* | SONAR-6628 fix warning log displaying value, security holeSébastien Lesaint2015-07-023-5/+5
|/
* SONAR-6605 Replace some batch formulas by compute formulasJulien Lancelot2015-07-022-27/+2
* SONAR-6645 remove computation of new coverage measures from BatchSébastien Lesaint2015-07-012-387/+0
* SONAR-6628 warn log if any sonar.jdbc property is set in BatchSébastien Lesaint2015-06-303-5/+92
* SONAR-6621 warn log if sonar.qualitygate set in project propertiesSébastien Lesaint2015-06-301-2/+12
* Quality flawsSimon Brandhof2015-06-291-2/+4
* SONAR-6200 Apply coverage exclusions on new Sensor APIJulien HENRY2015-06-291-3/+34
* SONAR-6664 remove SqaleRatingDecorator from batchSébastien Lesaint2015-06-264-417/+2
* SONAR-6664 compute Sqale metrics in CESébastien Lesaint2015-06-261-1/+6
* SONAR-6634 drop column resource_id from the manual_measures tableTeryk Bellahsene2015-06-261-2/+2
* SONAR-6648 Rework redirection of logsJulien HENRY2015-06-257-110/+95
* Fix Quality flaws in batchDuarte Meneses2015-06-243-10/+58
* Fix lock on windowsDuarte Meneses2015-06-241-9/+22
* Fix project temp foldersDuarte Meneses2015-06-241-3/+4
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-248-127/+386
* SONAR-6648 Allow to redirect logs to custom streamDuarte Meneses2015-06-244-20/+281
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-2410-247/+371
* Revert merge to d70f025Duarte Meneses2015-06-2317-922/+277
* Fix project temp folderDuarte Meneses2015-06-231-3/+4
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-238-127/+386
* SONAR-6648 Allow to redirect logs to a custom streamDuarte Meneses2015-06-234-20/+281
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-2310-247/+371
* SONAR-6659 ProgressMonitor during file indexation is not properly stopped in ...Duarte Meneses2015-06-231-0/+73
* SONAR-6646 Fix MeasuresMediumTest because of remove of computation of measure...Julien Lancelot2015-06-221-5/+4
* SONAR-6646 Remove CountFalsePositivesDecorator from batchJulien Lancelot2015-06-221-81/+0
* SONAR-6646 Remove CountUnresolvedIssuesDecorator from batchJulien Lancelot2015-06-221-372/+0
* SONAR-6635 Remove check on analysis date from the batchJulien Lancelot2015-06-191-58/+10
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-192-2/+2
|\
| * Cleanup warningsGabor Liptak2015-06-172-2/+2
* | SONAR-6620 remove QualityGate measures computation from batchSébastien Lesaint2015-06-193-884/+0
* | add missing unit test for LT and GT operators when value is equalSébastien Lesaint2015-06-191-0/+6
* | SONAR-6643 Remove VariationDecorator from the batchJulien Lancelot2015-06-191-149/+0
|/
* SONAR-6557 Remove library filter in SQL queriesJulien Lancelot2015-06-122-6/+3
* SONAR-6636 Remove module checks from batch requiring databaseJulien Lancelot2015-06-121-100/+1