]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
10 months agoFix fail_on_reference_overlaps_declaration test Martin/DefaultSymbol_ErrorMessage 3341/head
Martin Strecker [Tue, 28 Nov 2023 08:56:11 +0000 (09:56 +0100)]
Fix fail_on_reference_overlaps_declaration test

10 months agoWIP: Add test
Martin Strecker [Mon, 27 Nov 2023 16:04:14 +0000 (17:04 +0100)]
WIP: Add test

10 months agoImprove exception message
Martin Strecker [Mon, 27 Nov 2023 11:01:06 +0000 (12:01 +0100)]
Improve exception message

10 months agoSONAR-21017 Tests: RTL helpers already call `act()` internally
David Cho-Lerat [Fri, 24 Nov 2023 09:20:42 +0000 (10:20 +0100)]
SONAR-21017 Tests: RTL helpers already call `act()` internally

10 months agoSONAR-21017 Tests: fix the use of Jest fake timers
David Cho-Lerat [Fri, 24 Nov 2023 11:37:49 +0000 (12:37 +0100)]
SONAR-21017 Tests: fix the use of Jest fake timers

10 months agoSONAR-21017 Automatic batching change: setState calls are now batched at the end...
David Cho-Lerat [Thu, 23 Nov 2023 14:26:09 +0000 (15:26 +0100)]
SONAR-21017 Automatic batching change: setState calls are now batched at the end of the scope
(see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#automatic-batching)

10 months agoSONAR-21017 Move to React 18's createRoot (see https://react.dev/blog/2022/03/08...
David Cho-Lerat [Tue, 21 Nov 2023 08:35:48 +0000 (09:35 +0100)]
SONAR-21017 Move to React 18's createRoot (see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis)

10 months agoSONAR-21017 Tests: click actions should use RTL's userEvent
David Cho-Lerat [Tue, 21 Nov 2023 10:31:11 +0000 (11:31 +0100)]
SONAR-21017 Tests: click actions should use RTL's userEvent

10 months agoSONAR-21017 Tests: looking for the presence/absence of the spinner should use 'byText'
David Cho-Lerat [Tue, 21 Nov 2023 11:19:50 +0000 (12:19 +0100)]
SONAR-21017 Tests: looking for the presence/absence of the spinner should use 'byText'

10 months agoSONAR-21017 TypeScript now needs to be told to use types from "@testing-library/jest...
David Cho-Lerat [Wed, 22 Nov 2023 15:33:28 +0000 (16:33 +0100)]
SONAR-21017 TypeScript now needs to be told to use types from "@testing-library/jest-dom"

10 months agoSONAR-21017 Tests: '@testing-library/jest-dom/extend-expect' no longer exists
David Cho-Lerat [Tue, 21 Nov 2023 10:02:12 +0000 (11:02 +0100)]
SONAR-21017 Tests: '@testing-library/jest-dom/extend-expect' no longer exists

10 months agoSONAR-21017 Tests: 'exact' has been removed from options for 'byRole' queries
David Cho-Lerat [Tue, 21 Nov 2023 10:29:56 +0000 (11:29 +0100)]
SONAR-21017 Tests: 'exact' has been removed from options for 'byRole' queries

10 months agoSONAR-21017 Tests: timeouts are no longer necessary with the new RTL version
David Cho-Lerat [Thu, 23 Nov 2023 13:57:20 +0000 (14:57 +0100)]
SONAR-21017 Tests: timeouts are no longer necessary with the new RTL version

10 months agoSONAR-21017 Update RTL => tests will now use automatic batching (see https://react...
David Cho-Lerat [Thu, 23 Nov 2023 13:58:06 +0000 (14:58 +0100)]
SONAR-21017 Update RTL => tests will now use automatic batching (see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#automatic-batching)

10 months agoSONAR-20852 Fix StandoutLink external link icon color to match latest design system
7PH [Thu, 23 Nov 2023 16:45:38 +0000 (17:45 +0100)]
SONAR-20852 Fix StandoutLink external link icon color to match latest design system

Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com>
10 months agoSONAR-21103 Add link to WEB API v2 documentation in nav bar
guillaume-peoch-sonarsource [Fri, 24 Nov 2023 14:01:59 +0000 (15:01 +0100)]
SONAR-21103 Add link to WEB API v2 documentation in nav bar

10 months agoSONAR-21076 Fix missing creation date facet tooltip formatting
7PH [Thu, 23 Nov 2023 16:04:10 +0000 (17:04 +0100)]
SONAR-21076 Fix missing creation date facet tooltip formatting

10 months agoSONAR-21017 Tests: get => find + add timeouts that will be reverted by the upcoming...
David Cho-Lerat [Thu, 23 Nov 2023 10:54:16 +0000 (11:54 +0100)]
SONAR-21017 Tests: get => find + add timeouts that will be reverted by the upcoming RTL upgrade

10 months agoSONAR-21017 TypeScript: fix type React.ReactFragment => React.JSX.Element
David Cho-Lerat [Tue, 21 Nov 2023 10:15:07 +0000 (11:15 +0100)]
SONAR-21017 TypeScript: fix type React.ReactFragment => React.JSX.Element

10 months agoSONAR-21017 TypeScript: properly extend interfaces
David Cho-Lerat [Tue, 21 Nov 2023 10:14:40 +0000 (11:14 +0100)]
SONAR-21017 TypeScript: properly extend interfaces

10 months agoSONAR-21017 TypeScript: no implicit `any` type for useCallback function parameters
David Cho-Lerat [Tue, 21 Nov 2023 08:38:10 +0000 (09:38 +0100)]
SONAR-21017 TypeScript: no implicit `any` type for useCallback function parameters

10 months agoSONAR-21017 TypeScript: the `children` prop must now be explicit (see https://react...
David Cho-Lerat [Tue, 21 Nov 2023 08:28:45 +0000 (09:28 +0100)]
SONAR-21017 TypeScript: the `children` prop must now be explicit (see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-typescript-definitions)

10 months agoSONAR-21017 Update react, react-dom and related types (RTL *not* updated yet, no...
David Cho-Lerat [Fri, 24 Nov 2023 09:22:56 +0000 (10:22 +0100)]
SONAR-21017 Update react, react-dom and related types (RTL *not* updated yet, no move to `createRoot` yet => no automatic batching)
See https://react.dev/blog/2022/03/08/react-18-upgrade-guide#automatic-batching

10 months agoSONAR-21086 Use new endpoint '/api/v2/authorizations/groups'
guillaume-peoch-sonarsource [Thu, 23 Nov 2023 14:07:03 +0000 (15:07 +0100)]
SONAR-21086 Use new endpoint '/api/v2/authorizations/groups'

10 months agoSONAR-19628 Rules created from a template don't show their description in tab
stanislavh [Thu, 23 Nov 2023 14:43:23 +0000 (15:43 +0100)]
SONAR-19628 Rules created from a template don't show their description in tab

10 months agoSONAR-20948 Fix spotlight tour when resizing
Mathieu Suen [Wed, 22 Nov 2023 08:58:06 +0000 (09:58 +0100)]
SONAR-20948 Fix spotlight tour when resizing

10 months agoSONAR-20467 Fix non-expanding execution flow on issue selection
7PH [Thu, 23 Nov 2023 14:26:56 +0000 (15:26 +0100)]
SONAR-20467 Fix non-expanding execution flow on issue selection

10 months agoSONAR-20461 Hovering/clicking on label label shouldn't interact with target input
stanislavh [Wed, 22 Nov 2023 16:31:14 +0000 (17:31 +0100)]
SONAR-20461 Hovering/clicking on label label shouldn't interact with target input

10 months ago[NO-JIRA] Fix version of Microsoft SQL JDBC in the comments
Léo Geoffroy [Thu, 23 Nov 2023 10:03:30 +0000 (11:03 +0100)]
[NO-JIRA] Fix version of Microsoft SQL JDBC in the comments

10 months agoSONAR-20978 Prevent background task table overflow with long component names
7PH [Tue, 21 Nov 2023 15:46:38 +0000 (16:46 +0100)]
SONAR-20978 Prevent background task table overflow with long component names

10 months agoSONAR-20977 Fix notifications sent twice for FP or accepted issues
Léo Geoffroy [Wed, 22 Nov 2023 11:18:26 +0000 (12:18 +0100)]
SONAR-20977 Fix notifications sent twice for FP or accepted issues

10 months agoSONAR-21086 Refactor using ReactQuery
guillaume-peoch-sonarsource [Tue, 21 Nov 2023 15:05:27 +0000 (16:05 +0100)]
SONAR-21086 Refactor using ReactQuery

10 months agoSONAR-21086 Refactor class components
guillaume-peoch-sonarsource [Tue, 21 Nov 2023 10:13:03 +0000 (11:13 +0100)]
SONAR-21086 Refactor class components

10 months agoSONAR-21058 Add POST to /api/v2/authorizations/groups
Wojtek Wajerowicz [Tue, 21 Nov 2023 14:19:17 +0000 (15:19 +0100)]
SONAR-21058 Add POST to /api/v2/authorizations/groups

10 months agoSONAR-21058 Add support for collection GET /api/v2/authorizations/groups
Aurelien Poscia [Wed, 22 Nov 2023 08:12:29 +0000 (09:12 +0100)]
SONAR-21058 Add support for collection GET /api/v2/authorizations/groups

10 months agoSONAR-21058 Add DELETE and PATCH verb for /api/v2/authorizations/groups
Aurelien Poscia [Tue, 21 Nov 2023 13:45:11 +0000 (14:45 +0100)]
SONAR-21058 Add DELETE and PATCH verb for /api/v2/authorizations/groups

10 months agoSONAR-21058 API v2 GET /authorizations/groups/{groupId}
Wojtek Wajerowicz [Tue, 21 Nov 2023 10:59:19 +0000 (11:59 +0100)]
SONAR-21058 API v2 GET /authorizations/groups/{groupId}

10 months agoSONAR-21079 Improve the Web API v2 paginated api calls with useInfiniteQuery
Viktor Vorona [Wed, 22 Nov 2023 13:30:48 +0000 (14:30 +0100)]
SONAR-21079 Improve the Web API v2 paginated api calls with useInfiniteQuery

10 months agoSONAR-20870 improving webapi changelog and description to correctly indicate deprecat...
lukasz-jarocki-sonarsource [Wed, 22 Nov 2023 13:04:35 +0000 (14:04 +0100)]
SONAR-20870 improving webapi changelog and description to correctly indicate deprecated transitions

10 months agoSONAR-20824 make Tester open source
Benjamin Campomenosi [Wed, 22 Nov 2023 13:43:42 +0000 (14:43 +0100)]
SONAR-20824 make Tester open source

10 months agoSONAR-20975 Change IssuesPage issue loading logic to always be to able fetch open...
7PH [Tue, 21 Nov 2023 14:43:04 +0000 (15:43 +0100)]
SONAR-20975 Change IssuesPage issue loading logic to always be to able fetch open issue

10 months agoSONAR-21057 Support internal endpoints for Web API v2 Doc
Viktor Vorona [Tue, 21 Nov 2023 15:58:59 +0000 (16:58 +0100)]
SONAR-21057 Support internal endpoints for Web API v2 Doc

10 months agoSONAR-20764 Use adhoc type when indexing adhoc rules
Eric Giffon [Tue, 21 Nov 2023 14:24:20 +0000 (15:24 +0100)]
SONAR-20764 Use adhoc type when indexing adhoc rules

10 months agoSONAR-20870 Apply minor UX/PM validation fixes after MMF-3441
7PH [Tue, 21 Nov 2023 11:19:56 +0000 (12:19 +0100)]
SONAR-20870 Apply minor UX/PM validation fixes after MMF-3441

10 months agoNO-JIRA re-enabling remote cache for the end of the trial
lukasz-jarocki-sonarsource [Mon, 20 Nov 2023 14:17:00 +0000 (15:17 +0100)]
NO-JIRA re-enabling remote cache for the end of the trial

10 months agoSONAR-21054 Add Request Body details for PATCH and POST in WEB API v2 Doc
guillaume-peoch-sonarsource [Fri, 17 Nov 2023 15:49:31 +0000 (16:49 +0100)]
SONAR-21054 Add Request Body details for PATCH and POST in WEB API v2 Doc

10 months agoSONAR-21019 - Project Settings - Quality Profile adopts MIUI
Kevin Silva [Sat, 18 Nov 2023 18:12:46 +0000 (19:12 +0100)]
SONAR-21019 - Project Settings - Quality Profile  adopts MIUI

10 months agoSONAR-21051 remove un-necessarry re-fetch of UserDao
Aurelien Poscia [Fri, 17 Nov 2023 15:54:31 +0000 (16:54 +0100)]
SONAR-21051 remove un-necessarry re-fetch of UserDao

10 months agoSONAR-21051 use UUID as resource id for /api/v2/users-management/users
Aurelien Poscia [Fri, 17 Nov 2023 14:18:04 +0000 (15:18 +0100)]
SONAR-21051 use UUID as resource id for /api/v2/users-management/users

10 months agoSONAR-21020 - Project Settings - Quality Gates adopts MIUI
Kevin Silva [Thu, 16 Nov 2023 15:57:48 +0000 (16:57 +0100)]
SONAR-21020 - Project Settings - Quality Gates adopts MIUI

10 months agoSONAR-21043 - Remove Elasticsearch usage for missing rules count
antoine.vinot [Fri, 17 Nov 2023 16:03:52 +0000 (17:03 +0100)]
SONAR-21043 - Remove Elasticsearch usage for missing rules count

10 months agoSONAR-21015 Move GitHub permission mapping endpoints to dop-translation domain
Wojtek Wajerowicz [Mon, 20 Nov 2023 09:58:15 +0000 (10:58 +0100)]
SONAR-21015 Move GitHub permission mapping endpoints to dop-translation domain

10 months agoSONAR-21002 added new qa category to run on weekly database tasks
lukasz-jarocki-sonarsource [Fri, 17 Nov 2023 13:28:55 +0000 (14:28 +0100)]
SONAR-21002 added new qa category to run on weekly database tasks

10 months agoSONAR-21002 Move db-migration tests to ITs
Léo Geoffroy [Thu, 16 Nov 2023 17:02:00 +0000 (18:02 +0100)]
SONAR-21002 Move db-migration tests to ITs

10 months agoSONAR-21002 Adapt migration tests for all db vendors
Eric Giffon [Wed, 15 Nov 2023 16:00:36 +0000 (17:00 +0100)]
SONAR-21002 Adapt migration tests for all db vendors

Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com>
10 months agoSONAR-21002 Make migration tests runnable on all db vendors
Eric Giffon [Tue, 14 Nov 2023 16:08:56 +0000 (17:08 +0100)]
SONAR-21002 Make migration tests runnable on all db vendors

10 months agoSONAR-21002 Improve DB migration tests to use actual migration instead of schema.sql
Léo Geoffroy [Fri, 10 Nov 2023 09:05:16 +0000 (10:05 +0100)]
SONAR-21002 Improve DB migration tests to use actual migration instead of schema.sql

10 months agoSONAR-21009 introduced weekly database cron job to test SQ against different DB vendors
lukasz-jarocki-sonarsource [Tue, 14 Nov 2023 14:10:53 +0000 (15:10 +0100)]
SONAR-21009 introduced weekly database cron job to test SQ against different DB vendors

10 months agoSONAR-21031 update /users endpoint to include domain in the path
Wojtek Wajerowicz [Thu, 16 Nov 2023 10:02:21 +0000 (11:02 +0100)]
SONAR-21031 update /users endpoint to include domain in the path

10 months agoSONAR-20944 Add externalIdentity filter in apiv2 GET users endpoint
Antoine Vigneau [Thu, 16 Nov 2023 10:10:17 +0000 (11:10 +0100)]
SONAR-20944 Add externalIdentity filter in apiv2 GET users endpoint

10 months agoSONAR-21016 Remove sorting from API v2 /users endpoint.
Wojtek Wajerowicz [Thu, 16 Nov 2023 08:03:44 +0000 (09:03 +0100)]
SONAR-21016 Remove sorting from API v2 /users endpoint.

11 months agoSONAR-21018 - Import / Export adopts the new UI
Kevin Silva [Mon, 13 Nov 2023 18:14:31 +0000 (19:14 +0100)]
SONAR-21018 - Import / Export adopts the new UI

11 months agoSONAR-20473 Fix race condition on Measures page
David Cho-Lerat [Wed, 15 Nov 2023 10:58:19 +0000 (11:58 +0100)]
SONAR-20473 Fix race condition on Measures page

11 months agoSONAR-21026 - Replace timeout time for jest
Kevin Silva [Tue, 14 Nov 2023 14:32:50 +0000 (15:32 +0100)]
SONAR-21026 - Replace timeout time for jest

11 months agoSONAR-20607 Add option to optimize quality gates CaYC compliant without 0 issues...
Andrey Luiz [Mon, 13 Nov 2023 09:34:28 +0000 (10:34 +0100)]
SONAR-20607 Add option to optimize quality gates CaYC compliant without 0 issues conditions (#9929)

11 months agoSONAR-20991 Copy old 'Sonar way' quality gate to 'Sonar way (legacy)'
Nolwenn Cadic [Thu, 9 Nov 2023 15:47:04 +0000 (16:47 +0100)]
SONAR-20991 Copy old 'Sonar way' quality gate to 'Sonar way (legacy)'

11 months agoSONAR-20607 CaYC compliancy check should support legacy cayc conditions
Zipeng WU [Thu, 9 Nov 2023 13:10:25 +0000 (14:10 +0100)]
SONAR-20607 CaYC compliancy check should support legacy cayc conditions

11 months agoNOJIRA Fix a code smell
Antoine Vigneau [Mon, 13 Nov 2023 12:59:57 +0000 (13:59 +0100)]
NOJIRA Fix a code smell

11 months agoSONAR-19689 Run GithubCodeScanningAlertsSynchronizationTest only on nightly and GH...
Wojtek Wajerowicz [Thu, 9 Nov 2023 11:00:17 +0000 (12:00 +0100)]
SONAR-19689 Run GithubCodeScanningAlertsSynchronizationTest only on nightly and GH related PRs.

11 months ago[NO JIRA] Make test selector in a better shape for future refactoring
Mathieu Suen [Tue, 31 Oct 2023 11:08:28 +0000 (12:08 +0100)]
[NO JIRA] Make test selector in a better shape for future refactoring

11 months ago[NO-JIRA] Update apache ds 2.0.0.AM26 -> 2.0.0.AM27
Jacek Poreda [Thu, 9 Nov 2023 13:40:33 +0000 (14:40 +0100)]
[NO-JIRA] Update apache ds 2.0.0.AM26 -> 2.0.0.AM27

11 months agoSONAR-21010 Splitting combine facet test and reducing jest timeout limit
Revanshu Paliwal [Fri, 10 Nov 2023 10:30:08 +0000 (11:30 +0100)]
SONAR-21010 Splitting combine facet test and reducing jest timeout limit

11 months agoSONAR-20968 Move to NodeJS 18 on Travis CI
Wouter Admiraal [Tue, 7 Nov 2023 08:31:21 +0000 (09:31 +0100)]
SONAR-20968 Move to NodeJS 18 on Travis CI

11 months ago[NO JIRA] Update frontend dependencies (#9943)
David Cho-Lerat [Fri, 10 Nov 2023 14:41:28 +0000 (15:41 +0100)]
[NO JIRA] Update frontend dependencies (#9943)

11 months agoSONAR-20974 Adjust jest cpu consumption
Jeremy Davis [Fri, 10 Nov 2023 10:43:35 +0000 (11:43 +0100)]
SONAR-20974 Adjust jest cpu consumption

11 months agoSONAR-20998 Improve performance of Code-it
Jeremy Davis [Thu, 9 Nov 2023 16:08:57 +0000 (17:08 +0100)]
SONAR-20998 Improve performance of Code-it

11 months agoSONAR-21008 Upgrade sonar-flex to 2.12.0.4568
Alain Kermis [Thu, 9 Nov 2023 15:29:19 +0000 (16:29 +0100)]
SONAR-21008 Upgrade sonar-flex to 2.12.0.4568

11 months agoNO-JIRA fixing flaky test detection
lukasz-jarocki-sonarsource [Wed, 8 Nov 2023 14:43:47 +0000 (15:43 +0100)]
NO-JIRA fixing flaky test detection

11 months agoSONAR-21006 Upgrade sonar-html to 3.11.0.4708
Alain Kermis [Thu, 9 Nov 2023 15:14:58 +0000 (16:14 +0100)]
SONAR-21006 Upgrade sonar-html to 3.11.0.4708

11 months agoSONAR-20989 Improving "can set tags" test inside CodingRules-it
Revanshu Paliwal [Thu, 9 Nov 2023 13:50:26 +0000 (14:50 +0100)]
SONAR-20989 Improving "can set tags" test inside CodingRules-it

11 months agoSONAR-20990 Improve performance of IssuesSourceViewer-it
Jeremy Davis [Thu, 9 Nov 2023 08:58:57 +0000 (09:58 +0100)]
SONAR-20990 Improve performance of IssuesSourceViewer-it

11 months ago[NO-JIRA] Update Elasticsearch to 8.11.0
Jacek Poreda [Wed, 8 Nov 2023 15:58:16 +0000 (16:58 +0100)]
[NO-JIRA] Update Elasticsearch to 8.11.0

11 months agoNO-JIRA fix code smells
Léo Geoffroy [Thu, 9 Nov 2023 12:08:13 +0000 (13:08 +0100)]
NO-JIRA fix code smells

11 months ago[NO JIRA] Upgrade Sonar update center to 1.31.0.1207
Alain Kermis [Thu, 9 Nov 2023 10:44:55 +0000 (11:44 +0100)]
[NO JIRA] Upgrade Sonar update center to 1.31.0.1207

11 months ago[NO-JIRA] Update jackson-bom 2.15.2 -> 2.15.3
Jacek Poreda [Thu, 9 Nov 2023 09:23:37 +0000 (10:23 +0100)]
[NO-JIRA] Update jackson-bom 2.15.2 -> 2.15.3

11 months agoSONAR-20245 Updates README about submitting issues/new features
Davi Koscianski Vidal [Thu, 9 Nov 2023 12:56:49 +0000 (13:56 +0100)]
SONAR-20245 Updates README about submitting issues/new features

11 months agoSONAR-20987 Improve issueApp-it performance
Kevin Silva [Wed, 8 Nov 2023 12:35:41 +0000 (13:35 +0100)]
SONAR-20987 Improve issueApp-it performance

11 months ago[NO-JIRA] Update org.keycloak:keycloak-admin-client 22.0.1 -> 22.0.5
antoine.vinot [Tue, 7 Nov 2023 13:55:23 +0000 (14:55 +0100)]
[NO-JIRA] Update org.keycloak:keycloak-admin-client 22.0.1 -> 22.0.5

11 months ago[NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11
antoine.vinot [Wed, 8 Nov 2023 15:35:49 +0000 (16:35 +0100)]
[NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11

11 months ago[NO-JIRA] Update com.oracle.database.jdbc:ojdbc11 23.2.0.0 -> 23.3.0.23.09
antoine.vinot [Wed, 8 Nov 2023 15:34:56 +0000 (16:34 +0100)]
[NO-JIRA] Update com.oracle.database.jdbc:ojdbc11 23.2.0.0 -> 23.3.0.23.09

11 months ago[NO-JIRA] Update org.apache.mina:mina-core 2.2.2 -> 2.2.3
antoine.vinot [Tue, 7 Nov 2023 13:56:42 +0000 (14:56 +0100)]
[NO-JIRA] Update org.apache.mina:mina-core 2.2.2 -> 2.2.3

11 months ago[NO-JIRA] Update org.eclipse.jgit 6.6.1.202309021850-r -> 6.7.0.202309050840-r
antoine.vinot [Tue, 7 Nov 2023 13:22:31 +0000 (14:22 +0100)]
[NO-JIRA] Update org.eclipse.jgit 6.6.1.202309021850-r -> 6.7.0.202309050840-r

11 months ago[NO-JIRA] Update org.elasticsearch.plugin:transport-netty4-client 7.17.12 -> 7.17.14
antoine.vinot [Tue, 7 Nov 2023 13:21:57 +0000 (14:21 +0100)]
[NO-JIRA] Update org.elasticsearch.plugin:transport-netty4-client 7.17.12 -> 7.17.14

11 months ago[NO-JIRA] Update org.elasticsearch.client:elasticsearch-rest-high-level-client 7...
antoine.vinot [Tue, 7 Nov 2023 13:21:38 +0000 (14:21 +0100)]
[NO-JIRA] Update org.elasticsearch.client:elasticsearch-rest-high-level-client 7.17.12 -> 7.17.14

11 months ago[NO-JIRA] Update com.fasterxml.staxmate 2.4.0 -> 2.4.1
antoine.vinot [Tue, 7 Nov 2023 13:20:54 +0000 (14:20 +0100)]
[NO-JIRA] Update com.fasterxml.staxmate 2.4.0 -> 2.4.1

11 months ago[NO-JIRA] Update io.netty:netty-all 4.1.97.Final -> 4.1.100.Final
antoine.vinot [Tue, 7 Nov 2023 13:20:19 +0000 (14:20 +0100)]
[NO-JIRA] Update io.netty:netty-all 4.1.97.Final -> 4.1.100.Final

11 months ago[NO-JIRA] Update com.google.guava:guava 32.0.1-jre -> 32.1.3-jre
antoine.vinot [Tue, 7 Nov 2023 13:19:50 +0000 (14:19 +0100)]
[NO-JIRA] Update com.google.guava:guava 32.0.1-jre -> 32.1.3-jre

11 months ago[NO-JIRA] Update com.jfrog.artifactory 5.1.5 -> 5.1.10
antoine.vinot [Tue, 7 Nov 2023 13:18:11 +0000 (14:18 +0100)]
[NO-JIRA] Update com.jfrog.artifactory 5.1.5 -> 5.1.10

11 months agoNO-JIRA Fix code smells
Léo Geoffroy [Wed, 8 Nov 2023 14:37:42 +0000 (15:37 +0100)]
NO-JIRA Fix code smells

11 months agoSONAR-20975 Fix not-found error after navigating to an issue after transitioning it
7PH [Wed, 8 Nov 2023 10:25:05 +0000 (11:25 +0100)]
SONAR-20975 Fix not-found error after navigating to an issue after transitioning it