summaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-233-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 Duda2019-05-212-1/+45
|
* SONARCLOUD-628 Allow UTF-8 characters in project keyBenoît Gianinetti2019-05-201-23/+12
|
* SONAR-12078 out of memory in CE if file has too many issuesSimon Brandhof2019-05-061-0/+9
|
* SONAR-11858 Apply light issue tracking with siblings for all branchesJulien HENRY2019-04-231-5/+5
|
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-231-14/+233
|
* Remove no more used org.sonar.core.timemachine.Periods classJulien Lancelot2019-03-271-248/+0
|
* SONAR-11795 Drop persistit and move coverage measures computation to CE sideJulien HENRY2019-03-081-1/+1
|
* SONAR-11802 fix description of metric "sqale_index"Simon Brandhof2019-03-071-1/+1
|
* SONAR-11561 Allow more special characters in branch namesDuarte Meneses2019-03-061-8/+8
|
* SONAR-11670 Drop preview modeJulien HENRY2019-02-211-1/+1
|
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-181-1/+1
|
* replace Protobuf.setNullable with Optional.ofNullableMichal Duda2019-01-181-31/+0
|
* SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" settingStas Vilchik2019-01-161-1/+1
|
* SONAR-10180 Drop the ability to keep history of directory measuresJulien HENRY2019-01-162-2/+2
|
* SONAR-11464 Fix migration of branches and add ITDuarte Meneses2019-01-161-18/+18
|
* SONAR-11524 textfield for deprecated module-lvl propertiesMichal Duda2019-01-161-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 reportJulien HENRY2019-01-161-7/+7
|
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-161-265/+0
|
* SONAR-11493 fix for non-deterministic issue matchingMichal Duda2019-01-161-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 2019Duarte Meneses2019-01-0257-57/+57
|
* SONAR-10361 Handle assigning issue to a user with commas in name (#903)Benoit2018-11-121-10/+62
|
* SONAR-11279 Prevent null change to be added to DefaultIssue (#791)Benoit2018-10-101-0/+9
|
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-192-53/+20
|
* SONAR-8368 restore resolution when reopening closed issuesSébastien Lesaint2018-08-211-3/+7
|
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-211-16/+16
| | | | but those from Hotspots rules and manual vulnerabilities
* SONAR-8368 fix issue change log diff parsing for old value aloneSébastien Lesaint2018-08-211-10/+18
|
* Fix Quality flawsSimon Brandhof2018-08-021-7/+0
|
* SONAR-11077 ability to log statistics from CE task stepsSimon Brandhof2018-08-021-0/+11
|
* SONAR-11064 drop metric comment_lines_dataSimon Brandhof2018-07-301-1/+1
|
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin ↵Duarte Meneses2018-07-192-20/+53
| | | | | | classloader" This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565.
* SONAR-11004 remove definitions for sonar.links.* propertiesSébastien Lesaint2018-07-191-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 classloaderJulien HENRY2018-07-172-53/+20
|
* 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-051-0/+309
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-299-146/+11
|
* SONAR-10690 Core Extension installed at level 1 2 3 and 4Sébastien Lesaint2018-06-211-11/+13
|
* SONAR-10690 remove support for privileged pluginsSébastien Lesaint2018-06-121-9/+0
|
* LICENSE-99 backward support of plugins depending on license pluginSébastien Lesaint2018-06-123-3/+81
| | | | both on server side (web server & CE & scanner) and in SonarLint
* SONAR-10818 rename edition "data_center" to "datacenter"Simon Brandhof2018-06-121-4/+4
| | | | Match the key of license generator
* LICENSE-98 add EditionProviderSébastien Lesaint2018-06-121-0/+75
|
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-123-0/+699
|
* SONAR-10696 Remove ability to upgrade/downgrade an edition from Marketplace ↵Grégoire Aubert2018-06-121-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_UUIDJulien Lancelot2018-05-232-10/+9
|
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-231-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/downloadSimon Brandhof2018-05-111-59/+0
|
* SONAR-10647 Apply feedbackDuarte Meneses2018-05-091-0/+7
|
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-092-3/+48
|
* SONAR-10577 return if an issue is from an external analyser in issue searchGuillaume Jambet2018-04-261-0/+2
|
* SONAR-5812 Remove the "accessors" metricSimon Brandhof2018-03-281-3/+3
|