aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-193-23/+46
|
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-191-12/+67
|
* SONAR-16583 Collection of hashes of issue locations takes too longDuarte Meneses2022-08-021-0/+4
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-282-23/+10
|
* SONAR-17081 - Minimal compatibility version should be compared with runtime ↵Léo Geoffroy2022-07-222-6/+6
| | | | API version
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist ↵Aurelien Poscia2022-07-081-1/+4
| | | | to DB
* SONAR-16566 Enforce max token lifespan on `api/user_tokens/generate` API callDimitris Kavvathas2022-07-071-0/+60
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-6/+6
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-0/+39
| | | | - introduce internal SonarQubeVersion
* SONAR-16372 - Push IssueChangedEventsBelen Pruvost2022-05-163-1/+105
|
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-043-7/+8
|
* SONAR-16039 - Migrate existing issues to new_code tableBelen Pruvost2022-03-311-4/+53
|
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-181-2/+17
|
* SONAR-14742 Project import from GitHub, Bitbucket and Azure can clash with ↵Aurelien Poscia2022-03-171-0/+57
| | | | existing project key
* SONAR-15919 Send only rule keys for deactivated rules in RuleSetChangedDamien Urruty2022-03-031-6/+6
|
* SONAR-15919 Rename RuleSetChangedEvent and fix payload formatDamien Urruty2022-02-251-4/+4
|
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-241-23/+0
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2211-1017/+745
|
* SONAR-15919 added filtering rule set change events based on languages user ↵Lukasz Jarocki2022-02-181-0/+68
| | | | subscribed to
* SONAR-15966 Fix Spring bean names to include classloaderDuarte Meneses2022-02-031-3/+8
|
* Update license headers for 2022 [update headers]Pierre2022-01-2860-60/+60
|
* SONAR-14929 - Handle Issue no longer being new on feature branchbelen-pruvost-sonarsource2022-01-211-0/+4
|
* SONAR-14929 - Save a new issue as new on branch using reference branchBelen Pruvost2022-01-211-0/+4
|
* Improve code qualityDuarte Meneses2021-11-2012-52/+59
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1915-387/+273
|
* SONAR-15614 Drop the 'sonar.lf.aboutText' propertyPhilippe Perrin2021-11-181-1/+1
|
* SONAR-15487 added unit test for quickFixAvailable added in Issue and ↵Lukasz Jarocki2021-10-131-0/+13
| | | | DefaultIssue
* SONAR-15380 Remove SVN properties configuration section on AdministrationZipeng WU2021-09-152-32/+1
|
* SONAR-14917 Misleading memory amounts displayed in Administration > SystemDuarte Meneses2021-06-301-0/+25
|
* SONAR-15091 Compute engine fails with NPE if an external issue has an empty ↵Duarte Meneses2021-06-282-2/+148
| | | | message
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-52/+0
|
* SONAR-14682 - Make webhook validation configurableBelen Pruvost2021-04-291-1/+1
|
* SONAR-14675 Community Edition should have an EditionProviderDuarte Meneses2021-04-141-45/+2
|
* SONAR-10485 Provide a way to always enforce coverage and duplication Quality ↵Duarte Meneses2021-04-081-1/+1
| | | | Gate conditions
* SONAR-14458 Add an option to enable/disable changing user permissions by ↵Michal Duda2021-02-191-1/+1
| | | | project administrator
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0860-60/+60
|
* SONAR-13312 drop 'sonar.organization' scanner parameterJacek2020-12-221-1/+1
| | | | - drop unused bitbucket pipelines references
* SONAR-13999 remove organizations from user WSMichal Duda2020-12-221-1/+1
|
* fix code smellsPierre2020-12-146-21/+21
|
* SONAR-14159 enforce user authentication by defaultJacek2020-11-261-0/+42
|
* SONAR-14009 SVN configuration in SQ server does not workDuarte Meneses2020-10-222-1/+32
|
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ↵Julien Lancelot2020-09-291-0/+33
| | | | | | | code * SONAR-13869 Compute number of unanalyzed C and C++ files measures * SONAR-13869 Send unanalyzed C and C++ flags in Telemetry
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-183-38/+41
|
* SONAR-11028 Turning off developer nominative informationDuarte Meneses2020-08-101-1/+1
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-0/+12
|
* SONAR-13160 Fix display of Portfolio Admin page when project contains UTF-8 ↵Julien Lancelot2020-03-121-4/+25
| | | | characters
* SONAR-13078 enable configuring the server by environment variablesMichal Duda2020-02-222-1/+34
|
* Format all headers for 2020Wouter Admiraal2020-01-0756-56/+56
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-104-41/+13
|
* SONAR-12668 Drop 'sonar.branch.target'Duarte Meneses2019-12-091-1/+1
|