]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
18 months agoSONAR-18948 Update d3 dependencies
Kevin Silva [Mon, 3 Apr 2023 13:56:29 +0000 (15:56 +0200)]
SONAR-18948 Update d3 dependencies

18 months agoSONAR-18948 Update eslint and typescript dependencies
Kevin Silva [Mon, 3 Apr 2023 16:22:17 +0000 (18:22 +0200)]
SONAR-18948 Update eslint and typescript dependencies

18 months agoSONAR-18948 Update babel dependencies
Kevin Silva [Mon, 3 Apr 2023 11:13:24 +0000 (13:13 +0200)]
SONAR-18948 Update babel dependencies

18 months agoSONAR-18948 Update emotion dependencies
Kevin Silva [Mon, 3 Apr 2023 12:14:13 +0000 (14:14 +0200)]
SONAR-18948 Update emotion dependencies

18 months agoUpdate "yarn" packageManager from 3.2.4/3.3.1 to 3.5.0
David Cho-Lerat [Mon, 3 Apr 2023 10:17:06 +0000 (12:17 +0200)]
Update "yarn" packageManager from 3.2.4/3.3.1 to 3.5.0

18 months agoUpdate "turbo" devDep from 1.7.4 to 1.8.8
David Cho-Lerat [Mon, 3 Apr 2023 09:41:09 +0000 (11:41 +0200)]
Update "turbo" devDep from 1.7.4 to 1.8.8

18 months agoSONAR-18955 fix the description of qualitygates endpoints
Matteo Mara [Mon, 3 Apr 2023 12:55:14 +0000 (14:55 +0200)]
SONAR-18955 fix the description of qualitygates endpoints

18 months agoSONAR-18945 Fix the position of the "More" menu dropdown
David Cho-Lerat [Mon, 3 Apr 2023 08:18:21 +0000 (10:18 +0200)]
SONAR-18945 Fix the position of the "More" menu dropdown

18 months agoAllow to force the design-system build, skip the "lint" & "ts-check" steps by default
David Cho-Lerat [Fri, 31 Mar 2023 09:57:28 +0000 (11:57 +0200)]
Allow to force the design-system build, skip the "lint" & "ts-check" steps by default

18 months agoSONAR-18743 fix changelog and response examples of issues endpoints
Matteo Mara [Fri, 31 Mar 2023 14:20:36 +0000 (16:20 +0200)]
SONAR-18743 fix changelog and response examples of issues endpoints

18 months agoSONAR-18879 add documentation URL for SCIM errors
Aurelien Poscia [Fri, 31 Mar 2023 12:22:18 +0000 (14:22 +0200)]
SONAR-18879 add documentation URL for SCIM errors

18 months agoSONAR-18882 Show clear message when Sarif file is not UTF-8 encoded
Aurelien Poscia [Fri, 31 Mar 2023 08:49:29 +0000 (10:49 +0200)]
SONAR-18882 Show clear message when Sarif file is not UTF-8 encoded

18 months agoSONAR-18880 Ignore empty Sarif runs
Aurelien Poscia [Fri, 31 Mar 2023 07:18:41 +0000 (09:18 +0200)]
SONAR-18880 Ignore empty Sarif runs

18 months agoBUILD-2798 Implement suggested workaround for false positive in Travis CI #3322
Eric Lorenzana [Fri, 31 Mar 2023 09:31:28 +0000 (11:31 +0200)]
BUILD-2798 Implement suggested workaround for false positive in Travis CI #3322

We currently have an issue in which the after_failure body gets executed even
after the scripts have run successfully (rc=0).

A support ticket has been opened and while they're looking into it, a
workaround has been provided.

The response is quoted below:

Thank you for reaching out and sorry for the hassle.

The issue encountered has been raised with our engineering team and they are
looking into it. In the meantime, I will be keeping this ticket in open status
and get back to you as soon as we have more information available.

