]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
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

8 years agoSONAR-7433 Provide a visual feedback when creating a project
Stas Vilchik [Mon, 18 Apr 2016 12:35:57 +0000 (14:35 +0200)]
SONAR-7433 Provide a visual feedback when creating a project

8 years agoSONAR-7548 Display type of background tasks
Stas Vilchik [Mon, 18 Apr 2016 12:07:05 +0000 (14:07 +0200)]
SONAR-7548 Display type of background tasks

8 years agoSONAR-7314 Improve readability of treemap widgets
Stas Vilchik [Mon, 18 Apr 2016 11:46:40 +0000 (13:46 +0200)]
SONAR-7314 Improve readability of treemap widgets

8 years agoSONAR-7320 Display a file name for each test method in the coverage popup
Stas Vilchik [Mon, 18 Apr 2016 11:31:43 +0000 (13:31 +0200)]
SONAR-7320 Display a file name for each test method in the coverage popup

8 years agoSONAR-7503 New Issues facet not working properly for the last period
Stas Vilchik [Mon, 18 Apr 2016 11:19:12 +0000 (13:19 +0200)]
SONAR-7503 New Issues facet not working properly for the last period

8 years agoAdd query to keep authorized users for a project and a role 902/head
Julien Lancelot [Mon, 18 Apr 2016 07:28:59 +0000 (09:28 +0200)]
Add query to keep authorized users for a project and a role

8 years agofix bubble chart configuration
Stas Vilchik [Mon, 18 Apr 2016 08:58:49 +0000 (10:58 +0200)]
fix bubble chart configuration

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

