aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-17416 Improve Source code viewer perfomance and allow to load more ↵Mathieu Suen2022-09-299-223/+135
| | | | line each time
* [NO JIRA] Fix flaky testWouter Admiraal2022-09-291-5/+15
|
* SONAR-17188 SONAR-17189 Generate a global analysis token when following the ↵Wouter Admiraal2022-09-2951-2352/+3948
| | | | Azure DevOps Pipelines tutorial
* SONAR-17096 Improve announcement order and descriptionMathieu Suen2022-09-286-40/+37
|
* SONAR-17195 Move unanalyzed language flags to project level for telemetryalain2022-09-2811-95/+113
|
* SONAR-17266 Simplified text for webhook secret in DevOps platform configAurelien Poscia2022-09-281-1/+1
|
* Reset %errorlevel% after checks in batch scriptsFelipe Zorzo2022-09-282-2/+2
|
* SONAR-17195 Use "externalIdentityProvider" in users array in telemetryJacek2022-09-288-39/+21
| | | | - drop "externalAuthProviders" field
* SONAR-17195 Use "devopsPlatform" field name instead "alm" in telemetryJacek2022-09-285-20/+16
|
* SONAR-17195 Installation date in UTC format for telemetryalain2022-09-272-5/+4
|
* SONAR-17374 Move Kubernetes analysis config to "Languages" tabWouter Admiraal2022-09-271-0/+1
|
* SONAR-17195 Add final hash to user UUIDs for telemetry to anonymize older UUIDsalain2022-09-272-6/+8
|
* SONAR-17115 Migrate Multiple ALM featureJeremy Davis2022-09-2727-181/+163
|
* SONAR-17194 Remove 'statistics' from response example of api/system/infoJacek2022-09-272-28/+4
|
* Fix SonarService.bat for supporting folders with names including spacesJose C2022-09-271-1/+1
| | | When %REALPATH% had a folder with whitespaces, e.g. c:\program files\sonarqube, it showed a nasty powershell error
* SONAR-17362 Add getValue and refactor use of getValues for settingsMathieu Suen2022-09-2720-73/+76
|
* SONAR-17117 migrate project import feature trigger to /api/features/list ↵Matteo Mara2022-09-267-51/+14
| | | | endpoint
* SONAR-17296 sanitize SAML response fieldsMatteo Mara2022-09-265-270/+29
|
* DOC-115 and DOC-121 Update docs for GitHub integration with code scanning ↵Tony B2022-09-264-7/+80
| | | | | | | | | | | | | | | alert feature (#6667) DOC-115 update GitHub integration docs with code scanning alerts DOC-115 update github integration docs. Fix Webhook URL description. DOC-115 add images and paragraph on bi-directional sync of status changes DOC-115 and DOC-121 Update github integration docs, clarify info and fix links DOC-115 Add github integration code scanning info DOC-115 update note on access to GH security alerts
* SONAR-17304 Fix SAML QAWouter Admiraal2022-09-261-1/+6
| | | | Co-Authored-By: Steve Marion <steve.marion@sonarsource.com>
* SONAR-14484 Move 'api/project_pull_requests' WS to DEZipeng WU2022-09-2618-1177/+7
|
* SONAR_17313 Allow to provision projects with Global Analysis Token, when ↵Aurelien Poscia2022-09-262-5/+41
| | | | user has provisioning permission
* SONAR-17343 Add security headers in error HTTP code responsesDimitris Kavvathas2022-09-266-18/+146
|
* [NO-JIRA] Change SONARQUBE-HOME to SONARQUBE_HOME for consistencyRick Brown2022-09-2611-26/+26
| | | | | Not only is SONARQUBE-HOME not a valid env var, it is also referred to as SONARQUBE_HOME elsewhere in the docs. This make it consistent.
* SONAR-17321 expose ruleKey in hotspot.search endpoint Benjamin Campomenosi2022-09-264-7/+43
|
* SONAR-17296 improve the handlign of the SAML Response attributes in the ↵Matteo Mara2022-09-233-3/+6
| | | | configuration testign page
* DOC-164, update typo in graphickevin-hinz2022-09-231-0/+0
|
* SONAR-17116 migrate regulatory report trigger to /api/features/listMatteo Mara2022-09-239-80/+37
|
* SONAR-17096 Ability to display a system announcement to all usersGuillaume Peoc'h2022-09-236-4/+217
|
* SONAR-17096 Add system announcement settingsMathieu Suen2022-09-233-5/+23
|
* SONAR-16906 [893104] Form elements must have labelsRevanshu Paliwal2022-09-222-0/+2
|
* SONAR-17358 Fix scrolling in issues list pageJeremy Davis2022-09-224-44/+18
|
* SONAR-17340 Add warning in logs in case code scanning alert is available on ↵Aurelien Poscia2022-09-222-3/+5
| | | | GitHub but GitHub apps misses permission
* SONAR-17229 Improve Azure AD integration documentationDimitris Kavvathas2022-09-223-62/+71
|
* SONAR-17230 Improve Okta documentationPhilippe Perrin2022-09-222-3/+13
|
* SONAR-17232 Improve SAML documentationPhilippe Perrin2022-09-221-1/+1
|
* SONAR-17231 Improve saml overview pagePhilippe Perrin2022-09-221-1/+1
|
* SONAR-17311 Fix projects labelJeremy Davis2022-09-223-4/+3
|
* SONAR-16906 [893103] Buttons must have discernible textJeremy Davis2022-09-223-1/+5
|
* SONAR-17285 Fix hover border on issue locationGuillaume Peoc'h2022-09-221-4/+4
|
* SONAR-16906 Elements must only use allowed ARIA attributesRevanshu Paliwal2022-09-221-24/+20
|
* SONAR-17290 Adding tooltip to assigne name in issue pageRevanshu Paliwal2022-09-222-73/+86
|
* SONAR-17359 Fix bitbucket linkJeremy Davis2022-09-223-115/+155
|
* SONAR-17296 move validation callback under /saml controller alongside init ↵Steve Marion2022-09-229-25/+69
| | | | action
* SONAR-17259 Remove unsupported XML tag for generic test execution reportMatteo Mara2022-09-229-61/+15
|
* SONAR-15513 Fix SSF-153Zipeng WU2022-09-225-11/+53
|
* NO-JIRA bump snakeyaml to latestAurelien Poscia2022-09-221-1/+1
|
* SONAR-17296 fix SAML validation page not being accessible with a user session.Steve Marion2022-09-223-6/+94
|
* SONAR-17027 Fix links when running in a webcontextWouter Admiraal2022-09-2222-1361/+445
|
* MMF-2842 Docs changes as per validation (#6623)Peeter Piegaze2022-09-211-81/+105
|