aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [NO JIRA] Remove debug logsDuarte Meneses2022-11-111-10/+0
|
* SONAR-17590 make hostpot search endpoint publicPierre2022-11-102-3/+3
|
* SONAR-17580 add edition information to api/system/info responseMatteo Mara2022-11-106-161/+414
|
* SONAR-17445 upgrade postgresql version to 15Malek-Ben-Anes2022-11-104-4/+9
|
* [NO JIRA] Move onelogin java-saml version management to the main ↵Matteo Mara2022-11-092-6/+2
| | | | build.gradle file
* SONAR-17571 Ensure file existence prior to file size assessmentKlaudio Sinani2022-11-082-3/+25
|
* SONAR-15260 when changing a quality profile parent, the overridden rules ↵Matteo Mara2022-11-072-6/+64
| | | | severit is preserved
* SONAR-17559 Refine conditions under which we display a warning when using ↵Wouter Admiraal2022-11-072-21/+11
| | | | sonar.newCode.referenceBranch
* SONAR-17495 Add up/down navigation on togglerMathieu Suen2022-11-0710-105/+205
|
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-05112-1826/+1220
|
* NO-JIRA replace un-necessary and flaky ↵Aurelien Poscia2022-11-043-2/+109
| | | | expired_push_events_are_purged_on_schedule IT by predictable junit
* SONAR-17554 Move the before creation date picker issue filterMathieu Suen2022-11-047-410/+442
|
* SONAR-15675 Duplicated files and bad sorting when listing 500+ filesGuillaume Peoc'h2022-11-042-0/+18
|
* SONAR-17527 Update learn more linkGuillaume Peoc'h2022-11-041-3/+1
|
* SONAR-17164 Document the side-effect of changing the web contextWouter Admiraal2022-11-041-0/+4
|
* SONAR-17386 Improve UI of closed issuesJeremy Davis2022-11-048-15/+106
|
* SONAR-17494 Apply the new accessible style to old linksRevanshu Paliwal2022-11-041-2/+3
|
* SONAR-17553 Removing getMinDecimalsCountToBeDistinctFromThreshold as its not ↵Revanshu Paliwal2022-11-042-64/+1
| | | | used anywhere
* SONAR-17466 Get the project name for all branches from the "projects" table, ↵Dimitris Kavvathas2022-11-042-1/+59
| | | | to ensure that the latest project name is returned.
* SONAR-17508 Minor improvements on `UserRegistrarImplTest` test classKlaudio Sinani2022-11-042-268/+102
|
* [NO-JIRA] Increase yarn related tasks memory to avoid OOM failurePhilippe Perrin2022-11-041-2/+2
|
* NO-JIRA rename validate CI task to sq_analysisAurelien Poscia2022-11-031-3/+3
|
* SONAR-17502 Deprecate documentationPath field for plugins/installed endpointWouter Admiraal2022-11-032-1/+5
|
* [NO JIRA] Document documentation redirect featureWouter Admiraal2022-11-031-0/+5
|
* SONAR-17539 Fix timezone issue when searching for issues or rulesMathieu Suen2022-11-031-1/+8
|
* SONAR-13368 Bump to prettier@2.7.1Philippe Perrin2022-11-021564-9642/+9521
|
* SONAR-17508 - Fix SSF-327Antoine Vinot2022-11-0225-342/+820
|
* SONAR-17508 Decouple LDAP authentication from sonar-plugin-APIAurelien Poscia2022-11-0223-366/+1082
|
* DOC-278 Rename mentions of "master" branch to "main" (#6986)Wouter Admiraal2022-11-023-14/+12
|
* SONAR-17342 Fix bug in Bulk rule-editingJeremy Davis2022-11-011-41/+56
|
* SONAR-17524 using new config property to set default main branchLukasz Jarocki2022-11-0113-58/+147
|
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-0146-91/+180
|
* SONAR-17547 When creating a project, error is returned if key already exists ↵Duarte Meneses2022-11-012-0/+13
| | | | in multiple branches
* SONAR-17490 Remove links/URLs from ASVS security report category descriptionsRevanshu Paliwal2022-11-011-75/+75
|
* SONAR-17465 Handle missing port number for SonarLint ConnectionJeremy Davis2022-11-012-18/+21
|
* SONAR-17528 Update Bitbucket pipeline tutorialGuillaume Peoc'h2022-11-0111-25/+47
|
* SONAR-17527 Add main branch name during manual project creationGuillaume Peoc'h2022-11-018-399/+204
|
* [NO JIRA] DOCS Upgrade Notes mentions Node.js 14.17+ requirementGabriel Vivas2022-10-311-0/+4
| | | | Reviewed-by: Christophe Levis <christophe.levis@sonarsource.com>
* SONAR-17152 removed deprecated license format supportPierre2022-10-319-120/+88
|
* [NO JIRA] Remove unused dependency to hamcrest in sonar-testing-harnessDuarte Meneses2022-10-311-1/+0
|
* SONAR17527 Add new mainBranch param to projects/createLéo Geoffroy2022-10-3111-26/+120
|
* SONAR-17515 Don't rely on feature flag for login messageJeremy Davis2022-10-312-30/+16
|
* SONAR-17533: FIxing random input toggle issue in settings pageRevanshu Paliwal2022-10-311-1/+1
|
* SONAR-17515 move login_message endpoint to community editionZipeng WU2022-10-318-2/+202
|
* [NO JIRA] Upgrade d3-zoom and d3-selectionJeremy Davis2022-10-316-107/+77
|
* [NO JIRA] Upgrade d3-shapeJeremy Davis2022-10-312-17/+17
|
* [NO JIRA] Upgrade d3-scaleJeremy Davis2022-10-312-39/+50
|
* [NO JIRA] Upgrade d3-hierarchyJeremy Davis2022-10-312-12/+12
|
* [NO JIRA] Upgrade d3-arrayJeremy Davis2022-10-312-9/+25
|
* SONAR-17515 allow the LoginMessageFeature enabled status to be checked on CE ↵Matteo Mara2022-10-294-0/+136
| | | | and DE editions