]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
6 years agoAdd new sonar.pullrequest.id property to build script
Janos Gyerik [Mon, 29 Jan 2018 12:51:33 +0000 (13:51 +0100)]
Add new sonar.pullrequest.id property to build script

6 years agoAutomatic merge from branch-7.0
ssjenka [Tue, 30 Jan 2018 07:01:06 +0000 (08:01 +0100)]
Automatic merge from branch-7.0

* origin/branch-7.0:
  SONAR-10329 Upgrade packaged analyzers to latest versions

6 years agoSONAR-10052 support profiles with more than 1'000 active rules
Simon Brandhof [Mon, 29 Jan 2018 16:56:59 +0000 (17:56 +0100)]
SONAR-10052 support profiles with more than 1'000 active rules

6 years agoSONAR-10052 fix N+1 syndrome when loading profile descendants
Simon Brandhof [Mon, 29 Jan 2018 16:49:14 +0000 (17:49 +0100)]
SONAR-10052 fix N+1 syndrome when loading profile descendants

6 years agoSONAR-10052 fix Quality flaws
Simon Brandhof [Sun, 28 Jan 2018 20:54:02 +0000 (21:54 +0100)]
SONAR-10052 fix Quality flaws

6 years agoSONAR-10052 optimize data loading for (de)activation of rules
Simon Brandhof [Fri, 26 Jan 2018 17:00:17 +0000 (18:00 +0100)]
SONAR-10052 optimize data loading for (de)activation of rules

6 years agoSONAR-10052 minor refactoring to better understand rule activation
Simon Brandhof [Mon, 15 Jan 2018 14:07:06 +0000 (15:07 +0100)]
SONAR-10052 minor refactoring to better understand rule activation

6 years agoSONAR-10052 Improve documentation of quality profile DTOs
Simon Brandhof [Sun, 14 Jan 2018 19:36:39 +0000 (20:36 +0100)]
SONAR-10052 Improve documentation of quality profile DTOs

