]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
4 years agoSONAR-12772 Remove deprecated ldap.user.user.objectClass and ldap.user.loginAttribute
Julien Lancelot [Tue, 3 Dec 2019 13:38:08 +0000 (14:38 +0100)]
SONAR-12772 Remove deprecated ldap.user.user.objectClass and ldap.user.loginAttribute

4 years agoSONAR-12758 Security report page doesn't deal properly with the current branch
Philippe Perrin [Fri, 29 Nov 2019 16:34:38 +0000 (17:34 +0100)]
SONAR-12758 Security report page doesn't deal properly with the current branch

4 years agoSONAR-12665 gradle.properties must not contain -SNAPSHOT anymore
Sébastien Lesaint [Mon, 18 Nov 2019 17:04:25 +0000 (18:04 +0100)]
SONAR-12665 gradle.properties must not contain -SNAPSHOT anymore

because any build of SonarQube must now be releasable
however, -SNAPSHOT should still be used as version when no buildNumber is provided (ie. on local builds) and as the projectVersion of the project analyzed on Next

4 years agoSONAR-12666 Fix groups sorting when high number of groups
Julien Lancelot [Mon, 2 Dec 2019 11:20:25 +0000 (12:20 +0100)]
SONAR-12666 Fix groups sorting when high number of groups

4 years agoSONAR-12760 remove trailing slash in gitlab url setting
Pierre Guillot [Fri, 29 Nov 2019 10:13:22 +0000 (11:13 +0100)]
SONAR-12760 remove trailing slash in gitlab url setting

4 years agoSONAR-12736 Fix loading of QProfile using deprecated rule keys
Julien Lancelot [Fri, 29 Nov 2019 07:51:41 +0000 (08:51 +0100)]
SONAR-12736 Fix loading of QProfile using deprecated rule keys

4 years agoSONAR-12500 Bug fix : can't update language's setting at the project level
Grégoire Aubert [Wed, 20 Nov 2019 08:06:17 +0000 (09:06 +0100)]
SONAR-12500 Bug fix : can't update language's setting at the project level

4 years agoSONAR-12735 drop ws api/updatecenter/upload
Sébastien Lesaint [Thu, 21 Nov 2019 10:03:48 +0000 (11:03 +0100)]
SONAR-12735 drop ws api/updatecenter/upload

4 years agoRestore backward compatibility
Julien HENRY [Fri, 15 Nov 2019 15:08:57 +0000 (16:08 +0100)]
Restore backward compatibility

4 years agoAdd a JUnit 5 version of LogTester
Julien HENRY [Fri, 15 Nov 2019 13:56:14 +0000 (14:56 +0100)]
Add a JUnit 5 version of LogTester

