]>
source.dussan.org Git - sonarqube.git/log
David Cho-Lerat [Mon, 13 Mar 2023 16:51:08 +0000 (17:51 +0100)]
Activate useful @typescript-eslint rules & fix warnings in `design-system/` and related components (#7759)
Lukasz Jarocki [Mon, 13 Mar 2023 16:06:21 +0000 (17:06 +0100)]
SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy
Lukasz Jarocki [Fri, 10 Mar 2023 08:42:50 +0000 (09:42 +0100)]
SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy
Benjamin Campomenosi [Mon, 13 Mar 2023 15:46:03 +0000 (16:46 +0100)]
SONAR-18573 - Improve login validation for User creation
David Cho-Lerat [Mon, 13 Mar 2023 12:24:38 +0000 (13:24 +0100)]
Add "ts-check" script for `design-system/`
Zipeng WU [Fri, 10 Mar 2023 12:45:43 +0000 (13:45 +0100)]
SONAR-18629 Drop deprecated test utility methods in Issue and Rule testing
Jeremy Davis [Wed, 22 Feb 2023 15:18:48 +0000 (16:18 +0100)]
SONAR-18524 New Main App bar
stanislavh [Fri, 10 Mar 2023 08:10:21 +0000 (09:10 +0100)]
SONAR-18707 Drop and refactor BBTs for quality profile
Steve Marion [Fri, 10 Mar 2023 08:46:49 +0000 (09:46 +0100)]
[SONAR-15839] add reversing of metric deprecation changelog.
Matteo Mara [Fri, 10 Mar 2023 11:05:05 +0000 (12:05 +0100)]
SONAR-17705 update of the changelog of ce/activity_status
Zipeng WU [Thu, 9 Mar 2023 15:16:52 +0000 (16:16 +0100)]
SONAR-18647 Remove parameter period in api/measures endpoints
Thomas de Grenier de Latour [Wed, 1 Mar 2023 23:49:03 +0000 (00:49 +0100)]
[NO-JIRA] optimize slow selectProjectUuidsAssociatedToDefaultQualityProfileByLanguage
The project DAO `selectProjectUuidsAssociatedToDefaultQualityProfileByLanguage`
SQL query implies scanning through many rows of the `live_measures` table . This
takes several minutes to execute in some setups (Postgres 13, 200M rows in the
table), making SonarQube upgrades painfully slow (this request is executed for
each update of a bundled quality profile).
A similar query can be achieved by joining the `projects` table, with a drastic
improvement to the execution plan. The results are not the same though: this new
version only returns uuids of actual projects, whereas the original one also
returns uuids of other components (not existing in the projects table). But this
is actually an improvement too: the only call sites for this DAO method (in
`QualityProfileChangeEventServiceImpl`) uses the results as an input for the
`ProjectDAO.selectByUuids()` method, which only looks at the `projects` table.
Dimitris Kavvathas [Wed, 8 Mar 2023 17:05:26 +0000 (18:05 +0100)]
SONAR-18627 Drop overridden deprecated methods from DbTester
Ambroise C [Wed, 8 Mar 2023 13:32:19 +0000 (14:32 +0100)]
SONAR-18600 Remove deprecated and unused function scrollHorizontally
stanislavh [Tue, 7 Mar 2023 11:17:26 +0000 (12:17 +0100)]
SONAR-18675 Drop UI selenium tests for settings page
Philippe Perrin [Thu, 9 Mar 2023 08:08:40 +0000 (09:08 +0100)]
SONAR-18649 Remove the deprecated SANS Top 25 Security report
Lukasz Jarocki [Tue, 7 Mar 2023 09:51:30 +0000 (10:51 +0100)]
NO-JIRA using Scanner Gradle 4 to scan SonarQube
Lukasz Jarocki [Tue, 7 Mar 2023 09:51:03 +0000 (10:51 +0100)]
NO-JIRA updated tutorial to use latest Scanner Gradle
Dimitris Kavvathas [Mon, 6 Mar 2023 14:38:50 +0000 (15:38 +0100)]
SONAR-18628 Drop GlobalPermissions class and replace with GlobalPermission enum.
Zipeng WU [Mon, 6 Mar 2023 17:46:02 +0000 (18:46 +0100)]
SONAR-18600 Remove deprecated items that are not used anymore
stanislavh [Fri, 3 Mar 2023 12:48:04 +0000 (13:48 +0100)]
SONAR-18593 Migrate rtl for settings
guillaume-peoch-sonarsource [Wed, 22 Feb 2023 16:43:10 +0000 (17:43 +0100)]
SONAR-18536 Migrate enzyme to RTL for Project Overview
Eric Giffon [Fri, 3 Mar 2023 10:54:13 +0000 (11:54 +0100)]
SONAR-18214 Add documentation url to api/navigation/global
Ambroise C [Fri, 3 Mar 2023 13:50:17 +0000 (14:50 +0100)]
SONAR-18600 Remove unused frontend deprecated functions
7PH [Thu, 2 Mar 2023 10:21:09 +0000 (11:21 +0100)]
SONAR-18553 Migrate concise issues list components tests to RTL
Matteo Mara [Fri, 3 Mar 2023 16:01:35 +0000 (17:01 +0100)]
[SONAR-16198] update text in the administration panel regarding common repositories
Antoine Vinot [Fri, 24 Feb 2023 15:50:16 +0000 (16:50 +0100)]
SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flag
Wouter Admiraal [Tue, 28 Feb 2023 11:32:55 +0000 (12:32 +0100)]
SONAR-18431 Migrate activity tests to RTL
stanislavh [Wed, 1 Mar 2023 12:32:28 +0000 (13:32 +0100)]
SONAR-18580 add RTL for settings (part1)
7PH [Fri, 24 Feb 2023 10:38:09 +0000 (11:38 +0100)]
SONAR-18552 Migrate issues app components to RTL
Eric Giffon [Wed, 1 Mar 2023 15:54:44 +0000 (16:54 +0100)]
SONAR-13615 Prevent scanner failure in case of null character in issue message
Eric Giffon [Thu, 2 Mar 2023 09:30:30 +0000 (10:30 +0100)]
NO-JIRA Fix unit test on windows
Alain Kermis [Wed, 1 Mar 2023 15:41:07 +0000 (16:41 +0100)]
[NO JIRA] Revert NVARCHAR to VARCHAR conversion for MSSQL
Ambroise C [Wed, 1 Mar 2023 08:49:07 +0000 (09:49 +0100)]
SONAR-18372 Display specific error message when failing password change
Also remove some code smells
Dimitris Kavvathas [Tue, 28 Feb 2023 10:43:10 +0000 (11:43 +0100)]
SONAR-18372 Return 400 Bad Request with message on changePasswordAction when user input is incorrect.
Mathieu Suen [Mon, 27 Feb 2023 08:34:36 +0000 (09:34 +0100)]
SONAR-18561 Add IT to document SonarLint URL access
Alain Kermis [Tue, 28 Feb 2023 09:40:14 +0000 (10:40 +0100)]
SONAR-17525 MSSQL UUID column should use VARCHAR instead NVARCHAR
stanislavh [Fri, 24 Feb 2023 14:20:44 +0000 (15:20 +0100)]
SONAR-18535 SONAR-18547 Microfocus compilation constants for COBOL language is broken on ui
Eric Giffon [Tue, 28 Feb 2023 09:45:39 +0000 (10:45 +0100)]
SONAR-18267 Fix duplicate issue changes
Wouter Admiraal [Thu, 23 Feb 2023 14:27:41 +0000 (15:27 +0100)]
SONAR-18429 Migrate permission templates app tests to RTL
Matteo Mara [Fri, 24 Feb 2023 11:01:45 +0000 (12:01 +0100)]
SONAR-16198 removing the 6 built in common rules
Sebastien Vermeille [Mon, 27 Feb 2023 16:36:25 +0000 (17:36 +0100)]
BUILD-2475 Cirrus-ci task name are too long (#7680)
* Define a name pattern instead of letting cirrus generating it
That way it is more concise
* Add alias
That way this task can still be retrieved via depend_on
Zipeng WU [Mon, 27 Feb 2023 13:16:22 +0000 (14:16 +0100)]
[NO-JIRA] Remove obsolete generate_batch_reports.sh and replay_batch.sh
stanislavh [Tue, 21 Feb 2023 14:45:45 +0000 (15:45 +0100)]
SONAR-18444 RTL migration tutorials
Kevin Silva [Thu, 23 Feb 2023 15:55:51 +0000 (16:55 +0100)]
[NO-JIRA] Change memory and CPU for cirrus devops platform tasks
Kevin Silva [Wed, 22 Feb 2023 09:55:59 +0000 (10:55 +0100)]
SONAR-18464 React Testing Library for Security Hotspot - As a user without edit permissions
Kevin Silva [Thu, 23 Feb 2023 13:52:38 +0000 (14:52 +0100)]
[NO-JIRA] Increase memory and CPU on cirrus for devops
Steve Marion [Thu, 23 Feb 2023 13:34:44 +0000 (14:34 +0100)]
[NO-JIRA] remove assumption on a random value that could fail
Steve Marion [Thu, 23 Feb 2023 10:46:40 +0000 (11:46 +0100)]
[SONAR-18502] add test for index drop change
explicitely test the case where actual index is different and longer than authorized
Zipeng WU [Wed, 22 Feb 2023 13:57:06 +0000 (14:57 +0100)]
SONAR-18545 Report processing fails when a warning message is too long
Matteo Mara [Wed, 22 Feb 2023 10:00:29 +0000 (11:00 +0100)]
[SONAR-18476] fix measures/component changelog
Steve Marion [Wed, 22 Feb 2023 11:03:09 +0000 (12:03 +0100)]
[SONAR-18502] move validation of drop index param
This is done to allow to run query based on an actual index name than may not be valid instead of expected one.
Refactor drop index structure to make it simpler and safer.
Wouter Admiraal [Tue, 21 Feb 2023 07:17:04 +0000 (08:17 +0100)]
SONAR-18430 Migrate permissions app tests to RTL
Philippe Perrin [Thu, 9 Feb 2023 16:04:59 +0000 (17:04 +0100)]
[NO-JIRA] Adjust our supported browser list
Mathieu Suen [Fri, 17 Feb 2023 11:29:23 +0000 (12:29 +0100)]
SONAR-18391 Improve layout landmark
Zipeng WU [Wed, 22 Feb 2023 13:12:19 +0000 (14:12 +0100)]
[SONAR-18510] Fix typo in Administration page
Jacek Poreda [Wed, 22 Feb 2023 09:53:28 +0000 (10:53 +0100)]
Revert "[NO-JIRA] Skip SQ analysis"
This reverts commit
f7800eedc2ef38582b45f0d39360e8ea6c48a12a .
Aurelien Poscia [Wed, 22 Feb 2023 11:16:16 +0000 (12:16 +0100)]
SONAR-18484 fix startup of Web API v2 in DCE mode
Jacek Poreda [Wed, 22 Feb 2023 09:47:59 +0000 (10:47 +0100)]
[NO-JIRA] Skip SQ analysis
Jacek Poreda [Wed, 22 Feb 2023 09:39:50 +0000 (10:39 +0100)]
SONAR-17714 Fix elasticsearch/bin directory issue
Elasticsearch requires to not have empty elasticsearch/bin directory, hence we are excluding some of the scripts from the archive
David Cho-Lerat [Mon, 13 Feb 2023 18:02:44 +0000 (19:02 +0100)]
SONAR-18491 Set up the build system for the new UI
Kevin Silva [Mon, 20 Feb 2023 14:08:48 +0000 (15:08 +0100)]
SONAR-18458 React Testing Library for Security Hotspot - As any user
7PH [Tue, 21 Feb 2023 08:29:35 +0000 (09:29 +0100)]
SONAR-18399 Use react day picker native navigation instead of our custom one
Kevin Silva [Tue, 21 Feb 2023 11:01:13 +0000 (12:01 +0100)]
[NO-JIRA] fix DateTimeFormatter to accept different locales
Antoine Vigneau [Fri, 17 Feb 2023 09:33:06 +0000 (10:33 +0100)]
SONAR-18484 - Add api/v2/system/health endpoint
Aurelien Poscia [Wed, 15 Feb 2023 10:48:25 +0000 (11:48 +0100)]
SONAR-18484 Documentation for SonarQube Web API V2 (OpenApi/Swagger)
Pierre [Wed, 27 Jul 2022 08:32:33 +0000 (10:32 +0200)]
SONAR-18484 Add api/v2/system/liveness endpoint
Jacek Poreda [Mon, 20 Feb 2023 11:05:32 +0000 (12:05 +0100)]
[NO-JIRA] Optimize query for 'ncloc' metric for largest branch per project
Alain Kermis [Fri, 17 Feb 2023 10:44:37 +0000 (11:44 +0100)]
SONAR-18472 Resolve telemetry performance issue
Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
Wouter Admiraal [Tue, 14 Feb 2023 09:59:50 +0000 (10:59 +0100)]
SONAR-17810 Use Visibility enum instead of hard-coded strings
stanislavh [Fri, 17 Feb 2023 13:32:39 +0000 (14:32 +0100)]
SONAR-18217 Correct order of conditions in quality gate page
stanislavh [Thu, 16 Feb 2023 08:55:38 +0000 (09:55 +0100)]
SONAR-17812 Upgrade intl to 6.2.5
Eric Giffon [Wed, 15 Feb 2023 14:56:20 +0000 (15:56 +0100)]
SONAR-8219 Make users.user_local column not nullable
7PH [Wed, 15 Feb 2023 11:03:56 +0000 (12:03 +0100)]
SONAR-18415 Fix day picker keyboard navigation triggering page shortcut due to React 16 event delegation
guillaume-peoch-sonarsource [Wed, 15 Feb 2023 16:26:30 +0000 (17:26 +0100)]
SONAR-18481 Readjust the heights of security reports categories
Steve Marion [Fri, 17 Feb 2023 14:09:46 +0000 (15:09 +0100)]
[NO JIRA] rename private settings.gradle to private-settings.gradle
There can only be one settings.gradle file per project, this extra one is confusing intellij (thinking private is a root project) and block the usage of features such a dependency analysis on any private modules.
stanislavh [Wed, 15 Feb 2023 09:25:20 +0000 (10:25 +0100)]
SONAR-14640 Add sonar.projectName scanner parameter in tutorials
Eric Giffon [Wed, 8 Feb 2023 14:16:21 +0000 (15:16 +0100)]
SONAR-18215 Add property to override the documentation base url
Olaf Śnieżek [Thu, 17 Nov 2022 11:53:52 +0000 (12:53 +0100)]
Optimize gradle build to use the incremental build feature
Duarte Meneses [Thu, 9 Feb 2023 16:08:06 +0000 (10:08 -0600)]
SONAR-18465 Remove sonar-check-api from SonarQube
stanislavh [Mon, 13 Feb 2023 10:44:11 +0000 (11:44 +0100)]
SONAR-18128 SONAR-18358 SONAR-18368 Page titles do not identify purpose of pages
guillaume-peoch-sonarsource [Fri, 10 Feb 2023 15:51:56 +0000 (16:51 +0100)]
SONAR-18405 SONAR-18420 Update the Security Report PDF template
7PH [Thu, 9 Feb 2023 09:34:39 +0000 (10:34 +0100)]
SONAR-18361 Improve accessibility of the quality profile compare page
stanislavh [Fri, 10 Feb 2023 11:20:50 +0000 (12:20 +0100)]
SONAR-18130 Breadcrumb region is missing appropriate roles and/or attributes
stanislavh [Fri, 10 Feb 2023 09:57:31 +0000 (10:57 +0100)]
SONAR-18369 Text spacing content cut off
stanislavh [Fri, 10 Feb 2023 09:57:22 +0000 (10:57 +0100)]
SONAR-18364 An icon lacks 3 to 1 contrast ratio
stanislavh [Fri, 10 Feb 2023 09:54:39 +0000 (10:54 +0100)]
SONAR-18362 Text Alternative is missing
Aurelien Poscia [Fri, 10 Feb 2023 09:47:32 +0000 (10:47 +0100)]
SONAR-18397 add ITs for permanent users de-provisioning triggered by Azure (SCIM)
Pierre [Thu, 9 Feb 2023 16:35:43 +0000 (17:35 +0100)]
SONAR-18466 reindexing a project should not delete activities of other projects
Antoine Vigneau [Wed, 8 Feb 2023 09:39:00 +0000 (10:39 +0100)]
SONAR-18396 - Support user soft deletion on Azure through SCIM
Wojtek Wajerowicz [Wed, 8 Feb 2023 14:00:03 +0000 (15:00 +0100)]
SONAR-18397 Add SCIM protocol DELETE /Users endpoint.
stanislavh [Wed, 8 Feb 2023 10:46:28 +0000 (11:46 +0100)]
SONAR-18356 Visual heading text is not marked as heading
stanislavh [Wed, 8 Feb 2023 10:45:47 +0000 (11:45 +0100)]
SONAR-18347 Elements must have sufficient color contrast
stanislavh [Tue, 7 Feb 2023 09:32:49 +0000 (10:32 +0100)]
SONAR-18343 Purpose of link is not clear in context
alain [Wed, 8 Feb 2023 10:53:57 +0000 (11:53 +0100)]
SONAR-17714 Enable deprecation logging for ES
So far, there are no logs regarding deprecated features. However, we want to be notified in the logs should there be any deprecations in future ES releases.
Jacek Poreda [Mon, 6 Feb 2023 08:10:02 +0000 (09:10 +0100)]
SONAR-17714 Update ES binaries
- use no-jdk for local development and jdk for open source part
- use ES cli tool to start Elasticsearch - platform agnostic
- fix query issue with dates
- disable security autoconfiguration on a single node environment
- fix single-node settings
- Use Elasticsearch CLI java tool to run keystore cli and Elasticsearch
Jacek Poreda [Fri, 3 Feb 2023 08:13:29 +0000 (09:13 +0100)]
[NO-JIRA] Drop blue green deployment flag
Jacek Poreda [Wed, 1 Feb 2023 16:03:06 +0000 (17:03 +0100)]
SONAR-17714 Drop types from ES requests
guillaume-peoch-sonarsource [Tue, 7 Feb 2023 15:27:39 +0000 (16:27 +0100)]
SONAR-18405 Managers can access the "CWE Top 25 2022" security report
7PH [Tue, 7 Feb 2023 10:35:17 +0000 (11:35 +0100)]
SONAR-18357 Remove select clear button from tab navigation in quality profiles page