Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release-2.10' | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
|\ | |||||
| * | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | | |||||
* | | SONAR-2692 API: allow plugins to auto-disable on server startup | simonbrandhof | 2011-08-11 | 1 | -1/+1 |
|/ | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 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 |
| | |||||
* | 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 |
| | |||||
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 1 | -0/+35 |
| | |||||
* | Remove dependency on classworlds - use only plexus-classworlds | Evgeny Mandrikov | 2011-06-13 | 1 | -2/+0 |
| | |||||
* | 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 | 28 | -987/+928 |
|/ | |||||
* | SONAR-1922 Add a kind of version control for quality profiles | Evgeny Mandrikov | 2011-05-27 | 3 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply patch, which was contributed by Julien Henry: * Following algorithm was implemented: Every profile starts with version=1 and used=false. As soon as there is an analysis of a project, the involved profile is set to used=true. Every modification to a quality profile (activation, deactivation or modification of rule) is logged in DB in dedicated tables. When a modification is done on a profile that is used=true, then version number is increased and profile is set to used=false. * Introduced new metric to store profile version, which was used during analysis. * If profile for project is different than the one used during previous analysis, then event would be created. * Introduced new tab 'changelog' for profiles. Following fixes were applied on original patch: * Index name limited to 30 characters in Oracle DB, so names were reduced. * Field ActiveRuleChange.profileVersion never read locally, because ruby read it directly from DB, so getter added. * Direction doesn't make sense for 'profile_version' metric, so was removed. * Fixed ProfileEventsSensor: it seems that TimeMachine not guarantee that the order of measures would be the same as in query, so we should perform two sequential queries. * Fixed handling of null values during migration. | ||||
* | SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed | Fabrice Bellingard | 2011-05-26 | 1 | -1/+1 |
| | | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client | ||||
* | SONAR-2469 fix typo in name of InstantiationStrategy class | simonbrandhof | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | SONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID | Evgeny Mandrikov | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵ | Evgeny Mandrikov | 2011-04-27 | 1 | -3/+3 |
| | | | | info level |