]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-6424 Colon character should be escaped in URL (#931)
Evgeny Mandrikov [Mon, 9 May 2016 12:49:51 +0000 (14:49 +0200)]
SONAR-6424 Colon character should be escaped in URL (#931)

8 years agoSONAR-7526 better display of long tokens
Stas Vilchik [Mon, 9 May 2016 12:22:27 +0000 (14:22 +0200)]
SONAR-7526 better display of long tokens

8 years agoSONAR-7545 Set the maximum length of project key when create from UI
Stas Vilchik [Mon, 9 May 2016 12:10:11 +0000 (14:10 +0200)]
SONAR-7545 Set the maximum length of project key when create from UI

8 years agoSONAR-7595 Issues are not closed in some block move conditions
Simon Brandhof [Thu, 5 May 2016 08:15:04 +0000 (10:15 +0200)]
SONAR-7595 Issues are not closed in some block move conditions

8 years agoSONAR-7535 ws-client throws functional exception when the server URL is malformed 927/head
Teryk Bellahsene [Wed, 4 May 2016 10:05:35 +0000 (12:05 +0200)]
SONAR-7535 ws-client throws functional exception when the server URL is malformed

8 years agoSONAR-7526 WS api/user_tokens/generate functional checks of name and token hash
Teryk Bellahsene [Wed, 4 May 2016 09:06:45 +0000 (11:06 +0200)]
SONAR-7526 WS api/user_tokens/generate functional checks of name and token hash

8 years agoSONAR-7575 WS api/projects/create functional error when project key is longer than...
Teryk Bellahsene [Tue, 3 May 2016 18:04:35 +0000 (20:04 +0200)]
SONAR-7575 WS api/projects/create functional error when project key is longer than 400 characters

8 years agoSONAR-7432 Functional exception when snapshot not found in WS api/qualitygates/projec...
Teryk Bellahsene [Tue, 3 May 2016 17:14:58 +0000 (19:14 +0200)]
SONAR-7432 Functional exception when snapshot not found in WS api/qualitygates/project_status

8 years agoSONAR-7387 Refactor TestIndex
Teryk Bellahsene [Tue, 3 May 2016 16:53:00 +0000 (18:53 +0200)]
SONAR-7387 Refactor TestIndex

8 years agoSONAR-7387 Log flooding in web service api/tests/covered_files
Teryk Bellahsene [Tue, 3 May 2016 16:50:10 +0000 (18:50 +0200)]
SONAR-7387 Log flooding in web service api/tests/covered_files

8 years agoSONAR-7381 Log flooding with web page component/index
Teryk Bellahsene [Tue, 3 May 2016 16:21:01 +0000 (18:21 +0200)]
SONAR-7381 Log flooding with web page component/index

8 years agoSONAR-7380 Sanitize exception handling of WS parameter reads
Teryk Bellahsene [Tue, 3 May 2016 16:06:32 +0000 (18:06 +0200)]
SONAR-7380 Sanitize exception handling of WS parameter reads

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Fri, 6 May 2016 06:01:15 +0000 (08:01 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure

8 years agoSONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure
Simon Brandhof [Thu, 5 May 2016 08:55:42 +0000 (10:55 +0200)]
SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure

8 years agoTemporarily disable cobol-maif-plugin from integration tests
Simon Brandhof [Wed, 4 May 2016 15:50:43 +0000 (17:50 +0200)]
Temporarily disable cobol-maif-plugin from integration tests

Incompatibillity with cobol 3.1 which was released today

8 years agoSONAR-7108 Fix unpredictable behavior of UT
Julien Lancelot [Wed, 4 May 2016 15:37:53 +0000 (17:37 +0200)]
SONAR-7108 Fix unpredictable behavior of UT

8 years agoRemove useless parameter refresh 926/head
Julien Lancelot [Wed, 4 May 2016 13:22:47 +0000 (15:22 +0200)]
Remove useless parameter refresh

8 years agoSONAR-7108 Delete Issues from index when purging old issues
Julien Lancelot [Tue, 3 May 2016 14:44:22 +0000 (16:44 +0200)]
SONAR-7108 Delete Issues from index when purging old issues

Purge from index was already working when property 'sonar.dbcleaner.daysBeforeDeletingClosedIssues' was not equal to 0. Now it's working whatever the value is.

8 years agoSONAR-6906 Filter rules on profile language when bulk active rules
Julien Lancelot [Wed, 4 May 2016 11:40:10 +0000 (13:40 +0200)]
SONAR-6906 Filter rules on profile language when bulk active rules

8 years agoSONAR-7212 Fix removal of user property "sonar.issues.defaultAssigneeLogin" in Oracle
Julien Lancelot [Wed, 4 May 2016 07:48:38 +0000 (09:48 +0200)]
SONAR-7212 Fix removal of user property "sonar.issues.defaultAssigneeLogin" in Oracle

8 years agoSONAR-7212 Remove migration to remove default assignee properties on removed users
Julien Lancelot [Wed, 4 May 2016 07:11:07 +0000 (09:11 +0200)]
SONAR-7212 Remove migration to remove default assignee properties on removed users

Remove this migration because in Oracle, PROPERTIES.TEXT_VALUE is a clob, so it's not possible to do a JOIN on this column

8 years agoSONAR-5891 Return default properties in api/properties 923/head
Julien Lancelot [Mon, 2 May 2016 11:45:47 +0000 (13:45 +0200)]
SONAR-5891 Return default properties in api/properties

8 years agoSONAR-7150 directories count doesn't include empty directories
Julien Lancelot [Mon, 2 May 2016 08:28:50 +0000 (10:28 +0200)]
SONAR-7150 directories count doesn't include empty directories

8 years agoSONAR-7212 Add migration to remove default assignee properties on removed users
Julien Lancelot [Fri, 29 Apr 2016 14:05:54 +0000 (16:05 +0200)]
SONAR-7212 Add migration to remove default assignee properties on removed users

8 years agoSONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a user
Julien Lancelot [Fri, 29 Apr 2016 13:47:38 +0000 (15:47 +0200)]
SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a user

8 years agoSONAR-7213 Ignore disabled users when searching for default assignee
Julien Lancelot [Fri, 29 Apr 2016 12:29:28 +0000 (14:29 +0200)]
SONAR-7213 Ignore disabled users when searching for default assignee

8 years agoSONAR-7308 Index users created with signup
Julien Lancelot [Mon, 2 May 2016 09:28:06 +0000 (11:28 +0200)]
SONAR-7308 Index users created with signup

8 years agoSONAR-7394 Fix update of custom rule active parameters
Julien Lancelot [Mon, 2 May 2016 13:32:18 +0000 (15:32 +0200)]
SONAR-7394 Fix update of custom rule active parameters

8 years agoSONAR-7482 Return identity providers info in system info
Julien Lancelot [Fri, 29 Apr 2016 15:50:48 +0000 (17:50 +0200)]
SONAR-7482 Return identity providers info in system info

8 years agoSONAR-7515 api/system/info is now internal
Julien Lancelot [Fri, 29 Apr 2016 14:58:10 +0000 (16:58 +0200)]
SONAR-7515 api/system/info is now internal

8 years agoSONAR-7517 Rename default group property when renaming group
Julien Lancelot [Mon, 2 May 2016 14:06:13 +0000 (16:06 +0200)]
SONAR-7517 Rename default group property when renaming group

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Tue, 3 May 2016 06:01:24 +0000 (08:01 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  Update version to 5.5-SNAPSHOT
  Release 5.5

8 years agoUpdate version to 5.5-SNAPSHOT
Tom [Mon, 2 May 2016 15:03:52 +0000 (17:03 +0200)]
Update version to 5.5-SNAPSHOT

8 years agoRelease 5.5 5.5
Tom [Mon, 2 May 2016 14:09:29 +0000 (16:09 +0200)]
Release 5.5

8 years agoSONAR-7382 Fix SQL when user belongs to more than 1000 groups 915/head
Julien Lancelot [Fri, 29 Apr 2016 12:09:47 +0000 (14:09 +0200)]
SONAR-7382 Fix SQL when user belongs to more than 1000 groups

8 years agoFix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sorting
Simon Brandhof [Sat, 30 Apr 2016 08:45:25 +0000 (10:45 +0200)]
Fix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sorting

8 years agoFix quality flaws
Teryk Bellahsene [Fri, 29 Apr 2016 15:32:00 +0000 (17:32 +0200)]
Fix quality flaws

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Fri, 29 Apr 2016 06:07:48 +0000 (08:07 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  check system status when restarting server
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.5-RC2

8 years agocheck system status when restarting server
Stas Vilchik [Tue, 19 Apr 2016 12:44:39 +0000 (14:44 +0200)]
check system status when restarting server

8 years agoSONAR-7569 Update copy resource id when persisting components in CE 913/head
Julien Lancelot [Wed, 27 Apr 2016 09:49:45 +0000 (11:49 +0200)]
SONAR-7569 Update copy resource id when persisting components in CE

8 years agoSONAR-7570 A duration of 0 minute should be converted to "0min" instead of empty 914/head
Julien Lancelot [Thu, 28 Apr 2016 08:16:36 +0000 (10:16 +0200)]
SONAR-7570 A duration of 0 minute should be converted to "0min" instead of empty

8 years agoFix overzealous condition
Duarte Meneses [Thu, 28 Apr 2016 07:50:39 +0000 (09:50 +0200)]
Fix overzealous condition

8 years ago[maven-release-plugin] prepare for next development iteration
Tom [Thu, 28 Apr 2016 06:45:25 +0000 (08:45 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 5.5-RC2 5.5-RC2
Tom [Thu, 28 Apr 2016 06:45:25 +0000 (08:45 +0200)]
[maven-release-plugin] prepare release 5.5-RC2

8 years agoFix query to keep authorized users for a project and a role
Julien Lancelot [Wed, 27 Apr 2016 14:46:26 +0000 (16:46 +0200)]
Fix query to keep authorized users for a project and a role

The query were returning every users that have the permission from a group, without taking into account given users

8 years agoSONAR-7549 Fix SqlExecutorTest on MySQL and MsSQL 911/head
Julien Lancelot [Tue, 26 Apr 2016 08:50:18 +0000 (10:50 +0200)]
SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQL

connection.commit() should not be used on these 2 DB
executeInsert should use parametrized query

8 years agoimprove tooltips on web api page
Stas Vilchik [Tue, 26 Apr 2016 12:57:47 +0000 (14:57 +0200)]
improve tooltips on web api page

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Tue, 26 Apr 2016 11:16:46 +0000 (13:16 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7549 disable SqlExecutorTest on non-H2 dbs
  SONAR-7565 add IT for new status RESTARTING
  SONAR−7565 add RESTARTING status in /api/system/status
  fix treemap legend l10n message

8 years agoSONAR-7549 disable SqlExecutorTest on non-H2 dbs
Simon Brandhof [Tue, 26 Apr 2016 08:39:13 +0000 (10:39 +0200)]
SONAR-7549 disable SqlExecutorTest on non-H2 dbs

8 years agoSONAR-7565 add IT for new status RESTARTING
Sébastien Lesaint [Mon, 25 Apr 2016 14:09:18 +0000 (16:09 +0200)]
SONAR-7565 add IT for new status RESTARTING

8 years agoSONAR−7565 add RESTARTING status in /api/system/status
Sébastien Lesaint [Mon, 25 Apr 2016 14:08:36 +0000 (16:08 +0200)]
SONAR−7565 add RESTARTING status in /api/system/status

8 years agofix treemap legend l10n message
Stas Vilchik [Tue, 26 Apr 2016 07:31:09 +0000 (09:31 +0200)]
fix treemap legend l10n message

8 years agoSONAR-7549 disable SqlExecutorTest on non-H2 dbs
Simon Brandhof [Tue, 26 Apr 2016 08:39:13 +0000 (10:39 +0200)]
SONAR-7549 disable SqlExecutorTest on non-H2 dbs

8 years agoSONAR-7565 add IT for new status RESTARTING 909/head
Sébastien Lesaint [Mon, 25 Apr 2016 14:09:18 +0000 (16:09 +0200)]
SONAR-7565 add IT for new status RESTARTING

8 years agoSONAR−7565 add RESTARTING status in /api/system/status
Sébastien Lesaint [Mon, 25 Apr 2016 14:08:36 +0000 (16:08 +0200)]
SONAR−7565 add RESTARTING status in /api/system/status

8 years agofix treemap legend l10n message
Stas Vilchik [Tue, 26 Apr 2016 07:31:09 +0000 (09:31 +0200)]
fix treemap legend l10n message

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Tue, 26 Apr 2016 06:07:44 +0000 (08:07 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns
  SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation
  Remove bad comment in org.sonar.server.computation.measure.MeasureRepository

8 years agoSONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns
Simon Brandhof [Thu, 14 Apr 2016 20:59:18 +0000 (22:59 +0200)]
SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns

8 years agoSONAR-7365 fix highlighting
Stas Vilchik [Fri, 22 Apr 2016 09:52:19 +0000 (11:52 +0200)]
SONAR-7365 fix highlighting

8 years agofix displaying of project with slash in the name on measures page
Stas Vilchik [Mon, 25 Apr 2016 13:55:07 +0000 (15:55 +0200)]
fix displaying of project with slash in the name on measures page

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Mon, 25 Apr 2016 13:32:12 +0000 (15:32 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  Remove useless CeDbClient
  Add PropertiesDao in CE container

8 years agoSONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation
Simon Brandhof [Thu, 14 Apr 2016 07:39:13 +0000 (09:39 +0200)]
SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation

8 years agoRemove bad comment in org.sonar.server.computation.measure.MeasureRepository
Simon Brandhof [Sun, 24 Apr 2016 20:44:41 +0000 (22:44 +0200)]
Remove bad comment in org.sonar.server.computation.measure.MeasureRepository

8 years agoRemove useless CeDbClient
Julien Lancelot [Mon, 25 Apr 2016 11:58:51 +0000 (13:58 +0200)]
Remove useless CeDbClient

It's useless that DbClient return a ReadOnlyPropertiesDao, and it prevent any CE task to update a property

8 years agoAdd PropertiesDao in CE container
Julien Lancelot [Mon, 25 Apr 2016 09:59:52 +0000 (11:59 +0200)]
Add PropertiesDao in CE container

8 years agoSONAR-7373 drop loading of code by scrolling
Stas Vilchik [Fri, 22 Apr 2016 09:15:35 +0000 (11:15 +0200)]
SONAR-7373 drop loading of code by scrolling

8 years agoSONAR-7561 Increase width of version select on Comparison page
Stas Vilchik [Fri, 22 Apr 2016 08:45:00 +0000 (10:45 +0200)]
SONAR-7561 Increase width of version select on Comparison page

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Thu, 21 Apr 2016 06:01:09 +0000 (08:01 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks
  SONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI
  SONAR-7553 DAO of CE_QUEUE count number of rows by status
  SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing
  SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE
  SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)
  SONAR-7187 do not usage pagination
  SONAR-7187 Remove paging from api/ce/activity

8 years agoSONAR-7553 use api/ce/activity_status to get number of pending and failing tasks 904/head
Stas Vilchik [Tue, 19 Apr 2016 07:58:02 +0000 (09:58 +0200)]
SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks

8 years agoSONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI
Teryk Bellahsene [Tue, 19 Apr 2016 14:31:19 +0000 (16:31 +0200)]
SONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI

8 years agoSONAR-7553 DAO of CE_QUEUE count number of rows by status
Teryk Bellahsene [Tue, 19 Apr 2016 14:30:22 +0000 (16:30 +0200)]
SONAR-7553 DAO of CE_QUEUE count number of rows by status

8 years agoSONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing
Teryk Bellahsene [Tue, 19 Apr 2016 14:29:41 +0000 (16:29 +0200)]
SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing

8 years agoSONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE
Teryk Bellahsene [Tue, 19 Apr 2016 14:27:57 +0000 (16:27 +0200)]
SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE

8 years agoSONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)
Teryk Bellahsene [Tue, 19 Apr 2016 13:58:55 +0000 (15:58 +0200)]
SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)

8 years agoSONAR-7187 do not usage pagination
Stas Vilchik [Mon, 18 Apr 2016 08:56:59 +0000 (10:56 +0200)]
SONAR-7187 do not usage pagination

8 years agoSONAR-7187 Remove paging from api/ce/activity
Julien Lancelot [Fri, 15 Apr 2016 15:17:01 +0000 (17:17 +0200)]
SONAR-7187 Remove paging from api/ce/activity

In order to have no more full scan on the ce_activity table, we had to remove paging as it was executing a select count(* from ce_activity)

8 years agoSONAR-7373 reduce number of displayed lines
Stas Vilchik [Wed, 20 Apr 2016 16:05:26 +0000 (18:05 +0200)]
SONAR-7373 reduce number of displayed lines

8 years agoSONAR-7373 speed up scm rendering
Stas Vilchik [Wed, 20 Apr 2016 14:48:30 +0000 (16:48 +0200)]
SONAR-7373 speed up scm rendering

8 years agoSONAR-7374 Improve the UI when component viewer is loading source code
Stas Vilchik [Wed, 20 Apr 2016 14:32:47 +0000 (16:32 +0200)]
SONAR-7374 Improve the UI when component viewer is loading source code

8 years agoSONAR-7516 fix HistoryUiTest and PropertySetsTest
Stas Vilchik [Wed, 20 Apr 2016 08:37:14 +0000 (10:37 +0200)]
SONAR-7516 fix HistoryUiTest and PropertySetsTest

8 years agoSONAR-7516 Change capitalization of metric names (#907)
Stas Vilchik [Wed, 20 Apr 2016 07:05:22 +0000 (09:05 +0200)]
SONAR-7516 Change capitalization of metric names (#907)

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Wed, 20 Apr 2016 06:01:02 +0000 (08:01 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7550 Update Java plugin to 3.13.1
  apply feedback for measures page (#905)
  change capitalization of new metrics (#906)
  Background tasks logs are available for project admin
  add web context on the measures page
  Add comment on query to keep authorized users for a project and a role

8 years agoSONAR-7550 Update Java plugin to 3.13.1
Teryk Bellahsene [Tue, 19 Apr 2016 15:47:48 +0000 (17:47 +0200)]
SONAR-7550 Update Java plugin to 3.13.1

8 years agoapply feedback for measures page (#905)
Stas Vilchik [Tue, 19 Apr 2016 13:24:42 +0000 (15:24 +0200)]
apply feedback for measures page (#905)

* display leak period legend on details page
* hide quality gate status measure for projects

8 years agochange capitalization of new metrics (#906)
Stas Vilchik [Tue, 19 Apr 2016 13:22:21 +0000 (15:22 +0200)]
change capitalization of new metrics (#906)

8 years agoBackground tasks logs are available for project admin
Teryk Bellahsene [Tue, 19 Apr 2016 09:16:13 +0000 (11:16 +0200)]
Background tasks logs are available for project admin

8 years agocheck system status when restarting server
Stas Vilchik [Tue, 19 Apr 2016 12:44:39 +0000 (14:44 +0200)]
check system status when restarting server

8 years agoSONAR-7365 Component doesn't highlight usage when it is also a keyword
Stas Vilchik [Tue, 19 Apr 2016 12:27:52 +0000 (14:27 +0200)]
SONAR-7365 Component doesn't highlight usage when it is also a keyword

8 years agoadd web context on the measures page
Stas Vilchik [Tue, 19 Apr 2016 08:53:07 +0000 (10:53 +0200)]
add web context on the measures page

8 years agoSONAR-7314 change treemap text color to black
Stas Vilchik [Tue, 19 Apr 2016 08:33:00 +0000 (10:33 +0200)]
SONAR-7314 change treemap text color to black

8 years agoimprove display of quality profile permalinks
Stas Vilchik [Tue, 19 Apr 2016 08:30:47 +0000 (10:30 +0200)]
improve display of quality profile permalinks

8 years agoSONAR-7476 apply feedback
Stas Vilchik [Tue, 19 Apr 2016 08:27:00 +0000 (10:27 +0200)]
SONAR-7476 apply feedback

8 years agoSONAR-7503 improve reliability of the "New Issues" facet
Stas Vilchik [Tue, 19 Apr 2016 07:38:15 +0000 (09:38 +0200)]
SONAR-7503 improve reliability of the "New Issues" facet

8 years agoAdd comment on query to keep authorized users for a project and a role
Julien Lancelot [Tue, 19 Apr 2016 06:17:14 +0000 (08:17 +0200)]
Add comment on query to keep authorized users for a project and a role

Anyone permission cannot be taking into by this method

8 years agoSONAR-7230 better collapse file path
Stas Vilchik [Mon, 18 Apr 2016 14:39:44 +0000 (16:39 +0200)]
SONAR-7230 better collapse file path

8 years agoSONAR-6203 Manual Metrics of type Level and String can't be displayed using 'Custom...
Stas Vilchik [Mon, 18 Apr 2016 14:26:43 +0000 (16:26 +0200)]
SONAR-6203 Manual Metrics of type Level and String can't be displayed using 'Custom Measures' widget

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Mon, 18 Apr 2016 13:55:35 +0000 (15:55 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  Add query to keep authorized users for a project and a role
  fix bubble chart configuration

8 years agoSONAR-7446 fix issue filter widget header
Stas Vilchik [Mon, 18 Apr 2016 13:30:55 +0000 (15:30 +0200)]
SONAR-7446 fix issue filter widget header

8 years agoSONAR-7446 Replace usage of facetMode 'debt' by 'effort' in Issues page
Stas Vilchik [Mon, 18 Apr 2016 13:02:56 +0000 (15:02 +0200)]
SONAR-7446 Replace usage of facetMode 'debt' by 'effort' in Issues page

8 years agoSONAR-7476 Provide a link to inactive rules from a quality profile page
Stas Vilchik [Mon, 18 Apr 2016 12:43:58 +0000 (14:43 +0200)]
SONAR-7476 Provide a link to inactive rules from a quality profile page