]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years agoAutomatic merge from branch-6.6
ssjenka [Wed, 18 Oct 2017 06:02:33 +0000 (08:02 +0200)]
Automatic merge from branch-6.6

* origin/branch-6.6:
  fix l10n message on custom measures page

7 years agoSONAR-7590 Redirect to requested page with identity provider
Julien Lancelot [Fri, 29 Sep 2017 14:44:41 +0000 (16:44 +0200)]
SONAR-7590 Redirect to requested page with identity provider

7 years agoRevert "SONAR-7590 Redirect to requested page with identity provider"
Julien Lancelot [Tue, 17 Oct 2017 15:11:01 +0000 (17:11 +0200)]
Revert "SONAR-7590 Redirect to requested page with identity provider"

This reverts commit 33eb0b2b67bcbfbbbf98fca52480b735d3b18fbc.

7 years agoRevert "fixup! SONAR-7590 Redirect to requested page with identity provider"
Julien Lancelot [Tue, 17 Oct 2017 15:10:53 +0000 (17:10 +0200)]
Revert "fixup! SONAR-7590 Redirect to requested page with identity provider"

This reverts commit 5c3ae07af1b94d93add71e5aeaa895159880e5af.

7 years agofixup! SONAR-7590 Redirect to requested page with identity provider
Julien Lancelot [Mon, 16 Oct 2017 14:59:25 +0000 (16:59 +0200)]
fixup! SONAR-7590 Redirect to requested page with identity provider

7 years agoSONAR-7590 pass return_to for oauth providers
Stas Vilchik [Fri, 29 Sep 2017 13:25:20 +0000 (15:25 +0200)]
SONAR-7590 pass return_to for oauth providers

7 years agoSONAR-7590 Redirect to requested page with identity provider
Julien Lancelot [Fri, 29 Sep 2017 14:44:41 +0000 (16:44 +0200)]
SONAR-7590 Redirect to requested page with identity provider

7 years agoSONAR-9871 also call project webhook on issue change
Sébastien Lesaint [Thu, 5 Oct 2017 10:03:28 +0000 (12:03 +0200)]
SONAR-9871 also call project webhook on issue change

both for single issue and for bulk change
and still only for short lived branches

7 years agoSONAR-9882 Implement keeping sonar.analysis.* properties and send them in webhook...
Eric Hartmann [Tue, 3 Oct 2017 15:38:19 +0000 (17:38 +0200)]
SONAR-9882 Implement keeping sonar.analysis.* properties and send them in webhook triggered by web

7 years agoSONAR-9872 call webhook on bulk issue change on short lived branch
Sébastien Lesaint [Mon, 2 Oct 2017 14:57:46 +0000 (16:57 +0200)]
SONAR-9872 call webhook on bulk issue change on short lived branch

7 years agoSONAR-9871 call webhook on single issue change on short lived branch
Sébastien Lesaint [Fri, 29 Sep 2017 14:50:57 +0000 (16:50 +0200)]
SONAR-9871 call webhook on single issue change on short lived branch

7 years agoSONAR-9871 add ShortLivingBranchQualityGate
Sébastien Lesaint [Thu, 28 Sep 2017 15:15:48 +0000 (17:15 +0200)]
SONAR-9871 add ShortLivingBranchQualityGate

7 years agoSONAR-9871 support null ce task in webhook payload + fix equals
Sébastien Lesaint [Mon, 2 Oct 2017 10:23:46 +0000 (12:23 +0200)]
SONAR-9871 support null ce task in webhook payload + fix equals

equals/hashcode/toString ignored added field analysis

7 years agoSONAR-9882 Implements storage of sonar.analysis.* properties
Eric Hartmann [Fri, 29 Sep 2017 16:07:31 +0000 (18:07 +0200)]
SONAR-9882 Implements storage of sonar.analysis.* properties

7 years agoSONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysis
Eric Hartmann [Wed, 27 Sep 2017 15:32:21 +0000 (17:32 +0200)]
SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysis

7 years agoSONAR-9880 Add ANALYSIS_UUID on WEBHOOK_DELIVERIES
Eric Hartmann [Wed, 27 Sep 2017 14:44:33 +0000 (16:44 +0200)]
SONAR-9880 Add ANALYSIS_UUID on WEBHOOK_DELIVERIES

