Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2919 Update Events table | Fabrice Bellingard | 2011-10-24 | 1 | -1/+1 |
| | | | | | | | | Migration script: - name column => 400 - description column => 4000 - data column removed - tries to attach snapshots to events that do not have one | ||||
* | Fix violations | Evgeny Mandrikov | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | Fix unit test to bypass the bug SONAR-2927 | Simon Brandhof | 2011-10-21 | 1 | -0/+18 |
| | |||||
* | Remove some DEBUG logs when building plugin classloaders | Simon Brandhof | 2011-10-19 | 1 | -2/+1 |
| | |||||
* | SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ↵ | Simon Brandhof | 2011-10-10 | 4 | -161/+0 |
| | | | | ProjectConfiguration | ||||
* | SONAR-2719 add timestamp to maven logs | simonbrandhof | 2011-10-09 | 1 | -0/+76 |
| | |||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 1 | -3/+3 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 9 | -54/+227 |
| | | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions | ||||
* | Fix NPE in CacheRuleFinder | Simon Brandhof | 2011-09-21 | 2 | -6/+16 |
| | |||||
* | Fix loading of Java configuration when Ruby on Rails inserts new rows | Simon Brandhof | 2011-09-15 | 1 | -0/+5 |
| | |||||
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-07 | 2 | -6/+6 |
| | | | | | | | | | | | | | * Fix SQL for Oracle and Derby. * Rename table clone_blocks to duplications_index. * The use of "sonar.branch" should deactivate detection of cross-project duplications. * Show info about used engine. * Set size of block - 10. | ||||
* | SONAR-2522 Improve the batch requests on the RULES table | Simon Brandhof | 2011-09-07 | 1 | -20/+15 |
| | |||||
* | SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQL | Simon Brandhof | 2011-09-06 | 8 | -1/+34 |
| | |||||
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-02 | 1 | -9/+7 |
| | | | | | | * Improve table clone_blocks and so DbCloneIndex. * Add purge of old clone blocks. | ||||
* | SONAR-1091 Add CPD over different projects | Evgeny Mandrikov | 2011-09-01 | 3 | -1/+104 |
| | | | | | | | * Add table clone_blocks * Add DbCloneIndex, which can be activated in sonar-cpd-plugin using property "sonar.cpd.cross_project=true" | ||||
* | Merge branch 'release-2.10' | Simon Brandhof | 2011-08-18 | 1 | -11/+14 |
|\ | |||||
| * | SONAR-75 implement negative cache of rule descriptions | Simon Brandhof | 2011-08-18 | 1 | -11/+14 |
| | | |||||
* | | Merge branch 'release-2.10' | Simon Brandhof | 2011-08-17 | 5 | -16/+70 |
|\| | |||||
| * | SONAR-75 Add cache of rule descriptions | Simon Brandhof | 2011-08-17 | 5 | -16/+70 |
| | | |||||
* | | SONAR-2655 define toString() on all the hibernate models | Simon Brandhof | 2011-08-16 | 4 | -10/+26 |
| | | |||||
* | | SONAR-2692 API: allow plugins to auto-disable on server startup | simonbrandhof | 2011-08-11 | 1 | -1/+1 |
|/ | |||||
* | Fix notifications with MySQL | Simon Brandhof | 2011-08-04 | 2 | -7/+24 |
| | |||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 2 | -14/+22 |
| | |||||
* | SONAR-75 support GWT components integrated to core | Simon Brandhof | 2011-08-01 | 4 | -2/+154 |
| | |||||
* | SONAR-75 rule search engine supports localized titles | Simon Brandhof | 2011-07-29 | 3 | -66/+189 |
| | |||||
* | SONAR-75 rename i18n bundles to l10n bundles | Simon Brandhof | 2011-07-29 | 9 | -2/+2 |
| | | | | | | | Article from the W3C : Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a "locale"). Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language. | ||||
* | SONAR-75 Improve i18n API | Simon Brandhof | 2011-07-29 | 12 | -32/+460 |
| | | | | | | - The extension point LanguagePack is not required anymore - No error logs when rule description is not available in all locales - Increase code coverage and decrease complexity | ||||
* | SONAR-75 refactor I18nManager | Simon Brandhof | 2011-07-28 | 2 | -0/+126 |
| | |||||
* | SONAR-2596 Reduce number of arguments for NotificationService constructor | Evgeny Mandrikov | 2011-07-28 | 3 | -3/+28 |
| | |||||
* | SONAR-2644 Rule name should be optional in XML declaration files | Simon Brandhof | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | Fix CloseReviewsDecorator for Derby and move Review entity from ↵ | Evgeny Mandrikov | 2011-07-26 | 2 | -1/+144 |
| | | | | sonar-plugin-api to sonar-core | ||||
* | Add method findById to UserFinder and make it available as BatchComponent | Evgeny Mandrikov | 2011-07-25 | 2 | -2/+22 |
| | |||||
* | Add unit test for UserFinder | Evgeny Mandrikov | 2011-07-22 | 2 | -0/+69 |
| | |||||
* | SONAR-2607 Provide email notifications on review changes | Evgeny Mandrikov | 2011-07-22 | 2 | -3/+47 |
| | | | | | | * Add email templates. * Add server component - UserFinder. | ||||
* | SONAR-2596,SONAR-2600 Improve notification mechanism | Evgeny Mandrikov | 2011-07-20 | 6 | -88/+208 |
| | | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email. | ||||
* | Remote the column MANUAL_MEASURES.URL + improve IE7 rendering | Simon Brandhof | 2011-07-20 | 1 | -7/+0 |
| | |||||
* | SONAR-2628 Add a page to manage manual measures | simonbrandhof | 2011-07-19 | 2 | -1/+8 |
| | |||||
* | SONAR-2596 Add an event notification mechanism | Evgeny Mandrikov | 2011-07-18 | 1 | -0/+19 |
| | | | | | | | For the moment works only on server-side and no data persisted into DB. As a proof of concept - write message to log when comment was added to review. | ||||
* | Add Review model | Evgeny Mandrikov | 2011-07-15 | 2 | -0/+68 |
| | |||||
* | SONAR-2610 support url and description of manual measures | simonbrandhof | 2011-07-14 | 1 | -1/+17 |
| | |||||
* | SONAR-2610 web service for manual measures + copy manual measures during ↵ | simonbrandhof | 2011-07-14 | 2 | -0/+79 |
| | | | | analysis | ||||
* | SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURES | Simon Brandhof | 2011-07-12 | 45 | -1829/+3 |
| | |||||
* | SONAR-2583 Remove the unused table PARAMETERS | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 1 | -0/+35 |
| | |||||
* | Merge remote branch 'upstream/master' | simonbrandhof | 2011-06-10 | 2 | -25/+50 |
|\ | |||||
| * | SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaks | Evgeny Mandrikov | 2011-06-08 | 1 | -14/+45 |
| | | | | | | | | | | | | | | 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 | 2 | -17/+11 |
| | | |||||
* | | SONAR-2507 support deprecated directory /extensions/rules/ | simonbrandhof | 2011-06-10 | 5 | -11/+197 |
| | | |||||
* | | SONAR-2507 remove the tables PLUGINS and PLUGIN_FILES | simonbrandhof | 2011-06-10 | 1 | -1/+1 |
| | | |||||
* | | SONAR-2507 Batch must load plugins without connecting to database | simonbrandhof | 2011-06-10 | 27 | -987/+924 |
|/ |