]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
15 months agoSONAR-19790 Disallow applying permission template on managed project
Viktor Vorona [Fri, 14 Jul 2023 11:53:58 +0000 (13:53 +0200)]
SONAR-19790 Disallow applying permission template on managed project

15 months agoSONAR-19790 handled managed projects /api/permissions/[bulk_]apply_template
Aurelien Poscia [Fri, 14 Jul 2023 09:45:49 +0000 (11:45 +0200)]
SONAR-19790 handled managed projects /api/permissions/[bulk_]apply_template

15 months agoSONAR-19790 Hide Apply Template button and show banners for GH provisioning
Viktor Vorona [Wed, 12 Jul 2023 14:46:01 +0000 (16:46 +0200)]
SONAR-19790 Hide Apply Template button and show banners for GH provisioning

15 months agoSONAR-19787 Restrict permissions changes on managed instances
Antoine Vigneau [Thu, 6 Jul 2023 15:35:22 +0000 (17:35 +0200)]
SONAR-19787 Restrict permissions changes on managed instances

15 months agoSONAR-19786 add method to fetch all user permissions obtained via managed groups
Aurelien Poscia [Wed, 12 Jul 2023 08:43:47 +0000 (10:43 +0200)]
SONAR-19786 add method to fetch all user permissions obtained via managed groups

15 months agoSONAR-19785 update SQ groups permissions from GitHub teams permissions
Aurelien Poscia [Mon, 10 Jul 2023 09:15:56 +0000 (11:15 +0200)]
SONAR-19785 update SQ groups permissions from GitHub teams permissions

15 months agoSONAR-19787 Read-only GH Project Permissions
Viktor Vorona [Tue, 11 Jul 2023 09:34:52 +0000 (11:34 +0200)]
SONAR-19787 Read-only GH Project Permissions

15 months agoSONAR-19875 Make direct calls to GitHub to fetch repository team permissions
Wojtek Wajerowicz [Wed, 12 Jul 2023 12:56:33 +0000 (14:56 +0200)]
SONAR-19875 Make direct calls to GitHub to fetch repository team permissions

15 months agoSONAR-19784 Disable visibility change for GH projects with auto-provisioning
Viktor Vorona [Wed, 5 Jul 2023 09:55:01 +0000 (11:55 +0200)]
SONAR-19784 Disable visibility change for GH projects with auto-provisioning

15 months agoSONAR-19785 Fetch all group permissions for a project from the database.
Wojtek Wajerowicz [Thu, 6 Jul 2023 09:19:05 +0000 (11:19 +0200)]
SONAR-19785 Fetch all group permissions for a project from the database.

15 months agoSONAR-19785 Add required new permissions in the GitHub config check
Antoine Vigneau [Wed, 5 Jul 2023 14:19:20 +0000 (16:19 +0200)]
SONAR-19785 Add required new permissions in the GitHub config check

15 months agoSONAR-19784 allow the CE to re-compute permissions
Aurelien Poscia [Wed, 5 Jul 2023 09:27:38 +0000 (11:27 +0200)]
SONAR-19784 allow the CE to re-compute permissions

15 months agoSONAR-19784 Improve GitHub project lookup to disallow visibility update
Antoine Vigneau [Mon, 3 Jul 2023 09:43:58 +0000 (11:43 +0200)]
SONAR-19784 Improve GitHub project lookup to disallow visibility update

15 months agoSONAR-19784 Synchronize visibility from GitHub
Aurelien Poscia [Tue, 4 Jul 2023 08:32:44 +0000 (10:32 +0200)]
SONAR-19784 Synchronize visibility from GitHub

15 months agoSONAR-19784 Do not allow visibility update on managed projects
Antoine Vigneau [Mon, 3 Jul 2023 09:43:58 +0000 (11:43 +0200)]
SONAR-19784 Do not allow visibility update on managed projects

15 months agoSONAR-19784 Add method ProjectAlmSettingDao.selectByAlm
Aurelien Poscia [Mon, 3 Jul 2023 09:41:20 +0000 (11:41 +0200)]
SONAR-19784 Add method ProjectAlmSettingDao.selectByAlm