7 years agoSONAR-9871 move WebhookPayloadFactory to share it with web
Sébastien Lesaint [Wed, 27 Sep 2017 11:56:32 +0000 (13:56 +0200)]
SONAR-9871 move WebhookPayloadFactory to share it with web

7 years agoSONAR-9871 add WebHooks#isEnabled
Sébastien Lesaint [Tue, 26 Sep 2017 15:50:48 +0000 (17:50 +0200)]
SONAR-9871 add WebHooks#isEnabled

7 years agoSONAR-9870 add status of short living branche as hardcoded QG
Sébastien Lesaint [Tue, 26 Sep 2017 09:52:16 +0000 (11:52 +0200)]
SONAR-9870 add status of short living branche as hardcoded QG

7 years agoSONAR-9871 move webhook code to use it in web
Sébastien Lesaint [Mon, 25 Sep 2017 14:26:52 +0000 (16:26 +0200)]
SONAR-9871 move webhook code to use it in web

as well as we use it in CE report processing

7 years agoSONAR-9869 add project.url and branch.url to webhook payload
Sébastien Lesaint [Mon, 25 Sep 2017 10:24:46 +0000 (12:24 +0200)]
SONAR-9869 add project.url and branch.url to webhook payload

7 years agoSONAR-9869 add changedAt to webhook payload
Sébastien Lesaint [Mon, 25 Sep 2017 09:49:34 +0000 (11:49 +0200)]
SONAR-9869 add changedAt to webhook payload

7 years agoSONAR-9828 add jaxb-api to server
Simon Brandhof [Sun, 8 Oct 2017 07:49:32 +0000 (09:49 +0200)]
SONAR-9828 add jaxb-api to server

JAXB requires to depend on Java 9 module java.xml.bind. To keep
things simple, providing the library at runtime allows to use
default minimal Java 9 runtime.

7 years agoSONAR-9828 fix failure in CPD on Java 9
Simon Brandhof [Sun, 8 Oct 2017 07:44:48 +0000 (09:44 +0200)]
SONAR-9828 fix failure in CPD on Java 9

7 years agofix l10n message on custom measures page
Stas Vilchik [Tue, 17 Oct 2017 11:25:38 +0000 (13:25 +0200)]
fix l10n message on custom measures page

7 years agoSONAR-9264 Rounding issue in line charts
Stas Vilchik [Mon, 16 Oct 2017 15:54:53 +0000 (17:54 +0200)]
SONAR-9264 Rounding issue in line charts

7 years agoSONAR-8146 Upgrade form does not fail if server stops
Stas Vilchik [Mon, 16 Oct 2017 15:15:50 +0000 (17:15 +0200)]
SONAR-8146 Upgrade form does not fail if server stops

7 years agoSONAR-8587 do not put auto focus search field on code page
Stas Vilchik [Mon, 16 Oct 2017 14:21:56 +0000 (16:21 +0200)]
SONAR-8587 do not put auto focus search field on code page

7 years agoSONAR-9850 Remove scrollbar from the "Similar Issues" filter popup
Stas Vilchik [Mon, 16 Oct 2017 14:04:49 +0000 (16:04 +0200)]
SONAR-9850 Remove scrollbar from the "Similar Issues" filter popup

7 years agoSONAR-9544 Long words in issue box breaks the display
Stas Vilchik [Mon, 16 Oct 2017 12:33:01 +0000 (14:33 +0200)]
SONAR-9544 Long words in issue box breaks the display

7 years agoavoid displaying too long branch names
Stas Vilchik [Mon, 16 Oct 2017 11:55:19 +0000 (13:55 +0200)]
avoid displaying too long branch names

7 years agoSONAR-9647 Issue box is not displayed for not file level issues
Stas Vilchik [Mon, 16 Oct 2017 09:25:28 +0000 (11:25 +0200)]
SONAR-9647 Issue box is not displayed for not file level issues

7 years agoSONAR-9782 Permissions are not correctly checked for a file permalink
Stas Vilchik [Mon, 16 Oct 2017 08:33:00 +0000 (10:33 +0200)]
SONAR-9782 Permissions are not correctly checked for a file permalink

