Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10034 drop support of reflection-based Pico Container lifecycle management | Sébastien Lesaint | 2019-05-23 | 3 | -35/+383 |
| | | | | one must now implement org.picocontainer.Startable, org.sonar.api.Startable, java.io.Closeable and/or java.lang.Closeable | ||||
* | SONAR-11720 Set different memory defaults for EE+ | Michal Duda | 2019-05-21 | 2 | -1/+45 |
| | |||||
* | SONARCLOUD-628 Allow UTF-8 characters in project key | Benoît Gianinetti | 2019-05-20 | 1 | -23/+12 |
| | |||||
* | SONAR-12078 out of memory in CE if file has too many issues | Simon Brandhof | 2019-05-06 | 1 | -0/+9 |
| | |||||
* | SONAR-11858 Apply light issue tracking with siblings for all branches | Julien HENRY | 2019-04-23 | 1 | -5/+5 |
| | |||||
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 1 | -14/+233 |
| | |||||
* | Remove no more used org.sonar.core.timemachine.Periods class | Julien Lancelot | 2019-03-27 | 1 | -248/+0 |
| | |||||
* | SONAR-11795 Drop persistit and move coverage measures computation to CE side | Julien HENRY | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | SONAR-11802 fix description of metric "sqale_index" | Simon Brandhof | 2019-03-07 | 1 | -1/+1 |
| | |||||
* | SONAR-11561 Allow more special characters in branch names | Duarte Meneses | 2019-03-06 | 1 | -8/+8 |
| | |||||
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | SONARCLOUD-336: Automatically guess the projectKey/organization | Michal Duda | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | replace Protobuf.setNullable with Optional.ofNullable | Michal Duda | 2019-01-18 | 1 | -31/+0 |
| | |||||
* | SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" setting | Stas Vilchik | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | SONAR-10180 Drop the ability to keep history of directory measures | Julien HENRY | 2019-01-16 | 2 | -2/+2 |
| | |||||
* | SONAR-11464 Fix migration of branches and add IT | Duarte Meneses | 2019-01-16 | 1 | -18/+18 |
| | |||||
* | SONAR-11524 textfield for deprecated module-lvl properties | Michal Duda | 2019-01-16 | 1 | -1/+1 |
| | | | | Add a project-level textfield property in UI that aggregates all previous module-level properties. | ||||
* | SONAR-11459 Stop publishing modules and folders in the scanner report | Julien HENRY | 2019-01-16 | 1 | -7/+7 |
| | |||||
* | SONAR-11459 Remove ModuleFileSystemInitializer | Julien HENRY | 2019-01-16 | 1 | -265/+0 |
| | |||||
* | SONAR-11493 fix for non-deterministic issue matching | Michal Duda | 2019-01-16 | 1 | -0/+17 |
| | | | | Sometimes two issues with the same rule and on the same line or on the same module/project could have been mixed up during issue matching. | ||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 57 | -57/+57 |
| | |||||
* | SONAR-10361 Handle assigning issue to a user with commas in name (#903) | Benoit | 2018-11-12 | 1 | -10/+62 |
| | |||||
* | SONAR-11279 Prevent null change to be added to DefaultIssue (#791) | Benoit | 2018-10-10 | 1 | -0/+9 |
| | |||||
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-09-19 | 2 | -53/+20 |
| | |||||
* | SONAR-8368 restore resolution when reopening closed issues | Sébastien Lesaint | 2018-08-21 | 1 | -3/+7 |
| | |||||
* | SONAR-8368 reopen closed issues (restore status) | Sébastien Lesaint | 2018-08-21 | 1 | -16/+16 |
| | | | | but those from Hotspots rules and manual vulnerabilities | ||||
* | SONAR-8368 fix issue change log diff parsing for old value alone | Sébastien Lesaint | 2018-08-21 | 1 | -10/+18 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2018-08-02 | 1 | -7/+0 |
| | |||||
* | SONAR-11077 ability to log statistics from CE task steps | Simon Brandhof | 2018-08-02 | 1 | -0/+11 |
| | |||||
* | SONAR-11064 drop metric comment_lines_data | Simon Brandhof | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin ↵ | Duarte Meneses | 2018-07-19 | 2 | -20/+53 |
| | | | | | | classloader" This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565. | ||||
* | SONAR-11004 remove definitions for sonar.links.* properties | Sébastien Lesaint | 2018-07-19 | 1 | -1/+1 |
| | | | | | | | they must not be displayed in the UI properties are not used on server side scanner does not rely on the definitions => drop the definitions | ||||
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-07-17 | 2 | -53/+20 |
| | |||||
* | 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 | 1 | -0/+309 |
| | |||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 9 | -146/+11 |
| | |||||
* | SONAR-10690 Core Extension installed at level 1 2 3 and 4 | Sébastien Lesaint | 2018-06-21 | 1 | -11/+13 |
| | |||||
* | SONAR-10690 remove support for privileged plugins | Sébastien Lesaint | 2018-06-12 | 1 | -9/+0 |
| | |||||
* | LICENSE-99 backward support of plugins depending on license plugin | Sébastien Lesaint | 2018-06-12 | 3 | -3/+81 |
| | | | | both on server side (web server & CE & scanner) and in SonarLint | ||||
* | SONAR-10818 rename edition "data_center" to "datacenter" | Simon Brandhof | 2018-06-12 | 1 | -4/+4 |
| | | | | Match the key of license generator | ||||
* | LICENSE-98 add EditionProvider | Sébastien Lesaint | 2018-06-12 | 1 | -0/+75 |
| | |||||
* | SONAR-10690 add Core Extension support in SonarQube | Sébastien Lesaint | 2018-06-12 | 3 | -0/+699 |
| | |||||
* | SONAR-10696 Remove ability to upgrade/downgrade an edition from Marketplace ↵ | Grégoire Aubert | 2018-06-12 | 1 | -1/+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-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUID | Julien Lancelot | 2018-05-23 | 2 | -10/+9 |
| | |||||
* | SONAR-10597 Use user UUID for ISSUES#ASSIGNEE | Guillaume Jambet | 2018-05-23 | 1 | -1/+1 |
| | | | | | | | | | | * 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-10591 scanner uses WS api/plugins/download | Simon Brandhof | 2018-05-11 | 1 | -59/+0 |
| | |||||
* | SONAR-10647 Apply feedback | Duarte Meneses | 2018-05-09 | 1 | -0/+7 |
| | |||||
* | SONAR-10647 Compare lines of code taking into account significant code | Duarte Meneses | 2018-05-09 | 2 | -3/+48 |
| | |||||
* | SONAR-10577 return if an issue is from an external analyser in issue search | Guillaume Jambet | 2018-04-26 | 1 | -0/+2 |
| | |||||
* | SONAR-5812 Remove the "accessors" metric | Simon Brandhof | 2018-03-28 | 1 | -3/+3 |
| |