Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix HttpDownloaderTest on Windows | Simon Brandhof | 2011-10-13 | 1 | -3/+4 |
| | |||||
* | Remove some ignored tests and fix some commented-out code | Simon Brandhof | 2011-10-13 | 1 | -1/+4 |
| | |||||
* | Improve unit tests | Evgeny Mandrikov | 2011-10-13 | 1 | -7/+29 |
| | |||||
* | SONAR-2896 Fix ability to configure Maven plugins under Maven 2.x | Evgeny Mandrikov | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | SONAR-2896 Fix ability to configure Maven plugins under Maven 2.x | Evgeny Mandrikov | 2011-10-12 | 1 | -4/+18 |
| | |||||
* | SONAR-2852 CommandExecutor must explicitly close all streams | Evgeny Mandrikov | 2011-10-10 | 1 | -8/+37 |
| | |||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 14 | -115/+956 |
| | | | | | | | | 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 | ||||
* | Add MeasureData#toString() | Simon Brandhof | 2011-09-20 | 1 | -0/+11 |
| | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | SONAR-2810 End support of JNDI JDBC datasource by WAR mode | Simon Brandhof | 2011-09-14 | 1 | -1/+0 |
| | |||||
* | SONAR-2603 provide a dedicated page to generate server id | simonbrandhof | 2011-09-11 | 2 | -4/+4 |
| | |||||
* | SONAR-2603 provide a dedicated settings page to generate server key | simonbrandhof | 2011-09-09 | 1 | -1/+6 |
| | | | | | This page is merged to the catgories of the General Settings page. At the same time the Email Settings page is merged as well. | ||||
* | SONAR-1091 New properties and category 'Duplications' | Evgeny Mandrikov | 2011-09-09 | 1 | -3/+28 |
| | |||||
* | SONAR-2714 Reorganize core properties into categories | Simon Brandhof | 2011-08-18 | 1 | -0/+31 |
| | |||||
* | SONAR-2655 define toString() on all the hibernate models | Simon Brandhof | 2011-08-16 | 11 | -60/+110 |
| | |||||
* | SONAR-2694 Provide a new optional 'category' attribute on the @Property ↵ | Simon Brandhof | 2011-08-15 | 1 | -0/+5 |
| | | | | annotation | ||||
* | 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 | 2 | -2/+44 |
| | | |||||
* | | SONAR-2603 generate server key at startup | Simon Brandhof | 2011-08-09 | 2 | -0/+15 |
|/ | |||||
* | 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 | -7/+20 |
| | |||||
* | Deactivate test HttpDownloaderTest | simonbrandhof | 2011-08-02 | 1 | -3/+1 |
| | |||||
* | Some code improvements | Simon Brandhof | 2011-08-02 | 4 | -5/+9 |
| | |||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 3 | -13/+13 |
| | |||||
* | SONAR-75 Remove unused French GWT properties + add method ↵ | Simon Brandhof | 2011-08-01 | 1 | -2/+22 |
| | | | | Metric.Builder#setUserManaged(boolean) | ||||
* | SONAR-75 Improve i18n API | Simon Brandhof | 2011-07-29 | 1 | -54/+0 |
| | | | | | | - 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 | ||||
* | Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵ | Simon Brandhof | 2011-07-28 | 1 | -0/+7 |
| | | | | Rule#create(String repo, String key) | ||||
* | Fix label of metric commented_out_code_lines | Simon Brandhof | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2596 Add unit tests | Evgeny Mandrikov | 2011-07-28 | 2 | -0/+84 |
| | |||||
* | SONAR-2644 Rule name should be optional in XML declaration files | Simon Brandhof | 2011-07-26 | 4 | -10/+9 |
| | |||||
* | SONAR-2634 new_*_violations and *_violations metrics are not qualitative | Simon Brandhof | 2011-07-26 | 1 | -11/+11 |
| | |||||
* | Fix CloseReviewsDecorator for Derby and move Review entity from ↵ | Evgeny Mandrikov | 2011-07-26 | 1 | -143/+0 |
| | | | | sonar-plugin-api to sonar-core | ||||
* | SONAR-75 define locale for violation messages | simonbrandhof | 2011-07-25 | 2 | -23/+12 |
| | |||||
* | SONAR-2607 Provide email notifications on review changes | Evgeny Mandrikov | 2011-07-25 | 1 | -1/+58 |
| | | | | | | * Update CloseReviewsDecorator to send notifications * Fix permalink in ReviewEmailTemplate | ||||
* | Add method findById to UserFinder and make it available as BatchComponent | Evgeny Mandrikov | 2011-07-25 | 1 | -1/+4 |
| | |||||
* | SONAR-2006 Allow to select manual measures in filters treemap | Simon Brandhof | 2011-07-22 | 1 | -2/+2 |
| | |||||
* | SONAR-2607 Provide email notifications on review changes | Evgeny Mandrikov | 2011-07-22 | 2 | -2/+34 |
| | | | | | | * Add email templates. * Add server component - UserFinder. | ||||
* | SONAR-2635 Add new type of widget property : METRIC | Simon Brandhof | 2011-07-22 | 1 | -1/+5 |
| | |||||
* | SONAR-2634 The tendency icon of the 'violations' metric should not be colorized | Simon Brandhof | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Add property 'sonar.core.serverBaseURL' | Evgeny Mandrikov | 2011-07-22 | 1 | -0/+11 |
| | |||||
* | SONAR-2599 First draft of settings for notifications in user profile | Evgeny Mandrikov | 2011-07-20 | 2 | -0/+10 |
| | |||||
* | SONAR-2596,SONAR-2600 Improve notification mechanism | Evgeny Mandrikov | 2011-07-20 | 5 | -0/+296 |
| | | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email. | ||||
* | SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURES | Simon Brandhof | 2011-07-12 | 1 | -172/+0 |
| | |||||
* | SONAR-2604 Default value for properties "sonar.java.source" and ↵ | Evgeny Mandrikov | 2011-07-12 | 1 | -8/+5 |
| | | | | "sonar.java.target" should be "1.5" | ||||
* | 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 |
| |