7 years agoSONAR-9981 Upgrade Elasticsearch to 5.6.3
Daniel Schwarz [Fri, 13 Oct 2017 15:01:58 +0000 (17:01 +0200)]
SONAR-9981 Upgrade Elasticsearch to 5.6.3

7 years agoSONAR-9931 warn if sonar.cpd.cross_project is used in the compute engine
Daniel Schwarz [Fri, 13 Oct 2017 12:16:52 +0000 (14:16 +0200)]
SONAR-9931 warn if sonar.cpd.cross_project is used in the compute engine

7 years agoSONAR-9931 deprecate sonar.cpd.cross_project property
Daniel Schwarz [Fri, 13 Oct 2017 11:49:49 +0000 (13:49 +0200)]
SONAR-9931 deprecate sonar.cpd.cross_project property

7 years agofix description of api/qualityprofiles/search
Daniel Schwarz [Fri, 13 Oct 2017 09:51:21 +0000 (11:51 +0200)]
fix description of api/qualityprofiles/search

7 years agoSONAR-9905 Notification daemon must not be started twice 2675/head
Eric Hartmann [Mon, 16 Oct 2017 15:05:19 +0000 (17:05 +0200)]
SONAR-9905 Notification daemon must not be started twice

7 years agoSONAR-8303 Create new rule from template with custom rule type
Stas Vilchik [Thu, 12 Oct 2017 14:03:13 +0000 (16:03 +0200)]
SONAR-8303 Create new rule from template with custom rule type

7 years agoSONAR-8303 Add type parameter to WS api/rules/create
Teryk Bellahsene [Thu, 12 Oct 2017 13:33:38 +0000 (15:33 +0200)]
SONAR-8303 Add type parameter to WS api/rules/create

7 years agoFix quality flaws
Daniel Schwarz [Mon, 16 Oct 2017 14:32:25 +0000 (16:32 +0200)]
Fix quality flaws

7 years agoTravis - support analysis of PR based on PR
Simon Brandhof [Mon, 16 Oct 2017 19:19:43 +0000 (21:19 +0200)]
Travis - support analysis of PR based on PR

7 years agoAutomatic merge from branch-6.6
ssjenka [Mon, 16 Oct 2017 15:00:54 +0000 (17:00 +0200)]
Automatic merge from branch-6.6

* origin/branch-6.6:
  SONAR-9986 Add back id to WS api/components/search_projects

7 years agoSONAR-9986 Add back id to WS api/components/search_projects
Teryk Bellahsene [Mon, 16 Oct 2017 12:50:36 +0000 (14:50 +0200)]
SONAR-9986 Add back id to WS api/components/search_projects

7 years agoFix Quality flaws
Simon Brandhof [Mon, 16 Oct 2017 08:32:02 +0000 (10:32 +0200)]
Fix Quality flaws

7 years agoSONAR-9263 log warning once when OAuth URL is http but not https
Simon Brandhof [Thu, 5 Oct 2017 07:42:51 +0000 (09:42 +0200)]
SONAR-9263 log warning once when OAuth URL is http but not https

7 years agoRemove unused dependency on commons-beanutils
Simon Brandhof [Mon, 16 Oct 2017 12:36:09 +0000 (14:36 +0200)]
Remove unused dependency on commons-beanutils

7 years agoDrop OldRestoreAction (api/profiles/restore)
Janos Gyerik [Wed, 4 Oct 2017 14:32:50 +0000 (16:32 +0200)]
Drop OldRestoreAction (api/profiles/restore)

7 years agoSONAR-9982 Upgrade to Hazelcast 3.8.6
Eric Hartmann [Fri, 13 Oct 2017 16:19:42 +0000 (18:19 +0200)]
SONAR-9982 Upgrade to Hazelcast 3.8.6

7 years agoFix warning at startup regarding JVmStateSection
Simon Brandhof [Mon, 16 Oct 2017 10:01:26 +0000 (12:01 +0200)]
Fix warning at startup regarding JVmStateSection

Two same instances of JvmStateSection are defined in pico. It generates
the warning log:
"WARN  ce[][o.s.c.p.ComponentKeys] Bad component key: org.sonar.process.systeminfo.JvmStateSection@13078cb2. Please implement toString() method on class org.sonar.process.systeminfo.JvmStateSection"