15 months agoSONAR-19880 Upgrade Spring to 5.3.28
Dimitris Kavvathas [Thu, 13 Jul 2023 15:32:36 +0000 (17:32 +0200)]
SONAR-19880 Upgrade Spring to 5.3.28

15 months agoNO-JIRA remove unused imports
Pierre [Tue, 11 Jul 2023 15:05:44 +0000 (17:05 +0200)]
NO-JIRA remove unused imports

15 months agoNO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdas
Pierre [Mon, 10 Jul 2023 14:59:50 +0000 (16:59 +0200)]
NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdas

15 months agoNO-JIRA replace toEnumSet with simple Set
Pierre [Mon, 10 Jul 2023 14:36:27 +0000 (16:36 +0200)]
NO-JIRA replace toEnumSet with simple Set

15 months agoNO-JIRA replace Collectors.toList to Stream.toList
Pierre [Fri, 7 Jul 2023 06:49:05 +0000 (08:49 +0200)]
NO-JIRA replace Collectors.toList to Stream.toList

15 months agoNO-JIRA replace MoreCollectors.join with String.join or Collectors.joining
Pierre [Thu, 6 Jul 2023 14:50:46 +0000 (16:50 +0200)]
NO-JIRA replace MoreCollectors.join with String.join or Collectors.joining

15 months agoNO-JIRA replace MoreCollectors.toOneElement with Optional.findFirst
Pierre [Thu, 6 Jul 2023 14:46:00 +0000 (16:46 +0200)]
NO-JIRA replace MoreCollectors.toOneElement with Optional.findFirst

15 months agoNO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSet
Pierre [Thu, 6 Jul 2023 14:37:08 +0000 (16:37 +0200)]
NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSet

15 months agoNO-JIRA replace MoreCollectors.toHashSet with Collectors.toSet
Pierre [Thu, 6 Jul 2023 14:34:41 +0000 (16:34 +0200)]
NO-JIRA replace MoreCollectors.toHashSet with Collectors.toSet

15 months agoNO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toList
Pierre [Thu, 6 Jul 2023 14:33:40 +0000 (16:33 +0200)]
NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toList

15 months agoNO-JIRA replace MoreCollectors.toArrayList with Collectors.toList
Pierre [Thu, 6 Jul 2023 14:32:54 +0000 (16:32 +0200)]
NO-JIRA replace MoreCollectors.toArrayList with Collectors.toList

15 months agoNO-JIRA replace MoreCollectors.toImmutableSet with ImmutableSet.toImmutableSet from...
Pierre [Thu, 6 Jul 2023 14:26:12 +0000 (16:26 +0200)]
NO-JIRA replace MoreCollectors.toImmutableSet with ImmutableSet.toImmutableSet from guava

15 months agoNO-JIRA replace MoreCollectors.toImmutableList with ImmutableList.toImmutableList...
Pierre [Thu, 6 Jul 2023 14:25:03 +0000 (16:25 +0200)]
NO-JIRA replace MoreCollectors.toImmutableList with ImmutableList.toImmutableList from guava

15 months agoNO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSet
Pierre [Thu, 6 Jul 2023 14:18:13 +0000 (16:18 +0200)]
NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSet

15 months agoNO-JIRA replace MoreCollectors.toSet with Collectors.toSet
Pierre [Thu, 6 Jul 2023 14:16:51 +0000 (16:16 +0200)]
NO-JIRA replace MoreCollectors.toSet with Collectors.toSet

15 months agoNO-JIRA replace MoreCollectors.toList with Collectors.toList
Pierre [Thu, 6 Jul 2023 14:12:30 +0000 (16:12 +0200)]
NO-JIRA replace MoreCollectors.toList with Collectors.toList

15 months agoNO-JIRA replace MoreCollectors.toList(size) with Collectors.toList
Pierre [Tue, 11 Jul 2023 13:18:30 +0000 (15:18 +0200)]
NO-JIRA replace MoreCollectors.toList(size) with Collectors.toList

