]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
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 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 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 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 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 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 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 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 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-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-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 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 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:08:35 +0000 (08:08 +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 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-7238 do not display identity provider details when it is "sonarqube"
Stas Vilchik [Mon, 11 Apr 2016 13:42:05 +0000 (15:42 +0200)]
SONAR-7238 do not display identity provider details when it is "sonarqube"

8 years agofix bug which prevents to add a quality gate condition for "new_" metric
Stas Vilchik [Mon, 11 Apr 2016 13:31:25 +0000 (15:31 +0200)]
fix bug which prevents to add a quality gate condition for "new_" metric

8 years agoSONAR-7402 clicking on project bubble brings to the project page
Stas Vilchik [Mon, 11 Apr 2016 13:27:55 +0000 (15:27 +0200)]
SONAR-7402 clicking on project bubble brings to the project page

8 years agoFix javadoc errors
Julien HENRY [Mon, 11 Apr 2016 10:34:03 +0000 (12:34 +0200)]
Fix javadoc errors

8 years agoExclude protobuf code from SQ analysis
Julien HENRY [Mon, 11 Apr 2016 09:45:35 +0000 (11:45 +0200)]
Exclude protobuf code from SQ analysis

8 years agoFix some Javadoc warnings
Simon Brandhof [Mon, 11 Apr 2016 09:18:45 +0000 (11:18 +0200)]
Fix some Javadoc warnings

8 years agoImprove javadoc
Julien HENRY [Mon, 11 Apr 2016 09:00:05 +0000 (11:00 +0200)]
Improve javadoc

Make some annotations visible on annotated type in Javadoc

8 years agoChange return type of Plugin#getSonarQubeVersion()
Simon Brandhof [Mon, 11 Apr 2016 08:57:05 +0000 (10:57 +0200)]
Change return type of Plugin#getSonarQubeVersion()

and improve Javadoc

8 years agoSONAR-7540 Throwable attached to logs is lost on scanner side when using LogOutput API 893/head
Julien HENRY [Fri, 8 Apr 2016 16:10:28 +0000 (18:10 +0200)]
SONAR-7540 Throwable attached to logs is lost on scanner side when using LogOutput API

8 years agofixed version for 5.5-SNAPSHOT
Tom [Mon, 11 Apr 2016 08:00:42 +0000 (10:00 +0200)]
fixed version for 5.5-SNAPSHOT

8 years agoFixed tests submodules poms
Tom [Fri, 8 Apr 2016 13:03:26 +0000 (15:03 +0200)]
Fixed tests submodules poms

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 agodrop npm.tar.gz from sources
Stas Vilchik [Fri, 8 Apr 2016 08:36:11 +0000 (10:36 +0200)]
drop npm.tar.gz from sources

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 ago[maven-release-plugin] prepare for next development iteration
Tom [Thu, 7 Apr 2016 13:38:57 +0000 (15:38 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 5.5-RC1 5.5-RC1
Tom [Thu, 7 Apr 2016 13:38:57 +0000 (15:38 +0200)]
[maven-release-plugin] prepare release 5.5-RC1

8 years ago[maven-release-plugin] prepare for next development iteration
Tom [Thu, 7 Apr 2016 13:23:57 +0000 (15:23 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 5.5
Tom [Thu, 7 Apr 2016 13:23:57 +0000 (15:23 +0200)]
[maven-release-plugin] prepare release 5.5

8 years agoSONAR-7528 WS api/measures/component handles developer measures 889/head
Teryk Bellahsene [Wed, 6 Apr 2016 17:19:51 +0000 (19:19 +0200)]
SONAR-7528 WS api/measures/component handles developer measures

8 years agoSONAR-7528 WS api/measures/component_tree handles developer measures
Teryk Bellahsene [Wed, 6 Apr 2016 16:36:39 +0000 (18:36 +0200)]
SONAR-7528 WS api/measures/component_tree handles developer measures

8 years agoSONAR-7402 add ability to drilldown with developer selected
Stas Vilchik [Wed, 6 Apr 2016 12:59:52 +0000 (14:59 +0200)]
SONAR-7402 add ability to drilldown with developer selected

8 years agofix the order of code smells and technical debt in the leak period
Stas Vilchik [Thu, 7 Apr 2016 11:07:14 +0000 (13:07 +0200)]
fix the order of code smells and technical debt in the leak period

8 years agochange the link on technical debt from measures page to issues page
Stas Vilchik [Thu, 7 Apr 2016 11:06:33 +0000 (13:06 +0200)]
change the link on technical debt from measures page to issues page

8 years agodo not render issues for already destroyed source viewer
Stas Vilchik [Thu, 7 Apr 2016 10:05:04 +0000 (12:05 +0200)]
do not render issues for already destroyed source viewer

8 years agoSONAR-7402 drop pagination, filter out components with no measure value
Stas Vilchik [Thu, 7 Apr 2016 09:51:56 +0000 (11:51 +0200)]
SONAR-7402 drop pagination, filter out components with no measure value

8 years agoSONAR-7402 do not display differential values
Stas Vilchik [Thu, 7 Apr 2016 08:46:28 +0000 (10:46 +0200)]
SONAR-7402 do not display differential values

8 years agoSONAR-6948 Ability for Java server extensions to call web services
Simon Brandhof [Wed, 6 Apr 2016 07:57:19 +0000 (09:57 +0200)]
SONAR-6948 Ability for Java server extensions to call web services

8 years agorename "Tools" to "More" in the component navigation bar
Stas Vilchik [Thu, 7 Apr 2016 07:20:11 +0000 (09:20 +0200)]
rename "Tools" to "More" in the component navigation bar

8 years agofix quality flaws
Sébastien Lesaint [Wed, 6 Apr 2016 19:08:53 +0000 (21:08 +0200)]
fix quality flaws

8 years agoSONAR-6732 stabilize ComputeEngineSettingsTest
Sébastien Lesaint [Wed, 6 Apr 2016 14:12:06 +0000 (16:12 +0200)]
SONAR-6732 stabilize ComputeEngineSettingsTest

be less optimistic on speed of build, wait longer for concurrent thread

8 years agoSONAR-7488 add PostProjectAnalysisTaskTester 883/head
Sébastien Lesaint [Tue, 5 Apr 2016 17:15:30 +0000 (19:15 +0200)]
SONAR-7488 add PostProjectAnalysisTaskTester

8 years agoSONAR-7488 add ITs for PostProjectAnalysisTask
Sébastien Lesaint [Fri, 1 Apr 2016 16:34:16 +0000 (18:34 +0200)]
SONAR-7488 add ITs for PostProjectAnalysisTask

8 years agoSONAR-7488 support PostProjectAnalysisTask in report CE task
Sébastien Lesaint [Fri, 1 Apr 2016 16:33:08 +0000 (18:33 +0200)]
SONAR-7488 support PostProjectAnalysisTask in report CE task

8 years agoSONAR-7488 add API PostTask
Sébastien Lesaint [Fri, 1 Apr 2016 12:18:56 +0000 (14:18 +0200)]
SONAR-7488 add API PostTask

8 years agoSONAR-7488 add listener to ComputationStepExecutor
Sébastien Lesaint [Fri, 1 Apr 2016 12:18:30 +0000 (14:18 +0200)]
SONAR-7488 add listener to ComputationStepExecutor

8 years agoSONAR-7401 display total remediation effort
Stas Vilchik [Wed, 6 Apr 2016 13:14:29 +0000 (15:14 +0200)]
SONAR-7401 display total remediation effort

8 years agoSONAR-7411 drop support for HTTPs Tomcat connector 887/head
Sébastien Lesaint [Tue, 5 Apr 2016 12:15:32 +0000 (14:15 +0200)]
SONAR-7411 drop support for HTTPs Tomcat connector

8 years agoreorder columns on code/projects page
Stas Vilchik [Wed, 6 Apr 2016 12:32:08 +0000 (14:32 +0200)]
reorder columns on code/projects page

8 years agoSONAR-6732 rename ComputeEngineSettings#remove to load + add UTs
Sébastien Lesaint [Wed, 6 Apr 2016 09:18:42 +0000 (11:18 +0200)]
SONAR-6732 rename ComputeEngineSettings#remove to load + add UTs

8 years agoupdate to parent POM 31
Sébastien Lesaint [Wed, 6 Apr 2016 07:52:09 +0000 (09:52 +0200)]
update to parent POM 31

8 years agofix rule workspace
Stas Vilchik [Wed, 6 Apr 2016 12:02:06 +0000 (14:02 +0200)]
fix rule workspace

8 years agoSONAR-7402 display complementary measures
Stas Vilchik [Wed, 6 Apr 2016 06:39:45 +0000 (08:39 +0200)]
SONAR-7402 display complementary measures

8 years agoexpose js libs through global variables
Stas Vilchik [Wed, 6 Apr 2016 09:57:10 +0000 (11:57 +0200)]
expose js libs through global variables

8 years agoSONAR-7527 Replace columns in provided "Projects" measure filter
Julien Lancelot [Wed, 6 Apr 2016 08:46:54 +0000 (10:46 +0200)]
SONAR-7527 Replace columns in provided "Projects" measure filter

Replace column "Technical Debt" by "Code Smells", "Bugs", and "Vulnerabilities" in provided "Projects" measure filter

8 years agoFix quality flaws
Julien Lancelot [Wed, 6 Apr 2016 08:31:09 +0000 (10:31 +0200)]
Fix quality flaws

8 years agoFix quality flaws
Simon Brandhof [Wed, 6 Apr 2016 08:23:06 +0000 (10:23 +0200)]
Fix quality flaws

8 years agoFix quality flaws
Teryk Bellahsene [Tue, 5 Apr 2016 17:21:14 +0000 (19:21 +0200)]
Fix quality flaws

8 years agoAdd test for developer and view in TreeActionTest
Teryk Bellahsene [Tue, 5 Apr 2016 16:42:13 +0000 (18:42 +0200)]
Add test for developer and view in TreeActionTest

8 years agocreate web development server
Stas Vilchik [Tue, 5 Apr 2016 12:16:55 +0000 (14:16 +0200)]
create web development server

8 years agoSONAR-7402 do not show identical sets of coverage metrics
Stas Vilchik [Tue, 5 Apr 2016 13:01:14 +0000 (15:01 +0200)]
SONAR-7402 do not show identical sets of coverage metrics

8 years agoSONAR-7498 OkHttpClient doesn't use ssl socket factory by default 885/head
Sébastien Lesaint [Mon, 4 Apr 2016 13:49:25 +0000 (15:49 +0200)]
SONAR-7498 OkHttpClient doesn't use ssl socket factory by default

since we didn't set it for Java 8, SSL connections opened with OkHttpClient under Java 8 didn't have any of the SSL parameters

8 years agoFix ProcessStateSystemInfoTest on Java 8
Simon Brandhof [Tue, 5 Apr 2016 11:58:53 +0000 (13:58 +0200)]
Fix ProcessStateSystemInfoTest on Java 8

8 years agoenforce js code style 5.5-M14
Stas Vilchik [Tue, 5 Apr 2016 09:46:02 +0000 (11:46 +0200)]
enforce js code style

8 years agoFix ServerSystemTest
Simon Brandhof [Tue, 5 Apr 2016 09:21:39 +0000 (11:21 +0200)]
Fix ServerSystemTest

8 years agoSONAR-7436 replace JMX/RMI by HTTP
Simon Brandhof [Thu, 31 Mar 2016 10:20:55 +0000 (12:20 +0200)]
SONAR-7436 replace JMX/RMI by HTTP

8 years agoSONAR-7524 Update embedded C# plugin to 5.0 886/head
Julien HENRY [Mon, 4 Apr 2016 15:04:04 +0000 (17:04 +0200)]
SONAR-7524 Update embedded C# plugin to 5.0

8 years agoSONAR-7522 Update embedded JavaScript plugin to 2.11
Julien HENRY [Mon, 4 Apr 2016 15:03:00 +0000 (17:03 +0200)]
SONAR-7522 Update embedded JavaScript plugin to 2.11

8 years agoSONAR-7521 Update Java plugin to 3.12
Julien HENRY [Mon, 4 Apr 2016 15:02:19 +0000 (17:02 +0200)]
SONAR-7521 Update Java plugin to 3.12

8 years agoSONAR-7520 Update embedded SVN plugin to 1.3
Julien HENRY [Mon, 4 Apr 2016 14:43:06 +0000 (16:43 +0200)]
SONAR-7520 Update embedded SVN plugin to 1.3

8 years agoSONAR-7519 Update embedded Git plugin to 1.2
Julien HENRY [Mon, 4 Apr 2016 14:40:22 +0000 (16:40 +0200)]
SONAR-7519 Update embedded Git plugin to 1.2

8 years agoSONAR-7499 Fix typo
Julien Lancelot [Mon, 4 Apr 2016 12:35:26 +0000 (14:35 +0200)]
SONAR-7499 Fix typo

8 years agoSONAR-7499 Fix typo and add missing transition 'falsepositive'
Julien Lancelot [Mon, 4 Apr 2016 12:35:26 +0000 (14:35 +0200)]
SONAR-7499 Fix typo and add missing transition 'falsepositive'

8 years agoSONAR-7473 Clean useless code
Julien Lancelot [Mon, 4 Apr 2016 12:29:47 +0000 (14:29 +0200)]
SONAR-7473 Clean useless code

8 years agoSONAR-7402 improve scrolling UX
Stas Vilchik [Mon, 4 Apr 2016 13:11:48 +0000 (15:11 +0200)]
SONAR-7402 improve scrolling UX

8 years agoSONAR-7402 improve breadcrumbs on measures page
Stas Vilchik [Mon, 4 Apr 2016 12:51:48 +0000 (14:51 +0200)]
SONAR-7402 improve breadcrumbs on measures page

8 years agofix ProjectOverviewTest 5.5-M13
Stas Vilchik [Fri, 1 Apr 2016 16:18:35 +0000 (18:18 +0200)]
fix ProjectOverviewTest

8 years agoexpose js libraries
Stas Vilchik [Thu, 31 Mar 2016 16:06:33 +0000 (18:06 +0200)]
expose js libraries

8 years agofix rendering of component's extensions
Stas Vilchik [Thu, 31 Mar 2016 15:38:44 +0000 (17:38 +0200)]
fix rendering of component's extensions

8 years agoSONAR-7457 Open view governance page when the Governance plugin is installed
Stas Vilchik [Thu, 10 Mar 2016 11:23:05 +0000 (12:23 +0100)]
SONAR-7457 Open view governance page when the Governance plugin is installed

8 years agoimprove rendering of ratings on project overview page
Stas Vilchik [Fri, 1 Apr 2016 15:26:29 +0000 (17:26 +0200)]
improve rendering of ratings on project overview page

8 years agoSONAR-7481 fix HistoryUiTest
Stas Vilchik [Fri, 1 Apr 2016 15:18:04 +0000 (17:18 +0200)]
SONAR-7481 fix HistoryUiTest

8 years agoSONAR-7481 Sparklines in the "History Table" widget are not displayed
Stas Vilchik [Tue, 29 Mar 2016 08:57:46 +0000 (10:57 +0200)]
SONAR-7481 Sparklines in the "History Table" widget are not displayed