7 years agoDelete deprecated and unused Server#getDeployDir()
Simon Brandhof [Mon, 16 Oct 2017 09:59:57 +0000 (11:59 +0200)]
Delete deprecated and unused Server#getDeployDir()

7 years agoFix package of class CopyDeprecatedServerId
Simon Brandhof [Mon, 16 Oct 2017 09:59:23 +0000 (11:59 +0200)]
Fix package of class CopyDeprecatedServerId

7 years agoSONAR-9980 allow to search for words >15 chars in rule descriptions
Daniel Schwarz [Fri, 13 Oct 2017 14:23:51 +0000 (16:23 +0200)]
SONAR-9980 allow to search for words >15 chars in rule descriptions

7 years agoSONAR-9965 add test for html content in the rule description
Daniel Schwarz [Fri, 13 Oct 2017 13:55:00 +0000 (15:55 +0200)]
SONAR-9965 add test for html content in the rule description

7 years agoSONAR-8516 Improve UI of quality gate section on the project dashboard
Stas Vilchik [Thu, 12 Oct 2017 15:18:07 +0000 (17:18 +0200)]
SONAR-8516 Improve UI of quality gate section on the project dashboard

7 years agoSONAR-9691 Align size badges on project cards
Stas Vilchik [Thu, 12 Oct 2017 15:00:25 +0000 (17:00 +0200)]
SONAR-9691 Align size badges on project cards

7 years agoSONAR-9822 Quality Gate cannot be displayed directly if it includes a custom metric...
Stas Vilchik [Thu, 12 Oct 2017 14:57:12 +0000 (16:57 +0200)]
SONAR-9822 Quality Gate cannot be displayed directly if it includes a custom metric that was deleted

7 years agoSONAR-9780 Add keyboard shortcuts help on the Rules page
Stas Vilchik [Thu, 12 Oct 2017 14:49:12 +0000 (16:49 +0200)]
SONAR-9780 Add keyboard shortcuts help on the Rules page

7 years agoSONAR-9756 update wording for branch life time
Stas Vilchik [Thu, 12 Oct 2017 14:31:15 +0000 (16:31 +0200)]
SONAR-9756 update wording for branch life time

7 years agofix incorrect characther in core.properties
Stas Vilchik [Thu, 12 Oct 2017 14:09:42 +0000 (16:09 +0200)]
fix incorrect characther in core.properties

7 years agoSONAR-8497 Increase size of input on Encryption page
Stas Vilchik [Thu, 12 Oct 2017 13:40:06 +0000 (15:40 +0200)]
SONAR-8497 Increase size of input on Encryption page

7 years agoSONAR-9790 Add project context to a file permalink
Stas Vilchik [Thu, 12 Oct 2017 13:31:14 +0000 (15:31 +0200)]
SONAR-9790 Add project context to a file permalink

7 years agoSONAR-9938 Hide histogram in creation date facet on issues page when there is no...
Stas Vilchik [Thu, 12 Oct 2017 13:05:40 +0000 (15:05 +0200)]
SONAR-9938 Hide histogram in creation date facet on issues page when there is no results

7 years agoSONAR-9473 Differentiate between selected issues and hovered issues
Stas Vilchik [Thu, 12 Oct 2017 12:49:22 +0000 (14:49 +0200)]
SONAR-9473 Differentiate between selected issues and hovered issues

7 years agoSONAR-9579 No redirect when browsing my new issues without authentication
Stas Vilchik [Thu, 12 Oct 2017 12:46:07 +0000 (14:46 +0200)]
SONAR-9579 No redirect when browsing my new issues without authentication

7 years agoSONAR-9966 Page extensions are shown for branches
Stas Vilchik [Thu, 12 Oct 2017 11:50:33 +0000 (13:50 +0200)]
SONAR-9966 Page extensions are shown for branches

7 years agoSONAR-9686 Secondary locations without messages should not be numbered
Stas Vilchik [Thu, 12 Oct 2017 09:50:43 +0000 (11:50 +0200)]
SONAR-9686 Secondary locations without messages should not be numbered

7 years agoSONAR-9788 Onboarding tutorial is shown many times
Stas Vilchik [Thu, 12 Oct 2017 09:04:36 +0000 (11:04 +0200)]
SONAR-9788 Onboarding tutorial is shown many times