4 years agoDOCS: Fix typo in property value in scanner for Gradle doc (#2258)
Tibor Blenessy [Wed, 20 Nov 2019 15:04:58 +0000 (16:04 +0100)]
DOCS: Fix typo in property value in scanner for Gradle doc (#2258)

4 years agoSONAR-12617 Security restrictions prevent plugins from reading environment variables
Duarte Meneses [Thu, 31 Oct 2019 15:56:28 +0000 (10:56 -0500)]
SONAR-12617 Security restrictions prevent plugins from reading environment variables

4 years agoSONAR-12701 upgrade H2 from 1.3 to 1.4
Sébastien Lesaint [Wed, 13 Nov 2019 16:26:37 +0000 (17:26 +0100)]
SONAR-12701 upgrade H2 from 1.3 to 1.4

4 years agoDOCS add support for githubcom
michaelbirnstiehl [Mon, 11 Nov 2019 03:06:20 +0000 (21:06 -0600)]
DOCS add support for githubcom

4 years agoSONAR-12683-explicit-githubcom-pr-decoration-support
Jeremy Davis [Fri, 8 Nov 2019 02:20:32 +0000 (11:20 +0900)]
SONAR-12683-explicit-githubcom-pr-decoration-support

4 years agoDOCS: Update log location for "Deploy Plugin" message
colin-mueller-sonarsource [Wed, 13 Nov 2019 09:04:38 +0000 (10:04 +0100)]
DOCS: Update log location for "Deploy Plugin" message

4 years agoSONAR-12677 do not duplicate configuration of bundled plugins
Sébastien Lesaint [Wed, 6 Nov 2019 16:01:34 +0000 (17:01 +0100)]
SONAR-12677 do not duplicate configuration of bundled plugins

into the sonar-docs module and the edition modules
also, make sonar-docs support being built from public sources which do not contain commercial editions

4 years agoSONAR-12677 move sonar-security versioning to root build.gradle
Sébastien Lesaint [Wed, 6 Nov 2019 15:50:37 +0000 (16:50 +0100)]
SONAR-12677 move sonar-security versioning to root build.gradle

on the plus side: all bundled plugin version are stored in the same location
on the minus side: even move private/commercial plugin name and version are visible in public source code

4 years agoSONAR-12383 Increase zip file size constraint
Jacek [Mon, 21 Oct 2019 22:03:39 +0000 (17:03 -0500)]
SONAR-12383 Increase zip file size constraint

4 years agoSONAR-12383 Libraries update (bugfixes)
Jacek [Mon, 21 Oct 2019 21:57:47 +0000 (16:57 -0500)]
SONAR-12383 Libraries update (bugfixes)

4 years agoSONAR-12383 Build utility libraries update
Jacek [Mon, 21 Oct 2019 21:41:34 +0000 (16:41 -0500)]
SONAR-12383 Build utility libraries update

* protobuf -> 3.10
* and others

4 years agoSONAR-12383 Test libraries update
Jacek [Mon, 21 Oct 2019 21:21:29 +0000 (16:21 -0500)]
SONAR-12383 Test libraries update

* org.awaitility:awaitility:3.1.6 -> 4.0.1
* org.assertj:assertj-core:3.12.2 -> 3.13.2
* org.jsoup:jsoup:1.11.3 -> 1.12.1
* org.mockito:mockito-core:2.22.0 - > 3.1.0
* org.xmlunit:xmlunit-core:2.5.1 -> 2.6.3
* org.xmlunit:xmlunit-matchers:2.5.1 -> 2.6.3
* org.tmatesoft.svnkit:svnkit:1.9.0 -> 1.10.1

4 years agoSONAR-12383 Libraries with security fixes
Jacek [Mon, 21 Oct 2019 21:04:36 +0000 (16:04 -0500)]
SONAR-12383 Libraries with security fixes

* io.jsonwebtoken:jjwt-api:0.10.5 -> 0.10.7
* com.auth0:java-jwt:3.3.0 -> 3.8.3
* org.bouncycastle:bcpkix-jdk15on:1.59 ->1.64

4 years agoSONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jre
Jacek [Mon, 21 Oct 2019 20:49:34 +0000 (15:49 -0500)]
SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jre

4 years agoSONAR-12383 Upgrade postgresql to 42.2.8
Jacek [Mon, 21 Oct 2019 20:31:28 +0000 (15:31 -0500)]
SONAR-12383 Upgrade postgresql to 42.2.8

4 years agoSONAR-12685 upgrade Elasticsearch to 6.8.4
Sébastien Lesaint [Thu, 7 Nov 2019 08:35:32 +0000 (09:35 +0100)]
SONAR-12685 upgrade Elasticsearch to 6.8.4

4 years agoSONAR-12631 Add Quality Gate check in GitLab documentation
michaelbirnstiehl [Mon, 4 Nov 2019 21:05:30 +0000 (15:05 -0600)]
SONAR-12631 Add Quality Gate check in GitLab documentation

4 years agoSONAR-12630 Improve Quality Gate Check logging messages
Jacek [Thu, 7 Nov 2019 09:40:04 +0000 (10:40 +0100)]
SONAR-12630 Improve Quality Gate Check logging messages

4 years agoSONAR-12630 Add dashboard url to message exception in case QG fails
Jacek [Mon, 4 Nov 2019 15:08:44 +0000 (16:08 +0100)]
SONAR-12630 Add dashboard url to message exception in case QG fails

4 years agoSONAR-12630 Log dashboard link in case Quality Gate has failed
Jacek [Mon, 4 Nov 2019 09:03:44 +0000 (10:03 +0100)]
SONAR-12630 Log dashboard link in case Quality Gate has failed

4 years agoSONAR-12629 unit and integration tests + minor fixes
Jacek [Thu, 31 Oct 2019 12:11:32 +0000 (13:11 +0100)]
SONAR-12629 unit and integration tests + minor fixes

4 years agoSONAR-12630 reorganize log results
Jacek [Thu, 31 Oct 2019 09:36:24 +0000 (10:36 +0100)]
SONAR-12630 reorganize log results

4 years agoSONAR-12629 Scanner Quality Gate check
Jacek [Wed, 30 Oct 2019 13:54:20 +0000 (14:54 +0100)]
SONAR-12629 Scanner Quality Gate check

4 years agoSONAR-12537 Update See rule button in issues page
Jeremy Davis [Thu, 7 Nov 2019 11:02:10 +0000 (20:02 +0900)]
SONAR-12537 Update See rule button in issues page

4 years agoSONAR-12585 Fix missing releasability badges in portfolio project list
Jeremy Davis [Wed, 6 Nov 2019 07:19:42 +0000 (16:19 +0900)]
SONAR-12585 Fix missing releasability badges in portfolio project list

4 years agoSONAR-12619 Prevent users from adding unknown metrics to Activity graphs
Jeremy Davis [Wed, 6 Nov 2019 06:49:41 +0000 (15:49 +0900)]
SONAR-12619 Prevent users from adding unknown metrics to Activity graphs

4 years agoSONAR-12539 Fix missed leak color uses
Jeremy Davis [Wed, 6 Nov 2019 06:16:02 +0000 (15:16 +0900)]
SONAR-12539 Fix missed leak color uses

4 years agoSONAR-12606 Fix issue multiline comments
Jeremy Davis [Tue, 5 Nov 2019 09:03:33 +0000 (18:03 +0900)]
SONAR-12606 Fix issue multiline comments

4 years agoSONAR-12538 Drop .flash and .flash-heavy classes
Jeremy Davis [Tue, 5 Nov 2019 08:54:58 +0000 (17:54 +0900)]
SONAR-12538 Drop .flash and .flash-heavy classes

4 years agoSONAR-12680 Explicit authentication support on GitHub.com and GitHub Enterprise
Julien Lancelot [Wed, 6 Nov 2019 13:32:30 +0000 (14:32 +0100)]
SONAR-12680 Explicit authentication support on GitHub.com and GitHub Enterprise

4 years agoSONAR-12677 static doc must not be built from public sources
Sébastien Lesaint [Wed, 6 Nov 2019 14:00:58 +0000 (15:00 +0100)]
SONAR-12677 static doc must not be built from public sources

4 years agoSONAR-12602 Auto-scroll down when expanding snippets down
Jeremy Davis [Mon, 4 Nov 2019 07:21:43 +0000 (16:21 +0900)]
SONAR-12602 Auto-scroll down when expanding snippets down

4 years agoSONAR-12050 show issues' locations marker in CodeViewer
Jeremy Davis [Mon, 4 Nov 2019 00:35:56 +0000 (09:35 +0900)]
SONAR-12050 show issues' locations marker in CodeViewer

4 years agoSONAR-12601 Increase snippet merge threshold
Jeremy Davis [Fri, 1 Nov 2019 11:58:03 +0000 (20:58 +0900)]
SONAR-12601 Increase snippet merge threshold

4 years agoSONAR-12599 Increase snippet expand step
Jeremy Davis [Fri, 1 Nov 2019 11:08:19 +0000 (20:08 +0900)]
SONAR-12599 Increase snippet expand step

4 years agoSONAR-12600 Increase snippet size
Jeremy Davis [Fri, 1 Nov 2019 09:06:10 +0000 (18:06 +0900)]
SONAR-12600 Increase snippet size

4 years agoSONAR-12652 Fix 'missing' snippet lines when expanding
Jeremy Davis [Fri, 1 Nov 2019 07:17:42 +0000 (16:17 +0900)]
SONAR-12652 Fix 'missing' snippet lines when expanding

4 years agoSONAR-12512 Fix SQL queries on MsSQL
Julien Lancelot [Mon, 4 Nov 2019 12:48:20 +0000 (13:48 +0100)]
SONAR-12512 Fix SQL queries on MsSQL

4 years agoSONAR-12649 Remove deprecated WSs since 6.3
Jacek [Mon, 28 Oct 2019 10:27:01 +0000 (05:27 -0500)]
SONAR-12649 Remove deprecated WSs since 6.3
- api/timemachine
- api/properties
- api/user_properties

4 years agoSONAR-12512 SONAR-12514 SONAR-12515 Add ITs
Jeremy Davis [Mon, 28 Oct 2019 16:50:30 +0000 (17:50 +0100)]
SONAR-12512 SONAR-12514 SONAR-12515 Add ITs

4 years agoSONAR-11154 Remove parameters deprecated before 6.7 in Quality Profile WS
Duarte Meneses [Thu, 31 Oct 2019 15:54:42 +0000 (10:54 -0500)]
SONAR-11154 Remove parameters deprecated before 6.7 in Quality Profile WS

4 years agoBump to the latest version of typescript
Philippe Perrin [Tue, 29 Oct 2019 09:01:45 +0000 (10:01 +0100)]
Bump to the latest version of typescript

4 years agoSONAR-12512 Migrate sonar.alm.github.app.privateKey.secured property
Julien Lancelot [Wed, 30 Oct 2019 13:24:50 +0000 (14:24 +0100)]
SONAR-12512 Migrate sonar.alm.github.app.privateKey.secured property

4 years agoDOCS update admin links
MikeBirnstiehl [Wed, 30 Oct 2019 12:46:57 +0000 (07:46 -0500)]
DOCS update admin links

4 years agoSONAR-12512 SONAR-12514 SONAR-12515 Fix ordering of lists WS
Julien Lancelot [Tue, 29 Oct 2019 10:18:20 +0000 (11:18 +0100)]
SONAR-12512 SONAR-12514 SONAR-12515 Fix ordering of lists WS

4 years agoSONAR-12512 SONAR-12514 SONAR-12515 Move AlmSettings Ws to Dev edition
Julien Lancelot [Tue, 29 Oct 2019 09:38:27 +0000 (10:38 +0100)]
SONAR-12512 SONAR-12514 SONAR-12515 Move AlmSettings Ws to Dev edition

4 years agoSONAR-12514 Migrate Azure ALM settings to new tables
Julien Lancelot [Tue, 29 Oct 2019 14:17:11 +0000 (15:17 +0100)]
SONAR-12514 Migrate Azure ALM settings to new tables

4 years agoSONAR-12514 Migrate Bitbucket ALM settings to new tables
Julien Lancelot [Tue, 29 Oct 2019 14:17:03 +0000 (15:17 +0100)]
SONAR-12514 Migrate Bitbucket ALM settings to new tables

4 years agoSONAR-12512 Migrate GitHub ALM settings to new tables
Julien Lancelot [Tue, 29 Oct 2019 14:14:54 +0000 (15:14 +0100)]
SONAR-12512 Migrate GitHub ALM settings to new tables

4 years agoSONAR-12512 SONAR-12514 SONAR-12515 Increase ALM key from 80 to 200
Julien Lancelot [Fri, 25 Oct 2019 08:57:25 +0000 (10:57 +0200)]
SONAR-12512 SONAR-12514 SONAR-12515 Increase ALM key from 80 to 200

4 years agoRefactor for duplications
Jeremy Davis [Tue, 29 Oct 2019 08:53:22 +0000 (09:53 +0100)]
Refactor for duplications

4 years agoSONAR-12512 UI for general settings
Jeremy Davis [Mon, 28 Oct 2019 12:54:41 +0000 (13:54 +0100)]
SONAR-12512 UI for general settings

4 years agoRefactor for duplications
Jeremy Davis [Mon, 28 Oct 2019 12:07:20 +0000 (13:07 +0100)]
Refactor for duplications

4 years agoFixes from review
Jeremy Davis [Thu, 24 Oct 2019 15:49:18 +0000 (17:49 +0200)]
Fixes from review

4 years agoSONAR-12512 Hide page for CE
Jeremy Davis [Thu, 24 Oct 2019 13:38:40 +0000 (15:38 +0200)]
SONAR-12512 Hide page for CE

4 years agoAdd icons to the tabs and fix Alms enum
Jeremy Davis [Tue, 22 Oct 2019 13:53:57 +0000 (15:53 +0200)]
Add icons to the tabs and fix Alms enum

4 years agoSONAR-12514 UI for project-level form - Bitbucket
Jeremy Davis [Tue, 22 Oct 2019 12:29:27 +0000 (14:29 +0200)]
SONAR-12514 UI for project-level form - Bitbucket

4 years agoSONAR-12514 UI for bitbucket PR decoration configuration
Jeremy Davis [Tue, 22 Oct 2019 09:16:59 +0000 (11:16 +0200)]
SONAR-12514 UI for bitbucket PR decoration configuration

4 years agoSONAR-12515 Allow binding of projects on Bitbucket ALM
Julien Lancelot [Thu, 24 Oct 2019 09:15:04 +0000 (11:15 +0200)]
SONAR-12515 Allow binding of projects on Bitbucket ALM

4 years agoDOCS update PR pages and add multiple ALM section
michaelbirnstiehl [Mon, 21 Oct 2019 21:41:25 +0000 (16:41 -0500)]
DOCS update PR pages and add multiple ALM section

4 years agoSONAR-12515 Decorate Azure PR using new settings
Julien Lancelot [Wed, 23 Oct 2019 12:29:37 +0000 (14:29 +0200)]
SONAR-12515 Decorate Azure PR using new settings

4 years agoSONAR-12515 Allow binding of projects on Azure ALM
Julien Lancelot [Wed, 23 Oct 2019 09:30:18 +0000 (11:30 +0200)]
SONAR-12515 Allow binding of projects on Azure ALM

4 years agoSONAR-12515 Add AlmSettingsSupport to centralize common code
Julien Lancelot [Tue, 22 Oct 2019 15:37:03 +0000 (17:37 +0200)]
SONAR-12515 Add AlmSettingsSupport to centralize common code

4 years agoSONAR-12512 Decorate PR using configuration from new ALM_SETTINGS tables
Pierre Guillot [Thu, 17 Oct 2019 08:25:22 +0000 (10:25 +0200)]
SONAR-12512 Decorate PR using configuration from new ALM_SETTINGS tables

4 years agoSONAR-12515 UI for project-level form - Azure
Jeremy Davis [Mon, 21 Oct 2019 15:36:17 +0000 (17:36 +0200)]
SONAR-12515 UI for project-level form - Azure

4 years agoSONAR-12515 UI for azure PR decoration configuration
Jeremy Davis [Thu, 17 Oct 2019 15:58:46 +0000 (17:58 +0200)]
SONAR-12515 UI for azure PR decoration configuration

4 years agoSONAR-12512 UI project-level form
Jeremy [Fri, 18 Oct 2019 11:50:58 +0000 (13:50 +0200)]
SONAR-12512 UI project-level form

4 years agoSONAR-12512 UI for general settings
Jeremy [Wed, 16 Oct 2019 15:15:54 +0000 (17:15 +0200)]
SONAR-12512 UI for general settings

4 years agoSONAR-12512 Allow project binding on multiple GitHub instances
Julien Lancelot [Thu, 10 Oct 2019 14:37:30 +0000 (16:37 +0200)]
SONAR-12512 Allow project binding on multiple GitHub instances

4 years agoSONAR-12576 Allow configuration of multiple Bitbucket instances
Pierre Guillot [Wed, 16 Oct 2019 12:06:15 +0000 (14:06 +0200)]
SONAR-12576 Allow configuration of multiple Bitbucket instances

4 years agoSONAR-12515 Allow configuration of multiple Azure instances
Pierre Guillot [Wed, 16 Oct 2019 12:03:34 +0000 (14:03 +0200)]
SONAR-12515 Allow configuration of multiple Azure instances

4 years agoSONAR-12512 Allow configuration of multiple GitHub instances
Julien Lancelot [Tue, 8 Oct 2019 15:51:53 +0000 (17:51 +0200)]
SONAR-12512 Allow configuration of multiple GitHub instances

4 years agoSONAR-12597 Rework Quality profile Web Api calls so they don't use deprecated paramet...
Philippe Perrin [Thu, 24 Oct 2019 09:56:14 +0000 (11:56 +0200)]
SONAR-12597 Rework Quality profile Web Api calls so they don't use deprecated parameters anymore

4 years agoSONAR-12593 Remove deprecated RestoreBuiltInAction WS
Duarte Meneses [Tue, 15 Oct 2019 18:02:20 +0000 (13:02 -0500)]
SONAR-12593 Remove deprecated RestoreBuiltInAction WS

4 years agoSONAR-11154 Update sonar-ws and fix ITs
Duarte Meneses [Mon, 21 Oct 2019 17:39:03 +0000 (12:39 -0500)]
SONAR-11154 Update sonar-ws and fix ITs

4 years agoSONAR-11154 Remove parameters deprecated before 6.7 and enforce mandatory parameters
Duarte Meneses [Mon, 14 Oct 2019 21:28:14 +0000 (16:28 -0500)]
SONAR-11154 Remove parameters deprecated before 6.7 and enforce mandatory parameters

4 years agoAdd null check for release download URL
Jacek [Tue, 29 Oct 2019 10:31:03 +0000 (11:31 +0100)]
Add null check for release download URL

4 years agoDOCS: Updated GitLab Authentication Callback URL
colin-mueller-sonarsource [Mon, 28 Oct 2019 15:59:51 +0000 (16:59 +0100)]
DOCS: Updated GitLab Authentication Callback URL

- Removed trailing slash from Callback URL which caused failure
- Adjusted to https://YourSonarQubeURL.com to https://sonarqube.mycompany.com/ to be consistent with Github/SAML docs

4 years agoSONAR-12603 Fix and clean file measures view layout
Grégoire Aubert [Wed, 23 Oct 2019 14:07:26 +0000 (16:07 +0200)]
SONAR-12603 Fix and clean file measures view layout

4 years agoSONAR-11601 Fix coverage rating pad angle for coverage of 0% or 100%
Grégoire Aubert [Tue, 22 Oct 2019 14:27:39 +0000 (16:27 +0200)]
SONAR-11601 Fix coverage rating pad angle for coverage of 0% or 100%

4 years agoBump to sonar-ui-common@0.0.35
Philippe Perrin [Fri, 25 Oct 2019 15:19:07 +0000 (17:19 +0200)]
Bump to sonar-ui-common@0.0.35

4 years agoSONAR-10037 Manage project notifications from project dashboard
Siegfried Ehret [Thu, 17 Oct 2019 09:32:10 +0000 (11:32 +0200)]
SONAR-10037 Manage project notifications from project dashboard

Co-authored-by: Wouter Admiraal <wouter.admiraal@sonarsource.com>
4 years agoSONAR-12395 Upgrade download link should point to correct edition
Wouter Admiraal [Tue, 22 Oct 2019 08:15:56 +0000 (10:15 +0200)]
SONAR-12395 Upgrade download link should point to correct edition

4 years agoImprove Edition handling
Wouter Admiraal [Fri, 9 Aug 2019 08:23:50 +0000 (10:23 +0200)]
Improve Edition handling

4 years agoSONAR-12395 Update to sonar-update-center 1.23, handle new download URLs
Wouter Admiraal [Mon, 21 Oct 2019 14:53:08 +0000 (16:53 +0200)]
SONAR-12395 Update to sonar-update-center 1.23, handle new download URLs

4 years agoDOCS: Updated link to Gitlab Oauth Docs
colin-mueller-sonarsource [Mon, 28 Oct 2019 10:03:56 +0000 (11:03 +0100)]
DOCS: Updated link to Gitlab Oauth Docs

4 years agoSONAR-12590 Don't show New Code Period menu entry for portfolios or applications
Wouter Admiraal [Mon, 21 Oct 2019 10:19:19 +0000 (12:19 +0200)]
SONAR-12590 Don't show New Code Period menu entry for portfolios or applications

4 years agoSONAR-12450 Type and Resolution facets have a different clear label
Wouter Admiraal [Mon, 21 Oct 2019 10:08:54 +0000 (12:08 +0200)]
SONAR-12450 Type and Resolution facets have a different clear label

4 years agoSONAR-12611 Fix badges alignment on QG page
Siegfried Ehret [Mon, 21 Oct 2019 09:44:46 +0000 (11:44 +0200)]
SONAR-12611 Fix badges alignment on QG page

4 years agodogfood docker builder configuration change
Michal Duda [Fri, 25 Oct 2019 08:43:11 +0000 (10:43 +0200)]
dogfood docker builder configuration change