aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test
Commit message (Expand)AuthorAgeFilesLines
* Simplify codeDavid Gageot2012-07-181-10/+0
* Fix reloading of measure dataDavid Gageot2012-07-171-0/+3
* Use ArgumentMatcherDavid Gageot2012-07-161-8/+8
* Fix measure data not being evicted anymoreDavid Gageot2012-07-162-9/+9
* Improve test coverageFabrice Bellingard2012-07-134-2/+52
* Reuse database for faster unit testsDavid Gageot2012-07-121-3/+3
* SONAR-2496 Support 'previous-version' value for differential viewsFabrice Bellingard2012-07-124-20/+134
* SONAR-3437 merge MappersDavid Gageot2012-07-113-12/+10
* SONAR-3437 Improve code coverage and fix measure data updateDavid Gageot2012-07-115-45/+110
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-102-0/+29
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-098-59/+61
* SONAR-3437 Prepare for refactoring to MyBatisDavid Gageot2012-07-096-229/+71
* SONAR-2989 The English Pack plugin should never be excludedFabrice Bellingard2012-06-221-0/+9
* Make it impossible to use AbstractDbUnitTestCase for iBatis testsDavid Gageot2012-06-191-6/+6
* Revert SONAR-3407Simon Brandhof2012-05-311-10/+7
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-252-20/+13
* Fix violations, simplify code and improve documentationDavid Gageot2012-05-232-2/+2
* SONAR-3407 fail analysis if the project version used for comparison does not ...Simon Brandhof2012-05-231-10/+13
* SONAR-3126 Add check for same server ID when launching a batch Fabrice Bellingard2012-05-182-12/+144
* Code cleaning : Unused codeDavid Gageot2012-04-271-1/+1
* Code cleaning : Methods overriding equals() should override hashCode()David Gageot2012-04-271-0/+6
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-9/+10
* Remove warningsDavid Gageot2012-04-2712-154/+160
* SONAR-3125 Add better error message for unknown languageFabrice Bellingard2012-04-021-4/+22
* SONAR-1700 Some links to the projects end up in new sessionFabrice Bellingard2012-03-193-0/+40
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-152-4/+0
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-146-25/+0
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-071-0/+57
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-156-14/+14
* SONAR-3208 complete database tablesSimon Brandhof2012-02-1427-59/+59
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-091-1/+30
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-091-0/+112
* SONAR-2747 Verification is now done on period1Fabrice Bellingard2012-02-081-20/+0
* SONAR-2747 Send email when new violations appear on favourite projectFabrice Bellingard2012-02-031-10/+35
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-011-2/+5
* Add column PROJECT_MEASURES.COMMITTEREvgeny Mandrikov2012-02-015-14/+19
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-258-18/+18
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-1931-125/+125
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-1832-130/+130
* Refactor org.sonar.batch.bootstrapper.BatchSimon Brandhof2012-01-161-6/+11
* Sanitize batch bootstrapperSimon Brandhof2012-01-131-0/+80
* SONAR-2959 Add the property sonar.showSqlSimon Brandhof2012-01-121-0/+121
* Update copyright header for this new yearSimon Brandhof2012-01-1048-48/+48
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-302-10/+7
* SONAR-3116 throw an exception if skipping the root moduleSimon Brandhof2011-12-231-10/+10
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-232-9/+9
* Rename a unit test in ProjectFilterTestSimon Brandhof2011-12-221-1/+1
* Refactor the packages of sonar-coreSimon Brandhof2011-12-223-8/+4
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-202-7/+10
* SONAR-2968 Do not force to add the root project to the property sonar.include...simonbrandhof2011-12-201-18/+27