7 years agowarn about missing messages
Stas Vilchik [Thu, 12 Oct 2017 08:41:31 +0000 (10:41 +0200)]
warn about missing messages

7 years agoSONAR-9830 Onboarding of C# projects is not working properly
Stas Vilchik [Thu, 12 Oct 2017 07:52:20 +0000 (09:52 +0200)]
SONAR-9830 Onboarding of C# projects is not working properly

7 years agoSONAR-9968 distribute SonarTS on fresh installations
Simon Brandhof [Fri, 13 Oct 2017 15:20:14 +0000 (17:20 +0200)]
SONAR-9968 distribute SonarTS on fresh installations

7 years agoUpgrade logback and SLF4j
Simon Brandhof [Fri, 13 Oct 2017 13:02:57 +0000 (15:02 +0200)]
Upgrade logback and SLF4j

Logback 1.1.x suffers from https://nvd.nist.gov/vuln/detail/CVE-2017-5929,
which has been fixed in 1.2.0. This vulnerability can't be exploited
because the Logback socket server is not enabled. Nevertheless
upgrading is a best practice.

7 years agoSONAR-9978 Upgrade Tomcat to 8.5.23
Simon Brandhof [Fri, 13 Oct 2017 13:46:21 +0000 (15:46 +0200)]
SONAR-9978 Upgrade Tomcat to 8.5.23

7 years agoSONAR-7942 When there is no SCM data sonar.issues.defaultAssigneeLogin must be used
Eric Hartmann [Fri, 13 Oct 2017 16:18:41 +0000 (18:18 +0200)]
SONAR-7942 When there is no SCM data sonar.issues.defaultAssigneeLogin must be used

7 years agoSONAR-9863 Drop web app licenses and server id code
Grégoire Aubert [Fri, 13 Oct 2017 12:58:52 +0000 (14:58 +0200)]
SONAR-9863 Drop web app licenses and server id code

7 years agoSONAR-9863 replace old "permanent server ID" by the new one
Simon Brandhof [Thu, 12 Oct 2017 08:00:14 +0000 (10:00 +0200)]
SONAR-9863 replace old "permanent server ID" by the new one

7 years agoSONAR-9863 drop internal WS api/server_id and api/licenses
Simon Brandhof [Wed, 11 Oct 2017 16:42:33 +0000 (18:42 +0200)]
SONAR-9863 drop internal WS api/server_id and api/licenses

7 years agoSONAR-9979 Fix potential vulnerability in plugins built with API <= 5.2
Simon Brandhof [Fri, 13 Oct 2017 14:09:39 +0000 (16:09 +0200)]
SONAR-9979 Fix potential vulnerability in plugins built with API <= 5.2

7 years agoFix Quality flaws
ameya [Wed, 11 Oct 2017 20:03:03 +0000 (13:03 -0700)]
Fix Quality flaws

7 years agoSONAR-8392 Order components by name ascending as default ordering for equalities
Teryk Bellahsene [Fri, 13 Oct 2017 15:17:39 +0000 (17:17 +0200)]
SONAR-8392 Order components by name ascending as default ordering for equalities

7 years agoSONAR-8770 Remove bundles ending by '.abbreviation'
Teryk Bellahsene [Fri, 13 Oct 2017 13:58:15 +0000 (15:58 +0200)]
SONAR-8770 Remove bundles ending by '.abbreviation'

7 years agoSONAR-9963 WS api/metrics/update fails properly if domain is longer than 64 characters
Teryk Bellahsene [Thu, 12 Oct 2017 15:29:22 +0000 (17:29 +0200)]
SONAR-9963 WS api/metrics/update fails properly if domain is longer than 64 characters

7 years agoSONAR-8331 Deprecate and hide complexity related metrics
Teryk Bellahsene [Thu, 12 Oct 2017 14:50:12 +0000 (16:50 +0200)]
SONAR-8331 Deprecate and hide complexity related metrics

7 years agoSONAR-9922 Metric new_lines renamed from 'Lines of New Code' to 'New Lines'
Teryk Bellahsene [Thu, 12 Oct 2017 13:05:23 +0000 (15:05 +0200)]
SONAR-9922 Metric new_lines renamed from 'Lines of New Code' to 'New Lines'

