Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-1832: | Godin | 2010-11-01 | 6 | -48/+55 |
| | | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0 | ||||
* | SONAR-1643 increase the size of DASHBOARD.COLUMN_LAYOUT | simonbrandhof | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | SONAR-1643 fix IT | simonbrandhof | 2010-11-01 | 2 | -3/+3 |
| | |||||
* | HttpDownloader should not create file if fail to download | Godin | 2010-11-01 | 2 | -3/+21 |
| | |||||
* | SONAR-1643 add example of widget properties in plugin archetype + use ↵ | simonbrandhof | 2010-11-01 | 16 | -125/+115 |
| | | | | enumeration for the type of widget property | ||||
* | Add a more meaningful error message when a plugin manifest can't be read | Godin | 2010-11-01 | 2 | -10/+19 |
| | |||||
* | SONAR-1901: "Undocumented API" is not defined as a rule in Sonar | Godin | 2010-11-01 | 5 | -43/+100 |
| | | | | | | | * Add abstract class JavaAstCheck * Change description of rule * Check must not extend the PublicApiVisitor * Add an optional new parameter to rule whose value would be a list of wildcard patterns | ||||
* | SONAR-1913: Property renamed to "sonar.updatecenter.activate". | Godin | 2010-11-01 | 2 | -2/+2 |
| | |||||
* | SONAR-1643 | simonbrandhof | 2010-11-01 | 10 | -67/+43 |
| | | | | | | * values of widget_properties are typed in widget API (for example booleans, integers or floats instead of strings) * remove unused CSS * highlight the current layout when editing layouts | ||||
* | SONAR-1913: Add a property to deactivate Update Center | Godin | 2010-11-01 | 2 | -1/+12 |
| | |||||
* | [SONAR-1875] Improve CodeReaderFilter with channel capabilities | bellingard | 2010-11-01 | 1 | -3/+17 |
| | | | | http://jira.codehaus.org/browse/SONAR-1875 | ||||
* | SONAR-1893: Display new sonar releases | Godin | 2010-11-01 | 4 | -7/+33 |
| | |||||
* | SONAR-1643 add a link to configure widget | simonbrandhof | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | SONAR-1643 widgets require to be configured only if it has mandatory ↵ | simonbrandhof | 2010-11-01 | 3 | -5/+62 |
| | | | | properties without default value | ||||
* | SONAR-1643 add widget properties | simonbrandhof | 2010-10-29 | 12 | -150/+175 |
| | |||||
* | SONAR-1904: WildcardPattern "**/Reader" shouldn't match ↵ | Godin | 2010-10-29 | 2 | -5/+16 |
| | | | | "org.sonar.channel.CodeReader" and "java.io.StringReader" | ||||
* | Typo fixes | bellingard | 2010-10-29 | 3 | -5/+5 |
| | |||||
* | SONAR-1901: Add new rule to report on "Undocumented API" | Godin | 2010-10-28 | 1 | -0/+32 |
| | |||||
* | SONAR-1901: Add new rule to report on "Undocumented API" | Godin | 2010-10-28 | 8 | -97/+65 |
| | |||||
* | SONAR-1643 edit widget properties | simonbrandhof | 2010-10-28 | 6 | -7/+63 |
| | |||||
* | SONAR-1643 improve display of widgets to add + administrators can edit the ↵ | simonbrandhof | 2010-10-28 | 6 | -36/+21 |
| | | | | default dashboard | ||||
* | SONAR-1837: Add profiling logs to database optimization tasks | Godin | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | SONAR-1837: | Godin | 2010-10-28 | 13 | -55/+102 |
| | | | | | * Add profiling logs to database optimization tasks * Extend TimeProfiler to produce logs using debug level | ||||
* | SONAR-1643 follow shared dashboards | simonbrandhof | 2010-10-28 | 3 | -9/+54 |
| | |||||
* | SONAR-1871: Generate a meaningful error message when the PMD XPATH rule is ↵ | Godin | 2010-10-28 | 2 | -23/+52 |
| | | | | activated without setting the "XPATH_EXPRESSION_PARAM" and "XPATH_MESSAGE_PARAM" values | ||||
* | SONAR-1643 configure widgets: links edit and remove can not be clicked | simonbrandhof | 2010-10-28 | 3 | -17/+12 |
| | |||||
* | SONAR-1643 manage default dashboards for anonymous users | simonbrandhof | 2010-10-28 | 4 | -11/+16 |
| | |||||
* | SONAR-1643 unfollow shared dashboards | simonbrandhof | 2010-10-28 | 3 | -3/+11 |
| | |||||
* | SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UI | simonbrandhof | 2010-10-28 | 54 | -718/+385 |
| | |||||
* | SONAR-1844: The "Squid" rule engine should be renamed "Sonar" rule engine in ↵ | Godin | 2010-10-28 | 1 | -1/+1 |
| | | | | the web interface | ||||
* | Use sonar-update-center-common 0.4-SNAPSHOT | Godin | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | SONAR-1643 apply a part of the GSOC branch | simonbrandhof | 2010-10-28 | 66 | -2176/+6313 |
| | |||||
* | Assume that snapshot and release candidate are the same as release | Godin | 2010-10-27 | 2 | -12/+32 |
| | |||||
* | SONAR-1887: Display available plugin updates | Godin | 2010-10-27 | 6 | -61/+92 |
| | | | | SONAR-1888: Add a button to install the last compatible version | ||||
* | SONAR-1886: Uninstall a plugin | Godin | 2010-10-27 | 4 | -4/+28 |
| | |||||
* | SONAR-1887: Display available plugin updates | Godin | 2010-10-27 | 2 | -16/+35 |
| | |||||
* | SONAR-1886: Uninstall a plugin | Godin | 2010-10-27 | 7 | -27/+30 |
| | |||||
* | SONAR-1886: Uninstall a plugin | Godin | 2010-10-27 | 5 | -15/+42 |
| | |||||
* | SONAR-1886: Uninstall a plugin | Godin | 2010-10-27 | 6 | -16/+73 |
| | |||||
* | SONAR-1563: Display installed plugins | Godin | 2010-10-27 | 5 | -146/+116 |
| | | | | SONAR-1889: Display new available plugins | ||||
* | SONAR-1563: Display installed plugins | Godin | 2010-10-27 | 1 | -31/+78 |
| | |||||
* | SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap" | Godin | 2010-10-25 | 2 | -23/+2 |
| | |||||
* | SONAR-1832: Fix unit test | Godin | 2010-10-25 | 1 | -5/+5 |
| | |||||
* | SONAR-1903: Fix problem with cloned rules and AnnotationCheckFactory | Godin | 2010-10-25 | 2 | -5/+6 |
| | |||||
* | Add unit test for cloned rules to AnnotationCheckFactory | Godin | 2010-10-25 | 2 | -9/+33 |
| | |||||
* | SONAR-1832: Remove duplicated words from violation message | Godin | 2010-10-25 | 1 | -6/+2 |
| | |||||
* | SONAR-1888: Add a button to install the last compatible version | Godin | 2010-10-25 | 1 | -1/+5 |
| | |||||
* | SONAR-1563: Rename domain to "updatecenter" | Godin | 2010-10-25 | 7 | -7/+7 |
| | |||||
* | Reactivate link for update center | Godin | 2010-10-25 | 1 | -0/+1 |
| | |||||
* | SONAR-1832: Use injected AnnotationRuleParser | Godin | 2010-10-25 | 1 | -2/+2 |
| |