6 years agodrop getCurrentUserFromStore (#2993)
Stas Vilchik [Mon, 29 Jan 2018 19:09:10 +0000 (20:09 +0100)]
drop getCurrentUserFromStore (#2993)

6 years agofix coverage of MultivalueProperty#parseAsCsv
Sébastien Lesaint [Mon, 29 Jan 2018 16:14:39 +0000 (17:14 +0100)]
fix coverage of MultivalueProperty#parseAsCsv

6 years agoAdd missing test for ProjectBadgesWs
Julien Lancelot [Mon, 29 Jan 2018 13:48:38 +0000 (14:48 +0100)]
Add missing test for ProjectBadgesWs

6 years agorewrite rules app with react (#2982)
Stas Vilchik [Mon, 29 Jan 2018 13:21:28 +0000 (14:21 +0100)]
rewrite rules app with react (#2982)

6 years agoMinor clean-up in some tests
Simon Brandhof [Fri, 26 Jan 2018 22:25:20 +0000 (23:25 +0100)]
Minor clean-up in some tests

6 years agoFix bad imports of Java6Assertions
Simon Brandhof [Fri, 26 Jan 2018 21:50:28 +0000 (22:50 +0100)]
Fix bad imports of Java6Assertions

6 years agoRemove unused and conflicting dependency on securemock in unit tests
Simon Brandhof [Fri, 26 Jan 2018 17:40:31 +0000 (18:40 +0100)]
Remove unused and conflicting dependency on securemock in unit tests

securemock is a fork of an old version of mockito. By removing it
some tests must be fixed to correctly support the latest version of
mockito:
- signature of ArgumentMatcher implementations (Object -> T). That's the
reason why they have been fixed and replaced by lambda
- any(Class) supports null values in securemock but not in mockito.
Replacing calls by any() fixes the issue.

6 years agoSONAR-10329 Upgrade packaged analyzers to latest versions
Simon Brandhof [Fri, 26 Jan 2018 22:34:40 +0000 (23:34 +0100)]
SONAR-10329 Upgrade packaged analyzers to latest versions

6 years agoSONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled
Simon Brandhof [Fri, 26 Jan 2018 22:37:39 +0000 (23:37 +0100)]
SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled

6 years agoSONAR-10288 Configuration supports empty fields and quotes in CE/Web 2967/head
Sébastien Lesaint [Tue, 16 Jan 2018 15:04:19 +0000 (16:04 +0100)]
SONAR-10288 Configuration supports empty fields and quotes in CE/Web

6 years agoSONAR-10288 move multivalue property parsing to sonar-core
Sébastien Lesaint [Tue, 16 Jan 2018 10:33:04 +0000 (11:33 +0100)]
SONAR-10288 move multivalue property parsing to sonar-core

6 years agoSONAR-10288 move ConfigurationProvider from sonar-core to sonar-server
Sébastien Lesaint [Tue, 16 Jan 2018 09:12:25 +0000 (10:12 +0100)]
SONAR-10288 move ConfigurationProvider from sonar-core to sonar-server

because this class is server and ce specific

6 years agoSONAR-10122 remove dead code in DefaultInputModule
Sébastien Lesaint [Tue, 9 Jan 2018 17:07:19 +0000 (18:07 +0100)]
SONAR-10122 remove dead code in DefaultInputModule

6 years agoSONAR-10122 fix misleading error message for multivalue properties
Sébastien Lesaint [Tue, 9 Jan 2018 17:03:10 +0000 (18:03 +0100)]
SONAR-10122 fix misleading error message for multivalue properties

when parsing fails in ProjectReactor
it concerns only sonar.sources, sonar.tests and sonar.modules

6 years agoSONAR-10288 scanner multivalue property parsing ignore empty fields
Sébastien Lesaint [Mon, 15 Jan 2018 15:57:48 +0000 (16:57 +0100)]
SONAR-10288 scanner multivalue property parsing ignore empty fields

6 years agoSONAR-10266 Update svg templates and metrics list
Grégoire Aubert [Mon, 22 Jan 2018 09:19:53 +0000 (10:19 +0100)]
SONAR-10266 Update svg templates and metrics list

6 years agoFetch metrics with redux on project dashboard pages
Grégoire Aubert [Thu, 18 Jan 2018 08:10:50 +0000 (09:10 +0100)]
Fetch metrics with redux on project dashboard pages

6 years agoMigrate parts of overview app to TS
Grégoire Aubert [Wed, 17 Jan 2018 10:29:05 +0000 (11:29 +0100)]
Migrate parts of overview app to TS

6 years agoMigrate App to tsx and clean up measures related types
Grégoire Aubert [Tue, 16 Jan 2018 12:49:10 +0000 (13:49 +0100)]
Migrate App to tsx and clean up measures related types

6 years agoMake branch parameter optional in some helper functions
Grégoire Aubert [Tue, 16 Jan 2018 10:40:04 +0000 (11:40 +0100)]
Make branch parameter optional in some helper functions

6 years agoSONAR-10266 Add ITs for project badges ws
Julien Lancelot [Thu, 18 Jan 2018 10:24:05 +0000 (11:24 +0100)]
SONAR-10266 Add ITs for project badges ws

6 years agoSONAR-10266 Add SonarCloud icon on measure badges
Grégoire Aubert [Thu, 18 Jan 2018 09:21:27 +0000 (10:21 +0100)]
SONAR-10266 Add SonarCloud icon on measure badges

6 years agoSONAR-10264 Add ITs for project badges page
Grégoire Aubert [Wed, 17 Jan 2018 14:22:27 +0000 (15:22 +0100)]
SONAR-10264 Add ITs for project badges page

6 years agoSONAR-10266 Generate quality gate card
Julien Lancelot [Tue, 16 Jan 2018 12:40:15 +0000 (13:40 +0100)]
SONAR-10266 Generate quality gate card

6 years agoSONAR-10266 Generate measure badge
Julien Lancelot [Mon, 15 Jan 2018 17:08:50 +0000 (18:08 +0100)]
SONAR-10266 Generate measure badge

6 years agoSONAR-10263 Add list of possible metrics for api/stickers/measure WS
Grégoire Aubert [Mon, 15 Jan 2018 11:01:50 +0000 (12:01 +0100)]
SONAR-10263 Add list of possible metrics for api/stickers/measure WS

6 years agoSONAR-10264 Create the project badges page for SonarCloud
Grégoire Aubert [Wed, 10 Jan 2018 16:51:19 +0000 (17:51 +0100)]
SONAR-10264 Create the project badges page for SonarCloud

- SONAR-10268 Create the badges page with the Scanned on SonarCloud badge
- SONAR-10272 Allow user to choose the color of the badge
- SONAR-10268 Add the "Scanned on SonarCloud" svg files
- SONAR-10264 SONAR-10271 Add standard measure badges
- SONAR-10264 Allow user to choose a metric for the standard badge

6 years agoSONAR-10266 Create stub for api/project_badges WS
Julien Lancelot [Wed, 10 Jan 2018 14:04:43 +0000 (15:04 +0100)]
SONAR-10266 Create stub for api/project_badges WS

6 years agoFix styling issue on some commands in the project creation tutorial
Grégoire Aubert [Wed, 17 Jan 2018 08:35:23 +0000 (09:35 +0100)]
Fix styling issue on some commands in the project creation tutorial

6 years agoCreate a Clipboard button
Grégoire Aubert [Wed, 10 Jan 2018 16:28:51 +0000 (17:28 +0100)]
Create a Clipboard button

6 years agoCreate a getHostUrl function in the urls helper
Grégoire Aubert [Wed, 10 Jan 2018 16:25:05 +0000 (17:25 +0100)]
Create a getHostUrl function in the urls helper

6 years agoRemove unused router from overview Meta component
Grégoire Aubert [Wed, 10 Jan 2018 11:38:09 +0000 (12:38 +0100)]
Remove unused router from overview Meta component

6 years agoMark InputFileFilter as @SonarLintSide
Julien HENRY [Thu, 25 Jan 2018 10:38:25 +0000 (11:38 +0100)]
Mark InputFileFilter as @SonarLintSide

6 years agoAutomatic merge from branch-7.0 2981/head
ssjenka [Thu, 25 Jan 2018 07:01:15 +0000 (08:01 +0100)]
Automatic merge from branch-7.0

* origin/branch-7.0:
  Set version 7.0-SNAPSHOT
  Release 7.0-RC1

6 years agoSet version 7.1-SNAPSHOT
Simon Brandhof [Wed, 24 Jan 2018 16:13:45 +0000 (17:13 +0100)]
Set version 7.1-SNAPSHOT

6 years agoSet version 7.0-SNAPSHOT
Simon Brandhof [Wed, 24 Jan 2018 16:12:48 +0000 (17:12 +0100)]
Set version 7.0-SNAPSHOT

6 years agoRelease 7.0-RC1 7.0-RC1
Simon Brandhof [Wed, 24 Jan 2018 14:36:36 +0000 (15:36 +0100)]
Release 7.0-RC1

6 years agoSONAR-10117 minimize risk of deadlock on MySQL
Simon Brandhof [Wed, 24 Jan 2018 07:26:49 +0000 (08:26 +0100)]
SONAR-10117 minimize risk of deadlock on MySQL

6 years agoSLCORE-167 Introduce a parameter to control SonarLint component lifecycle
Julien HENRY [Tue, 23 Jan 2018 14:06:19 +0000 (15:06 +0100)]
SLCORE-167 Introduce a parameter to control SonarLint component lifecycle

6 years agoSONAR-10247 do not call webhooks when QG status has not changed 2971/head
Sébastien Lesaint [Wed, 17 Jan 2018 13:35:48 +0000 (14:35 +0100)]
SONAR-10247 do not call webhooks when QG status has not changed

6 years agoSONAR-10247 add and populate QGChangeEvent#getPreviousStatus
Sébastien Lesaint [Wed, 17 Jan 2018 10:39:05 +0000 (11:39 +0100)]
SONAR-10247 add and populate QGChangeEvent#getPreviousStatus

6 years agoSONAR-10247 add OrganizationDto#equals & hashcode
Sébastien Lesaint [Wed, 17 Jan 2018 10:38:41 +0000 (11:38 +0100)]
SONAR-10247 add OrganizationDto#equals & hashcode

usefull in unit tests

6 years agoMerge branch 'branch-6.7'
Sébastien Lesaint [Tue, 23 Jan 2018 08:31:21 +0000 (09:31 +0100)]
Merge branch 'branch-6.7'

6 years agofix Upgrade JDK to 1.8u161 in travis.sh
Sébastien Lesaint [Tue, 23 Jan 2018 08:27:13 +0000 (09:27 +0100)]
fix Upgrade JDK to 1.8u161 in travis.sh

6 years agoUpgrade JDK to 1.8u161 in travis.sh
Julien Lancelot [Wed, 17 Jan 2018 09:51:02 +0000 (10:51 +0100)]
Upgrade JDK to 1.8u161 in travis.sh

6 years agofix jdk installation on travis
Stas Vilchik [Mon, 22 Jan 2018 09:57:02 +0000 (10:57 +0100)]
fix jdk installation on travis

6 years agoupdate gradle version in tutorial
Stas Vilchik [Mon, 22 Jan 2018 09:49:24 +0000 (10:49 +0100)]
update gradle version in tutorial

6 years agoSONAR-10297 ce task run at most once 2973/head
Sébastien Lesaint [Wed, 17 Jan 2018 16:57:08 +0000 (17:57 +0100)]
SONAR-10297 ce task run at most once

6 years agoMerge branch 'branch-6.7'
Sébastien Lesaint [Wed, 17 Jan 2018 15:38:05 +0000 (16:38 +0100)]
Merge branch 'branch-6.7'

6 years agoUpgrade JDK to 1.8u161 in travis.sh
Julien Lancelot [Wed, 17 Jan 2018 09:51:02 +0000 (10:51 +0100)]
Upgrade JDK to 1.8u161 in travis.sh

6 years agoSONAR-10215 clean corrupted view default perm template in 6.4 2951/head
Sébastien Lesaint [Mon, 15 Jan 2018 11:35:09 +0000 (12:35 +0100)]
SONAR-10215 clean corrupted view default perm template in 6.4

done in migration affected by the bug: SupportPrivateProjectInDefaultPermissionTemplate

6 years agoSONAR-10120 Add server id and date in the system info json name
Grégoire Aubert [Mon, 15 Jan 2018 07:56:18 +0000 (08:56 +0100)]
SONAR-10120 Add server id and date in the system info json name

6 years agoSONAR-10284 Retreive onSonarCloud param in SimpleContainer
Grégoire Aubert [Fri, 12 Jan 2018 16:50:03 +0000 (17:50 +0100)]
SONAR-10284 Retreive onSonarCloud param in SimpleContainer

6 years agoupdate parent pom to v44
Stas Vilchik [Fri, 12 Jan 2018 19:05:00 +0000 (20:05 +0100)]
update parent pom to v44

6 years agofix file headers
Stas Vilchik [Tue, 9 Jan 2018 13:59:00 +0000 (14:59 +0100)]
fix file headers

6 years agodo not check file headers for src/main/webapp
Stas Vilchik [Tue, 9 Jan 2018 13:32:02 +0000 (14:32 +0100)]
do not check file headers for src/main/webapp

6 years agoUpgrade assertJ from 3.4.1 to 3.9.0
Simon Brandhof [Wed, 10 Jan 2018 20:41:23 +0000 (21:41 +0100)]
Upgrade assertJ from 3.4.1 to 3.9.0

6 years agoCleanup code based on Intellij inspections
Simon Brandhof [Wed, 10 Jan 2018 20:14:52 +0000 (21:14 +0100)]
Cleanup code based on Intellij inspections

6 years agoUpgrade Mockito from 1.10.19 to 2.13.0
Simon Brandhof [Wed, 10 Jan 2018 19:42:03 +0000 (20:42 +0100)]
Upgrade Mockito from 1.10.19 to 2.13.0

6 years agoSONAR-10138 remove deprecated API AbstractSumChildrenDecorator
Simon Brandhof [Wed, 10 Jan 2018 19:41:48 +0000 (20:41 +0100)]
SONAR-10138 remove deprecated API AbstractSumChildrenDecorator

6 years agoGOV-289 Porfolio deletion should redirect to Portfolios page
Stas Vilchik [Fri, 12 Jan 2018 15:21:13 +0000 (16:21 +0100)]
GOV-289 Porfolio deletion should redirect to Portfolios page

6 years agoupdate jest & enzyme
Stas Vilchik [Thu, 11 Jan 2018 16:46:38 +0000 (17:46 +0100)]
update jest & enzyme

6 years agoupdate prettier
Stas Vilchik [Thu, 11 Jan 2018 16:30:04 +0000 (17:30 +0100)]
update prettier

6 years agofix scrolling of the issues sidebar on the Explore page
Stas Vilchik [Thu, 11 Jan 2018 15:48:58 +0000 (16:48 +0100)]
fix scrolling of the issues sidebar on the Explore page

6 years agoSONAR-10239 Stop using "External link" icon
Stas Vilchik [Thu, 11 Jan 2018 10:46:20 +0000 (11:46 +0100)]
SONAR-10239 Stop using "External link" icon

6 years agoSONAR-10244 Warning message should disappear when first analysis is in progress
Stas Vilchik [Wed, 10 Jan 2018 16:43:55 +0000 (17:43 +0100)]
SONAR-10244 Warning message should disappear when first analysis is in progress

6 years agoSONAR-10255 Add possibility to clear fields in Quality Gate configuration
Stas Vilchik [Wed, 10 Jan 2018 15:55:17 +0000 (16:55 +0100)]
SONAR-10255 Add possibility to clear fields in Quality Gate configuration

6 years agoFix quoting issues causing a failure in OSX, and other quality issues (#2851)
Janos Gyerik [Fri, 12 Jan 2018 14:52:19 +0000 (15:52 +0100)]
Fix quoting issues causing a failure in OSX, and other quality issues (#2851)

* Avoid useless cat

* Properly quote command line arguments

* Use [ \t] instead of \s for BSD sed

* Do not delete commented out property settings, by matching strictly at start of line

* Add forgotten double-quotes

* Explicitly escape \t (advice by shellcheck.net)

6 years agoSONAR-10280 Update Twitter account for SonarCloud
Grégoire Aubert [Thu, 11 Jan 2018 10:40:54 +0000 (11:40 +0100)]
SONAR-10280 Update Twitter account for SonarCloud

6 years agoSONAR-10281 Update year in the footer for SonarCloud
Grégoire Aubert [Thu, 11 Jan 2018 10:40:31 +0000 (11:40 +0100)]
SONAR-10281 Update year in the footer for SonarCloud

6 years agoReuse react based tokens form in account space (#2954)
Stas Vilchik [Thu, 11 Jan 2018 12:41:50 +0000 (13:41 +0100)]
Reuse react based tokens form in account space (#2954)

6 years agoSONAR-10154 CacheWriter closes encapsulated writer once
Teryk Bellahsene [Wed, 10 Jan 2018 13:04:56 +0000 (14:04 +0100)]
SONAR-10154 CacheWriter closes encapsulated writer once

6 years agoAutomatic merge from branch-6.7
ssjenka [Thu, 11 Jan 2018 07:01:03 +0000 (08:01 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-10258 Missing information about uncovered conditions on a line
  SONAR-10236 Cannot bulk activate/deactivate rules when using a web context

6 years agoFix license headers of generated ws-client
Simon Brandhof [Wed, 10 Jan 2018 20:55:18 +0000 (21:55 +0100)]
Fix license headers of generated ws-client

6 years agoSONAR-10258 Missing information about uncovered conditions on a line
Stas Vilchik [Mon, 8 Jan 2018 16:52:43 +0000 (17:52 +0100)]
SONAR-10258 Missing information about uncovered conditions on a line

6 years agoSONAR-10258 Missing information about uncovered conditions on a line
Stas Vilchik [Mon, 8 Jan 2018 16:52:43 +0000 (17:52 +0100)]
SONAR-10258 Missing information about uncovered conditions on a line

6 years agoSONAR-10236 Cannot bulk activate/deactivate rules when using a web context
Stas Vilchik [Tue, 9 Jan 2018 08:53:03 +0000 (09:53 +0100)]
SONAR-10236 Cannot bulk activate/deactivate rules when using a web context

6 years agoSONAR-10236 Cannot bulk activate/deactivate rules when using a web context
Stas Vilchik [Tue, 9 Jan 2018 08:53:03 +0000 (09:53 +0100)]
SONAR-10236 Cannot bulk activate/deactivate rules when using a web context

6 years agoSONAR-10193 Align Technical Debt rating calculation with docs
Julien Lancelot [Wed, 3 Jan 2018 13:23:10 +0000 (14:23 +0100)]
SONAR-10193 Align Technical Debt rating calculation with docs

6 years agoStabilize NewIssuesMeasureTest by making it independent of hardcoded date
Teryk Bellahsene [Tue, 26 Dec 2017 13:07:20 +0000 (14:07 +0100)]
Stabilize NewIssuesMeasureTest by making it independent of hardcoded date

6 years agoSONAR-10117 SONAR-1018 Update measures after relevant issue changes and send webhooks
Simon Brandhof [Tue, 5 Dec 2017 17:04:06 +0000 (18:04 +0100)]
SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send webhooks

6 years agoSONAR-10212 Wrong link to build-wrapper in the tutorial
Stas Vilchik [Tue, 9 Jan 2018 10:28:53 +0000 (11:28 +0100)]
SONAR-10212 Wrong link to build-wrapper in the tutorial

6 years agoSONAR-10073 Impossible to set QP of a project from an organization that is not default
Stas Vilchik [Tue, 9 Jan 2018 10:01:22 +0000 (11:01 +0100)]
SONAR-10073 Impossible to set QP of a project from an organization that is not default

6 years agoSONAR-10132 Issue box does not fit on the screen on the Measures page
Stas Vilchik [Tue, 9 Jan 2018 09:35:39 +0000 (10:35 +0100)]
SONAR-10132 Issue box does not fit on the screen on the Measures page

6 years agoSONAR-10169 Covered lines should be highlighted in grey on mouse-over
Stas Vilchik [Tue, 9 Jan 2018 09:29:35 +0000 (10:29 +0100)]
SONAR-10169 Covered lines should be highlighted in grey on mouse-over

6 years agoSONAR-10178 Pending notification should not filter tasks
Stas Vilchik [Tue, 9 Jan 2018 09:09:03 +0000 (10:09 +0100)]
SONAR-10178 Pending notification should not filter tasks

6 years agoClean-up unused code of ResourceTypes
Simon Brandhof [Tue, 9 Jan 2018 10:11:50 +0000 (11:11 +0100)]
Clean-up unused code of ResourceTypes

This class should be dropped as no plugins provide new types anymore.
That was used only by the developer cockpit plugin, which is end
of life.

6 years agoDrop deprecated class PersistenceMode
Simon Brandhof [Tue, 9 Jan 2018 10:02:45 +0000 (11:02 +0100)]
Drop deprecated class PersistenceMode

6 years agoDrop unsupported property sonar.dynamicAnalysis from tests
Simon Brandhof [Tue, 9 Jan 2018 09:52:58 +0000 (10:52 +0100)]
Drop unsupported property sonar.dynamicAnalysis from tests

6 years agoDrop deprecated class org.sonar.api.utils.Semaphores
Simon Brandhof [Tue, 9 Jan 2018 09:51:32 +0000 (10:51 +0100)]
Drop deprecated class org.sonar.api.utils.Semaphores

6 years agoRelocate organizations enabled flag (#2945)
Janos Gyerik [Tue, 9 Jan 2018 10:21:50 +0000 (11:21 +0100)]
Relocate organizations enabled flag (#2945)

* Revert "SONAR-10223 add organizationsEnabled flag to Organization"

* Add AnalysisMetadataHolder.isOrganizationsEnabled

6 years agoAutomatic merge from branch-6.7
ssjenka [Tue, 9 Jan 2018 08:49:52 +0000 (09:49 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  Fix ProjectBuilderTest IT