aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-16885 [892372] Group of navigation links missing semanticsWouter Admiraal2022-08-021-0/+1
|
* SONAR-16885 [892404] [892409] [892231] [892423]Wouter Admiraal2022-08-021-1/+1
| | | | | | | * [892404] State: Selected state of the element is missing or incorrect * [892409] Visual list is not marked up as list * [892231] Color alone is used to convey info * [892423] Keyboard focus is lost or misplaced due to user interaction or content update
* SONAR-16703 [891721] Label does not convey purpose of controlWouter Admiraal2022-07-291-0/+1
|
* SONAR-16537 Improve scrolling on issue pageMathieu Suen2022-07-291-1/+0
|
* SONAR-16537 Change issue file header styleMathieu Suen2022-07-291-0/+1
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-286-88/+13
|
* SONAR-16703 [891680] Purpose of link is not clear in contextWouter Admiraal2022-07-281-0/+1
|
* SONAR-16703 [891676] Multiple links have the same programmatic link text but ↵Wouter Admiraal2022-07-281-0/+1
| | | | different destinations
* SONAR-16599 Use withCurrentUserContext + refactoringPhilippe Perrin2022-07-271-4/+1
|
* SONAR-17081 - Minimal compatibility version should be compared with runtime ↵Léo Geoffroy2022-07-224-23/+23
| | | | API version
* SONAR-17028 Fix project name validation when emptyMathieu Suen2022-07-211-1/+1
|
* SONAR-12270 Fix confusing deprecated param badgeWouter Admiraal2022-07-181-0/+1
|
* SONAR-15105 Add download scripts for Other CI tutorialsWouter Admiraal2022-07-151-2/+5
|
* SONAR-13924 Improve visibility of new code facet on issues pageJeremy Davis2022-07-141-0/+1
|
* [NO-JIRA] Consistently use "How can I fix it?" across the applicationPhilippe Perrin2022-07-141-5/+5
|
* SONAR-16599 Displaying notification in rules more info tabRevanshu Paliwal2022-07-131-1/+3
|
* SONAR-16627 Always display Azure repository search resultsWouter Admiraal2022-07-121-0/+1
|
* SONAR-16518 Add "How to fix it" context sub titlePhilippe Perrin2022-07-111-3/+4
|
* SONAR-16518 Fix "Submit an idea" link's targetPhilippe Perrin2022-07-111-1/+2
|
* SONAR-16598 Rename generic concept to education principlesMathieu Suen2022-07-111-1/+1
|
* SONAR-16614 Display the most relevant rule description context for an issuePhilippe Perrin2022-07-081-0/+1
|
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist ↵Aurelien Poscia2022-07-082-2/+5
| | | | to DB
* SONAR-16614 add ruleDescriptionContextKey to IssueDto and adapt mybatis mappingAurelien Poscia2022-07-081-25/+37
|
* SONAR-16565 Add token expiration field to Onboarding formsWouter Admiraal2022-07-081-0/+1
|
* SONAR-16566 Enforce max token lifespan on `api/user_tokens/generate` API callDimitris Kavvathas2022-07-073-0/+158
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-073-7/+7
|
* SONAR-16598 Add generic concepts to rule advance descriptionMathieu Suen2022-07-071-2/+5
|
* SONAR-16565 Allow users to select the token expiration intervalGuillaume Peoc'h2022-07-051-4/+12
|
* SONAR-16567 Display the token expiration date and status in the listJeremy Davis2022-07-041-0/+2
|
* SONAR-16518 Show contexts in rules, issues and hotspot pageRevanshu Paliwal2022-06-301-0/+2
|
* SONAR-16518 Add option for other framworks descriptionMathieu Suen2022-06-301-0/+8
|
* [NO JIRA] Make Server Base URL property description more accurateBelen Pruvost2022-06-281-1/+1
|
* SONAR-16519 Improve spacingMathieu Suen2022-06-241-1/+1
|
* SONAR-16519 Improve the rule page styleMathieu Suen2022-06-231-0/+1
|
* SONAR-16488 Clean sub-project code from the UIMathieu Suen2022-06-151-2/+0
|
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-151-11/+0
|
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-092-0/+48
|
* SONAR-16257 Validate Bitbucket Cloud Workspace IDsWouter Admiraal2022-06-071-0/+1
|
* SONAR-16435 Clarify date - time on Project OverviewGuillaume Peoc'h2022-06-021-0/+1
|
* SONAR-12782 Updating labels for project tokensRevanshu Paliwal2022-06-011-3/+3
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-312-0/+94
| | | | - introduce internal SonarQubeVersion
* SONAR-16365 Adding title to rule description sectionMathieu Suen2022-05-251-1/+1
|
* SONAR-16316 New place for regulatory reportRevanshu Paliwal2022-05-251-2/+6
|
* SONAR-16316 Page and link to download regulatory reportRevanshu Paliwal2022-05-251-1/+5
|
* SONAR-16303 Display rule description header and tabs for issuesPhilippe Perrin2022-05-241-0/+5
|
* SONAR-16426 Remove old SonarCloud specific codeWouter Admiraal2022-05-241-18/+0
| | | | | | - Drop all SonarCloud translation keys - Drop SonarCloud-specific CSS - Drop SonarCloud-specific documentation pages
* SONAR-16372 - Push IssueChangedEventsBelen Pruvost2022-05-169-9/+255
|
* SONAR-15059 Re-order the service connection fields to match what is shown on ↵Wouter Admiraal2022-05-131-3/+3
| | | | Azure
* SONAR-16365 Concatenate description section on rules pageMathieu Suen2022-05-101-0/+8
|
* SONAR-15257 Adding aria attributes to code pageRevanshu Paliwal2022-04-291-0/+1
|