summaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
|
* SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed ↵Simon Brandhof2011-08-084-14/+17
| | | | before Initializer extensions
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
|
* 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-272-16/+3
|
* SONAR-2650 FileFilter extension point is ignoredSimon Brandhof2011-07-272-3/+18
|
* 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
|
* Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-111-1/+1
|
* temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|
* Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|
* Remove TRACE logSimon Brandhof2011-07-071-1/+0
|
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should ↵Simon Brandhof2011-07-075-21/+31
| | | | access project configuration
* 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-224-0/+208
|
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-212-9/+29
|
* SONAR-2505 support measure variationsSimon Brandhof2011-06-2110-122/+33
|
* Fix violationsEvgeny Mandrikov2011-06-201-1/+1
|
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-1716-457/+29
|
* SONAR-2428 Detection new violations, when new module added to projectEvgeny Mandrikov2011-06-176-31/+50
|
* SONAR-2428 Detect new violations, when new module added to projectEvgeny Mandrikov2011-06-155-27/+56
|
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-1518-40/+272
|
* Fix some minor violationssimonbrandhof2011-06-105-35/+6
|
* Fix license headerssimonbrandhof2011-06-101-18/+18
|
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-101-1/+0
|
* Merge remote branch 'upstream/master'simonbrandhof2011-06-106-58/+201
|\
| * SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaksEvgeny Mandrikov2011-06-085-56/+199
| | | | | | | | | | | | | | DriverDatabaseConnector should register only one instance of DriverProxy in DriverManager and also should perform deregistration. But this is not enough to prevent memory leaks, so class loader for JDBC Driver should perform additional efforts for deregistration.
| * Fix violationsEvgeny Mandrikov2011-06-071-2/+2
| |
* | SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-104-89/+74
| |
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-109-215/+230
|/
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-072-6/+4
|
* Allow the extension ProjectBuilder to change the source directories of root ↵Simon Brandhof2011-06-0618-81/+188
| | | | module
* SONAR-2497 add logsSimon Brandhof2011-06-031-11/+13
|
* SONAR-2497 Add batch properties to include/exclude plugins to loadSimon Brandhof2011-06-032-8/+98
|
* Allow to manually define source files to analyzeSimon Brandhof2011-06-032-4/+17
|
* Fix loading of metric formulas when defined in pluginsSimon Brandhof2011-05-313-10/+21
|
* SONAR-2475 remove org.sonar.api.checks.checkers and ↵simonbrandhof2011-05-272-65/+0
| | | | org.sonar.api.checks.profiles
* Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloadersimonbrandhof2011-05-277-16/+12
|
* SONAR-2469 add unit testssimonbrandhof2011-05-273-67/+179
|
* SONAR-2469 add unit testssimonbrandhof2011-05-275-35/+107
|
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-2731-362/+340
|
* SONAR-2469 fix typo in name of InstantiationStrategy classsimonbrandhof2011-05-265-27/+27
|
* SONAR-2469 refactor Modulesimonbrandhof2011-05-2518-499/+1267
| | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project
* Fix merge of release 2.8simonbrandhof2011-05-192-27/+14
|
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
|