aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/index
Commit message (Expand)AuthorAgeFilesLines
* Simplify codeDavid Gageot2012-07-181-30/+1
* Remove violationDavid Gageot2012-07-171-6/+11
* Fix reloading of measure dataDavid Gageot2012-07-171-1/+3
* Fix measure data not being evicted anymoreDavid Gageot2012-07-161-3/+3
* SONAR-3437 merge MappersDavid Gageot2012-07-111-3/+5
* SONAR-3437 Improve code coverage and fix measure data updateDavid Gageot2012-07-111-5/+13
* SONAR-3437 Simpler codeDavid Gageot2012-07-111-31/+4
* SONAR-3437 Disable batch insert because it cannot workDavid Gageot2012-07-111-3/+3
* SONAR-3437 Fix batch insert on mysqlDavid Gageot2012-07-101-2/+2
* SONAR-3437 Cleaner code and fix Oracle mappingDavid Gageot2012-07-101-35/+38
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-101-27/+81
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-091-48/+82
* SONAR-3437 Prepare for refactoring to MyBatisDavid Gageot2012-07-091-51/+48
* Fix violationsDavid Gageot2012-07-061-27/+32
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+23
* SONAR-1700 Some links to the projects end up in new sessionFabrice Bellingard2012-03-191-0/+2
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-151-1/+1
* Fix some quality flawsSimon Brandhof2012-02-061-1/+1
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-011-0/+1
* SONAR-1707 feed the column SNAPSHOTS.BUILD_DATE on files and directoriesSimon Brandhof2012-01-181-0/+1
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-181-0/+3
* Update copyright header for this new yearSimon Brandhof2012-01-1015-15/+15
* Fix some quality flawssimonbrandhof2012-01-011-1/+1
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-301-7/+1
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-231-4/+4
* Refactor the packages of sonar-coreSimon Brandhof2011-12-221-1/+1
* SONAR-983 do not index librariesSimon Brandhof2011-12-221-1/+3
* SONAR-983 Improve relevance of results and group them by qualifierSimon Brandhof2011-12-211-2/+2
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-201-10/+10
* SONAR-1974 inject manual violations into batchsimonbrandhof2011-12-041-36/+27
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-271-1/+2
* Fix violationsEvgeny Mandrikov2011-10-261-1/+0
* SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.Fabrice Bellingard2011-10-241-0/+2
* SONAR-2579 Creating an event through the web service API leads to a org.sonar...Simon Brandhof2011-09-081-1/+1
* SONAR-2627 False-positive flags disappear after second analysis runSimon Brandhof2011-08-041-2/+4
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-176-88/+29
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-0/+79
* Fix portential hibernate errorsimonbrandhof2011-04-291-2/+2
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-211-10/+25
* Fix crlfEvgeny Mandrikov2011-04-202-637/+637
* [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContextFabrice Bellingard2011-04-201-533/+549
* [SONAR-1957] Adds "switched off" attribute on Violation class and makeFabrice Bellingard2011-04-201-1/+2
* [SONAR-2347] Close a review when its corresponding violation does notFabrice Bellingard2011-04-201-82/+87
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-6/+19
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-1/+0
* SONAR-2279 API : new extension points to handle lifecycle eventsEvgeny Mandrikov2011-03-311-12/+9
* SONAR-2107 Fix NPE when saving a violation on a null ruleEvgeny Mandrikov2011-03-301-0/+5
* Fix coding violationssimonbrandhof2011-03-271-1/+1
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-21/+13
* SONAR-2272 Add EventBusEvgeny Mandrikov2011-03-121-4/+30