Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed ↵ | Simon Brandhof | 2011-08-08 | 4 | -14/+17 |
| | | | | before Initializer extensions | ||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | SONAR-2627 False-positive flags disappear after second analysis run | Simon Brandhof | 2011-08-04 | 1 | -2/+4 |
| | |||||
* | Some code improvements | Simon Brandhof | 2011-08-02 | 2 | -3/+5 |
| | |||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 2 | -5/+1 |
| | |||||
* | SONAR-2650 fix startup when no FileFilter extensions are installed | Simon Brandhof | 2011-07-27 | 1 | -2/+12 |
| | |||||
* | SONAR-2650 reduce number of constructors | Simon Brandhof | 2011-07-27 | 2 | -16/+3 |
| | |||||
* | SONAR-2650 FileFilter extension point is ignored | Simon Brandhof | 2011-07-27 | 2 | -3/+18 |
| | |||||
* | Add method findById to UserFinder and make it available as BatchComponent | Evgeny Mandrikov | 2011-07-25 | 1 | -0/+2 |
| | |||||
* | SONAR-2598 NotificationManager should be available as BatchComponent | Evgeny Mandrikov | 2011-07-25 | 1 | -0/+2 |
| | |||||
* | SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURES | Simon Brandhof | 2011-07-12 | 1 | -2/+0 |
| | |||||
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Remove TRACE log | Simon Brandhof | 2011-07-07 | 1 | -1/+0 |
| | |||||
* | SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should ↵ | Simon Brandhof | 2011-07-07 | 5 | -21/+31 |
| | | | | access project configuration | ||||
* | SONAR-2553 API: compute the variations on all measures | Simon Brandhof | 2011-06-29 | 1 | -4/+16 |
| | |||||
* | Log when dry run is enabled | simonbrandhof | 2011-06-26 | 1 | -1/+5 |
| | |||||
* | Revert move of TimeMachineConfigution | Simon Brandhof | 2011-06-22 | 4 | -0/+208 |
| | |||||
* | SONAR-2497 Merge i18n plugin with core | Simon Brandhof | 2011-06-21 | 2 | -9/+29 |
| | |||||
* | SONAR-2505 support measure variations | Simon Brandhof | 2011-06-21 | 10 | -122/+33 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | SONAR-2505 support tracking of violations on dry runs | Simon Brandhof | 2011-06-17 | 16 | -457/+29 |
| | |||||
* | SONAR-2428 Detection new violations, when new module added to project | Evgeny Mandrikov | 2011-06-17 | 6 | -31/+50 |
| | |||||
* | SONAR-2428 Detect new violations, when new module added to project | Evgeny Mandrikov | 2011-06-15 | 5 | -27/+56 |
| | |||||
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 18 | -40/+272 |
| | |||||
* | Fix some minor violations | simonbrandhof | 2011-06-10 | 5 | -35/+6 |
| | |||||
* | Fix license headers | simonbrandhof | 2011-06-10 | 1 | -18/+18 |
| | |||||
* | Add javadoc to org.sonar.api.platform.PluginRepository | simonbrandhof | 2011-06-10 | 1 | -1/+0 |
| | |||||
* | Merge remote branch 'upstream/master' | simonbrandhof | 2011-06-10 | 6 | -58/+201 |
|\ | |||||
| * | SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaks | Evgeny Mandrikov | 2011-06-08 | 5 | -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 violations | Evgeny Mandrikov | 2011-06-07 | 1 | -2/+2 |
| | | |||||
* | | SONAR-2507 support deprecated directory /extensions/rules/ | simonbrandhof | 2011-06-10 | 4 | -89/+74 |
| | | |||||
* | | SONAR-2507 Batch must load plugins without connecting to database | simonbrandhof | 2011-06-10 | 9 | -215/+230 |
|/ | |||||
* | Do not allow to change ProjectDefinition#properties | Simon Brandhof | 2011-06-07 | 2 | -6/+4 |
| | |||||
* | Allow the extension ProjectBuilder to change the source directories of root ↵ | Simon Brandhof | 2011-06-06 | 18 | -81/+188 |
| | | | | module | ||||
* | SONAR-2497 add logs | Simon Brandhof | 2011-06-03 | 1 | -11/+13 |
| | |||||
* | SONAR-2497 Add batch properties to include/exclude plugins to load | Simon Brandhof | 2011-06-03 | 2 | -8/+98 |
| | |||||
* | Allow to manually define source files to analyze | Simon Brandhof | 2011-06-03 | 2 | -4/+17 |
| | |||||
* | Fix loading of metric formulas when defined in plugins | Simon Brandhof | 2011-05-31 | 3 | -10/+21 |
| | |||||
* | SONAR-2475 remove org.sonar.api.checks.checkers and ↵ | simonbrandhof | 2011-05-27 | 2 | -65/+0 |
| | | | | org.sonar.api.checks.profiles | ||||
* | Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloader | simonbrandhof | 2011-05-27 | 7 | -16/+12 |
| | |||||
* | SONAR-2469 add unit tests | simonbrandhof | 2011-05-27 | 3 | -67/+179 |
| | |||||
* | SONAR-2469 add unit tests | simonbrandhof | 2011-05-27 | 5 | -35/+107 |
| | |||||
* | SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder | simonbrandhof | 2011-05-27 | 31 | -362/+340 |
| | |||||
* | SONAR-2469 fix typo in name of InstantiationStrategy class | simonbrandhof | 2011-05-26 | 5 | -27/+27 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 18 | -499/+1267 |
| | | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project | ||||
* | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 2 | -27/+14 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| |