15 months agoNO-JIRA replace MoreCollectors operations to JDK or guava implementations
Pierre [Thu, 6 Jul 2023 11:52:41 +0000 (13:52 +0200)]
NO-JIRA replace MoreCollectors operations to JDK or guava implementations

15 months ago[NO JIRA] Fix project's disabled menu
Jeremy Davis [Fri, 14 Jul 2023 09:25:40 +0000 (11:25 +0200)]
[NO JIRA] Fix project's disabled  menu

15 months agoSONAR-19613 Remove 'set as homepage' checkbox from Project Information page
Wouter Admiraal [Fri, 14 Jul 2023 06:23:51 +0000 (08:23 +0200)]
SONAR-19613 Remove 'set as homepage' checkbox from Project Information page

15 months agoSONAR-19899 - Onboarding Tutorial - Change TutorialSelection to new UI
Kevin Silva [Thu, 13 Jul 2023 09:13:58 +0000 (11:13 +0200)]
SONAR-19899 - Onboarding Tutorial - Change TutorialSelection to new UI

15 months agoSONAR-19919 Preserve Code snippet line breaks
Jeremy Davis [Thu, 13 Jul 2023 09:47:11 +0000 (11:47 +0200)]
SONAR-19919 Preserve Code snippet line breaks

15 months agoSONAR-19650 Upgrade to Java 17 for Maven and Gradle images
Dimitris Kavvathas [Wed, 12 Jul 2023 17:03:55 +0000 (19:03 +0200)]
SONAR-19650 Upgrade to Java 17 for Maven and Gradle images

15 months agoSONAR-19653 improve tests (on private projects)
Pierre [Wed, 12 Jul 2023 14:52:15 +0000 (16:52 +0200)]
SONAR-19653 improve tests (on private projects)

15 months agoSONAR-19903 - add FlagVisual into design-system
Kevin Silva [Wed, 12 Jul 2023 08:04:01 +0000 (10:04 +0200)]
SONAR-19903 - add FlagVisual into design-system

15 months agoSONAR-19901 Adding TutorialStep component from SC for tutorials
Revanshu Paliwal [Wed, 12 Jul 2023 07:53:30 +0000 (09:53 +0200)]
SONAR-19901 Adding TutorialStep component from SC for tutorials

15 months agoSONAR-19900 new Numbered List component
Jeremy Davis [Wed, 12 Jul 2023 08:45:25 +0000 (10:45 +0200)]
SONAR-19900 new Numbered List component

15 months ago[NO JIRA] Move SCIM bbts to core-extension-scim
Wouter Admiraal [Thu, 6 Jul 2023 07:26:11 +0000 (09:26 +0200)]
[NO JIRA] Move SCIM bbts to core-extension-scim

15 months ago[NO JIRA] Improve test for extension.
Mathieu Suen [Mon, 3 Jul 2023 08:19:20 +0000 (10:19 +0200)]
[NO JIRA] Improve test for extension.

15 months agoSONAR-19709 Fixes from validation
Jeremy Davis [Mon, 10 Jul 2023 16:06:56 +0000 (18:06 +0200)]
SONAR-19709 Fixes from validation

15 months agoSONAR-19709 Migrating empty project page to MIUI and some UX fixes
Revanshu Paliwal [Fri, 7 Jul 2023 14:20:16 +0000 (16:20 +0200)]
SONAR-19709 Migrating empty project page to MIUI and some UX fixes

15 months agoSONAR-19709 Fix projects page layout
Jeremy Davis [Wed, 5 Jul 2023 15:08:32 +0000 (17:08 +0200)]
SONAR-19709 Fix projects page layout

15 months agoSONAR-19709 Migrate projects facets to the new UI
Jay [Thu, 6 Jul 2023 15:32:55 +0000 (17:32 +0200)]
SONAR-19709 Migrate projects facets to the new UI

15 months agoSONAR-19709 - Change project list card to MIUI
Kevin Silva [Tue, 4 Jul 2023 15:47:39 +0000 (17:47 +0200)]
SONAR-19709 - Change project list card to MIUI

