aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16340 Replace keymaster in SearchGuillaume Peoc'h2022-05-134-32/+59
|
* SONAR-16412 Add link to markdown syntax in documentation of Web API rules ↵Aurelien Poscia2022-05-132-3/+3
| | | | endpoint
* Revert "SONAR-16370 compute issue hashes when processing scanner report"Lukasz Jarocki2022-05-135-169/+26
| | | | This reverts commit 6e7de02b0cf93c482d8b640b4309814efc7b4de0.
* SONAR-16365 Fix rule description section orderingPhilippe Perrin2022-05-131-2/+2
|
* SONAR-16337 Replace keymaster in ComponentsGuillaume Peoc'h2022-05-128-196/+275
|
* SONAR-16303 add integration tests to verify rules descriptions after the ↵Aurelien Poscia2022-05-121-1/+0
| | | | migration to 9.5
* SONAR-16263 User can't select project token if no scannable projectsGuillaume Peoc'h2022-05-122-6/+25
|
* SONAR-16364 fix rule desciption section with no mapping titleZipeng WU2022-05-112-7/+8
|
* MMF-2659 Provide guidance around setting up code coverage for our flagship ↵Peeter Piegaze2022-05-1115-338/+1490
| | | | languages in SQ docs
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-1135-210/+92
|
* SONAR-16370 compute issue hashes when processing scanner reportLukasz Jarocki2022-05-115-26/+169
|
* SONAR-16303 migrate plugin file hash to force reloading rulesZipeng WU2022-05-114-0/+144
|
* SONAR-16405 Manual on-boarding CFamily tutorials now link to "otherci" ↵Arseniy Zaostrovnykh2022-05-111-2/+2
| | | | | | repository examples We have renamed the *-manual-sq examples to *-otherci-sq for consistency with the *-otherci-sc examples in the https://github.com/sonarsource-cfamily-examples organization.
* SONAR-16397 update hotspot API to handle advanced rule descriptionsAurelien Poscia2022-05-113-279/+141
|
* SONAR-16397 Store rule description sections in the new DB structure and ↵Aurelien Poscia2022-05-1114-34/+1100
| | | | split when necessary
* SONAR-16364 fix rule description titlesZipeng WU2022-05-103-10/+10
|
* SONAR-16207 Share code with Governance extension at build timeWouter Admiraal2022-05-107-5/+19
|
* SONAR-16365 Concatenate description section on rules pageMathieu Suen2022-05-1014-188/+263
|
* SONAR-16338 Replace keymaster in MeasuresGuillaume Peoc'h2022-05-105-54/+90
|
* SONAR-16370 identify taint issues by repositoryMatteo Mara2022-05-102-0/+173
|
* SONAR-16364 Update Rule API to support multiple description sectionsZipeng WU2022-05-0911-62/+274
|
* SONAR-16361 fix randomly failing testAurelien Poscia2022-05-091-1/+3
|
* SONAR-16361 adapt rule indexing to index multiple section descriptionAurelien Poscia2022-05-098-167/+191
|
* Revert "SONAR-16303 migrate plugin file hash to force reloading rules"Pierre2022-05-064-144/+0
| | | | This reverts commit 7be1995f608831e9067b12da9be9706c3b04cd32.
* SONAR-16303 migrate plugin file hash to force reloading rulesZipeng WU2022-05-064-0/+144
|
* SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDtoLéo Geoffroy2022-05-068-112/+58
|
* SONAR-16302 drop rules_metadata created_at and updated_atPierre2022-05-068-4/+219
|
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-06170-2939/+2202
|
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to ↵Aurelien2022-05-0631-113/+207
| | | | RULE_DESC_SECTIONS.CONTENT and corresponding java objects
* SONAR-16302 Adapt ExportRuleDto to handle new structureZipeng WU2022-05-0620-204/+526
|
* SONAR-16302 Replace usage of rule for indexing dto (#5853)Léo Geoffroy2022-05-065-98/+102
|
* SONAR-16302 add management of indexing for rules description sectionsLéo Geoffroy2022-05-068-45/+186
|
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-0631-175/+416
|
* SONAR-16302 DB migration to create RULE_DESC_SECTIONS and migrate data (#5817)Aurelien2022-05-0617-9/+643
| | | | * SONAR-16302 DB migration to create RULE_DESC_SECTIONS and migrate data
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce ↵Léo Geoffroy2022-05-0631-198/+412
| | | | RuleSectionDescriptionDto to prepare for multiple section support
* SONAR-16369 - Deprecate api/batch/issuesBelen Pruvost2022-05-061-0/+1
|
* SONAR-16206 Improve code sharing for security reportsJeremy Davis2022-05-0555-95/+81
|
* SONAR-16339 Replace keymaster in issues and hotspotsJeremy Davis2022-05-057-182/+86
|
* NO-JIRA fixing faulty test in ScoreMatricDumperImplTestLukasz Jarocki2022-05-051-7/+15
|
* SONAR-16118 Sort PRs numerically instead of alphabeticallyWouter Admiraal2022-05-055-35/+37
|
* SONAR-16205 Improve code sharing with the developer extensionPhilippe Perrin2022-05-0327-35/+40
|
* SONAR-16263 Revoke button UI fixGuillaume Peoc'h2022-05-032-22/+18
|
* SONAR-12913 Animate hotspot snippet expansionJeremy Davis2022-05-023-3/+125
|
* SONAR-16346 Replace React legacy lifecycle methods in the issue appPhilippe Perrin2022-05-023-35/+39
|
* SONAR-15257 Adding aria attributes to code pageRevanshu Paliwal2022-04-297-97/+131
|
* SONAR-16133 Remove unused spacer classJeremy Davis2022-04-293-6/+6
|
* SONAR-16300 Fix activity graph options availabilityPhilippe Perrin2022-04-292-8/+16
|
* SONAR-16263 Update onboarding token generationWouter Admiraal2022-04-2913-61/+139
|
* SONAR-16259 - Docs about %reqAttribute{TOKEN_NAME}Belen Pruvost2022-04-291-0/+2
|
* SONAR-16263 Update Token type in listGuillaume Peoc'h2022-04-2914-66/+157
|