]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
4 years agoSONAR-12720 add WS api/hotspots/add_comment
Sébastien Lesaint [Mon, 9 Dec 2019 15:31:59 +0000 (16:31 +0100)]
SONAR-12720 add WS api/hotspots/add_comment

4 years agoSONAR-12720 add optional param comment to api/hotspot/change_status
Sébastien Lesaint [Mon, 9 Dec 2019 13:00:54 +0000 (14:00 +0100)]
SONAR-12720 add optional param comment to api/hotspot/change_status

4 years agoSONAR-12718 use User for author and assignee in api/hotspots/show
Sébastien Lesaint [Mon, 9 Dec 2019 17:10:28 +0000 (18:10 +0100)]
SONAR-12718 use User for author and assignee in api/hotspots/show

4 years agoSONAR-12718 move User to ws-commons.proto
Sébastien Lesaint [Mon, 9 Dec 2019 15:53:50 +0000 (16:53 +0100)]
SONAR-12718 move User to ws-commons.proto

4 years agoSONAR-12719 Hotspot resolution form
Jeremy Davis [Wed, 11 Dec 2019 10:53:19 +0000 (11:53 +0100)]
SONAR-12719 Hotspot resolution form

4 years agoSONAR-12718 Create the hotspot details section
Philippe Perrin [Tue, 10 Dec 2019 09:10:35 +0000 (10:10 +0100)]
SONAR-12718 Create the hotspot details section

4 years agoSONAR-12719 add changelog to response of WS api/hotspots/show
Sébastien Lesaint [Fri, 6 Dec 2019 16:08:53 +0000 (17:08 +0100)]
SONAR-12719 add changelog to response of WS api/hotspots/show

4 years agoSONAR-12719 move Changelog to ws-commons.proto
Sébastien Lesaint [Fri, 6 Dec 2019 13:23:31 +0000 (14:23 +0100)]
SONAR-12719 move Changelog to ws-commons.proto

4 years agoSONAR-12719 add resolution to response of api/hotspots/show
Sébastien Lesaint [Thu, 5 Dec 2019 14:12:52 +0000 (15:12 +0100)]
SONAR-12719 add resolution to response of api/hotspots/show

4 years agoSONAR-12719 add WS api/hotspots/change_status
Sébastien Lesaint [Thu, 5 Dec 2019 13:15:34 +0000 (14:15 +0100)]
SONAR-12719 add WS api/hotspots/change_status

4 years agoSONAR-12725 drop manual vulnerabilities
Jacek [Fri, 6 Dec 2019 09:11:44 +0000 (10:11 +0100)]
SONAR-12725 drop manual vulnerabilities

* drop manual vulnerabilities
* remove issues `from_hotspot` column usage

4 years agoSONAR-12717 Security Hotspots Page
Jeremy Davis [Tue, 3 Dec 2019 14:41:43 +0000 (15:41 +0100)]
SONAR-12717 Security Hotspots Page

4 years agoSONAR-12718 add WS api/hotspots/show
Sébastien Lesaint [Tue, 3 Dec 2019 15:50:08 +0000 (16:50 +0100)]
SONAR-12718 add WS api/hotspots/show

4 years agoSONAR-12718 move Flow and Location to ws-commons.proto
Sébastien Lesaint [Tue, 3 Dec 2019 13:53:01 +0000 (14:53 +0100)]
SONAR-12718 move Flow and Location to ws-commons.proto

4 years agoSONAR-12717 drop rule list from api/hotspots/search response
Sébastien Lesaint [Wed, 4 Dec 2019 13:33:58 +0000 (14:33 +0100)]
SONAR-12717 drop rule list from api/hotspots/search response

4 years agoSONAR-12717 add sort and paging to api/hotspots/search
Sébastien Lesaint [Fri, 29 Nov 2019 15:16:53 +0000 (16:16 +0100)]
SONAR-12717 add sort and paging to api/hotspots/search