15 months agoSONAR-19709 Migrating project list header to MIUI
Revanshu Paliwal [Wed, 5 Jul 2023 09:21:57 +0000 (11:21 +0200)]
SONAR-19709 Migrating project list header to MIUI

15 months agoSONAR-19850 Fix permissions on tests
Léo Geoffroy [Mon, 10 Jul 2023 14:52:59 +0000 (16:52 +0200)]
SONAR-19850 Fix permissions on tests

15 months agoSONAR-19889 enable profiler only at debug for project deletion
Pierre [Mon, 10 Jul 2023 08:31:17 +0000 (10:31 +0200)]
SONAR-19889 enable profiler only at debug for project deletion

15 months agoSONAR-19590 Fix project code page breadcrumb and link underline decoration
7PH [Mon, 10 Jul 2023 09:18:50 +0000 (11:18 +0200)]
SONAR-19590 Fix project code page breadcrumb and link underline decoration

15 months agoSONAR-19613 Small UI and design-system improvements
Viktor Vorona [Thu, 6 Jul 2023 08:55:07 +0000 (10:55 +0200)]
SONAR-19613 Small UI and design-system improvements

15 months agoSONAR-18943 Project menu height changing on dropdown select
stanislavh [Fri, 7 Jul 2023 14:31:28 +0000 (16:31 +0200)]
SONAR-18943 Project menu height changing on dropdown select

15 months agoSONAR-19488 Remove 'View' select in measures page for Application
stanislavh [Fri, 7 Jul 2023 13:06:15 +0000 (15:06 +0200)]
SONAR-19488 Remove 'View' select in measures page for Application

15 months agoSONAR-18427 RTL Migration Marketplace
Viktor Vorona [Wed, 5 Jul 2023 12:57:30 +0000 (14:57 +0200)]
SONAR-18427 RTL Migration Marketplace

15 months agoNO-JIRA bumped bouncycastle to 1.74
lukasz-jarocki-sonarsource [Thu, 6 Jul 2023 08:41:51 +0000 (10:41 +0200)]
NO-JIRA bumped bouncycastle to 1.74

15 months agoSONAR-19850 Fix constructors for DbTester.create
Léo Geoffroy [Thu, 6 Jul 2023 14:49:30 +0000 (16:49 +0200)]
SONAR-19850 Fix constructors for DbTester.create

15 months agoSONAR-19850 Switch all tests with different uuids by default
Léo Geoffroy [Thu, 6 Jul 2023 09:56:59 +0000 (11:56 +0200)]
SONAR-19850 Switch all tests with different uuids by default

15 months agoSONAR-19596 Fix code viewer UI glitches in complex scenarios
7PH [Thu, 6 Jul 2023 09:52:44 +0000 (11:52 +0200)]
SONAR-19596 Fix code viewer UI glitches in complex scenarios

15 months agoUpdate the api documentation for `api/components/search_projects`.
Mark Byrne [Wed, 28 Jun 2023 12:30:38 +0000 (13:30 +0100)]
Update the api documentation for `api/components/search_projects`.

The filter keyword is `languages`.

15 months agoSONAR-19763 Exponents are not correctly displayed in rule descriptions
stanislavh [Thu, 6 Jul 2023 09:53:25 +0000 (11:53 +0200)]
SONAR-19763 Exponents are not  correctly displayed in rule descriptions

15 months agoSONAR-19877 new code definition requires BROWSE permission
Pierre [Thu, 6 Jul 2023 11:02:17 +0000 (13:02 +0200)]
SONAR-19877 new code definition requires BROWSE permission

15 months agoSONAR-19704 Issues list should take the whole space available
stanislavh [Thu, 6 Jul 2023 11:19:19 +0000 (13:19 +0200)]
SONAR-19704 Issues list should take the whole space available

15 months agoSONAR-19591 Show elevation of tab view in issues page when scrolling
stanislavh [Thu, 6 Jul 2023 11:18:28 +0000 (13:18 +0200)]
SONAR-19591 Show elevation of tab view in issues page when scrolling