Additionally, as a workaround, can you please try adding the TRAVIS_TEST_RESULT
environment variable as a check (source:
https://docs.travis-ci.com/user/environment-variables/#:~:text=is%20enabled.-,TRAVIS_TEST_RESULT,-%3A%200%20if)
within your .travis.yml after_success/after_failure phase, e.g.:

```
after_success:
  - "[[ $TRAVIS_TEST_RESULT = 0 ]] && echo passed"

after_failure:
  - "[[ $TRAVIS_TEST_RESULT = 1 ]] && echo failed"
```

18 months agoSONAR-18728 Drop Users.SCM_ACCOUNTS column
Aurelien Poscia [Thu, 30 Mar 2023 11:21:12 +0000 (13:21 +0200)]
SONAR-18728 Drop Users.SCM_ACCOUNTS column

18 months agoSONAR-18728 Remove ES User index
Aurelien Poscia [Thu, 30 Mar 2023 07:25:13 +0000 (09:25 +0200)]
SONAR-18728 Remove ES User index

18 months agoSONAR-18728 use DB calls to replace UserIndex.getAtMostThreeActiveUsersForScmAccount
Aurelien Poscia [Tue, 28 Mar 2023 14:21:58 +0000 (16:21 +0200)]
SONAR-18728 use DB calls to replace UserIndex.getAtMostThreeActiveUsersForScmAccount

18 months agoSONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERS
Aurelien Poscia [Mon, 27 Mar 2023 15:36:41 +0000 (17:36 +0200)]
SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERS

18 months agoSONAR-18728 Add DB migrations for SCM_ACCOUNTS
Aurelien Poscia [Mon, 27 Mar 2023 09:20:37 +0000 (11:20 +0200)]
SONAR-18728 Add DB migrations for SCM_ACCOUNTS

18 months ago[NO-JIRA] Prepare for next release cycle
Matteo Mara [Fri, 31 Mar 2023 06:46:19 +0000 (08:46 +0200)]
[NO-JIRA] Prepare for next release cycle

18 months agoSONAR-18872 improve total ncloc computation 10.0.0.68432
Pierre [Tue, 28 Mar 2023 08:16:41 +0000 (10:16 +0200)]
SONAR-18872 improve total ncloc computation

18 months agoSONAR-17705 fix description of qualitygates/copy and qualitygates/rename endpoints
Matteo Mara [Thu, 30 Mar 2023 15:13:01 +0000 (17:13 +0200)]
SONAR-17705 fix description of qualitygates/copy and qualitygates/rename endpoints

18 months ago[NO-JIRA] Remove generic code smells
Matteo Mara [Thu, 30 Mar 2023 14:16:34 +0000 (16:16 +0200)]
[NO-JIRA] Remove generic code smells

18 months ago[NO-JIRA] Remove code smells related to missing @deprecated javadoc
Matteo Mara [Thu, 30 Mar 2023 13:38:46 +0000 (15:38 +0200)]
[NO-JIRA] Remove code smells related to missing @deprecated javadoc

18 months agoSONAR-18745 Drop default field in api/qualitygates/list
Matteo Mara [Thu, 30 Mar 2023 13:02:06 +0000 (15:02 +0200)]
SONAR-18745 Drop default field in api/qualitygates/list

18 months agoSONAR-18657 Add members view for groups in a managed instance
Mathieu Suen [Wed, 29 Mar 2023 08:01:45 +0000 (10:01 +0200)]
SONAR-18657 Add members view for groups in a managed instance

18 months agoSONAR-18776 Fixes for project menu after UX validation
Revanshu Paliwal [Wed, 29 Mar 2023 15:12:58 +0000 (17:12 +0200)]
SONAR-18776 Fixes for project menu after UX validation

18 months agoNO-JIRA remove Optional<> method parameter
Aurelien Poscia [Thu, 30 Mar 2023 14:11:18 +0000 (16:11 +0200)]
NO-JIRA remove Optional<> method parameter

18 months agoNO-JIRA added missing package-info.java
Aurelien Poscia [Thu, 30 Mar 2023 14:03:14 +0000 (16:03 +0200)]
NO-JIRA added missing package-info.java

18 months agoSONAR-18750 Remove api/qualityprofiles/projects deprecated more response field
Zipeng WU [Thu, 30 Mar 2023 12:41:12 +0000 (14:41 +0200)]
SONAR-18750 Remove api/qualityprofiles/projects deprecated more response field

18 months agoSONAR-18747 Remove api/qualitygates/search deprecated more response field
Zipeng WU [Thu, 30 Mar 2023 12:34:53 +0000 (14:34 +0200)]
SONAR-18747 Remove api/qualitygates/search deprecated more response field

18 months agoSONAR-18746 Drop periodIndex field related to periods
Matteo Mara [Thu, 30 Mar 2023 11:59:54 +0000 (13:59 +0200)]
SONAR-18746 Drop periodIndex field related to periods

18 months agoSONAR-18931 Migrate to RTL for PRDecorationBinding
stanislavh [Thu, 30 Mar 2023 09:02:59 +0000 (11:02 +0200)]
SONAR-18931 Migrate to RTL for PRDecorationBinding

18 months agoSONAR-18581 Migrate RTL for EncryptionApp & components/AlmIntegration
stanislavh [Wed, 29 Mar 2023 13:37:38 +0000 (15:37 +0200)]
SONAR-18581 Migrate RTL for EncryptionApp & components/AlmIntegration

18 months agoSONAR-18828 Specify dotnet scanner version in warning
Eric Giffon [Thu, 30 Mar 2023 09:09:11 +0000 (11:09 +0200)]
SONAR-18828 Specify dotnet scanner version in warning

18 months agoSONAR-18448 Migrate the components/issue tests to RTL
Wouter Admiraal [Tue, 28 Mar 2023 13:05:44 +0000 (15:05 +0200)]
SONAR-18448 Migrate the components/issue tests to RTL

18 months agoSONAR-18393 Return 400 Bad Request in case request contains unsupported char
Aurelien Poscia [Thu, 30 Mar 2023 13:27:00 +0000 (15:27 +0200)]
SONAR-18393 Return 400 Bad Request in case request contains unsupported char

18 months agoSONAR-18918 Fixing accessibility issues in global search
Revanshu Paliwal [Thu, 30 Mar 2023 09:46:55 +0000 (11:46 +0200)]
SONAR-18918 Fixing accessibility issues in global search

18 months agoSONAR-18421 Migrate project nav tests to RTL
Jeremy Davis [Wed, 29 Mar 2023 16:38:51 +0000 (18:38 +0200)]
SONAR-18421 Migrate project nav tests to RTL

18 months agoSONAR-18868 Fix Main and Top Bars positionning
Jeremy Davis [Wed, 29 Mar 2023 08:59:00 +0000 (10:59 +0200)]
SONAR-18868 Fix Main and Top Bars positionning

18 months agoSONAR-18892 Fix leading stacked location in source viewer
Mathieu Suen [Tue, 28 Mar 2023 12:13:11 +0000 (14:13 +0200)]
SONAR-18892 Fix leading stacked location in source viewer

18 months agoSONAR-18888 UserApp and GroupApp refactorization
guillaume-peoch-sonarsource [Mon, 27 Mar 2023 08:06:34 +0000 (10:06 +0200)]
SONAR-18888 UserApp and GroupApp refactorization

18 months agoSONAR-18933 Deprecate the id field in the response of quality gates copy and rename...
Matteo Mara [Thu, 30 Mar 2023 07:07:52 +0000 (09:07 +0200)]
SONAR-18933 Deprecate the id field in the response of quality gates copy and rename endpoints

18 months agoSONAR-18752 Drop the id field in the response of multiple endpoints
Matteo Mara [Thu, 30 Mar 2023 06:20:41 +0000 (08:20 +0200)]
SONAR-18752 Drop the id field in the response of multiple endpoints

18 months agoSONAR-18587 upgrade text analyzers to 2.0.2.1090
Steve Marion [Wed, 29 Mar 2023 08:24:56 +0000 (10:24 +0200)]
SONAR-18587 upgrade text analyzers to 2.0.2.1090

18 months agoSONAR-18913 upgrade dbd analyzers to 1.13.0.3408
Steve Marion [Wed, 29 Mar 2023 08:21:09 +0000 (10:21 +0200)]
SONAR-18913 upgrade dbd analyzers to 1.13.0.3408

18 months agoSONAR-18263 upgrade tsql analyzer to 1.8.0.5601
Steve Marion [Wed, 29 Mar 2023 08:11:10 +0000 (10:11 +0200)]
SONAR-18263 upgrade tsql analyzer to 1.8.0.5601

18 months agoSONAR-18762 SONAR-18394 SONAR-18523 upgrade python analyzer to 4.1.0.11333
Steve Marion [Wed, 29 Mar 2023 08:10:37 +0000 (10:10 +0200)]
SONAR-18762 SONAR-18394 SONAR-18523 upgrade python analyzer to 4.1.0.11333

18 months agoSONAR-18836 upgrade slang analyzers to 1.12.0.4259
Steve Marion [Wed, 29 Mar 2023 08:09:29 +0000 (10:09 +0200)]
SONAR-18836 upgrade slang analyzers to 1.12.0.4259

18 months agoSONAR-18666 upgrade php analyzer to 3.28.0.9490
Steve Marion [Wed, 29 Mar 2023 08:08:36 +0000 (10:08 +0200)]
SONAR-18666 upgrade php analyzer to 3.28.0.9490

18 months agoSONAR-18582 upgrade kotlin analyzer to 2.13.0.2116
Steve Marion [Wed, 29 Mar 2023 08:07:54 +0000 (10:07 +0200)]
SONAR-18582 upgrade kotlin analyzer to 2.13.0.2116

18 months agoSONAR-18470 SONAR-18903 SONAR-18504 upgrade javascript analyzer to 10.1.0.21143
Steve Marion [Wed, 29 Mar 2023 08:06:38 +0000 (10:06 +0200)]
SONAR-18470 SONAR-18903 SONAR-18504 upgrade javascript analyzer to 10.1.0.21143

18 months agoSONAR-18475 upgrade sonar java analyzer to 7.17.0.31219
Steve Marion [Wed, 29 Mar 2023 08:04:08 +0000 (10:04 +0200)]
SONAR-18475 upgrade sonar java analyzer to 7.17.0.31219

18 months agoSONAR-18735 SONAR-18926 SONAR-18563 upgrade sonar-iac plugin to 1.15.0.3752
Steve Marion [Wed, 29 Mar 2023 08:03:09 +0000 (10:03 +0200)]
SONAR-18735 SONAR-18926 SONAR-18563 upgrade sonar-iac plugin to 1.15.0.3752

18 months agoSONAR-18925 upgrade security analyzers to 10.0.0.20234
Steve Marion [Wed, 29 Mar 2023 08:00:31 +0000 (10:00 +0200)]
SONAR-18925 upgrade security analyzers to 10.0.0.20234

18 months agoSONAR-18726 SONAR-18387 upgrade c family analyzer to 6.43.0.61486
Steve Marion [Wed, 29 Mar 2023 07:22:31 +0000 (09:22 +0200)]
SONAR-18726 SONAR-18387 upgrade c family analyzer to 6.43.0.61486

18 months agoSONAR-18683 SONAR-18509 SONAR-18370 SONAR-18858 SONAR-18671 SONAR-18684 SONAR-18508...
Steve Marion [Wed, 29 Mar 2023 07:20:19 +0000 (09:20 +0200)]
SONAR-18683 SONAR-18509 SONAR-18370 SONAR-18858 SONAR-18671 SONAR-18684 SONAR-18508 SONAR-18371 SONAR-18859 SONAR-18672 upgrade dotnet analyzer to 8.55.0.65544

18 months agoSONAR-18555 Migrate issues app sidebar to RTL
7PH [Tue, 28 Mar 2023 15:57:12 +0000 (17:57 +0200)]
SONAR-18555 Migrate issues app sidebar to RTL

18 months agoSONAR-18779 Fix the dropdown component accessibility issue in the design system
Kevin Silva [Wed, 29 Mar 2023 11:24:27 +0000 (13:24 +0200)]
SONAR-18779 Fix the dropdown component accessibility issue in the design system

18 months agoSONAR-18740 Drop the 'logs' response field of api/ce/activity and api/ce/component
Zipeng WU [Wed, 29 Mar 2023 15:34:00 +0000 (17:34 +0200)]
SONAR-18740 Drop the 'logs' response field of api/ce/activity and api/ce/component

18 months agoTemporarily remove @typescript-eslint rules to reduce the # of code smells in overall...
David Cho-Lerat [Wed, 29 Mar 2023 14:27:33 +0000 (16:27 +0200)]
Temporarily remove @typescript-eslint rules to reduce the # of code smells in overall code

18 months agoSONAR-18921 Revert tooltips to use existing SQ tooltip
Revanshu Paliwal [Wed, 29 Mar 2023 09:48:40 +0000 (11:48 +0200)]
SONAR-18921 Revert tooltips to use existing SQ tooltip

18 months agoSONAR-18734 Display details about available branches in regulatory report modal
Ambroise C [Tue, 28 Mar 2023 15:48:24 +0000 (17:48 +0200)]
SONAR-18734 Display details about available branches in regulatory report modal

18 months agoSONAR-18591 Different warning message if using sonar.login with token
Eric Giffon [Mon, 27 Mar 2023 12:59:28 +0000 (14:59 +0200)]
SONAR-18591 Different warning message if using sonar.login with token

18 months agoSONAR-18746 Remove the field periods from the response of api/qualitygates/project_status
Matteo Mara [Tue, 28 Mar 2023 15:31:37 +0000 (17:31 +0200)]
SONAR-18746 Remove the field periods from the response of api/qualitygates/project_status

18 months agoNO-JIRA spring 5.3.23 -> 5.3.26
Wojtek Wajerowicz [Wed, 29 Mar 2023 09:55:35 +0000 (11:55 +0200)]
NO-JIRA spring 5.3.23 -> 5.3.26

18 months agoSONAR-18449 Update deprecation policy tooltip in web API doc
Ambroise C [Mon, 27 Mar 2023 15:50:30 +0000 (17:50 +0200)]
SONAR-18449 Update deprecation policy tooltip in web API doc

18 months agoSONAR-18776 Branch selector scroll fix and resolving code smells
Revanshu Paliwal [Tue, 28 Mar 2023 14:25:57 +0000 (16:25 +0200)]
SONAR-18776 Branch selector scroll fix and resolving code smells

18 months agoSONAR-18713 Deprecate all the API parameters related to SANS Top 25
Matteo Mara [Tue, 28 Mar 2023 10:13:28 +0000 (12:13 +0200)]
SONAR-18713 Deprecate all the API parameters related to SANS Top 25

18 months agoSONAR-18924 Remove node JVM setting from Global Setting of System Info if SQ is in...
Zipeng WU [Tue, 28 Mar 2023 12:46:14 +0000 (14:46 +0200)]
SONAR-18924 Remove node JVM setting from Global Setting of System Info if SQ is in cluster mode

18 months agoNO-JIRA fix unstable test in local
Léo Geoffroy [Tue, 28 Mar 2023 13:05:06 +0000 (15:05 +0200)]
NO-JIRA fix unstable test in local

18 months agoSONAR-18662 Improve text for enabling SCIM
Antoine Vigneau [Tue, 28 Mar 2023 09:56:46 +0000 (11:56 +0200)]
SONAR-18662 Improve text for enabling SCIM

18 months agoSONAR-18922 Upgrade and fix tailwind
Jeremy Davis [Tue, 28 Mar 2023 08:57:53 +0000 (10:57 +0200)]
SONAR-18922 Upgrade and fix tailwind

18 months agoSONAR-18885 Improve groups administration page accessibility
Mathieu Suen [Thu, 23 Mar 2023 14:01:11 +0000 (15:01 +0100)]
SONAR-18885 Improve groups administration page accessibility

18 months agoSONAR-18881 Remove anyone group from group view
Mathieu Suen [Thu, 23 Mar 2023 11:17:50 +0000 (12:17 +0100)]
SONAR-18881 Remove anyone group from group view

18 months agoSONAR-18776 Fix input focus on the dropdown
Kevin Silva [Mon, 27 Mar 2023 12:08:04 +0000 (14:08 +0200)]
SONAR-18776 Fix input focus on the dropdown

18 months agoSONAR-18776 Fix padding between branch selector and menu
Jeremy Davis [Mon, 27 Mar 2023 16:04:18 +0000 (18:04 +0200)]
SONAR-18776 Fix padding between branch selector and menu

18 months agoSONAR-18776 Fixing font color and Esc handler
Revanshu Paliwal [Mon, 27 Mar 2023 13:06:59 +0000 (15:06 +0200)]
SONAR-18776 Fixing font color and Esc handler

18 months agoSONAR-18776 Changing all tooltips to follow design system style
Revanshu Paliwal [Fri, 24 Mar 2023 14:10:02 +0000 (15:10 +0100)]
SONAR-18776 Changing all tooltips to follow design system style

18 months ago[NO JIRA] fix eslint reporting for SQ
Jeremy Davis [Fri, 24 Mar 2023 10:59:55 +0000 (11:59 +0100)]
[NO JIRA] fix eslint reporting for SQ

18 months agoSONAR-18776 Project settings and info link
Jeremy Davis [Thu, 23 Mar 2023 15:10:33 +0000 (16:10 +0100)]
SONAR-18776 Project settings and info link

18 months agoSONAR-18776 Migrating breadcrumb and branch selector to MIUI
Revanshu Paliwal [Tue, 21 Mar 2023 16:13:04 +0000 (17:13 +0100)]
SONAR-18776 Migrating breadcrumb and branch selector to MIUI

18 months agoSONAR-18776 Change the sub navigation menu
Kevin Silva [Tue, 21 Mar 2023 14:11:45 +0000 (15:11 +0100)]
SONAR-18776 Change the sub navigation menu

18 months agoSONAR-18776 New layout for project header
Jeremy Davis [Fri, 17 Mar 2023 15:54:45 +0000 (16:54 +0100)]
SONAR-18776 New layout for project header

18 months agoSONAR-18776 New UI for Header Meta (analysis status, homepage, version)
Jeremy Davis [Thu, 16 Mar 2023 12:53:23 +0000 (13:53 +0100)]
SONAR-18776 New UI for Header Meta (analysis status, homepage, version)

18 months agoSONAR-18662 Improve text for SCIM configuration
Mathieu Suen [Fri, 24 Mar 2023 09:55:36 +0000 (10:55 +0100)]
SONAR-18662 Improve text for SCIM configuration

18 months agoSONAR-18895 fix markdown maximum heading level
Zipeng WU [Fri, 24 Mar 2023 14:58:43 +0000 (15:58 +0100)]
SONAR-18895 fix markdown maximum heading level

18 months agoSONAR-18876 Fix missing label in admin users page, on token modal opener button
7PH [Thu, 23 Mar 2023 09:24:46 +0000 (10:24 +0100)]
SONAR-18876 Fix missing label in admin users page, on token modal opener button

18 months agoSONAR-18875 Fix missing label in admin webhook page, on setting opener menu button
7PH [Thu, 23 Mar 2023 09:21:46 +0000 (10:21 +0100)]
SONAR-18875 Fix missing label in admin webhook page, on setting opener menu button

18 months agoSONAR-18874 Fix missing aria label in marketplace changelog expand button
7PH [Wed, 22 Mar 2023 16:35:58 +0000 (17:35 +0100)]
SONAR-18874 Fix missing aria label in marketplace changelog expand button

18 months agoSONAR-18847 Help tooltips are not read by screen readers in narration mode
Wouter Admiraal [Thu, 23 Mar 2023 11:28:13 +0000 (12:28 +0100)]
SONAR-18847 Help tooltips are not read by screen readers in narration mode

18 months agoSONAR-18832 Add aria label on SCM account delete button in create user dialog
stanislavh [Fri, 24 Mar 2023 11:35:34 +0000 (12:35 +0100)]
SONAR-18832 Add aria label on SCM account delete button in create user dialog

18 months agoSONAR-18833 Add aria label on log level edit button on system page
stanislavh [Wed, 22 Mar 2023 13:42:43 +0000 (14:42 +0100)]
SONAR-18833 Add aria label on log level edit button on system page

18 months agoSONAR-18867 When native git fails, it should output the actual error message
Zipeng WU [Thu, 23 Mar 2023 18:58:58 +0000 (19:58 +0100)]
SONAR-18867 When native git fails, it should output the actual error message

18 months ago[NO JIRA] Correct CaYC link in README.md
Wouter Admiraal [Fri, 24 Mar 2023 08:49:01 +0000 (09:49 +0100)]
[NO JIRA] Correct CaYC link in README.md

18 months ago[NO JIRA] Rename file to avoid overriding root README.md
Wouter Admiraal [Fri, 24 Mar 2023 08:48:45 +0000 (09:48 +0100)]
[NO JIRA] Rename file to avoid overriding root README.md

18 months agoNO-JIRA Update orchestrator version without mssql lib
Eric Giffon [Thu, 23 Mar 2023 12:40:19 +0000 (13:40 +0100)]
NO-JIRA Update orchestrator version without mssql lib

18 months agoSONAR-18809 fix SSF-358
Matteo Mara [Thu, 16 Mar 2023 09:44:39 +0000 (10:44 +0100)]
SONAR-18809 fix SSF-358

Co-authored-by: Ambroise C <ambroise.christea@sonarsource.com>
18 months agoSONAR-18768 align the format of all page titles
stanislavh [Thu, 23 Mar 2023 10:36:04 +0000 (11:36 +0100)]
SONAR-18768 align the format of all page titles

18 months agoNO-JIRA add README.txt file to explain the need of an empty PULL_REQUEST_TEMPLATE.md
Aurelien Poscia [Thu, 23 Mar 2023 10:31:01 +0000 (11:31 +0100)]
NO-JIRA add README.txt file to explain the need of an empty PULL_REQUEST_TEMPLATE.md