7 years agoSONAR-9823 WS api/issues/search returns the line hash
Teryk Bellahsene [Thu, 12 Oct 2017 12:36:05 +0000 (14:36 +0200)]
SONAR-9823 WS api/issues/search returns the line hash

7 years agoSONAR-7734 Clarify message when one of several parameters is required
Teryk Bellahsene [Thu, 12 Oct 2017 11:38:17 +0000 (13:38 +0200)]
SONAR-7734 Clarify message when one of several parameters is required

7 years agoFix quality flaws
Teryk Bellahsene [Thu, 12 Oct 2017 09:53:18 +0000 (11:53 +0200)]
Fix quality flaws

7 years agoAutomatic merge from branch-6.6
ssjenka [Fri, 13 Oct 2017 09:47:41 +0000 (11:47 +0200)]
Automatic merge from branch-6.6

* origin/branch-6.6:
  SONAR-8798 fix error when sonar.log.maxFiles=0

7 years agoSONAR-8798 fix error when sonar.log.maxFiles=0
Simon Brandhof [Thu, 12 Oct 2017 20:32:24 +0000 (22:32 +0200)]
SONAR-8798 fix error when sonar.log.maxFiles=0

7 years agoAutomatic merge from branch-6.6
ssjenka [Fri, 13 Oct 2017 09:28:58 +0000 (11:28 +0200)]
Automatic merge from branch-6.6

* origin/branch-6.6:
  SONAR-9971 allow tests messages longer then 32766 characters
  SONAR-9965 allow rule descriptions longer then 32766 characters
  SONAR-9965 avoid obsolete subfields in Elasticsearch keyword fields

7 years agoSONAR-9971 allow tests messages longer then 32766 characters
Daniel Schwarz [Thu, 12 Oct 2017 15:18:14 +0000 (17:18 +0200)]
SONAR-9971 allow tests messages longer then 32766 characters

7 years agoSONAR-9965 allow rule descriptions longer then 32766 characters
Daniel Schwarz [Thu, 12 Oct 2017 14:18:53 +0000 (16:18 +0200)]
SONAR-9965 allow rule descriptions longer then 32766 characters

7 years agoSONAR-9965 avoid obsolete subfields in Elasticsearch keyword fields
Daniel Schwarz [Thu, 12 Oct 2017 08:09:24 +0000 (10:09 +0200)]
SONAR-9965 avoid obsolete subfields in Elasticsearch keyword fields

Each field with subfields used to have one obsolete additional subfield with the same name as the name itself. This one is now removed. Those obsolete subfields also sometimes caused issues with long text values (like rule descriptions or test messages).

7 years agoSONAR-9928 Fix IT relying on WS to query database
Teryk Bellahsene [Thu, 12 Oct 2017 12:03:34 +0000 (14:03 +0200)]
SONAR-9928 Fix IT relying on WS to query database

7 years agoSONAR-9928 WS api/components/search relies on Component ES index
Teryk Bellahsene [Wed, 11 Oct 2017 15:59:13 +0000 (17:59 +0200)]
SONAR-9928 WS api/components/search relies on Component ES index

7 years agoSONAR-9928 Index and filter organization in component ES index
Teryk Bellahsene [Wed, 11 Oct 2017 15:27:09 +0000 (17:27 +0200)]
SONAR-9928 Index and filter organization in component ES index

7 years agoSONAR-9928 Search components in ES
Teryk Bellahsene [Wed, 11 Oct 2017 15:11:52 +0000 (17:11 +0200)]
SONAR-9928 Search components in ES

7 years agoSONAR-9928 ComponentIndexQuery renamed to SuggestionQuery
Teryk Bellahsene [Wed, 11 Oct 2017 12:46:26 +0000 (14:46 +0200)]
SONAR-9928 ComponentIndexQuery renamed to SuggestionQuery

7 years agoSONAR-9928 Index language in component ES index
Teryk Bellahsene [Wed, 11 Oct 2017 12:41:59 +0000 (14:41 +0200)]
SONAR-9928 Index language in component ES index

7 years agoSONAR-9799 deprecate legacy branch param (#2662)
Janos Gyerik [Thu, 12 Oct 2017 12:41:19 +0000 (14:41 +0200)]
SONAR-9799 deprecate legacy branch param (#2662)