15 months agoNO-JIRA remove unused imports
Pierre [Thu, 6 Jul 2023 09:59:56 +0000 (11:59 +0200)]
NO-JIRA remove unused imports

15 months agoSONAR-19485 Correct table in measures' file list view
Wouter Admiraal [Wed, 5 Jul 2023 12:00:27 +0000 (14:00 +0200)]
SONAR-19485 Correct table in measures' file list view

15 months agoSONAR-19558 - Refactor rest of tests in developer server
Benjamin Campomenosi [Thu, 6 Jul 2023 09:16:27 +0000 (11:16 +0200)]
SONAR-19558 - Refactor rest of tests in developer server

15 months agoSONAR-19633 Some links are badly formatted when SQ is configured with a root URL
stanislavh [Wed, 5 Jul 2023 12:03:51 +0000 (14:03 +0200)]
SONAR-19633 Some links are badly formatted when SQ is configured with a root URL

15 months agoSONAR-19558 fixed an issue in ProjectsInWarningDeamonTest
lukasz-jarocki-sonarsource [Thu, 6 Jul 2023 07:58:19 +0000 (09:58 +0200)]
SONAR-19558 fixed an issue in ProjectsInWarningDeamonTest

15 months agoSONAR-19558 Fix usage of indexOnAnalysis and minor fixes
Léo Geoffroy [Tue, 4 Jul 2023 15:35:22 +0000 (17:35 +0200)]
SONAR-19558 Fix usage of indexOnAnalysis and minor fixes

15 months agoSONAR-19558 Refactor Project Indexers
Duarte Meneses [Wed, 28 Jun 2023 13:04:11 +0000 (08:04 -0500)]
SONAR-19558 Refactor Project Indexers

15 months agoSONAR-19653 add the infrastructure for converting Issues into GitLab sast vulnerabilities
Matteo Mara [Thu, 22 Jun 2023 15:51:11 +0000 (17:51 +0200)]
SONAR-19653 add the infrastructure for converting Issues into GitLab sast vulnerabilities

15 months agoSONAR-19650 Update code snippets to add vulnerability report stage to GitLab CI
David Cho-Lerat [Mon, 3 Jul 2023 08:49:09 +0000 (10:49 +0200)]
SONAR-19650 Update code snippets to add vulnerability report stage to GitLab CI

15 months agoSONAR-19620 Fix invalid license date expiration due to date format
7PH [Tue, 4 Jul 2023 15:27:31 +0000 (12:27 -0300)]
SONAR-19620 Fix invalid license date expiration due to date format

15 months agoSONAR-19776 Fix github provisioning form cancellation
7PH [Wed, 5 Jul 2023 09:42:20 +0000 (11:42 +0200)]
SONAR-19776 Fix github provisioning form cancellation

15 months agoSONAR-19854 Fix selecting project settings with enter key
7PH [Tue, 4 Jul 2023 07:30:42 +0000 (09:30 +0200)]
SONAR-19854 Fix selecting project settings with enter key

15 months agoSONAR-19486 Hide keyboard hints in measures page treemap view
7PH [Tue, 4 Jul 2023 09:03:53 +0000 (11:03 +0200)]
SONAR-19486 Hide keyboard hints in measures page treemap view

15 months ago[NO-JIRA] Design system refactor: inputs and buttons
Revanshu Paliwal [Tue, 27 Jun 2023 10:16:58 +0000 (12:16 +0200)]
[NO-JIRA] Design system refactor: inputs and buttons

15 months agoSONAR-19558 Update rest of tests for other modules
Léo Geoffroy [Fri, 30 Jun 2023 09:42:57 +0000 (11:42 +0200)]
SONAR-19558 Update rest of tests for other modules

15 months agoSONAR-19558 Refactored SetActionIT
Léo Geoffroy [Fri, 30 Jun 2023 15:29:16 +0000 (17:29 +0200)]
SONAR-19558 Refactored SetActionIT

