aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7402 improve display of ratingsStas Vilchik2016-03-252-8/+3
|
* improve code qualityStas Vilchik2016-03-254-10/+13
|
* SONAR-7483 rework delete rule modalStas Vilchik2016-03-254-29/+67
|
* SONAR-7360 Encryption form should hide data and prevent cachingStas Vilchik2016-03-251-1/+5
|
* SONAR-6158 On a project Issues page, it should be possible to easily select ↵Stas Vilchik2016-03-255-17/+41
| | | | the Leak period to filter new issues
* SONAR-7402 do not diplay leak value for RATING measuresStas Vilchik2016-03-251-1/+1
|
* SONAR-7204 Clean action plans out of localization propertiesJulien Lancelot2016-03-251-1/+0
|
* SONAR-7469 SONAR-7202 SONAR-7201 fix up5.5-M11Stas Vilchik2016-03-251-1/+0
|
* SONAR-7469 SONAR-7202 SONAR-7201 Remove action plan from the UITeryk Bellahsene2016-03-2524-725/+5
|
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-254-40/+60
|
* SONAR-7468 SONAR-7199 Remove or update Action Plan related web servicesTeryk Bellahsene2016-03-252-166/+1
|
* SONAR-7397 The "Change Password" form must be available in the UI only for ↵Stas Vilchik2016-03-253-7/+3
| | | | local accounts
* fix code blocks in markdownStas Vilchik2016-03-251-0/+6
|
* SONAR-6742 Stop displaying plugin actions for issues in the UIStas Vilchik2016-03-256-129/+0
|
* SONAR-7409 use period parameterStas Vilchik2016-03-2513-52/+69
|
* SONAR-7402 improve display of measures home pageStas Vilchik2016-03-2534-280/+880
|
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-251-2/+2
|
* Correctly stop server when an error is raised during startupSimon Brandhof2016-03-241-8/+0
|
* SONAR-6171 Make sure at server startup that the DB is configured to use the ↵Simon Brandhof2016-03-241-0/+8
| | | | UTF8 charset and to be case-sensitive
* SONAR-7402 provide link to fileStas Vilchik2016-03-241-4/+9
|
* SONAR-7402 improve list and tree views on measures pageStas Vilchik2016-03-2457-1052/+2205
|
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-231-0/+31
|
* SONAR-6717 Deprecate WS api/issues/do_actionTeryk Bellahsene2016-03-231-22/+0
|
* SONAR-7254 Fix update of user.local for first usageJulien Lancelot2016-03-223-17/+12
|
* SONAR-7254 Update rails authentication to take into account user.localJulien Lancelot2016-03-213-4/+10
|
* SONAR-7254 Add USERS.LOCAL columnJulien Lancelot2016-03-211-0/+31
|
* improve readiablity of footer on background tasks pageStas Vilchik2016-03-211-1/+2
|
* SONAR-7349 apply feedbackStas Vilchik2016-03-214-56/+73
|
* fix displaying projects in issue filter widgetStas Vilchik2016-03-211-2/+2
|
* fix display of covered lines in source viewer's detailsStas Vilchik2016-03-212-2/+2
|
* fix adding first condition to quality gateStas Vilchik2016-03-211-1/+2
|
* SONAR-7444 Provide an UnauthorizedException to display functional errorJulien Lancelot2016-03-164-34/+4
|
* SONAR-7321 sanitize some DB columnsSimon Brandhof2016-03-151-0/+31
| | | | | | | - ISSUE_CHANGES.USER_LOGIN on all databases except H2 - ACTIVITIES.USER_LOGIN is too small on MsSQL and H2 - RULES.PLUGIN_CONFIG_KEY is too big on H2 - AUTHORS.LOGIN is too small on H2
* correctly order components when drilldown on "new_" measuresStas Vilchik2016-03-112-10/+26
|
* fix display of leak values for RATING and LEVEL measuresStas Vilchik2016-03-111-1/+3
|
* fix drilldown on measure treemap when displaying on "new_" measuresStas Vilchik2016-03-111-1/+1
|
* fix measure treemap when displaying on "new_" measuresStas Vilchik2016-03-111-1/+3
|
* better sort coverage measuresStas Vilchik2016-03-111-0/+22
|
* improve code qualityStas Vilchik2016-03-1115-39/+35
|
* drop colorized labels for issue and rule typesStas Vilchik2016-03-112-12/+6
|
* SONAR-7453 Fix RULES columns size for OracleJulien Lancelot2016-03-111-2/+3
|
* remove mapping of coverage metrics for drilldown linksStas Vilchik2016-03-101-29/+1
|
* SONAR-7424 Fix SSF-40 & SSF-41Stas Vilchik2016-03-101-1/+2
|
* SONAR-7343 Change metric SQALE Rating to Maintainability Rating in the UITeryk Bellahsene2016-03-101-1/+1
|
* SONAR-7402 improve IT to check measures home pageStas Vilchik2016-03-101-4/+6
|
* SONAR-7402 do not display leak placeholder for measuresStas Vilchik2016-03-101-4/+2
|
* SONAR-7402 sort measures inside domainStas Vilchik2016-03-103-1/+114
|
* SONAR-7453 Rename rules remediation function fields in DBJulien Lancelot2016-03-101-0/+35
| | | | | | | | "effort_to_fix_description" becomes "gap_description" "remediation_coeff" becomes "remediation_gap_mult" "default_remediation_coeff" becomes "default_remediation_gap_mult" "remediation_offset" becomes "remediation_base_effort" "default_remediation_offset" becomes "default_remediation_base_effort"
* SONAR-7402 highlight new code in source viewerStas Vilchik2016-03-104-6/+23
|
* SONAR-7405 fix treemap colors when displaying RATING measureStas Vilchik2016-03-101-1/+1
|