aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/index
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3583 do not fail if violation has no rule idSimon Brandhof2013-02-251-9/+34
* SONAR-3583 Do not save violation if rule does not exist in DB (= no ID)Fabrice Bellingard2013-02-181-1/+16
* SONAR-2501 refactor BeanGraph layerSimon Brandhof2013-01-291-2/+2
* SONAR-4087 first draft of test apiSimon Brandhof2013-01-251-1/+2
* SONAR-4050 The roles on each project are re-initialized with the default valu...Simon Brandhof2013-01-031-6/+36
* Grant roles when projects are created, not later during decorator phaseSimon Brandhof2012-11-081-7/+9
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-311-1/+2
* SONAR-2602 the extensions Language must not be declared with InstantiationStr...Simon Brandhof2012-10-041-11/+17
* SONAR-3636 Improve unit testFabrice Bellingard2012-09-271-0/+6
* SONAR-3636 Add and feed a new column projects.created_atFabrice Bellingard2012-09-271-6/+6
* Don't use anyObject() matcherDavid Gageot2012-09-201-2/+2
* 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
* Make it impossible to use AbstractDbUnitTestCase for iBatis testsDavid Gageot2012-06-191-6/+6
* Remove warningsDavid Gageot2012-04-271-8/+7
* SONAR-1700 Some links to the projects end up in new sessionFabrice Bellingard2012-03-191-0/+11
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-142-3/+0
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-181-5/+5
* Update copyright header for this new yearSimon Brandhof2012-01-106-6/+6
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-301-8/+6
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-231-7/+7
* Refactor the packages of sonar-coreSimon Brandhof2011-12-222-7/+3
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-201-6/+8
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-131-6/+0
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-171-96/+0
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-211-1/+1
* Fix crlfEvgeny Mandrikov2011-04-202-334/+334
* [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContextFabrice Bellingard2011-04-201-188/+238
* [SONAR-1957] Adds "switched off" attribute on Violation class and makeFabrice Bellingard2011-04-201-83/+96
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-3/+10
* SONAR-2107 Fix NPE when saving a violation on a null ruleEvgeny Mandrikov2011-03-301-10/+21
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-11/+0
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-262-1/+110
* Upgrade copyright headerssimonbrandhof2011-02-046-6/+6
* SONAR-2137: Fix updating of past violationsEvgeny Mandrikov2011-02-021-1/+1
* Add the method ResourceUtils#isPersistable(Resource)simonbrandhof2011-01-261-46/+0
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-251-8/+9
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-241-3/+37
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-215-30/+175
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-271-1/+0
* do not persist measures with null value, null variations and "best-value" metricsimonbrandhof2010-12-211-0/+5
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-3/+3
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-031-8/+8
* SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersisterGodin2010-12-021-26/+3