summaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3029 API: allow to have different severities for violations related to ...Simon Brandhof2011-11-241-9/+3
* Remove 2 commented-out lines + add a DEBUG log when excluding pluginSimon Brandhof2011-11-141-2/+1
* Fix potential NPE in Gradle tasksimonbrandhof2011-11-141-3/+6
* Fix loading of Gradle global propertiessimonbrandhof2011-11-131-6/+29
* Remove System.out.println() callssimonbrandhof2011-11-121-12/+0
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-114-47/+16
* Fix violationsEvgeny Mandrikov2011-11-075-5/+0
* SONAR-2967 extract the new component ProjectFilter from ProjectTreesimonbrandhof2011-11-044-71/+108
* SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabledsimonbrandhof2011-10-301-2/+0
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-271-1/+2
* Fix violationsEvgeny Mandrikov2011-10-261-1/+0
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-261-0/+4
* SONAR-2642 first step to integration mybatisSimon Brandhof2011-10-252-3/+49
* SONAR-801 Events on Dashboard confused for same project datesFabrice Bellingard2011-10-251-4/+12
* Fix violationsEvgeny Mandrikov2011-10-251-2/+0
* SONAR-2796 Display which directories Sonar will use during analysisEvgeny Mandrikov2011-10-241-7/+0
* SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.Fabrice Bellingard2011-10-241-0/+2
* Fix violationsEvgeny Mandrikov2011-10-241-5/+5
* SONAR-2681 Provide meaningful error message when unable to determine Maven pr...Evgeny Mandrikov2011-10-131-6/+9
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-131-12/+1
* SONAR-2896 Fix ability to configure Maven plugins under Maven 2.xEvgeny Mandrikov2011-10-121-2/+5
* SONAR-2861 fix loading of property sonar.skippedModulesSimon Brandhof2011-10-101-4/+9
* SONAR-2861 fix loading of the property sonar.core.codeCoveragePluginSimon Brandhof2011-10-104-14/+20
* SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectCon...Simon Brandhof2011-10-101-70/+0
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-092-2/+2
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-0716-251/+507
* SONAR-2735 Fix handling of different ways to declare Maven modulesEvgeny Mandrikov2011-09-301-12/+30
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-111-2/+2
* SONAR-2744 Fix regression in usage of 'sonar.phase'Evgeny Mandrikov2011-09-084-11/+15
* SONAR-2579 Creating an event through the web service API leads to a org.sonar...Simon Brandhof2011-09-081-1/+1
* SONAR-2692 allow ExtensionProvider#provide() to return nullSimon Brandhof2011-08-121-5/+7
* SONAR-2603 generate server key at startupSimon Brandhof2011-08-091-24/+20
* SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed be...Simon Brandhof2011-08-083-12/+15
* SONAR-2627 False-positive flags disappear after second analysis runSimon Brandhof2011-08-041-2/+4
* Some code improvementsSimon Brandhof2011-08-022-3/+5
* Fix new violationsSimon Brandhof2011-08-022-5/+1
* SONAR-2650 fix startup when no FileFilter extensions are installedSimon Brandhof2011-07-271-2/+12
* SONAR-2650 reduce number of constructorsSimon Brandhof2011-07-271-14/+2
* SONAR-2650 FileFilter extension point is ignoredSimon Brandhof2011-07-271-2/+16
* Add method findById to UserFinder and make it available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
* SONAR-2598 NotificationManager should be available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
* SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURESSimon Brandhof2011-07-121-2/+0
* Remove TRACE logSimon Brandhof2011-07-071-1/+0
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...Simon Brandhof2011-07-074-10/+16
* SONAR-2553 API: compute the variations on all measuresSimon Brandhof2011-06-291-4/+16
* Log when dry run is enabledsimonbrandhof2011-06-261-1/+5
* Revert move of TimeMachineConfigutionSimon Brandhof2011-06-222-0/+114
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-211-4/+8
* SONAR-2505 support measure variationsSimon Brandhof2011-06-218-110/+23
* Fix violationsEvgeny Mandrikov2011-06-201-1/+1