15 months agoSONAR-19558 Refactored integration tests to be compatible with change of
lukasz-jarocki-sonarsource [Fri, 30 Jun 2023 15:13:55 +0000 (17:13 +0200)]
SONAR-19558 Refactored integration tests to be compatible with change of
main branch

15 months agoSONAR-19558 Refactored integration tests to use different uuids for
Léo Geoffroy [Fri, 30 Jun 2023 10:08:30 +0000 (12:08 +0200)]
SONAR-19558 Refactored integration tests to use different uuids for
project and branches

15 months agoSONAR-19558 Refactor rest of test in webapi module
Benjamin Campomenosi [Fri, 30 Jun 2023 09:24:52 +0000 (11:24 +0200)]
SONAR-19558 Refactor rest of test in webapi module

15 months ago[NO JIRA] Add documentation to the design-system module
Jeremy Davis [Thu, 22 Jun 2023 09:00:18 +0000 (11:00 +0200)]
[NO JIRA] Add documentation to the design-system module

15 months agoNO-JIRA fixed an issue where scrollbars where not correctly displayed on Firefox
lukasz-jarocki-sonarsource [Fri, 30 Jun 2023 15:03:05 +0000 (17:03 +0200)]
NO-JIRA fixed an issue where scrollbars where not correctly displayed on Firefox

15 months ago[No JIRA] add jest-axe
guillaume-peoch-sonarsource [Tue, 23 May 2023 10:37:05 +0000 (12:37 +0200)]
[No JIRA] add jest-axe

15 months agoSONAR-19558 made webserver-auth tests compatible with project/branch uuid
lukasz-jarocki-sonarsource [Fri, 30 Jun 2023 12:57:56 +0000 (14:57 +0200)]
SONAR-19558 made webserver-auth tests compatible with project/branch uuid

15 months agoSONAR-19558 Update rest of test for sonar-server-common
Léo Geoffroy [Fri, 30 Jun 2023 08:48:21 +0000 (10:48 +0200)]
SONAR-19558 Update rest of test for sonar-server-common

15 months agoNO-JIRA fix gitlab QA: increase memory for Gitlab side-container
Pierre [Fri, 30 Jun 2023 11:42:29 +0000 (13:42 +0200)]
NO-JIRA fix gitlab QA: increase memory for Gitlab side-container

15 months agoNO-JIRA fix gitlab QA: Gitlab token need to have an expiration date + improve reliabi...
Pierre [Mon, 26 Jun 2023 13:52:32 +0000 (15:52 +0200)]
NO-JIRA fix gitlab QA: Gitlab token need to have an expiration date + improve reliability of the test suite

15 months agoSONAR-19711 Drop security report styles.css file
7PH [Fri, 30 Jun 2023 11:45:14 +0000 (13:45 +0200)]
SONAR-19711 Drop security report styles.css file

15 months agoSONAR-19711 Move table header form to the new UI
stanislavh [Fri, 30 Jun 2023 07:57:23 +0000 (09:57 +0200)]
SONAR-19711 Move table header form to the new UI

15 months agoSONAR-19711 Move table component and its children to the new UI
7PH [Thu, 29 Jun 2023 12:19:50 +0000 (14:19 +0200)]
SONAR-19711 Move table component and its children to the new UI

15 months agoSONAR-19711 Move security report page tab buttons to the new UI
7PH [Wed, 28 Jun 2023 08:25:09 +0000 (10:25 +0200)]
SONAR-19711 Move security report page tab buttons to the new UI

15 months agoSONAR-19711 Implement new layout
stanislavh [Tue, 27 Jun 2023 11:31:08 +0000 (13:31 +0200)]
SONAR-19711 Implement new layout

15 months agoSONAR-19558 Refactor rest of test in project_analysis module
Benjamin Campomenosi [Fri, 30 Jun 2023 08:54:56 +0000 (10:54 +0200)]
SONAR-19558 Refactor rest of test in project_analysis module

15 months agoSONAR-19558 Update rest of test for sonar-db-dao
Léo Geoffroy [Thu, 29 Jun 2023 15:44:33 +0000 (17:44 +0200)]
SONAR-19558 Update rest of test for sonar-db-dao