aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22088 Fix GitLab auth when group sync is disabledcopy_of_masterAurelien Poscia2024-04-224-71/+266
|
* SONAR-22102 Fixing missing udpate of project tags update (#11002)Mathieu Suen2024-04-222-28/+42
|
* SONAR-22012 Improve CaYC messages on Custom QGs and Sonar wayRevanshu Paliwal2024-04-196-78/+47
|
* SONAR-22092 Fix the errror message when deleting a quality gateMathieu Suen2024-04-182-45/+59
|
* SONAR-21929 Fixing Languages select field width in admin pageRevanshu Paliwal2024-04-181-2/+1
|
* SONAR-21825 Add monorepo setup to Azure project onboardingAmbroise C2024-04-1614-265/+485
|
* SONAR-21872 Fix line of code measure in the branch overviewMathieu Suen2024-04-161-1/+1
|
* SONAR-22033 New endpoint to get the server version.antoine.vinot2024-04-167-0/+199
|
* SONAR-22075 Fixes "How to Upgrade" linksDavi Koscianski Vidal2024-04-162-5/+2
|
* SONAR-21970 implement prettier plugin organize importsIsmail Cherri2024-04-1627-43/+71
|
* SONAR-21973 Update CSP with font-src to accept data: fontsGrégoire Aubert2024-04-153-2/+5
|
* SONAR-22072 Limit jest memory consumption in CIGrégoire Aubert2024-04-121-2/+3
|
* SONAR-21973 Showcase new icons from Echoes in a few placesDavid Cho-Lerat2024-04-1210-44/+65
|
* SONAR-21973 Add deprecation notices on all MIUI icons that now have an ↵David Cho-Lerat2024-04-1254-1/+379
| | | | Echoes replacement
* SONAR-21973 Add deprecation notices for IconProps, CustomIcon, OcticonHocDavid Cho-Lerat2024-04-121-0/+18
|
* SONAR-21973 Remove unused iconsDavid Cho-Lerat2024-04-124-202/+1
|
* SONAR-21973 Upgrade @sonarsource/echoes-react to v0.2.1 (also adds ↵David Cho-Lerat2024-04-122-6/+6
| | | | material-symbols)
* SONAR-21973 Upgrade @sonarsource/echoes-react to v0.2.0 (also adds ↵David Cho-Lerat2024-04-122-7/+14
| | | | material-symbols)
* SONAR-21823 Adding support for gitlab monorepo importsShane Findley2024-04-1119-470/+916
|
* SONAR-21822 Fix GitHub scan onboarding tutorial for monorepoAmbroise C2024-04-114-44/+33
|
* SONAR-22030 make sure field anticipatedTransitions is never null (#10949)Ngx2024-04-112-11/+35
|
* SONAR-21898 make ALM/DOP types consistent between v1 and v2 endpoints.Wojtek Wajerowicz2024-04-118-32/+105
|
* SONAR-22017 Show link to SonarQube downloads for no longer active versionViktor Vorona2024-04-103-3/+14
|
* SONAR-22017 Update Notification banner - no network connection caseViktor Vorona2024-04-1015-42/+105
|
* SONAR-22017 Add versionEOL to GlobalActionOrlovAlexander2024-04-103-37/+66
|
* SONAR-22017 Active version is also based on current EOLIsmail Cherri2024-04-106-22/+51
|
* SONAR-21822 Check if selected repository is already bound to an existing projectAmbroise C2024-04-108-60/+268
|
* SONAR-22011 Explain token creation for monorepo (#10935)Lucas2024-04-104-18/+45
|
* SONAR-21822 Add monorepo setup for GitHubAmbroise C2024-04-1048-633/+2018
|
* SONAR-21819 Add projectKey to project-bindings endpoint responses.Wojtek Wajerowicz2024-04-106-55/+176
|
* SONAR-21819 Make documentation for pagination consistent.Wojtek Wajerowicz2024-04-101-1/+4
|
* SONAR-21858 Fix project overall ratings tooltip textIsmail Cherri2024-04-053-13/+45
|
* SONAR-21911 Upgrade Scanner for Gradle to 5.0.0.4638antoine.vinot2024-04-056-16/+16
|
* SONAR-19324 rely on project_branches instead of components when calling ↵lukasz-jarocki-sonarsource2024-04-051-46/+28
| | | | api/projects/search endpoint
* SONAR-21910 Remove custom mapping for measure domainsViktor Vorona2024-04-052-20/+10
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-0513-347/+164
|
* SONAR-21052 Drop specific key validation for custom rules from rule templatesJulien HENRY2024-04-052-25/+2
|
* SONAR-21980 Fix Project Binding creationAntoine Vigneau2024-04-045-12/+8
|
* SONAR-21908 Fix incomplete json response on errorLéo Geoffroy2024-04-031-11/+12
|
* SONAR-21909 Introduce active version field in upgrades apiOrlovAlexander2024-04-037-29/+324
|
* SONAR-21909 Remove "build" from current version informationIsmail Cherri2024-04-031-4/+3
|
* SONAR-21909 Add version status badge in Footer and System InformationIsmail Cherri2024-04-037-23/+172
|
* SONAR-21909 Upgrade dialog - testsViktor Vorona2024-04-031-0/+446
|
* SONAR-21909 Update Banner and Dialog with new LTA wordingstanislavh2024-04-0310-103/+74
|
* SONAR-21909 migrate api/system/upgrades to react-queryViktor Vorona2024-04-033-190/+192
|
* SONAR-20325 Issue Detail shows rule introduction (#10892)Lucas2024-04-037-42/+41
|
* SONAR-21971 Fix isLocal when multiple loopback adressesJulien HENRY2024-04-031-1/+5
| | | | | | | | | | On my Ubuntu box, the hosts file contains: $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 PC-L00XX And InetAddress.getLocalHost() returns 127.0.1.1, so the test isLocal_returns_true_on_localhost_address_or_host was failing
* SONAR-21691 Do not retry react-queries that return 4xx error codesDavid Cho-Lerat2024-04-024-4/+89
|
* NOJIRA fix code smell.Wojtek Wajerowicz2024-04-021-1/+0
|
* SONAR-21942 Fixing scroll issue inside issue details pageRevanshu Paliwal2024-04-022-28/+8
|