]>
source.dussan.org Git - sonarqube.git/log
Léo Geoffroy [Fri, 16 Feb 2024 15:55:14 +0000 (16:55 +0100)]
SONAR-21165 Fix code smells
Jérémy Cotineau [Fri, 16 Feb 2024 16:01:18 +0000 (17:01 +0100)]
SQDEVOPS-372 implement datadog test monitoring in ci
Dejan Milisavljevic [Fri, 16 Feb 2024 15:15:21 +0000 (16:15 +0100)]
SONAR-21636 Add test when 'types' param is not specified (#10644)
Léo Geoffroy [Wed, 14 Feb 2024 08:25:14 +0000 (09:25 +0100)]
SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts table
David Cho-Lerat [Thu, 15 Feb 2024 15:57:01 +0000 (16:57 +0100)]
SONAR-21623 Make sure global error/success messages are displayed for extensions
stanislavh [Thu, 15 Feb 2024 16:02:30 +0000 (17:02 +0100)]
SONAR-21594 Do not show plugins notification twice in marketplace page
Dejan Milisavljevic [Thu, 15 Feb 2024 15:46:48 +0000 (16:46 +0100)]
SONAR-20958 Improve error message for startColumn on empty line (#10628)
Viktor Vorona [Thu, 15 Feb 2024 10:19:17 +0000 (11:19 +0100)]
SONAR-20510 Always show project name in project facet
stanislavh [Thu, 15 Feb 2024 10:11:20 +0000 (11:11 +0100)]
SONAR-21471 Drop type from allowed filters during reindexing
stanislavh [Wed, 14 Feb 2024 13:10:00 +0000 (14:10 +0100)]
SONAR-21586 Provide query for overall and new tabs in branch overview
OrlovAlexander [Thu, 15 Feb 2024 10:39:09 +0000 (11:39 +0100)]
SONAR-21352 Change log level to Warning (#10622)
Alain Kermis [Fri, 9 Feb 2024 14:59:27 +0000 (15:59 +0100)]
REL-2991 Upgrade Orchestrator to 4.7.1.1872
stanislavh [Tue, 13 Feb 2024 15:53:41 +0000 (16:53 +0100)]
SONAR-21563 Improve UX for software quality cards in branch overview
Steve Marion [Tue, 13 Feb 2024 09:11:39 +0000 (10:11 +0100)]
[NO-JIRA] add memory to yarn check job failing due to container OOM on public branch.
stanislavh [Tue, 13 Feb 2024 09:48:01 +0000 (10:48 +0100)]
SONAR-21600 Add branch name to software quality counters links
Ismail Cherri [Wed, 14 Feb 2024 09:22:42 +0000 (10:22 +0100)]
SONAR-21599 Align accepted issues description text in tabs (#10620)
stanislavh [Tue, 13 Feb 2024 11:14:54 +0000 (12:14 +0100)]
SONAR-21571 Use turbo 1.11.3
stanislavh [Tue, 13 Feb 2024 09:28:04 +0000 (10:28 +0100)]
[NO-JIRA] Fix typescript issues in design-system for testing utils
stanislavh [Mon, 12 Feb 2024 13:24:59 +0000 (14:24 +0100)]
SONAR-21571 Update vite-plugin-dts 3.7.2
stanislavh [Mon, 12 Feb 2024 13:23:15 +0000 (14:23 +0100)]
SONAR-21571 Update twin.macro 3.4.1
stanislavh [Mon, 12 Feb 2024 13:22:29 +0000 (14:22 +0100)]
SONAR-21571 Update turbo 1.12.3
Matteo Mara [Mon, 12 Feb 2024 15:20:38 +0000 (16:20 +0100)]
Revert "SONAR-21569 Update com.jfrog.artifactory 5.1.10 -> 5.1.14"
This reverts commit
b91f66326c63d54fff150559857dc6614c9935fc .
Viktor Vorona [Mon, 12 Feb 2024 10:40:39 +0000 (11:40 +0100)]
SONAR-21571 Update react-* dependencies
Viktor Vorona [Fri, 9 Feb 2024 15:29:23 +0000 (16:29 +0100)]
SONAR-21571 Update highlightjs-apex, markdownlint-cli, postcss
stanislavh [Fri, 9 Feb 2024 11:48:12 +0000 (12:48 +0100)]
SONAR-21571 Update dependency eslint-plugin-local-rules 2.0.1
stanislavh [Fri, 9 Feb 2024 11:38:26 +0000 (12:38 +0100)]
SONAR-21571 Update dependency eslint-plugin-jsx-a11y 6.8.0
stanislavh [Fri, 9 Feb 2024 11:34:33 +0000 (12:34 +0100)]
SONAR-21571 Update dependency eslint-plugin-jest 27.6.3
stanislavh [Fri, 9 Feb 2024 11:32:03 +0000 (12:32 +0100)]
SONAR-21571 Update dependency eslint-plugin-import 2.29.1
stanislavh [Fri, 9 Feb 2024 11:28:00 +0000 (12:28 +0100)]
SONAR-21571 Update dependency eslint 8.56.0
stanislavh [Fri, 9 Feb 2024 11:25:47 +0000 (12:25 +0100)]
SONAR-21571 Update dependency esbuild 0.20.0
stanislavh [Fri, 9 Feb 2024 09:29:33 +0000 (10:29 +0100)]
SONAR-21571 Update dependency chokidar 3.6.0
stanislavh [Fri, 9 Feb 2024 09:15:13 +0000 (10:15 +0100)]
SONAR-21571 Update dependency @testing-library/*
Jacek Poreda [Fri, 9 Feb 2024 12:06:20 +0000 (13:06 +0100)]
SGB-3 Fix JFrog auth on weekly Oracle migration tests
Julien HENRY [Thu, 8 Feb 2024 16:35:55 +0000 (17:35 +0100)]
SONAR-21575 Populate the issue filter chain after optional plugins have been loaded
Optional plugins can contribute IssueFilter, so we should not load the list of extensions too early.
Moving the IssueFilters class in the child container was not possible due to many dependencies, so the choice has been made to make it "mutable": it is instantiated early to allow injection, but the list of IssueFilter is populated later.
Julien HENRY [Thu, 8 Feb 2024 15:10:37 +0000 (16:10 +0100)]
Fix test depending on user locale
Viktor Vorona [Fri, 9 Feb 2024 08:23:34 +0000 (09:23 +0100)]
SONAR-21571 Update dependencies: @types/* + @vitejs/plugin-react
guillaume-peoch-sonarsource [Thu, 8 Feb 2024 14:50:36 +0000 (15:50 +0100)]
[NO JIRA] update @emotion/react
guillaume-peoch-sonarsource [Thu, 8 Feb 2024 14:31:59 +0000 (15:31 +0100)]
[NO JIRA] Update @babel/plugin-transform-react-jsx
guillaume-peoch-sonarsource [Thu, 8 Feb 2024 13:44:00 +0000 (14:44 +0100)]
[NO JIRA] Update @babel/preset-typescript
guillaume-peoch-sonarsource [Thu, 8 Feb 2024 13:40:45 +0000 (14:40 +0100)]
[NO JIRA] Update "@babel/preset-env"
guillaume-peoch-sonarsource [Thu, 8 Feb 2024 13:37:56 +0000 (14:37 +0100)]
[NO JIRA] Update @babel/core
Viktor Vorona [Thu, 8 Feb 2024 12:57:45 +0000 (13:57 +0100)]
SONAR-21571 Yarn 3.6.3 -> 4.1.0
Wojtek Wajerowicz [Thu, 8 Feb 2024 10:51:25 +0000 (11:51 +0100)]
SONAR-21569 Remove usage of deprecated methods after upgrading commons-email.
guillaume-peoch-sonarsource [Mon, 5 Feb 2024 14:32:01 +0000 (15:32 +0100)]
[NO JIRA] Update FE minor dependencies
David Cho-Lerat [Wed, 31 Jan 2024 13:49:53 +0000 (14:49 +0100)]
SONAR-20954 Improve project new code settings style
Wojtek Wajerowicz [Tue, 6 Feb 2024 10:42:00 +0000 (11:42 +0100)]
SONAR-21569 Update spring dependencies 5.3.28 -> 5.3.31
Wojtek Wajerowicz [Tue, 6 Feb 2024 10:31:10 +0000 (11:31 +0100)]
SONAR-21569 Update com.google.guava:guava 32.1.3-jre -> 33.0.0-jre.
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:25:51 +0000 (10:25 +0100)]
SONAR-21569 Update com.jfrog.artifactory 5.1.10 -> 5.1.14
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:23:32 +0000 (10:23 +0100)]
SONAR-21569 Update io.spring.dependency-management 1.1.3 -> 1.1.4
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:19:16 +0000 (10:19 +0100)]
SONAR-21569 Update org.bouncycastle:bcpkix-jdk18o 1.76 -> 1.77
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:15:44 +0000 (10:15 +0100)]
SONAR-21569 Update commons-logging:commons-logging 1.2 -> 1.3.0
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:11:01 +0000 (10:11 +0100)]
SONAR-21569 Update commons-io:commons-io 2.15.0 -> 2.15.1
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:10:18 +0000 (10:10 +0100)]
SONAR-21569 Update com.fasterxml.jackson:jackson-bom 2.15.3 -> 2.16.1
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:09:26 +0000 (10:09 +0100)]
SONAR-21569 Update com.github.everit-org.json-schema:org.everit.json.schema 1.14.0 -> 1.14.4
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:08:36 +0000 (10:08 +0100)]
SONAR-21569 Update com.squareup.okio:okio 3.6.0 -> 3.7.0
Wojtek Wajerowicz [Tue, 6 Feb 2024 09:07:02 +0000 (10:07 +0100)]
SONAR-21569 Update com.hazelcast:hazelcast 5.3.5 -> 5.3.6
Wojtek Wajerowicz [Tue, 6 Feb 2024 08:20:51 +0000 (09:20 +0100)]
SONAR-21569 Update com.microsoft.sqlserver:mssql-jdbc 12.4.2.jre11 -> 12.6.0.jre11
Wojtek Wajerowicz [Tue, 6 Feb 2024 08:18:24 +0000 (09:18 +0100)]
SONAR-21569 Update org.aspectj:aspectjtools 1.9.20.1 -> 1.9.21
Wojtek Wajerowicz [Tue, 6 Feb 2024 08:17:21 +0000 (09:17 +0100)]
SONAR-21569 Update io.jsonwebtoken:* 0.12.3 -> 0.12.5
Wojtek Wajerowicz [Tue, 6 Feb 2024 08:16:26 +0000 (09:16 +0100)]
SONAR-21569 Update io.netty:netty-all 4.1.100.Final -> 4.1.106.Final
Wojtek Wajerowicz [Tue, 6 Feb 2024 08:15:34 +0000 (09:15 +0100)]
SONAR-21569 Update org.apache.commons:commons-email 1.4.0 -> 1.8.0
Wojtek Wajerowicz [Tue, 6 Feb 2024 08:14:37 +0000 (09:14 +0100)]
SONAR-21569 Update org.apache.commons:commons-email 1.5 -> 1.6.0
Wojtek Wajerowicz [Tue, 6 Feb 2024 08:13:45 +0000 (09:13 +0100)]
SONAR-21569 Update com.zaxxer:HikariCP 5.0.1 -> 5.1.0
Wojtek Wajerowicz [Mon, 5 Feb 2024 16:19:45 +0000 (17:19 +0100)]
SONAR-21569 Update log4j 2.21.1 -> 2.22.1
Wojtek Wajerowicz [Mon, 5 Feb 2024 16:18:04 +0000 (17:18 +0100)]
SONAR-21569 Update assertj 3.24.2 -> 3.25.3
Wojtek Wajerowicz [Mon, 5 Feb 2024 16:16:44 +0000 (17:16 +0100)]
SONAR-21569 Update elasticsearch dependencies to 7.17.17
Wojtek Wajerowicz [Mon, 5 Feb 2024 15:38:22 +0000 (16:38 +0100)]
SONAR-21569 Update org.eclipse.jgit:org.eclipse.jgit 6.7.0.
202309050840 -r -> 6.8.0.
202311291450 -r
Wojtek Wajerowicz [Mon, 5 Feb 2024 15:37:31 +0000 (16:37 +0100)]
SONAR-21569 Update org.jsoup:jsoup 1.16.2 -> 1.17.2
Wojtek Wajerowicz [Mon, 5 Feb 2024 15:36:42 +0000 (16:36 +0100)]
SONAR-21569 Update org.mockito:mockito-core 5.7.0 -> 5.10.0
Wojtek Wajerowicz [Mon, 5 Feb 2024 14:44:37 +0000 (15:44 +0100)]
SONAR-21569 Update org.mybatis:mybatis 3.5.14 -> 3.5.15
Wojtek Wajerowicz [Mon, 5 Feb 2024 14:43:44 +0000 (15:43 +0100)]
SONAR-21569 Update sl4j 2.0.9 -> 2.0.11
Wojtek Wajerowicz [Mon, 5 Feb 2024 14:42:32 +0000 (15:42 +0100)]
SONAR-21569 Update org.postgresql:postgresql 42.6.0 -> 42.7.1
Wojtek Wajerowicz [Mon, 5 Feb 2024 13:37:22 +0000 (14:37 +0100)]
SONAR-21569 Update org.sonarsource.orchestrator:sonar-orchestrator-junit4 4.5.0.1700 -> 4.6.0.1748
Wojtek Wajerowicz [Mon, 5 Feb 2024 10:48:34 +0000 (11:48 +0100)]
SONAR-21569 Update org.kohsuke:github-api 1.317 -> 1.318
Wojtek Wajerowicz [Mon, 5 Feb 2024 10:45:40 +0000 (11:45 +0100)]
SONAR-21569 Update org.aspectj:aspectjweaver 1.9.20.1 -> 1.9.21
David Cho-Lerat [Tue, 6 Feb 2024 09:58:30 +0000 (10:58 +0100)]
SONAR-20463 Do not display permission warning in case the project has not been analyzed
Viktor Vorona [Tue, 6 Feb 2024 14:34:53 +0000 (15:34 +0100)]
SONAR-21571 typescript-eslint update
Viktor Vorona [Tue, 6 Feb 2024 08:29:46 +0000 (09:29 +0100)]
SONAR-21571 Small major updates + extensions
Viktor Vorona [Mon, 5 Feb 2024 13:21:28 +0000 (14:21 +0100)]
SONAR-21571 Update react-query
Eric Giffon [Tue, 6 Feb 2024 10:12:32 +0000 (11:12 +0100)]
SONAR-20773 Update the update-center URL
Revanshu Paliwal [Tue, 6 Feb 2024 09:26:10 +0000 (10:26 +0100)]
SONAR-21566 Migrate keyboard shortcut modal to new UI
Jeremy Davis [Mon, 5 Feb 2024 15:26:24 +0000 (16:26 +0100)]
SONAR-21565 Migrate Global Footer to the new UI
Steve Marion [Thu, 1 Feb 2024 12:55:56 +0000 (13:55 +0100)]
SONAR-20582 make the gitlab vulnerability synchronization conditional on having sent a sast report to gitlab at least once.
Kevin Silva [Mon, 5 Feb 2024 14:05:50 +0000 (15:05 +0100)]
SONAR-21566 - Change password after first login adopts new MIUI
Antoine Vigneau [Sun, 4 Feb 2024 20:20:13 +0000 (21:20 +0100)]
SONAR-21564 Upgrade sonar-security
Andrey Luiz [Fri, 2 Feb 2024 13:19:06 +0000 (14:19 +0100)]
SONAR-20947 Order the failing conditions on the same order as the CaYC conditions on the Quality Gate page (#10421)
Jacek Poreda [Thu, 1 Feb 2024 09:59:33 +0000 (10:59 +0100)]
SONAR-21528 Improve RuleRegister performance by executing similar updates/inserts on after another
Antoine Vigneau [Fri, 2 Feb 2024 09:51:27 +0000 (10:51 +0100)]
NOJIRA Prepare 10.5 cycle
7PH [Fri, 2 Feb 2024 09:21:40 +0000 (10:21 +0100)]
SONAR-21455 Revert MMF-3510 feedback iteration to show back overall code legacy rating when in no-data states
7PH [Thu, 1 Feb 2024 15:22:19 +0000 (16:22 +0100)]
SONAR-21455 Always show required label on overview cards
stanislavh [Thu, 1 Feb 2024 13:34:02 +0000 (14:34 +0100)]
SONAR-21455 Reposition cards on branch overview
7PH [Thu, 1 Feb 2024 13:36:55 +0000 (14:36 +0100)]
SONAR-21455 Rework software quality breakdown design & Add a tooltip on the total count
7PH [Thu, 1 Feb 2024 13:17:03 +0000 (14:17 +0100)]
SONAR-21455 Change software quality tooltip not to be a priorization helper
7PH [Thu, 1 Feb 2024 09:07:02 +0000 (10:07 +0100)]
SONAR-21455 Change security hotspot review condition label to 'required .. reviewed'
Viktor Vorona [Thu, 1 Feb 2024 10:47:38 +0000 (11:47 +0100)]
SONAR-21507 Show a warning for Bitbucket Authentication in case of insecure config
Wouter Admiraal [Thu, 1 Feb 2024 14:05:36 +0000 (15:05 +0100)]
SONAR-21559 Fix failing QA
Léo Geoffroy [Wed, 31 Jan 2024 14:13:39 +0000 (15:13 +0100)]
SONAR-21259 'pull_request_fixed_issues' measure is only computed if a target branch analysis exists
Eric Giffon [Wed, 31 Jan 2024 14:10:12 +0000 (15:10 +0100)]
SONAR-21268 Fixed issues can be null in PR decoration
antoine.vinot [Wed, 31 Jan 2024 11:36:06 +0000 (12:36 +0100)]
SONAR-21233 Be case insensitive on user email for issue assignment
Jeremy Davis [Thu, 1 Feb 2024 10:45:54 +0000 (11:45 +0100)]
SONAR-21085 Fix html title rendering