aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2719 support Maven 3Simon Brandhof2011-10-102-35/+0
* SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectCon...Simon Brandhof2011-10-101-70/+0
* SONAR-2719 add timestamp to maven logssimonbrandhof2011-10-092-6/+43
* 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
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-179-160/+29
* SONAR-2428 Detection new violations, when new module added to projectEvgeny Mandrikov2011-06-173-24/+18
* SONAR-2428 Detect new violations, when new module added to projectEvgeny Mandrikov2011-06-153-15/+38
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-1513-34/+198
* Fix some minor violationssimonbrandhof2011-06-101-2/+3
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-101-1/+0
* Merge remote branch 'upstream/master'simonbrandhof2011-06-105-57/+200
|\
| * SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaksEvgeny Mandrikov2011-06-084-55/+198
| * Fix violationsEvgeny Mandrikov2011-06-071-2/+2
* | SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-102-69/+27
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-103-102/+124
|/
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-072-6/+4
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-0611-73/+97
* SONAR-2497 add logsSimon Brandhof2011-06-031-11/+13
* SONAR-2497 Add batch properties to include/exclude plugins to loadSimon Brandhof2011-06-031-6/+35
* Allow to manually define source files to analyzeSimon Brandhof2011-06-032-4/+17