summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2218 support GWT extensions + improve filterssimonbrandhof2011-03-0320-159/+180
|
* SONAR-2218 integrate new resource viewers to measures drilldownsimonbrandhof2011-03-037-29/+88
|
* SONAR-2218 fix rule filter in violations tabsimonbrandhof2011-03-023-10/+39
|
* SONAR-2218 display headers of source, coverage and violations tabssimonbrandhof2011-03-0212-180/+640
|
* SONAR-2218 add whitelines between blocks of linessimonbrandhof2011-03-011-5/+33
|
* SONAR-2218 improve experimental resource viewer - support period filtering ↵simonbrandhof2011-03-014-22/+98
| | | | on all tabs
* SONAR-1923 Add option to force downcase of username during authenticationEvgeny Mandrikov2011-03-011-3/+11
|
* SONAR-2218 improve drilldown page in order to display variationssimonbrandhof2011-03-015-32/+39
|
* SONAR-2218 aggregate variations of coverage of changed code + add sample of ↵simonbrandhof2011-02-273-0/+375
| | | | widget
* SONAR-2218 experimental page to display sourcessimonbrandhof2011-02-273-0/+17
|
* SONAR-2238 Remove the metric "uncovered_complexity_by_tests"simonbrandhof2011-02-251-1/+0
|
* SONAR-2233 Allow to create user with uppercase characters in loginEvgeny Mandrikov2011-02-241-3/+0
|
* SONAR-2208 undefined method getSystemLoadAveragesimonbrandhof2011-02-221-1/+10
|
* SONAR-2205 Web service /api/rules should provide configKeysimonbrandhof2011-02-223-7/+10
|
* SONAR-2191 Source cannot be viewed in IE6simonbrandhof2011-02-141-0/+16
|
* Remove ruby documentationsimonbrandhof2011-02-132576-310/+0
|
* Do not fail when session is expired when browsing a private dashboardsimonbrandhof2011-02-111-10/+19
|
* SONAR-2188 API: add parameters from and to to timemachine chartsimonbrandhof2011-02-116-31/+83
|
* SONAR-2184 Can not select a period on custom dashboardssimonbrandhof2011-02-101-1/+2
|
* Ruby API: add widget.html_id to get the id of the widget HTML element + add ↵simonbrandhof2011-02-102-2/+13
| | | | model and characteristic parameters to url_for_drilldown()
* Fix some violationssimonbrandhof2011-02-101-4/+0
|
* SONAR-2078 Do not show duplicated repositories in rules search enginesimonbrandhof2011-02-083-8/+12
|
* SONAR-2078: Rename manifest entry "Extend-Plugin" to "Plugin-Base"Evgeny Mandrikov2011-02-081-1/+1
|
* SONAR-2075: Add the ability for a plugin to extend an other pluginEvgeny Mandrikov2011-02-085-41/+117
|
* Apply sonar custom patches to ruby on railssimonbrandhof2011-02-073-44/+24
|
* Set RULES_PROFILES.ENABLED to true when creating a profilesimonbrandhof2011-02-051-1/+1
|
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-2/+0
| | | | | | | * Each environment should provide key and version * Plugins for Maven 2.x and Maven 3.x have same key "Maven" and provide a real version of Maven
* Fix bug on deprecated profilessimonbrandhof2011-02-041-2/+2
|
* Fix restoring of backups when rules not foundsimonbrandhof2011-02-041-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-04309-2599/+2599
|
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-039-38/+109
|
* Decrease ZIP size: remove many unused ruby filessimonbrandhof2011-02-03866-103602/+0
|
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-022-2/+10
|
* SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by ↵simonbrandhof2011-02-026-102/+14
| | | | Profile) + support the ENABLED column
* SONAR-1302 Upgrade to rails 2.3.5 to fix session expirationsimonbrandhof2011-02-024492-15400/+131134
|
* SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-013-4/+41
|
* Disable downloading for certain files from BatchResourcesServletEvgeny Mandrikov2011-02-011-1/+18
|
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-311-3/+1
|
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-311-2/+3
|
* SONAR-2138 Displaying differential values in % can be misleadingsimonbrandhof2011-01-262-3/+7
|
* SONAR-791 When the source directory is not exactly the java package root, ↵simonbrandhof2011-01-241-1/+2
| | | | Sonar should stop the analysis
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-242-1/+113
| | | | | | | | | | * Add BatchResourcesServlet to allow downloading libraries from server * Create in memory POM for non-maven environments * Provide fake MavenPluginExecutor for non-maven environments * Add new module sonar-batch-maven-compat with shaded maven-project
* SONAR-1664: Add access to project settings/propertiesJulien HENRY2011-01-201-6/+47
|
* SONAR-2066: Allow PUT requests from Java Web Service ClientJulien HENRY2011-01-201-113/+113
|
* SONAR-2113: Fix loading of static resourcesEvgeny Mandrikov2011-01-181-4/+8
| | | | | | | | * According to Javadocs name of resource should not start with "/" when loading directly from ClassLoader. * Usage of malformed name was allowed because of bug in older version of plexus-classworlds.
* merge 2.5: fix IT and web service TimeMachinesimonbrandhof2011-01-131-6/+6
|
* merge 2.5: open a new window when clicking on the warning of violations ↵simonbrandhof2011-01-131-1/+1
| | | | drilldown
* fix TimeMachine webservice when metric is uncovered_lines or ↵simonbrandhof2011-01-131-4/+17
| | | | uncovered_conditions
* merge 2.5: SONAR-2101 Drilldown is sometimes empty when the parameter ↵simonbrandhof2011-01-121-1/+1
| | | | characteristic is set
* merge 2.5-RC2: inheritance of profiles - keep search engine context when ↵simonbrandhof2011-01-112-2/+2
| | | | reverting a rule to parent definition