aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency of sonar-scanner-engine on guavaDuarte Meneses2019-07-1211-59/+70
* Fix code quality issuesDuarte Meneses2019-07-127-9/+12
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-12436-815/+1061
* Reduce dependency of sonar-scanner-engine on GuavaDuarte Meneses2019-07-1240-139/+130
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-12604-1313/+1687
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-1221-636/+1206
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-12160-1205/+391
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-12101-1148/+197
* Extract implementation from plugin API - Scanner SensorDuarte Meneses2019-07-1223-103/+23
* Extract implementation from plugin API - Scanner rulesDuarte Meneses2019-07-1219-48/+21
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1265-81/+1846
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-1273-441/+542
* Fix typo in docs (#1916)Siegfried Ehret2019-07-112-2/+2
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-111431-30405/+10911
* Update SonarCloud Orange (#1906)Siegfried Ehret2019-07-108-11/+11
* SONAR-12275 Add 'component' param to ce/activity endpoint (#1904)Jacek2019-07-104-13/+105
* SC-833 Update text about external PR analysis in AutoScan (#1907)Siegfried Ehret2019-07-104-23/+16
* Update orchestrator version to latest released 3.26.0.2111 (#1908)Jacek2019-07-101-1/+1
* SONAR-12260 Update upgrade notes Christophe Levis2019-07-101-4/+13
* SONAR-12274 Fix Pylint execution in SonarPython on WindowsJulien Lancelot2019-07-101-1/+1
* Fix display of DB tests in BurgrSimon Brandhof2019-07-101-5/+5
* SONAR-12251 use setNull(Types.DOUBLE) instead of setNull(Types.DECIMAL)Sébastien Lesaint2019-07-106-12/+24
* SONAR-12251 use MsSQL JDBC driver build for Java 11Sébastien Lesaint2019-07-101-1/+1
* SONAR-12261 fix project QG search on MsSQLSébastien Lesaint2019-07-101-1/+1
* SONAR-12260 fix failing DeleteFileMeasures on MsSQLSébastien Lesaint2019-07-101-1/+1
* SONAR-12263 reflect new DB requirements in sonar.propertiescolin-mueller-sonarsource2019-07-101-2/+2
* DOC correct download headerG. Ann Campbell2019-07-101-1/+1
* SONAR-12246 remove mysql specific error messageSimon Brandhof2019-07-102-27/+0
* SONAR-12246 remove from sonar.propertiesSimon Brandhof2019-07-101-1/+1
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-10141-1003/+172
* SONAR-12246 Remove MySQL check for DCESimon Brandhof2019-07-104-151/+0
* SONAR-12246 Remove SQL requests specific to MySQLSimon Brandhof2019-07-103-22/+0
* SONAR-12246 Remove dependencies on MySQL driverSimon Brandhof2019-07-104-11/+0
* SONAR-12246 Remove unused mysql filesSimon Brandhof2019-07-103-14/+0
* DOC update example plugin keyG. Ann Campbell2019-07-101-1/+1
* Rephrase SonarCloud doc about TLS 1.2Simon Brandhof2019-07-101-1/+1
* SC-799 improve migration WSSimon Brandhof2019-07-102-6/+31
* MMF-1737 Analyze Bitbucket repositories with Azure Pipelines (#1879)mickael-caro-sonarsource2019-07-1010-56/+103
* SONAR-12251 change docker image for QA to not run SQ as rootSébastien Lesaint2019-07-101-3/+9
* SC-819 Make Organization#guarded column nullableBenoit2019-07-0510-3/+216
* SC-799 Add temporary live migration to delete empty personal orgsJanos Gyerik2019-07-058-1/+304
* SC-799 Extract organization deletion to OrganizationDeleterJanos Gyerik2019-07-056-107/+585
* SC-764 Return alm organization type in /api/organizations/searchBenoît Gianinetti2019-07-056-11/+73
* SC-764 Return alm ogranization type in /api/navigation/organizationBenoît Gianinetti2019-07-053-14/+38
* SC-764 Don't sync members when binding personal github org.Grégoire Aubert2019-07-0519-7/+127
* SC-764 Users can remove their personal organizationBenoit2019-07-054-23/+4
* SC-786 Drop warning when user login after renaming accountBenoit2019-07-0515-308/+2
* SC-764 Drop guarded field in WS responsesJanos Gyerik2019-07-055-9/+3
* SC-764 Drop personalOrganization in /api/users/currentBenoit2019-07-053-36/+2
* SC-786 Drop update login warning pageGrégoire Aubert2019-07-057-341/+0