aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1697 XML default property values are not correctly displayed in the ↵simonbrandhof2010-10-122-9/+14
| | | | Settings pages
* SONAR-1843 The webservice /api/properties fails when requested format is XMLsimonbrandhof2010-10-081-1/+1
|
* API: apply the same pattern between rules and profiles API. The extension ↵simonbrandhof2010-10-081-0/+2
| | | | point to define rules is org.sonar.api.rules.RuleRepository. The classes AnnotationRuleParser and XMLRuleParser are components that can be used but not extended.
* API: improve the pattern to define quality profiles. The extension point is ↵simonbrandhof2010-10-086-12/+20
| | | | org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended.
* minor update of the CSS class .background-graysimonbrandhof2010-10-061-3/+3
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
|
* remove the CSS class 'data2' => reverted to 'data'simonbrandhof2010-10-0519-85/+53
|
* quality model API: simplify difference between property numeric value and ↵simonbrandhof2010-10-041-0/+2
| | | | text value
* fix the vertical alignment issue in filter pagessimonbrandhof2010-10-042-10/+12
|
* SONAR-1833 treemap ignores fractional part of metricssimonbrandhof2010-10-041-1/+1
|
* fix alignment of tendency icons in the components pagesimonbrandhof2010-10-041-2/+1
|
* add the method JRubyFacade.getComponentByClassname(pluginKey, classname) to ↵simonbrandhof2010-10-044-14/+57
| | | | get components from ruby code
* fix ITsimonbrandhof2010-10-021-2/+2
|
* rules console: rename the button 'Create new rule from this template' to ↵simonbrandhof2010-10-011-1/+1
| | | | 'Copy rule'
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+1
|
* fix rendering on IE6simonbrandhof2010-09-302-1/+25
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
|
* Add some warnings to the database upgrade formsimonbrandhof2010-09-301-7/+11
|
* improve the display of rules in profile consolesimonbrandhof2010-09-303-15/+11
|
* the property sonar.core.codeCoveragePlugin is not used when it's set from UI ↵simonbrandhof2010-09-302-7/+8
| | | | console
* SONAR-1767 fix violations viewer when a rule is selected and the param ↵simonbrandhof2010-09-293-7/+26
| | | | 'rule' is the id
* remove the update center link from sidebar (feature is postponed to next ↵simonbrandhof2010-09-291-1/+0
| | | | release)
* SONAR-1689 Sorting on alerts does not work anymoresimonbrandhof2010-09-283-4/+18
|
* SONAR-1814 add the method ExtensionProvider.provide() in order to support ↵simonbrandhof2010-09-281-0/+1
| | | | obfuscated code
* fix alignement of icons in the CSS class "data2"simonbrandhof2010-09-281-1/+4
|
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-285-23/+79
| | | | | | * do register coverage extensions in picocontainer only when the plugin is selected (see parameter sonar.core.codeCoveragePlugin) * do not display plugin names when detecting a duplication of metrics * remove unused methods from the deprecated component RulesManager
* SONAR-1709: Set HTTP status code in StaticResourcesServlet in case of errorGodin2010-09-271-0/+3
|
* SONAR-1709: Add unit test and improve logging for StaticResourcesServletGodin2010-09-272-5/+71
|
* SONAR-1709: in ruby-helper parameter :plugin should be optionalGodin2010-09-271-2/+11
|
* SONAR-1709:Godin2010-09-271-0/+9
| | | | | * Add ruby-helper for URL construction for static resources from plugins * Add integration test
* fix CSS on Chrome and Safari (data2 rows are too big)simonbrandhof2010-09-263-8/+10
| | | | + filters: move links to alerts in the table footer
* SONAR-1709: Add StaticResourcesServlet for loading static resources from pluginsGodin2010-09-254-4/+73
|
* SONAR-1634: Provide meaningful error message, when plugin tries to define ↵Godin2010-09-241-9/+9
| | | | metric, which already defined in other plugin or in core
* SONAR-1634: Provide meaningful error message, when plugin tries to define ↵Godin2010-09-241-3/+32
| | | | metric, which already defined in other plugin or in core
* remove a useless nested RuntimeException when an error occur during loading ↵simonbrandhof2010-09-242-25/+22
| | | | of plugins
* SONAR-1780:Godin2010-09-236-31/+64
| | | | | * An exception should be thrown in case when two Sonar plugins try to use the same key * Add message to log, when file with plugin was deleted
* fix CSS class "data2" when nested tablessimonbrandhof2010-09-222-9/+12
|
* SONAR-1798 rename RULE_FAILURES.POINTS to COSTsimonbrandhof2010-09-221-2/+2
|
* SONAR-1798 Ability to register a number of points to a rule violationsimonbrandhof2010-09-221-0/+26
|
* quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder ↵simonbrandhof2010-09-2112-12/+357
| | | | to read methods. Management methods are restricted to core => extracted to org.sonar.server.qualitymodel.ModelManager
* add characteristic properties to quality modelssimonbrandhof2010-09-214-9/+115
|
* fix edition of user rulessimonbrandhof2010-09-201-1/+1
|
* fix activation of rule parameters with default valuesimonbrandhof2010-09-204-10/+32
|
* ruby api : add the methods QualityModel.characteristics_without_rule and ↵simonbrandhof2010-09-201-1/+20
| | | | QualityModel.characteristic()
* add methods JRubyFacade.getRuleRepositories() and getRuleRepository(String key)simonbrandhof2010-09-173-22/+19
|
* add the column CHARACTERISTICS.ENABLEDsimonbrandhof2010-09-163-1/+31
|
* fix an integration testsimonbrandhof2010-09-141-1/+1
|
* fix some integration testssimonbrandhof2010-09-141-1/+1
|