4 years agoSONAR-12717 store ruleId padded with 0s to fix sorting on this field
Sébastien Lesaint [Mon, 2 Dec 2019 10:15:14 +0000 (11:15 +0100)]
SONAR-12717 store ruleId padded with 0s to fix sorting on this field

4 years agoSONAR-12717 small computation optimization in SecurityStandards
Sébastien Lesaint [Fri, 29 Nov 2019 14:35:54 +0000 (15:35 +0100)]
SONAR-12717 small computation optimization in SecurityStandards

do not cache owaspTop10 and sansTop25 they are not used all the time
when used, they are called only once per constructor

4 years agoSONAR-12717 a rule must map to a single SQ Security Category
Sébastien Lesaint [Fri, 29 Nov 2019 14:30:26 +0000 (15:30 +0100)]
SONAR-12717 a rule must map to a single SQ Security Category

if it's not the case, only one is taken into account
a WARN log is displayed at startup to indicate rules wich do not comply

4 years agoSONAR-12717 add SQ category and VulnerabilityProbability to response
Sébastien Lesaint [Fri, 29 Nov 2019 13:07:05 +0000 (14:07 +0100)]
SONAR-12717 add SQ category and VulnerabilityProbability to response

also removed Rule fields from common proto which are useless in our case (status, lang and langName)

4 years agoSONAR-12717 use enum for SQ categories in SecurityStandards
Sébastien Lesaint [Fri, 29 Nov 2019 08:26:51 +0000 (09:26 +0100)]
SONAR-12717 use enum for SQ categories in SecurityStandards

4 years agoSONAR-12717 refactor SecurityStandardHelper into SecurityStandards
Sébastien Lesaint [Thu, 28 Nov 2019 17:20:26 +0000 (18:20 +0100)]
SONAR-12717 refactor SecurityStandardHelper into SecurityStandards

and cleanup responsibility for parsing serialized tags and security standards into table RULES

4 years agoSONAR-12717 add WS api/workflows/search
Sébastien Lesaint [Thu, 28 Nov 2019 08:28:36 +0000 (09:28 +0100)]
SONAR-12717 add WS api/workflows/search

returns unresolved hotspots of a project, with components and rules details

4 years agoSONAR-12722 drop `in_review` status
Jacek [Thu, 28 Nov 2019 15:08:19 +0000 (16:08 +0100)]
SONAR-12722 drop `in_review` status

4 years agoSONAR-12888 Migrate sonar.typescript.lcov.reportPaths to sonar.javascript.lcov.report...
Wouter Admiraal [Mon, 13 Jan 2020 09:41:39 +0000 (10:41 +0100)]
SONAR-12888 Migrate sonar.typescript.lcov.reportPaths to sonar.javascript.lcov.reportPaths

4 years agoDOC inverted property description
Sébastien Lesaint [Fri, 10 Jan 2020 10:56:20 +0000 (11:56 +0100)]
DOC inverted property description