* origin/branch-5.5:
  Log the type when Compute Engine processes a task
  Add ComponentDao#insertBatch() for batch inserts
  SONAR-7543 Sanitize metric domains (#901)
  SONAR-7402 improve measures home page (#900)

8 years agoLog the type when Compute Engine processes a task
Simon Brandhof [Sun, 17 Apr 2016 19:42:23 +0000 (21:42 +0200)]
Log the type when Compute Engine processes a task

8 years agoAdd ComponentDao#insertBatch() for batch inserts
Simon Brandhof [Fri, 15 Apr 2016 20:05:22 +0000 (22:05 +0200)]
Add ComponentDao#insertBatch() for batch inserts

8 years agoSONAR-7543 Sanitize metric domains (#901)
Stas Vilchik [Fri, 15 Apr 2016 12:38:58 +0000 (14:38 +0200)]
SONAR-7543 Sanitize metric domains (#901)

* rename Tests to Coverage
* rename Duplication to Diplications
* move "alert_status" to new releasability domain

8 years agoSONAR-7402 improve measures home page (#900)
Stas Vilchik [Fri, 15 Apr 2016 11:16:27 +0000 (13:16 +0200)]
SONAR-7402 improve measures home page (#900)

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Fri, 15 Apr 2016 08:36:24 +0000 (10:36 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  Fix malformed javadoc in API
  Add UserDao.selectByIds
  SONAR-6948 rename method Request#getLocalConnector() to localConnector()
  SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector

8 years agoFix malformed javadoc in API
Simon Brandhof [Fri, 15 Apr 2016 07:49:24 +0000 (09:49 +0200)]
Fix malformed javadoc in API

8 years agofix quality flaws
Stas Vilchik [Fri, 15 Apr 2016 07:39:39 +0000 (09:39 +0200)]
fix quality flaws

8 years agoAdd UserDao.selectByIds
Julien Lancelot [Fri, 15 Apr 2016 07:12:13 +0000 (09:12 +0200)]
Add UserDao.selectByIds

8 years agoSONAR-6948 rename method Request#getLocalConnector() to localConnector()
Simon Brandhof [Fri, 15 Apr 2016 07:15:20 +0000 (09:15 +0200)]
SONAR-6948 rename method Request#getLocalConnector() to localConnector()

8 years agoSONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector
Simon Brandhof [Fri, 15 Apr 2016 07:13:47 +0000 (09:13 +0200)]
SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Thu, 14 Apr 2016 20:26:08 +0000 (22:26 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy
  Add context when failing to map a db measure to a ws measure
  SONAR-7187 Fix perf issue in selectByQuery
  Add support of WS api/ce/task to sonar-ws
  Add partial support of api/projects to sonar-ws
  SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" from js

8 years agoSONAR-7429 defaults of HTTPS proxy are values of HTTP proxy
Simon Brandhof [Thu, 14 Apr 2016 16:01:27 +0000 (18:01 +0200)]
SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy

8 years agoAdd context when failing to map a db measure to a ws measure 898/head
Teryk Bellahsene [Thu, 14 Apr 2016 14:24:29 +0000 (16:24 +0200)]
Add context when failing to map a db measure to a ws measure

8 years agoSONAR-7187 Fix perf issue in selectByQuery
Julien Lancelot [Thu, 14 Apr 2016 09:06:49 +0000 (11:06 +0200)]
SONAR-7187 Fix perf issue in selectByQuery

Replace usage of RowBounds by SQL pagination

8 years agoSONAR-7399 Permalink to line > 1000 doesn't work
Stas Vilchik [Thu, 14 Apr 2016 13:43:17 +0000 (15:43 +0200)]
SONAR-7399 Permalink to line > 1000 doesn't work

8 years agoAdd support of WS api/ce/task to sonar-ws
Simon Brandhof [Thu, 14 Apr 2016 08:52:35 +0000 (10:52 +0200)]
Add support of WS api/ce/task to sonar-ws

8 years agoAdd partial support of api/projects to sonar-ws
Simon Brandhof [Thu, 14 Apr 2016 08:50:20 +0000 (10:50 +0200)]
Add partial support of api/projects to sonar-ws

8 years agoSONAR-7447 The "More actions" menu is not properly displayed when the file is too...
Stas Vilchik [Thu, 14 Apr 2016 13:11:24 +0000 (15:11 +0200)]
SONAR-7447 The "More actions" menu is not properly displayed when the file is too small

8 years agoSONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_securit...
Julien Lancelot [Thu, 14 Apr 2016 11:43:42 +0000 (13:43 +0200)]
SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" from js

8 years agoSONAR-7452 "Bulk Apply Permission Template" uses api/permissions/bulk_apply_template
Stas Vilchik [Thu, 14 Apr 2016 11:26:07 +0000 (13:26 +0200)]
SONAR-7452 "Bulk Apply Permission Template" uses api/permissions/bulk_apply_template

8 years agoSONAR-7460 Impossible to activate a rule which has many parameters
Stas Vilchik [Thu, 14 Apr 2016 09:56:57 +0000 (11:56 +0200)]
SONAR-7460 Impossible to activate a rule which has many parameters

8 years agoSONAR-7529 Empty block is displayed in the administration sidebar
Stas Vilchik [Thu, 14 Apr 2016 09:42:35 +0000 (11:42 +0200)]
SONAR-7529 Empty block is displayed in the administration sidebar

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Thu, 14 Apr 2016 09:30:23 +0000 (11:30 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7319 Load CeTaskProcessor in Server Pico Container

8 years agoSONAR-7442 "Add value" button adds several rows for multi-values properties
Stas Vilchik [Thu, 14 Apr 2016 09:21:58 +0000 (11:21 +0200)]
SONAR-7442 "Add value" button adds several rows for multi-values properties

8 years agoSONAR-7419 Can not clear search input on rules page
Stas Vilchik [Thu, 14 Apr 2016 08:57:39 +0000 (10:57 +0200)]
SONAR-7419 Can not clear search input on rules page

8 years agoSONAR-7319 Load CeTaskProcessor in Server Pico Container 895/head
Teryk Bellahsene [Thu, 14 Apr 2016 08:41:22 +0000 (10:41 +0200)]
SONAR-7319 Load CeTaskProcessor in Server Pico Container

8 years agoSONAR-7383 Permission settings do not redirect to login
Stas Vilchik [Thu, 14 Apr 2016 08:40:08 +0000 (10:40 +0200)]
SONAR-7383 Permission settings do not redirect to login

8 years agoSONAR-5848 display "new_" measures in black
Stas Vilchik [Thu, 14 Apr 2016 08:28:51 +0000 (10:28 +0200)]
SONAR-5848 display "new_" measures in black

8 years agoSONAR-7232 Search results are wrong when two almost simultaneous requests are sent
Stas Vilchik [Thu, 14 Apr 2016 08:16:04 +0000 (10:16 +0200)]
SONAR-7232 Search results are wrong when two almost simultaneous requests are sent

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

* origin/branch-5.5:
  Disable EventTest#event_widget() because of false-positives
  SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" measures
  SONAR-7527 Change metric columns order and layout of provided global dashboard

8 years agolimit width of the project pages
Stas Vilchik [Wed, 13 Apr 2016 12:53:30 +0000 (14:53 +0200)]
limit width of the project pages

8 years agoSONAR-7402 make it possible to see more about domain on the overview page
Stas Vilchik [Fri, 8 Apr 2016 09:34:59 +0000 (11:34 +0200)]
SONAR-7402 make it possible to see more about domain on the overview page

8 years agoSONAR-7402 fix formatting of differential measures
Stas Vilchik [Fri, 8 Apr 2016 08:14:19 +0000 (10:14 +0200)]
SONAR-7402 fix formatting of differential measures

8 years agoDisable EventTest#event_widget() because of false-positives
Simon Brandhof [Wed, 13 Apr 2016 12:13:48 +0000 (14:13 +0200)]
Disable EventTest#event_widget() because of false-positives

8 years agoSONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_securit...
Julien Lancelot [Wed, 13 Apr 2016 10:11:17 +0000 (12:11 +0200)]
SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" measures

8 years agoSONAR-7527 Change metric columns order and layout of provided global dashboard
Julien Lancelot [Wed, 13 Apr 2016 10:06:34 +0000 (12:06 +0200)]
SONAR-7527 Change metric columns order and layout of provided global dashboard

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

* origin/branch-5.5:
  SONAR-7402 open referenced project if available

8 years agoSONAR-7402 open referenced project if available
Stas Vilchik [Tue, 12 Apr 2016 08:23:34 +0000 (10:23 +0200)]
SONAR-7402 open referenced project if available

8 years agoSONAR-7402 open referenced project if available
Stas Vilchik [Tue, 12 Apr 2016 08:23:34 +0000 (10:23 +0200)]
SONAR-7402 open referenced project if available

8 years agoQA: enable deploy on branch-*
Tom [Tue, 12 Apr 2016 06:18:26 +0000 (08:18 +0200)]
QA: enable deploy on branch-*

8 years agoQA: enable deploy on branch-*
Tom [Tue, 12 Apr 2016 06:08:35 +0000 (08:08 +0200)]
QA: enable deploy on branch-*

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

* origin/branch-5.5:
  QA: enable deploy on branch-*
  add l10n names for reliability_rating and security_rating
  Add PropertiesDao.deleteById
  SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report
  SONAR-7238 do not display identity provider details when it is "sonarqube"
  fix bug which prevents to add a quality gate condition for "new_" metric
  SONAR-7402 clicking on project bubble brings to the project page
  Fix javadoc errors
  Exclude protobuf code from SQ analysis
  Fix some Javadoc warnings
  Improve javadoc
  Change return type of Plugin#getSonarQubeVersion()

8 years agoQA: enable deploy on branch-*
Tom [Tue, 12 Apr 2016 06:04:45 +0000 (08:04 +0200)]
QA: enable deploy on branch-*

8 years agoadd l10n names for reliability_rating and security_rating
Stas Vilchik [Mon, 11 Apr 2016 15:46:18 +0000 (17:46 +0200)]
add l10n names for reliability_rating and security_rating

8 years agoadd l10n names for reliability_rating and security_rating
Stas Vilchik [Mon, 11 Apr 2016 15:46:18 +0000 (17:46 +0200)]
add l10n names for reliability_rating and security_rating

8 years agoAdd PropertiesDao.deleteById
Julien Lancelot [Mon, 11 Apr 2016 15:01:56 +0000 (17:01 +0200)]
Add PropertiesDao.deleteById

8 years agoSONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report 894/head
Julien HENRY [Mon, 11 Apr 2016 08:10:41 +0000 (10:10 +0200)]
SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report

8 years agoSONAR-5476 Rule search by key should be case insensitive
Simon Brandhof [Mon, 11 Apr 2016 13:54:35 +0000 (15:54 +0200)]
SONAR-5476 Rule search by key should be case insensitive