Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10808 Add the ability fo filter projects by visibility | Pascal Mugnier | 2018-07-10 | 1 | -0/+1 |
| | |||||
* | SONAR-10936 Disallow bulk change if there is no issues to change | Pascal Mugnier | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | fix varargs and unchecked called warnings | Sébastien Lesaint | 2018-07-09 | 1 | -2/+1 |
| | |||||
* | LICENSE-96 implement support for staging and new server id format | Sébastien Lesaint | 2018-07-05 | 2 | -0/+473 |
| | |||||
* | SONAR-10937 Change ‘invalid license’ message after updating license | Grégoire Aubert | 2018-07-05 | 1 | -0/+1 |
| | |||||
* | SONAR-10887 Create a new permission: Administer Security Hotspots | Julien HENRY | 2018-07-04 | 1 | -0/+2 |
| | |||||
* | SONAR-10875 Add 2 new measures for security hotspots (#394) | Janos Gyerik | 2018-07-04 | 1 | -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 hotspots | Julien HENRY | 2018-07-04 | 2 | -0/+17 |
| | |||||
* | SONAR-10868 Add issues.from_hotspot for security hotspots | Janos Gyerik | 2018-07-04 | 1 | -0/+11 |
| | |||||
* | SONAR-10867 Add security hotspot new issue type | Julien HENRY | 2018-07-04 | 1 | -0/+3 |
| | |||||
* | SONARCLOUD-78 improve CoreExtension#ContextImpl | Simon Brandhof | 2018-06-29 | 1 | -2/+8 |
| | | | | by factoring implementations of method addExtensions(Object,Object...) | ||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 13 | -377/+11 |
| | |||||
* | SONAR-10813 Add project branches | Pascal Mugnier | 2018-06-29 | 1 | -0/+2 |
| | |||||
* | SONARCLOUD-90 Add Security Page for SonarCloud | Fabrice Bellingard | 2018-06-29 | 1 | -0/+1 |
| | |||||
* | SONAR-10690 Core Extension installed at level 1 2 3 and 4 | Sébastien Lesaint | 2018-06-21 | 4 | -29/+138 |
| | |||||
* | SONAR-10690 install Core Extensions before plugins | Sébastien Lesaint | 2018-06-21 | 2 | -0/+18 |
| | |||||
* | SONARCLOUD-64 New onboarding with 3 cases for SonarCloud (#383) | Grégoire Aubert | 2018-06-21 | 1 | -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 footer | Grégoire Aubert | 2018-06-21 | 1 | -1/+3 |
| | |||||
* | SONARCLOUD-63 Update help dropdown with product news | Grégoire Aubert | 2018-06-21 | 1 | -2/+3 |
| | |||||
* | SONAR-10807 Update support link to the new community forum | Stas Vilchik | 2018-06-12 | 1 | -2/+1 |
| | |||||
* | SONAR-10690 remove support for privileged plugins | Sébastien Lesaint | 2018-06-12 | 4 | -37/+1 |
| | |||||
* | SONAR-10227 Drop skip tutorial tooltip | Grégoire Aubert | 2018-06-12 | 1 | -1/+0 |
| | |||||
* | LICENSE-99 backward support of plugins depending on license plugin | Sébastien Lesaint | 2018-06-12 | 5 | -6/+87 |
| | | | | both on server side (web server & CE & scanner) and in SonarLint | ||||
* | SONAR-10818 rename edition "data_center" to "datacenter" | Simon Brandhof | 2018-06-12 | 2 | -5/+5 |
| | | | | Match the key of license generator | ||||
* | SONAR-10696 Display wrong edition error on license page | Grégoire Aubert | 2018-06-12 | 1 | -3/+3 |
| | | | | | * Handle optional "edition" field in api/navigation/global correctly * Introduce enum of edition keys | ||||
* | LICENSE-98 add EditionProvider | Sébastien Lesaint | 2018-06-12 | 3 | -0/+169 |
| | |||||
* | SONAR-10811 Update editions boxes for marketing needs | Grégoire Aubert | 2018-06-12 | 1 | -1/+9 |
| | |||||
* | SONAR-10696 Move set license form to core-extension-license | Grégoire Aubert | 2018-06-12 | 1 | -8/+0 |
| | |||||
* | SONAR-10690 add Core Extension support in SonarQube | Sébastien Lesaint | 2018-06-12 | 12 | -9/+1204 |
| | |||||
* | SONAR-10696 Remove ability to upgrade/downgrade an edition from Marketplace ↵ | Grégoire Aubert | 2018-06-12 | 3 | -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 tasks | Grégoire Aubert | 2018-06-08 | 1 | -0/+2 |
| | |||||
* | SONAR-10821 Display details about external rules | Grégoire Aubert | 2018-06-01 | 1 | -0/+2 |
| | |||||
* | Fix SONAR-10639 (#201) | Pascal Mugnier | 2018-05-28 | 1 | -0/+2 |
| | |||||
* | SONAR-10676 Add documentation for team onboarding on SonarCloud "Members" ↵ | Stas Vilchik | 2018-05-25 | 1 | -0/+2 |
| | | | | page (#251) | ||||
* | SONAR-10415 Update description of sonar.forceAuthentication | Pascal Mugnier | 2018-05-24 | 1 | -1/+3 |
| | |||||
* | Fix SONAR-10640 | Pascal Mugnier | 2018-05-24 | 1 | -0/+1 |
| | |||||
* | SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUID | Julien Lancelot | 2018-05-23 | 6 | -44/+44 |
| | |||||
* | SONAR-10597 Use user UUID for ISSUES#ASSIGNEE | Guillaume Jambet | 2018-05-23 | 3 | -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 Lancelot | 2018-05-23 | 1 | -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/download | Simon Brandhof | 2018-05-11 | 2 | -177/+0 |
| | |||||
* | SONAR-10591 refactor management of plugin FS on server | Simon Brandhof | 2018-05-11 | 1 | -1/+0 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2018-05-10 | 1 | -0/+3 |
| | |||||
* | SONAR-10647 Apply feedback | Duarte Meneses | 2018-05-09 | 2 | -0/+8 |
| | |||||
* | SONAR-10647 Compare lines of code taking into account significant code | Duarte Meneses | 2018-05-09 | 5 | -8/+94 |
| | |||||
* | Minor refactoring | Duarte Meneses | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | SONAR-10664 Improve dropdown UI/UX consistency (#217) | Stas Vilchik | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | SONAR-10513 Remove redux store form quality gates app | Grégoire Aubert | 2018-05-08 | 1 | -1/+0 |
| | |||||
* | SONAR-10656 Remove SonarQube occurences when SonarCloud is enabled | Grégoire Aubert | 2018-05-08 | 1 | -29/+27 |
| | |||||
* | SONAR-10611 use new help tooltips across the app (#203) | Stas Vilchik | 2018-05-03 | 1 | -7/+3 |
| | |||||
* | SONAR-10612 Create documentation space in the web app | Pascal Mugnier | 2018-05-03 | 1 | -0/+8 |
| |