aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* Better testingSimon Brandhof2012-10-261-0/+0
* SONAR-3676 Create properties to define project linksFabrice Bellingard2012-10-052-0/+45
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-2713-25/+25
* SONAR-3636 Add and feed a new column projects.created_atFabrice Bellingard2012-09-279-18/+18
* Fix measure data not being evicted anymoreDavid Gageot2012-07-161-7/+1
* Improve test coverageFabrice Bellingard2012-07-132-0/+22
* SONAR-2496 Support 'previous-version' value for differential viewsFabrice Bellingard2012-07-121-0/+42
* SONAR-3437 merge MappersDavid Gageot2012-07-112-5/+3
* SONAR-3437 Improve code coverage and fix measure data updateDavid Gageot2012-07-114-1/+45
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-101-0/+18
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-097-30/+23
* SONAR-3437 Prepare for refactoring to MyBatisDavid Gageot2012-07-095-159/+0
* SONAR-1700 Some links to the projects end up in new sessionFabrice Bellingard2012-03-192-0/+29
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-152-4/+0
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-155-10/+10
* SONAR-3208 complete database tablesSimon Brandhof2012-02-1427-59/+59
* 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-1831-125/+125
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-122-12/+12
* SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)Simon Brandhof2011-12-082-52/+92
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-311-5/+5
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-272-3/+3
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-1325-593/+0
* Improve unit testsEvgeny Mandrikov2011-10-131-0/+0
* SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectCon...Simon Brandhof2011-10-103-61/+0
* Revert move of TimeMachineConfigutionSimon Brandhof2011-06-221-0/+12
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-175-127/+0
* SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-101-0/+1
* SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-104-0/+0
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-061-0/+1
* SONAR-2469 add unit testssimonbrandhof2011-05-272-0/+0
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-2714-34/+0
* SONAR-2409 Remove ability to use deprecated property 'branch'Evgeny Mandrikov2011-05-041-12/+0
* SONAR-2298 Rename MavenProjectBuilder to ProjectBuilderEvgeny Mandrikov2011-04-264-0/+0
* Fix crlfEvgeny Mandrikov2011-04-204-102/+102
* [SONAR-1957] Adds "switched off" attribute on Violation class and makeFabrice Bellingard2011-04-204-75/+102
* SONAR-2329 NonUniqueResultException occurs when analyzing both a maven module...simonbrandhof2011-04-122-0/+0
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-126-24/+24
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-126-21/+47
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-23/+0
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-261-0/+8
* SONAR-2137: Fix updating of past violationsEvgeny Mandrikov2011-02-021-1/+1
* period by number of days : search for the nearest snapshot, even if it's olde...simonbrandhof2011-01-031-0/+34
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-277-0/+316
* SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar ...simonbrandhof2010-12-161-0/+0
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-1552-135/+135
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-0652-193/+193
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-033-9/+9