4 years agoFix codesmell typo (#2404)
Andrei Epure [Thu, 9 Jan 2020 07:52:26 +0000 (08:52 +0100)]
Fix codesmell typo (#2404)

4 years agoSONAR-12865 Support PostgreSQL 11 and 12
Pierre Guillot [Wed, 8 Jan 2020 14:38:37 +0000 (15:38 +0100)]
SONAR-12865 Support PostgreSQL 11 and 12

* SONAR-12865 move QA to postgresql 12.1
* SONAR-12865 update PostgreSQL requirement and upgrade notes

4 years agoImprove test coverage
Wouter Admiraal [Mon, 6 Jan 2020 09:54:12 +0000 (10:54 +0100)]
Improve test coverage

4 years agoDrop SonarCloud about pages
Wouter Admiraal [Mon, 6 Jan 2020 07:12:06 +0000 (08:12 +0100)]
Drop SonarCloud about pages

4 years agoSONAR-12429 Fix 404 when opening embedded documentation in new tab
Grégoire Aubert [Fri, 3 Jan 2020 12:44:12 +0000 (13:44 +0100)]
SONAR-12429 Fix 404 when opening embedded documentation in new tab

Cherry-pick of SC-1304

4 years agoSONAR-12258 Don't use cache on DocsVersions.json
Wouter Admiraal [Thu, 2 Jan 2020 14:39:14 +0000 (15:39 +0100)]
SONAR-12258 Don't use cache on DocsVersions.json

4 years agoSONAR-12886 Update LTS handling in static documentation
Wouter Admiraal [Thu, 2 Jan 2020 14:20:29 +0000 (15:20 +0100)]
SONAR-12886 Update LTS handling in static documentation

4 years agoSONAR-12374 Prevent double icons
Wouter Admiraal [Mon, 30 Dec 2019 15:36:47 +0000 (16:36 +0100)]
SONAR-12374 Prevent double icons

4 years agoSONAR-12255 Fix navigation blocks no longer opening when navigating to a URL
Wouter Admiraal [Mon, 30 Dec 2019 15:00:54 +0000 (16:00 +0100)]
SONAR-12255 Fix navigation blocks no longer opening when navigating to a URL

4 years agoSONAR-12375 Fix floating TOC in documentation
Wouter Admiraal [Thu, 2 Jan 2020 09:27:22 +0000 (10:27 +0100)]
SONAR-12375 Fix floating TOC in documentation

4 years agoFormat all headers for 2020
Wouter Admiraal [Mon, 6 Jan 2020 14:01:53 +0000 (15:01 +0100)]
Format all headers for 2020

4 years agoUpdate license templates for 2020
Wouter Admiraal [Mon, 6 Jan 2020 14:01:37 +0000 (15:01 +0100)]
Update license templates for 2020

4 years agoAdd licenseFormat Gradle task to sonar-docs
Wouter Admiraal [Mon, 6 Jan 2020 13:49:40 +0000 (14:49 +0100)]
Add licenseFormat Gradle task to sonar-docs

4 years agoSONAR-12895 upgrade sonar-cfamily to 6.6
sns-seb [Mon, 6 Jan 2020 09:03:00 +0000 (09:03 +0000)]
SONAR-12895 upgrade sonar-cfamily to 6.6

4 years agoImprove test coverage
Wouter Admiraal [Fri, 3 Jan 2020 08:29:51 +0000 (09:29 +0100)]
Improve test coverage

4 years agoMove tests of projectBaseline
Wouter Admiraal [Mon, 30 Dec 2019 09:16:58 +0000 (10:16 +0100)]
Move tests of projectBaseline

4 years agoSONAR-12877 Add aria-label attributes to quality gate badges when necessary
Wouter Admiraal [Mon, 23 Dec 2019 14:27:36 +0000 (15:27 +0100)]
SONAR-12877 Add aria-label attributes to quality gate badges when necessary

4 years agoSONAR-12880 Improve tag select accessibility
Wouter Admiraal [Mon, 23 Dec 2019 12:59:18 +0000 (13:59 +0100)]
SONAR-12880 Improve tag select accessibility

4 years agoSONAR-12878 Improve tag list accessibility
Wouter Admiraal [Mon, 23 Dec 2019 12:16:49 +0000 (13:16 +0100)]
SONAR-12878 Improve tag list accessibility

4 years agoSONAR-12215 Make projects list accessible
Wouter Admiraal [Mon, 23 Dec 2019 12:04:09 +0000 (13:04 +0100)]
SONAR-12215 Make projects list accessible

4 years agoSONAR-12637 Improve activity list
Wouter Admiraal [Thu, 19 Dec 2019 16:35:59 +0000 (17:35 +0100)]
SONAR-12637 Improve activity list

4 years agoFix formatting issues due to the new version of prettier
Philippe Perrin [Mon, 30 Dec 2019 08:55:15 +0000 (09:55 +0100)]
Fix formatting issues due to the new version of prettier

4 years agoBump to prettier@1.19.1 to support typescript 3.7
Philippe Perrin [Mon, 30 Dec 2019 08:36:22 +0000 (09:36 +0100)]
Bump to prettier@1.19.1 to support typescript 3.7

4 years agoFix code's issues due to the new version of typescript
Philippe Perrin [Mon, 30 Dec 2019 08:10:06 +0000 (09:10 +0100)]
Fix code's issues due to the new version of typescript

4 years agoBump to typescript@3.7.4
Philippe Perrin [Fri, 27 Dec 2019 16:14:22 +0000 (17:14 +0100)]
Bump to typescript@3.7.4

4 years agoITs for branch-like's navigation
Philippe Perrin [Thu, 26 Dec 2019 10:19:26 +0000 (11:19 +0100)]
ITs for branch-like's navigation

4 years agoITs for project branch-like's page
Philippe Perrin [Thu, 26 Dec 2019 08:59:39 +0000 (09:59 +0100)]
ITs for project branch-like's page

4 years agoBump to sonar-ui-common@0.0.44
Philippe Perrin [Fri, 27 Dec 2019 16:18:39 +0000 (17:18 +0100)]
Bump to sonar-ui-common@0.0.44

4 years agoSONAR-12875 upgrade sonar-java to 6.0
sns-seb [Mon, 23 Dec 2019 09:03:21 +0000 (09:03 +0000)]
SONAR-12875 upgrade sonar-java to 6.0

4 years agoFix permission needed in description of api/qualitygates/select
Julien Lancelot [Fri, 20 Dec 2019 09:25:04 +0000 (10:25 +0100)]
Fix permission needed in description of api/qualitygates/select

4 years agoUpdate coverage.md
andq [Tue, 10 Sep 2019 12:08:49 +0000 (14:08 +0200)]
Update coverage.md

fixed typo

4 years agoSONAR-12831
Pierre Guillot [Thu, 19 Dec 2019 10:51:50 +0000 (11:51 +0100)]
SONAR-12831

4 years agoSONAR-12864 fix SSF-102 by dropping deprecated code
Pierre Guillot [Thu, 19 Dec 2019 10:37:10 +0000 (11:37 +0100)]
SONAR-12864 fix SSF-102 by dropping deprecated code

4 years agoSONAR-12793 Simplify PR Decoration administration
Wouter Admiraal [Tue, 10 Dec 2019 07:01:25 +0000 (08:01 +0100)]
SONAR-12793 Simplify PR Decoration administration

4 years agodo not use variable for bundled plugin version
Sébastien Lesaint [Tue, 17 Dec 2019 10:17:21 +0000 (11:17 +0100)]
do not use variable for bundled plugin version

4 years agoSONAR-12849 Upgrade sonar-cfamily to 6.5
Julien Lancelot [Tue, 17 Dec 2019 12:29:34 +0000 (13:29 +0100)]
SONAR-12849 Upgrade sonar-cfamily to 6.5

4 years agoSONAR-12608 Update Editions information
Wouter Admiraal [Fri, 13 Dec 2019 08:14:40 +0000 (09:14 +0100)]
SONAR-12608 Update Editions information

4 years agoUpgrade to 8.2
Julien Lancelot [Tue, 17 Dec 2019 08:49:55 +0000 (09:49 +0100)]
Upgrade to 8.2

4 years agoDOCS Removed 3 references to old branch model
colin-mueller-sonarsource [Mon, 16 Dec 2019 15:48:46 +0000 (16:48 +0100)]
DOCS Removed 3 references to old branch model

4 years agoDOCS Fixed Broken 8.1 Upgrade Notes Links
colin-mueller-sonarsource [Mon, 16 Dec 2019 15:30:24 +0000 (16:30 +0100)]
DOCS Fixed Broken 8.1 Upgrade Notes Links

4 years agoSONAR-12775 Gitlab MR live update
Pierre Guillot [Fri, 13 Dec 2019 16:05:22 +0000 (17:05 +0100)]
SONAR-12775 Gitlab MR live update

4 years agoDOCS update according to validation
michaelbirnstiehl [Thu, 12 Dec 2019 21:18:38 +0000 (15:18 -0600)]
DOCS update according to validation

4 years agoDOCS add GitLab minimum version
michaelbirnstiehl [Thu, 12 Dec 2019 14:32:06 +0000 (08:32 -0600)]
DOCS add GitLab minimum version

4 years agoDOCS add gitlab MR decoration
michaelbirnstiehl [Mon, 9 Dec 2019 14:59:06 +0000 (08:59 -0600)]
DOCS add gitlab MR decoration

4 years agoDOCS add recommended GIT_DEPTH variable in examples
Pierre Guillot [Wed, 11 Dec 2019 16:21:53 +0000 (17:21 +0100)]
DOCS add recommended GIT_DEPTH variable in examples

4 years agoSONAR-12773 Add administration settings for GitLab MR decoration
Wouter Admiraal [Fri, 6 Dec 2019 13:06:33 +0000 (14:06 +0100)]
SONAR-12773 Add administration settings for GitLab MR decoration

4 years agoSONAR-12773 add gitlab alm settings
Pierre Guillot [Thu, 5 Dec 2019 10:17:52 +0000 (11:17 +0100)]
SONAR-12773 add gitlab alm settings

4 years ago[SONAR-12801] Add 8.1 upgrade notes (#2365)
Christophe Levis [Mon, 16 Dec 2019 09:36:31 +0000 (10:36 +0100)]
[SONAR-12801] Add 8.1 upgrade notes (#2365)

4 years agoDOCS replace fix the leak with clean as you code
michaelbirnstiehl [Mon, 9 Dec 2019 17:29:10 +0000 (11:29 -0600)]
DOCS replace fix the leak with clean as you code

4 years agoSONAR-12827 Upgrade sonar-python to 2.3.0.5351
Julien Lancelot [Fri, 13 Dec 2019 15:01:35 +0000 (16:01 +0100)]
SONAR-12827 Upgrade sonar-python to 2.3.0.5351

4 years agoSONAR-12589 Upgrade SonarSecurity to 8.1.0.675
Julien Lancelot [Fri, 13 Dec 2019 14:37:46 +0000 (15:37 +0100)]
SONAR-12589 Upgrade SonarSecurity to 8.1.0.675

4 years agoSONAR-12728 Set "new_development_cost" metric type to float
Julien Lancelot [Fri, 13 Dec 2019 13:22:25 +0000 (14:22 +0100)]
SONAR-12728 Set "new_development_cost" metric type to float

4 years agoSONAR-12826 upgrade sonar-php to 3.3
Sébastien Lesaint [Thu, 12 Dec 2019 10:07:19 +0000 (11:07 +0100)]
SONAR-12826 upgrade sonar-php to 3.3

4 years agoSONAR-12825 upgrade sonar-javascript to 6.1 and sonar-typescript to 2.1
Sébastien Lesaint [Thu, 12 Dec 2019 10:03:17 +0000 (11:03 +0100)]
SONAR-12825 upgrade sonar-javascript to 6.1 and sonar-typescript to 2.1

4 years agoSONAR-12824 upgrade sonar-csharp and sonar-vbnet to 8.1
Sébastien Lesaint [Thu, 12 Dec 2019 09:53:20 +0000 (10:53 +0100)]
SONAR-12824 upgrade sonar-csharp and sonar-vbnet to 8.1

4 years agoSONAR-12823 upgrade sonar-swift bundled plugin to 4.2.2
Sébastien Lesaint [Thu, 12 Dec 2019 09:45:18 +0000 (10:45 +0100)]
SONAR-12823 upgrade sonar-swift bundled plugin to 4.2.2

4 years agoSONAR-12685 upgrade Elasticsearch client to 6.8.4
Sébastien Lesaint [Thu, 12 Dec 2019 10:57:47 +0000 (11:57 +0100)]
SONAR-12685 upgrade Elasticsearch client to 6.8.4

4 years agoDOCS: Update GitLab Scope Instructions
colin-mueller-sonarsource [Thu, 12 Dec 2019 14:13:36 +0000 (15:13 +0100)]
DOCS: Update GitLab Scope Instructions

4 years agoSONAR-12689 fix migration failure on oracle
Michal Duda [Thu, 12 Dec 2019 09:39:27 +0000 (10:39 +0100)]
SONAR-12689 fix migration failure on oracle

4 years agoSONAR-12818 GitLab : lower the needed permission level if group sync is disabled
Pierre Guillot [Wed, 11 Dec 2019 17:08:39 +0000 (18:08 +0100)]
SONAR-12818 GitLab : lower the needed permission level if group sync is disabled

4 years agoSONAR-12788 New code period is badly set when there's only one version
Duarte Meneses [Fri, 6 Dec 2019 18:46:58 +0000 (12:46 -0600)]
SONAR-12788 New code period is badly set when there's only one version

4 years agoFix code quality issues and reduce dependency on Guava
Duarte Meneses [Mon, 9 Dec 2019 15:34:43 +0000 (09:34 -0600)]
Fix code quality issues and reduce dependency on Guava

4 years agoSONAR-12690 Detection of changed lines between branches without SCM not working with...
Duarte Meneses [Tue, 3 Dec 2019 16:13:38 +0000 (10:13 -0600)]
SONAR-12690 Detection of changed lines between branches without SCM not working with Cobol

4 years agoSONAR-12512 SONAR-12514 SONAR-12515 Limit binding to 1 if multi ALM is not enabled
Wouter Admiraal [Thu, 5 Dec 2019 15:03:08 +0000 (16:03 +0100)]
SONAR-12512 SONAR-12514 SONAR-12515 Limit binding to 1 if multi ALM is not enabled

4 years agoSONAR-12512 SONAR-12514 SONAR-515 Add multipleAlmEnabled in the payload
Pierre Guillot [Wed, 4 Dec 2019 15:42:46 +0000 (16:42 +0100)]
SONAR-12512 SONAR-12514 SONAR-515 Add multipleAlmEnabled in the payload

4 years agoSONAR-12798 Remove `Java` from validation message for settings of type 'regex pattern'
Michal Duda [Fri, 6 Dec 2019 13:12:43 +0000 (14:12 +0100)]
SONAR-12798 Remove `Java` from validation message for settings of type 'regex pattern'

4 years agoDOCS add keep inactive branches at project level
MikeBirnstiehl [Thu, 5 Dec 2019 15:08:59 +0000 (09:08 -0600)]
DOCS add keep inactive branches at project level

4 years agoSONAR-12673 additional ITs
Michal Duda [Fri, 29 Nov 2019 11:07:41 +0000 (12:07 +0100)]
SONAR-12673 additional ITs

4 years agoSONAR-12708 Update docs for single branch concept
michaelbirnstiehl [Mon, 25 Nov 2019 00:56:17 +0000 (18:56 -0600)]
SONAR-12708 Update docs for single branch concept

4 years agoSONAR-12626 Show a warning if the migrated SLB is in an incorrect state
Wouter Admiraal [Fri, 29 Nov 2019 17:03:06 +0000 (18:03 +0100)]
SONAR-12626 Show a warning if the migrated SLB is in an incorrect state

4 years agoSONAR-12679 Drop short & long living branch concept
Philippe Perrin [Wed, 27 Nov 2019 21:16:40 +0000 (22:16 +0100)]
SONAR-12679 Drop short & long living branch concept

4 years agoSONAR-12748 WS navigation/component always returns 'isFavorite' false for branches
Duarte Meneses [Mon, 25 Nov 2019 17:09:13 +0000 (11:09 -0600)]
SONAR-12748 WS navigation/component always returns 'isFavorite' false for branches

4 years agoSONAR-12673 Fix issue management
Duarte Meneses [Tue, 19 Nov 2019 16:28:55 +0000 (10:28 -0600)]
SONAR-12673 Fix issue management

4 years agoSONAR-12636 Exlude branches from purge
Philippe Perrin [Thu, 14 Nov 2019 13:48:12 +0000 (14:48 +0100)]
SONAR-12636 Exlude branches from purge