aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/index/DefaultIndex.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-081-2/+2
* SONAR-4310Simon Brandhof2013-06-051-7/+1
* The deprecated violation api must not allow to change severitySimon Brandhof2013-05-301-0/+5
* SONAR-4313 forbid violations on program units and blocksSimon Brandhof2013-05-291-0/+5
* SONAR-4316 implement IssueFilter and support ViolationFilterSimon Brandhof2013-05-281-54/+19
* SONAR-3755 fix issue creation dateSimon Brandhof2013-04-301-2/+2
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Fix issue when violations are ignoredJulien Lancelot2013-04-171-5/+8
* SONAR-3755 Add Issues console pageJulien Lancelot2013-04-121-1/+1
* SONAR-3755 fix component key and rename Issuable.IssueBuilder#create()Simon Brandhof2013-04-111-0/+1
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-111-26/+13
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-101-1/+5
* Fix minor quality flawsSimon Brandhof2013-02-251-1/+2
* SONAR-3583 do not fail if violation has no rule idSimon Brandhof2013-02-251-3/+17
* SONAR-3583 Do not save violation if rule does not exist in DB (= no ID)Fabrice Bellingard2013-02-181-6/+6
* SONAR-2501 refactor BeanGraph layerSimon Brandhof2013-01-291-4/+4
* SONAR-4087 first draft of test apiSimon Brandhof2013-01-251-6/+15
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-5/+7
* Fix quality flawsSimon Brandhof2012-12-071-11/+24
* Fix violationDavid Gageot2012-07-241-8/+6
* Fix violationsDavid Gageot2012-07-061-27/+32
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+23
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-1974 inject manual violations into batchsimonbrandhof2011-12-041-36/+27
* SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.Fabrice Bellingard2011-10-241-0/+2
* 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-171-0/+4
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-211-10/+25
* Fix crlfEvgeny Mandrikov2011-04-201-549/+549
* [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContextFabrice Bellingard2011-04-201-533/+549
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-1/+0
* SONAR-2107 Fix NPE when saving a violation on a null ruleEvgeny Mandrikov2011-03-301-0/+5
* Fix violationsEvgeny Mandrikov2011-03-111-3/+4
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-261-7/+9
* Make DefaultIndex non-final and Module.getComponent publicEvgeny Mandrikov2011-02-221-9/+5
* Prevent from adding violations to resources with scope<filesimonbrandhof2011-02-071-0/+3
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* SONAR-2130 Fix backward-compatibility: resources can be automatically indexed...simonbrandhof2011-01-261-11/+10
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-251-17/+29
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-241-3/+9
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-211-102/+155
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-1/+1
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-1/+1
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSever...Godin2010-12-061-1/+1
* * check excluded resources in DefaultIndex#getChildren()simonbrandhof2010-12-061-7/+20
* SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersisterGodin2010-12-021-1/+0
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-301-20/+5
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-291-1/+1
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-291-6/+18