]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
5 years agoSONAR-12513 last used date is never set on new Quality Profiles
Sébastien Lesaint [Wed, 9 Oct 2019 10:47:08 +0000 (12:47 +0200)]
SONAR-12513 last used date is never set on new Quality Profiles

all QP start with no last used date in the Database, which is represented by a null value in the column,
the update method ensures no update is done if new date is older than the current one
it does so by comparing the new date with the current value, however, this test always returns false if the current value is null

this way of updating the last used date was introduced to fix SONAR-10462 (Update of last used date on Quality Profile can fail with Deadlock on Postgres)
since then, last used date of new QP (which includes any new install of SQ since 7.8, including the LTS) is never set

5 years agoUpdate S4MSB docs - remove sonarcloud param (#2125)
Andrei Epure [Wed, 9 Oct 2019 13:42:45 +0000 (15:42 +0200)]
Update S4MSB docs - remove sonarcloud param (#2125)

5 years agofix some quality flaws on the new code period
Sébastien Lesaint [Tue, 8 Oct 2019 09:12:12 +0000 (11:12 +0200)]
fix some quality flaws on the new code period

5 years agoSONAR-12507 More consistent color for hovered location badge
Grégoire Aubert [Thu, 3 Oct 2019 14:58:35 +0000 (16:58 +0200)]
SONAR-12507 More consistent color for hovered location badge

5 years agoSONAR-12506 More consistent color for error message border
Grégoire Aubert [Thu, 3 Oct 2019 14:51:01 +0000 (16:51 +0200)]
SONAR-12506 More consistent color for error message border

5 years agoSONAR-12505 More consistent color for issue boxes and highlight
Grégoire Aubert [Thu, 3 Oct 2019 14:19:23 +0000 (16:19 +0200)]
SONAR-12505 More consistent color for issue boxes and highlight

5 years agoSONAR-12504 More consistent color for selected secondary locations badges
Grégoire Aubert [Thu, 3 Oct 2019 14:11:42 +0000 (16:11 +0200)]
SONAR-12504 More consistent color for selected secondary locations badges

5 years agoSONAR-12503 Update Alert error icon color
Grégoire Aubert [Thu, 3 Oct 2019 14:04:06 +0000 (16:04 +0200)]
SONAR-12503 Update Alert error icon color

5 years agoSONAR-12502 Change E rating to have primary red color
Grégoire Aubert [Thu, 3 Oct 2019 13:55:33 +0000 (15:55 +0200)]
SONAR-12502 Change E rating to have primary red color

5 years agoDocumentation fix
Philippe Perrin [Mon, 7 Oct 2019 12:39:42 +0000 (14:39 +0200)]
Documentation fix

5 years agoSONAR-12511 Alert border style issues
Grégoire Aubert [Fri, 6 Sep 2019 09:54:15 +0000 (11:54 +0200)]
SONAR-12511 Alert border style issues

5 years agoDOCS Replace 'Questionable Code Example' with 'Sensitive ...'
Nicolas Harraudeau [Tue, 8 Oct 2019 15:08:26 +0000 (17:08 +0200)]
DOCS Replace 'Questionable Code Example' with 'Sensitive ...'

5 years agoDOCS fix typo and add path
MikeBirnstiehl [Tue, 8 Oct 2019 21:12:23 +0000 (16:12 -0500)]
DOCS fix typo and add path

5 years agoSONAR-12487 improve coverage of Telemetry classes
Sébastien Lesaint [Tue, 8 Oct 2019 07:48:04 +0000 (09:48 +0200)]
SONAR-12487 improve coverage of Telemetry classes

makes tests more unique by moving much logic out TelemetryDaemonTest which will make this test faster (less tests) and more reliable (simpler)
as this test was troublesom because if was testing multithreaded code

5 years agodrop deprecated and dead code in ProjectMeasuresStatistics
Sébastien Lesaint [Mon, 7 Oct 2019 17:10:32 +0000 (19:10 +0200)]
drop deprecated and dead code in ProjectMeasuresStatistics

5 years agoSONAR-12487 send docker flag in telemetry
Sébastien Lesaint [Thu, 26 Sep 2019 09:45:26 +0000 (11:45 +0200)]
SONAR-12487 send docker flag in telemetry

5 years agoRefactor tabs to use new BoxedTabs component
Jeremy Davis [Wed, 2 Oct 2019 12:41:12 +0000 (14:41 +0200)]
Refactor tabs to use new BoxedTabs component

5 years agoRemove `mstest` from coverage docs (#2126)
Andrei Epure [Mon, 7 Oct 2019 15:54:52 +0000 (17:54 +0200)]
Remove `mstest` from coverage docs (#2126)

We don't support `mstest` as a coverage tool, only `vstest`.
See SonarSource/sonar-dotnet/#2529

5 years agoSONAR-12485 add Docker flag in System Info
Sébastien Lesaint [Wed, 25 Sep 2019 14:41:42 +0000 (16:41 +0200)]
SONAR-12485 add Docker flag in System Info

5 years agofull drop usage of cirrus cache
Sébastien Lesaint [Mon, 7 Oct 2019 09:49:29 +0000 (11:49 +0200)]
full drop usage of cirrus cache

5 years agoSONAR-12460 Add description to Gitlab setting
Julien Lancelot [Thu, 3 Oct 2019 15:57:21 +0000 (17:57 +0200)]
SONAR-12460 Add description to Gitlab setting

5 years agoSONAR-12471 Embed LDAP authentication
Julien Lancelot [Fri, 27 Sep 2019 14:25:53 +0000 (16:25 +0200)]
SONAR-12471 Embed LDAP authentication

5 years agoSONAR-12471 Embed SAML authentication
Julien Lancelot [Wed, 25 Sep 2019 12:19:11 +0000 (14:19 +0200)]
SONAR-12471 Embed SAML authentication

5 years agoSONAR-12471 Embed GitHub authentication
Julien Lancelot [Tue, 24 Sep 2019 09:44:20 +0000 (11:44 +0200)]
SONAR-12471 Embed GitHub authentication

5 years agoSONAR-8884 Group languages related settings in a single Languages tab
Philippe Perrin [Wed, 2 Oct 2019 16:39:32 +0000 (18:39 +0200)]
SONAR-8884 Group languages related settings in a single Languages tab

5 years agoDOCS add GitLab CICD page
MikeBirnstiehl [Fri, 4 Oct 2019 15:47:50 +0000 (10:47 -0500)]
DOCS add GitLab CICD page

5 years agoSONAR-11155 Provision on first analysis and analyze main branch for certain names
Duarte Meneses [Wed, 25 Sep 2019 20:02:13 +0000 (15:02 -0500)]
SONAR-11155 Provision on first analysis and analyze main branch for certain names

5 years agodisable gradle cache until Cirrus issue #478 is fixed (#2123)
Jacek [Thu, 3 Oct 2019 12:59:50 +0000 (14:59 +0200)]
disable gradle cache until Cirrus issue #478 is fixed (#2123)

5 years agoDOC fix linebreak
G. Ann Campbell [Wed, 2 Oct 2019 19:04:23 +0000 (15:04 -0400)]
DOC fix linebreak

5 years agoDOCS Fine-tune architecture text for DCE (#2117)
CS [Wed, 2 Oct 2019 13:06:21 +0000 (15:06 +0200)]
DOCS Fine-tune architecture text for DCE (#2117)

* DOCS Update architecture for DCE

* DOCS wording change

5 years agoSONAR-12256 Consistent rounding in project overview
Jeremy Davis [Wed, 25 Sep 2019 16:26:05 +0000 (18:26 +0200)]
SONAR-12256 Consistent rounding in project overview

5 years agouse stopInfo() instead of stopDebug()
Donghui Wang [Mon, 30 Sep 2019 02:44:01 +0000 (10:44 +0800)]
use stopInfo() instead of stopDebug()

use stopInfo() instead of stopDebug() for Process project properties

5 years agoSONAR-12481 Bump dompurify version
Jeremy Davis [Mon, 30 Sep 2019 12:17:17 +0000 (14:17 +0200)]
SONAR-12481 Bump dompurify version

5 years agoMove from styled-components to @emotion
Grégoire Aubert [Thu, 19 Sep 2019 09:42:06 +0000 (11:42 +0200)]
Move from styled-components to @emotion

5 years agoSONAR-12414 Prevent click event from bubbling outside of popup
philippe-perrin-sonarsource [Wed, 25 Sep 2019 15:45:44 +0000 (17:45 +0200)]
SONAR-12414 Prevent click event from bubbling outside of popup

5 years agoSONAR-12413 Issue changelog contains confusing 'undefined' values
philippe-perrin-sonarsource [Thu, 26 Sep 2019 08:14:57 +0000 (10:14 +0200)]
SONAR-12413 Issue changelog contains confusing 'undefined' values

5 years agoSONAR-12468 Improve fonts for Windows users
philippe-perrin-sonarsource [Wed, 25 Sep 2019 07:32:10 +0000 (09:32 +0200)]
SONAR-12468 Improve fonts for Windows users

5 years agoRevert "disable gradle cache until Cirrus issue #472 is fixed"
Sébastien Lesaint [Mon, 30 Sep 2019 06:55:05 +0000 (08:55 +0200)]
Revert "disable gradle cache until Cirrus issue #472 is fixed"

This reverts commit 7ef753245aa2ab1f00a2742d4c567604ca505dc0.

5 years agoSONAR-12480 Left part of the layout is broken in several pages on Microsoft IE11...
philippe-perrin-sonarsource [Thu, 26 Sep 2019 14:34:31 +0000 (16:34 +0200)]
SONAR-12480 Left part of the layout is broken in  several pages on Microsoft IE11 & Edge

5 years agoDOCS update default working directory
MikeBirnstiehl [Fri, 27 Sep 2019 20:03:10 +0000 (15:03 -0500)]
DOCS update default working directory

5 years agoSONAR-12344 es logs must go to stdout too when sonar.log.console=true
Sébastien Lesaint [Thu, 26 Sep 2019 14:13:35 +0000 (16:13 +0200)]
SONAR-12344 es logs must go to stdout too when sonar.log.console=true

5 years agodisable gradle cache until Cirrus issue #472 is fixed
Sébastien Lesaint [Fri, 27 Sep 2019 10:31:56 +0000 (12:31 +0200)]
disable gradle cache until Cirrus issue #472 is fixed

5 years agoSONAR-12481 Fix SSF-97
Jeremy Davis [Wed, 25 Sep 2019 07:49:45 +0000 (09:49 +0200)]
SONAR-12481 Fix SSF-97

5 years agoDOCS Fix xxx_issues metric (#2106)
CS [Thu, 26 Sep 2019 14:56:53 +0000 (16:56 +0200)]
DOCS Fix xxx_issues metric (#2106)

5 years agoFixes from review
Jeremy Davis [Tue, 24 Sep 2019 09:03:48 +0000 (11:03 +0200)]
Fixes from review

5 years agoImprove set action description
Jacek [Mon, 23 Sep 2019 08:19:17 +0000 (10:19 +0200)]
Improve set action description

5 years agoDOCS update for review changes
MikeBirnstiehl [Fri, 20 Sep 2019 13:54:31 +0000 (08:54 -0500)]
DOCS update for review changes

5 years agoFixing SonarQube analysis issues (#2084)
Jacek [Fri, 20 Sep 2019 08:30:43 +0000 (10:30 +0200)]
Fixing SonarQube analysis issues (#2084)

5 years agoAdd ITs for the new UI
Jeremy Davis [Tue, 17 Sep 2019 16:42:55 +0000 (18:42 +0200)]
Add ITs for the new UI

5 years agoFix UT for components count
Jacek [Thu, 19 Sep 2019 09:07:34 +0000 (11:07 +0200)]
Fix UT for components count

5 years agoUpdate expected zip file size
Duarte Meneses [Wed, 18 Sep 2019 14:13:54 +0000 (09:13 -0500)]
Update expected zip file size

5 years agoSONAR-12390 Prevent analysis deletion when it is a baseline
Duarte Meneses [Tue, 17 Sep 2019 20:05:44 +0000 (15:05 -0500)]
SONAR-12390 Prevent analysis deletion when it is a baseline

5 years agoFixes from review
Jeremy Davis [Mon, 16 Sep 2019 15:26:05 +0000 (17:26 +0200)]
Fixes from review

5 years agoDOCS add new code period page
MikeBirnstiehl [Tue, 17 Sep 2019 15:43:51 +0000 (10:43 -0500)]
DOCS add new code period page

5 years agoWS bug fixes (#2070)
Jacek [Tue, 17 Sep 2019 07:09:22 +0000 (09:09 +0200)]
WS bug fixes (#2070)

- add example to show new code period action
- list available types for set new code period action
- fix empty responses for protobuff enum
- add new code periods WS ITs

5 years agoFix conflicts after rebase
Jacek [Fri, 6 Sep 2019 08:19:26 +0000 (10:19 +0200)]
Fix conflicts after rebase

5 years agoSONAR-12430 Handle project baseline for Community Edition
Jeremy Davis [Fri, 30 Aug 2019 15:31:15 +0000 (17:31 +0200)]
SONAR-12430 Handle project baseline for Community Edition

5 years agoSONAR-12415 Fix Leak title in project overview
Jeremy Davis [Tue, 27 Aug 2019 14:04:38 +0000 (16:04 +0200)]
SONAR-12415 Fix Leak title in project overview

5 years agoFix new code period set action with specific analysis for CE (#2051)
Jacek [Mon, 2 Sep 2019 14:38:21 +0000 (16:38 +0200)]
Fix new code period set action with specific analysis for CE (#2051)

5 years agoSONAR-12420 Prevent setting baseline from project branches page
Jeremy Davis [Thu, 29 Aug 2019 13:39:18 +0000 (15:39 +0200)]
SONAR-12420 Prevent setting baseline from project branches page

5 years agoSONAR-11629 Add baseline marker to activity page
Jeremy Davis [Wed, 28 Aug 2019 09:42:06 +0000 (11:42 +0200)]
SONAR-11629 Add baseline marker to activity page

5 years agoSONAR-12366 Always set new code periods to main branch in CE (#2047)
Duarte Meneses [Fri, 30 Aug 2019 07:32:36 +0000 (02:32 -0500)]
SONAR-12366 Always set new code periods to main branch in CE (#2047)

5 years agoSONAR-12412 - support import/export of new code periods for projects (#2024)
Jacek [Thu, 29 Aug 2019 07:20:15 +0000 (09:20 +0200)]
SONAR-12412 - support import/export of new code periods for projects (#2024)

* SONAR-12412 - support import/export of new code periods for projects

5 years agoSONAR-12419 - resolve date for specific_analysis new code period type (#2026)
Jacek [Wed, 28 Aug 2019 20:16:12 +0000 (22:16 +0200)]
SONAR-12419 - resolve date for specific_analysis new code period type (#2026)

* SONAR-12419 - resolve date for specific_analysis new code period type

5 years agoSONAR-11658 branch setting for the new code period
Jeremy Davis [Fri, 9 Aug 2019 11:56:03 +0000 (13:56 +0200)]
SONAR-11658 branch setting for the new code period

5 years agoSONAR-11630 Project setting for new code period
Jeremy Davis [Fri, 9 Aug 2019 11:54:33 +0000 (13:54 +0200)]
SONAR-11630 Project setting for new code period

5 years agoSONAR-11637 General setting for new code period
Jeremy Davis [Fri, 9 Aug 2019 11:43:58 +0000 (13:43 +0200)]
SONAR-11637 General setting for new code period

5 years agoSONAR-12347 Migrate properties
Duarte Meneses [Thu, 22 Aug 2019 20:33:17 +0000 (15:33 -0500)]
SONAR-12347 Migrate properties

5 years agoImprove code quality and test coverage
Duarte Meneses [Wed, 21 Aug 2019 19:56:16 +0000 (14:56 -0500)]
Improve code quality and test coverage

5 years agoNew Code Period table
Duarte Meneses [Wed, 21 Aug 2019 16:29:17 +0000 (11:29 -0500)]
New Code Period table

5 years agoSONAR-12366 New Code Period WebServices
Duarte Meneses [Wed, 21 Aug 2019 16:03:51 +0000 (11:03 -0500)]
SONAR-12366 New Code Period WebServices

5 years agoSONAR-12406 - remove 'sonar.leak.period' property
Jacek [Wed, 21 Aug 2019 13:04:29 +0000 (15:04 +0200)]
SONAR-12406 - remove 'sonar.leak.period' property

5 years agoAdd ListAction to NewCodePeriod WS Module
Jacek [Wed, 21 Aug 2019 13:11:50 +0000 (15:11 +0200)]
Add ListAction to NewCodePeriod WS Module

5 years agoFeature/dm/migrate new code period (#2017)
Duarte Meneses [Wed, 21 Aug 2019 11:08:31 +0000 (06:08 -0500)]
Feature/dm/migrate new code period (#2017)

* SONAR-12396 List new code periods for all branches with effective current values

* SONAR-12347 Migrate old definitions of leak period

5 years agoSONAR-12366 update endpoint ws urls (#2013)
Jacek [Tue, 20 Aug 2019 16:10:16 +0000 (18:10 +0200)]
SONAR-12366 update endpoint ws urls (#2013)

5 years agoSONAR-12393 - support remove new code period on branch, project removal (#2002)
Jacek [Tue, 20 Aug 2019 07:19:05 +0000 (09:19 +0200)]
SONAR-12393 - support remove new code period on branch, project removal (#2002)

* SONAR-12393 - support remove new code period on branch, project removal

5 years agoSONAR-12366 Add WS to tester
Duarte Meneses [Fri, 9 Aug 2019 16:11:19 +0000 (11:11 -0500)]
SONAR-12366 Add WS to tester

5 years agoSONAR-12366 Create WS to delete New Code Periods
Duarte Meneses [Fri, 9 Aug 2019 15:56:12 +0000 (10:56 -0500)]
SONAR-12366 Create WS to delete New Code Periods

5 years agoSONAR-12366 Add new WSs to tester
Duarte Meneses [Fri, 9 Aug 2019 15:42:50 +0000 (10:42 -0500)]
SONAR-12366 Add new WSs to tester

5 years agoSONAR-12366 Create WS to read/write New Code Periods
Duarte Meneses [Fri, 9 Aug 2019 12:56:38 +0000 (07:56 -0500)]
SONAR-12366 Create WS to read/write New Code Periods

5 years agoSONAR-12394 Load analysis new code period based on hierarchy of New Code Period settings
Duarte Meneses [Thu, 8 Aug 2019 18:43:01 +0000 (13:43 -0500)]
SONAR-12394 Load analysis new code period based on hierarchy of New Code Period settings

5 years agoSONAR-12364 Fix update of values
Duarte Meneses [Tue, 6 Aug 2019 19:05:00 +0000 (14:05 -0500)]
SONAR-12364 Fix update of values

5 years agoSONAR-12364 - SonarQube analysis fixes
Jacek [Tue, 6 Aug 2019 15:40:20 +0000 (17:40 +0200)]
SONAR-12364 - SonarQube analysis fixes

5 years agoSONAR-12364 - IT fixes, add uniq new code period table constraint
Jacek [Tue, 6 Aug 2019 13:57:25 +0000 (15:57 +0200)]
SONAR-12364 - IT fixes, add uniq new code period table constraint

5 years agoSONAR-12364 - remove manual baseline column from usage
Jacek [Tue, 6 Aug 2019 12:54:29 +0000 (14:54 +0200)]
SONAR-12364 - remove manual baseline column from usage

5 years agoSONAR-12364 - migrate project analysis delete action to new concept
Jacek [Tue, 6 Aug 2019 11:41:48 +0000 (13:41 +0200)]
SONAR-12364 - migrate project analysis delete action to new concept

5 years agoSONAR-12364 - switch from manual baseline to New Code Period concept
Jacek [Tue, 6 Aug 2019 11:21:21 +0000 (13:21 +0200)]
SONAR-12364 - switch from manual baseline to New Code Period concept

5 years agoSONAR-12366 Create WS to read/write New Code Periods
Duarte Meneses [Mon, 5 Aug 2019 21:04:11 +0000 (16:04 -0500)]
SONAR-12366 Create WS to read/write New Code Periods

5 years agoCreate UUID for new_code_periods
Duarte Meneses [Fri, 2 Aug 2019 20:43:19 +0000 (15:43 -0500)]
Create UUID for new_code_periods

5 years agoSet value nullable in new_code_periods
Duarte Meneses [Fri, 2 Aug 2019 20:42:49 +0000 (15:42 -0500)]
Set value nullable in new_code_periods

5 years agoadd Upsert to NewCodePeriodDao
Duarte Meneses [Fri, 2 Aug 2019 20:01:10 +0000 (15:01 -0500)]
add Upsert to NewCodePeriodDao

5 years agoSONAR-12366 Create WS to read/write New Code Periods
Duarte Meneses [Fri, 2 Aug 2019 19:14:47 +0000 (14:14 -0500)]
SONAR-12366 Create WS to read/write New Code Periods

5 years agoSONAR-12365 create new_code_period table (#1986)
Jacek [Fri, 2 Aug 2019 16:23:19 +0000 (18:23 +0200)]
SONAR-12365 create new_code_period table (#1986)

* Create new_code_periods table along with dto and dao

5 years agoSONAR-12460 add GitLab Auth docs
MikeBirnstiehl [Mon, 23 Sep 2019 12:56:59 +0000 (07:56 -0500)]
SONAR-12460 add GitLab Auth docs

5 years agoSONAR-12460 Fail startup when detecting GitLab Auth plugin
Julien Lancelot [Thu, 19 Sep 2019 11:59:14 +0000 (13:59 +0200)]
SONAR-12460 Fail startup when detecting GitLab Auth plugin

5 years agoSONAR-12460 Support GitLab Authentication
Julien Lancelot [Tue, 17 Sep 2019 10:21:53 +0000 (12:21 +0200)]
SONAR-12460 Support GitLab Authentication

5 years agodogfood_docker_builder task must depend on promote_task task
Sébastien Lesaint [Mon, 23 Sep 2019 09:27:23 +0000 (11:27 +0200)]
dogfood_docker_builder task must depend on promote_task task

5 years agoRemove reference to sonar-vsts from backend and fix test
philippe-perrin-sonarsource [Fri, 20 Sep 2019 10:19:30 +0000 (12:19 +0200)]
Remove reference to sonar-vsts from backend and fix test

5 years agoRemove reference to sonar-vsts from build
philippe-perrin-sonarsource [Fri, 20 Sep 2019 10:17:03 +0000 (12:17 +0200)]
Remove reference to sonar-vsts from build

5 years agoRemove sonar-vsts folder
philippe-perrin-sonarsource [Fri, 20 Sep 2019 10:16:33 +0000 (12:16 +0200)]
Remove sonar-vsts folder