aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-23137 Remove success status from new code definition days inputJeremy Davis2024-10-105-9/+0
|
* Revert "SONAR-23137 Remove success status around legacy input"Jeremy Davis2024-10-1012-1/+21
| | | | This reverts commit bba5ffa2fe6afe5c4eed1e4709db9f52710b0a7c.
* SONAR-23332 Adopt updated Link components from EchoesDavid Cho-Lerat2024-10-0911-21/+16
|
* SONARIAC-1706 Add Ansible to Language Category (#12011)Jonas Wielage2024-10-091-0/+1
|
* SONAR-22290 Fix focus indicator in legacy componentsJeremy Davis2024-10-0820-492/+577
|
* SONAR-23137 Remove success status around legacy inputJeremy Davis2024-10-0812-21/+1
|
* SONAR-23249 Fix SSF-656 & SSF-657David Cho-Lerat2024-10-0820-336/+159
|
* SGB-149 Fix hotspot page when component is not yet fetchMathieu Suen2024-10-072-13/+37
|
* SONAR-23001 Improve validation form when creating a new userguillaume-peoch-sonarsource2024-10-076-150/+504
|
* SGB-163 Moving IssueDetails out of IssuesAppRevanshu Paliwal2024-10-042-241/+375
|
* SONAR-23199 Update Bitbucket Pipelines tutorialJulien HENRY2024-10-042-9/+6
|
* SONAR-20936 Improve test performance to avoid timeoutsJeremy Davis2024-10-031-12/+15
|
* SONAR-23187 Remove old fixup code since react-router-dom updated version has ↵Revanshu Paliwal2024-10-031-3/+1
| | | | the fix
* SONAR-23202 Update react, react-dom and @types/react to 18.3.1Ismail Cherri2024-10-033-20/+20
|
* SONAR-22486 Show group membership in user list when auto provision is ↵Sarath Nair2024-10-033-15/+116
| | | | enabled (#11933)
* Revert "SONAR-23076 Hide ratings"Viktor Vorona2024-10-0315-80/+74
| | | | This reverts commit 11de475367bb8e3b1ffff53b8ef50e8c235584e0.
* Revert "SONAR-23076 Hide blocker and info filters"Viktor Vorona2024-10-031-37/+1
| | | | This reverts commit ceaa390b984e73215b176535f39e662613918e37.
* SGB-117 Remove optimistic update to avoid out of order notifications updateMathieu Suen2024-09-3010-585/+244
|
* [NO JIRA] Remove sw-body-*guillaume-peoch-sonarsource2024-09-271-4/+4
|
* SGB-163 Adding timer to all test inside issueApp as a temporary fixRevanshu Paliwal2024-09-271-19/+39
|
* SONAR-23139 Recommend to use a locked major version of the Docker imageJulien HENRY2024-09-262-2/+2
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* SONAR-23139 Use -D everywhere for consistencyJulien HENRY2024-09-264-19/+19
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* SONAR-23139 Update the GitHub action to latest releaseJulien HENRY2024-09-262-3/+3
|
* SONAR-23139 Remove the useless -server optionJulien HENRY2024-09-262-22/+4
|
* SONAR-23139 Add the aarch64 download option for the Scanner for CLI on MacOSXJulien HENRY2024-09-264-26/+31
|
* SONAR-23139 Update Scanner CLI to latest releaseJulien HENRY2024-09-264-76/+76
|
* SONAR-23139 Update Scanner for Gradle to latest releaseJulien HENRY2024-09-266-16/+16
|
* SONAR-23139 Recommend the fully qualified syntax for the Maven pluginJulien HENRY2024-09-264-4/+4
|
* SONAR-23139 Java is not needed anymore to use the Scanner for .NetJulien HENRY2024-09-264-8/+0
|
* SGB-163 Improve issue app render in testMathieu Suen2024-09-261-2/+2
|
* SONAR-22823 Improve Consent modal for GitHub and GitLabguillaume-peoch-sonarsource2024-09-263-49/+100
|
* SONAR-22947 Force re-sync when auto-provisioning setting change (#11764)Sarath Nair2024-09-263-1/+16
|
* SGB-163 Fixing fp in issuesAppRevanshu Paliwal2024-09-261-1/+1
|
* doc-1407: update in-product link to GitLab authentication setup (#11826)Caroline Dupuis2024-09-261-1/+1
|
* SONAR-23112 Add tutorials for DartEvgeny Mandrikov2024-09-2525-1/+469
|
* SONAR-22764 Do not show project bind hint for non projects (#11850)Sarath Nair2024-09-252-1/+17
|
* SONAR-23064 Add unsolved finding on overall code warningMathieu Suen2024-09-2510-12/+241
|
* SONAR-23064 Lock projects quality gate settings if project has ai generated codeRevanshu Paliwal2024-09-253-9/+106
|
* SONAR-23008 Add the new AI code assurance badge when the feature is in the ↵guillaume-peoch-sonarsource2024-09-254-16/+81
| | | | feature list
* SONAR-23064 Adjust documentation linksMathieu Suen2024-09-251-1/+1
|
* SONAR-23064 Add information on ai code assurance for projectMathieu Suen2024-09-256-13/+132
|
* SONAR-23064 Display a badge on the projects list when the project has the ↵Revanshu Paliwal2024-09-254-0/+38
| | | | isAiCodeAssured true
* SONAR-23064 Disable the projects row which has disabled field as trueRevanshu Paliwal2024-09-254-12/+51
|
* SONAR-23064 Create new project settings page for ai generated codeguillaume-peoch-sonarsource2024-09-252-1/+2
|
* SONAR-23064 Advertise the 'Sonar way' Quality Gate as AI-readyguillaume-peoch-sonarsource2024-09-258-55/+125
|
* CODEFIX-32 Creating admin section for code fix suggestionsRevanshu Paliwal2024-09-2415-69/+428
|
* CODEFIX-33 Remove the get fix button when feature is not availableMathieu Suen2024-09-246-35/+87
|
* SONAR-23093 New typography tailwind classesJeremy Davis2024-09-24218-501/+495
|
* SONAR-23030 Use Text componentJeremy Davis2024-09-246-66/+67
|
* SONAR-23030 Use the new Display componentJeremy Davis2024-09-243-7/+5
|