aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10808 Add the ability fo filter projects by visibilityPascal Mugnier2018-07-101-0/+1
|
* SONAR-10936 Disallow bulk change if there is no issues to changePascal Mugnier2018-07-101-1/+1
|
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-2/+1
|
* LICENSE-96 implement support for staging and new server id formatSébastien Lesaint2018-07-052-0/+473
|
* SONAR-10937 Change ‘invalid license’ message after updating licenseGrégoire Aubert2018-07-051-0/+1
|
* SONAR-10887 Create a new permission: Administer Security HotspotsJulien HENRY2018-07-041-0/+2
|
* SONAR-10875 Add 2 new measures for security hotspots (#394)Janos Gyerik2018-07-041-0/+4
| | | | | | | | | | * Declare 2 new metrics * Add 2 new metrics to live measures * Add 2 new metrics in governance * Add counts for 2 new metrics
* SONAR-10874 New issue transitions for security hotspotsJulien HENRY2018-07-042-0/+17
|
* SONAR-10868 Add issues.from_hotspot for security hotspotsJanos Gyerik2018-07-041-0/+11
|
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-041-0/+3
|
* SONARCLOUD-78 improve CoreExtension#ContextImplSimon Brandhof2018-06-291-2/+8
| | | | by factoring implementations of method addExtensions(Object,Object...)
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-2913-377/+11
|
* SONAR-10813 Add project branchesPascal Mugnier2018-06-291-0/+2
|
* SONARCLOUD-90 Add Security Page for SonarCloudFabrice Bellingard2018-06-291-0/+1
|
* SONAR-10690 Core Extension installed at level 1 2 3 and 4Sébastien Lesaint2018-06-214-29/+138
|
* SONAR-10690 install Core Extensions before pluginsSébastien Lesaint2018-06-212-0/+18
|
* SONARCLOUD-64 New onboarding with 3 cases for SonarCloud (#383)Grégoire Aubert2018-06-211-6/+22
| | | | | | | * SONARCLOUD-64 Move Onboarding to ProjectOnboarding * SONARCLOUD-64 Migrate project onboarding to TS * SONARCLOUD-64 Update ProjectOnboarding style * SONARCLOUD-64 Add main onboarding page
* SONARCLOUD-67 Add new links in SonarCloud footerGrégoire Aubert2018-06-211-1/+3
|
* SONARCLOUD-63 Update help dropdown with product newsGrégoire Aubert2018-06-211-2/+3
|
* SONAR-10807 Update support link to the new community forumStas Vilchik2018-06-121-2/+1
|
* SONAR-10690 remove support for privileged pluginsSébastien Lesaint2018-06-124-37/+1
|
* SONAR-10227 Drop skip tutorial tooltipGrégoire Aubert2018-06-121-1/+0
|
* LICENSE-99 backward support of plugins depending on license pluginSébastien Lesaint2018-06-125-6/+87
| | | | both on server side (web server & CE & scanner) and in SonarLint
* SONAR-10818 rename edition "data_center" to "datacenter"Simon Brandhof2018-06-122-5/+5
| | | | Match the key of license generator
* SONAR-10696 Display wrong edition error on license pageGrégoire Aubert2018-06-121-3/+3
| | | | | * Handle optional "edition" field in api/navigation/global correctly * Introduce enum of edition keys
* LICENSE-98 add EditionProviderSébastien Lesaint2018-06-123-0/+169
|
* SONAR-10811 Update editions boxes for marketing needsGrégoire Aubert2018-06-121-1/+9
|
* SONAR-10696 Move set license form to core-extension-licenseGrégoire Aubert2018-06-121-8/+0
|
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-1212-9/+1204
|
* SONAR-10696 Remove ability to upgrade/downgrade an edition from Marketplace ↵Grégoire Aubert2018-06-123-26/+1
| | | | | | | | | | | (#269) * SONAR-10699 Remove upgrade/downgrade buttons * SONAR-10697 Drop edition.json support in the marketplace * SONAR-10717 Drop 'sonar.editions.jsonUrl' property * SONAR-10702 Edition's "Learn more" links redirect to the form page with arguments * SONAR-10698 Get Edition data from the doc * SONAR-10700 Remove LicenseEditionForm and LicenseEditionSet from Marketplace
* SONAR-10450 Add submitter column in background tasksGrégoire Aubert2018-06-081-0/+2
|
* SONAR-10821 Display details about external rulesGrégoire Aubert2018-06-011-0/+2
|
* Fix SONAR-10639 (#201)Pascal Mugnier2018-05-281-0/+2
|
* SONAR-10676 Add documentation for team onboarding on SonarCloud "Members" ↵Stas Vilchik2018-05-251-0/+2
| | | | page (#251)
* SONAR-10415 Update description of sonar.forceAuthenticationPascal Mugnier2018-05-241-1/+3
|
* Fix SONAR-10640Pascal Mugnier2018-05-241-0/+1
|
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-236-44/+44
|
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-233-9/+9
| | | | | | | | | | * SONAR-10597 add getUuid() on user Session * SONAR-10597 renames ISSUES.ASSIGNEE to ASSIGNEE_UUID * SONAR-10597 use assigneeUuid when assigning an Issue from ws * SONAR-10597 use assigneeUuid when assigning an Issue from ce * SONAR-10597 use assigneeUuid in issue search * SONAR-10597 use assigneeUuid in batch issue * SONAR-10597 Ignoring Tests failing in IssueChange
* SONAR-10598 Display warning page when detecting login update during ↵Julien Lancelot2018-05-231-1/+5
| | | | | | | | | | | authentication * SONAR-10598 Refactor UserIdentityAuthenticator#authenticate to use a ParameterObject * SONAR-10598 Redirect user when login is updated and update personal org * SONAR-10598 Improve update of personal organization key * SONAR-10598 Improve IT stability related to generation of provider ID * SONAR-10598 Add USERS#ORGANIZATION_UUID * SONAR-10598 Replace usage of Organizaions#UserId by Users#OrganizationUuid
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-112-177/+0
|
* SONAR-10591 refactor management of plugin FS on serverSimon Brandhof2018-05-111-1/+0
|
* Fix Quality flawsSimon Brandhof2018-05-101-0/+3
|
* SONAR-10647 Apply feedbackDuarte Meneses2018-05-092-0/+8
|
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-095-8/+94
|
* Minor refactoringDuarte Meneses2018-05-091-2/+2
|
* SONAR-10664 Improve dropdown UI/UX consistency (#217)Stas Vilchik2018-05-091-1/+1
|
* SONAR-10513 Remove redux store form quality gates appGrégoire Aubert2018-05-081-1/+0
|
* SONAR-10656 Remove SonarQube occurences when SonarCloud is enabledGrégoire Aubert2018-05-081-29/+27
|
* SONAR-10611 use new help tooltips across the app (#203)Stas Vilchik2018-05-031-7/+3
|
* SONAR-10612 Create documentation space in the web appPascal Mugnier2018-05-031-0/+8
|