summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 7.9.27.9.2Pierre Guillot2019-12-091-1/+1
|
* SONAR-12770 Update Java requirementsMikeBirnstiehl2019-12-051-2/+4
|
* SONAR-12770 Do not let people think that a Java version > 11 is officially ↵Julien Lancelot2019-12-052-5/+3
| | | | supported
* SONAR-12758 Security report page doesn't deal properly with the current branchPhilippe Perrin2019-12-034-4/+110
|
* SONAR-12666 Fix groups sorting when high number of groupsJulien Lancelot2019-12-0210-60/+157
|
* SONAR-12736 Fix loading of QProfile using deprecated rule keysJulien Lancelot2019-11-296-93/+185
|
* reviewPierre Guillot2019-11-271-16/+4
|
* SONAR-12663 Fix migration when 2 conditions on same metricJulien Lancelot2019-11-272-2/+45
|
* SONAR-12358 fix SSF 85Pierre Guillot2019-10-243-4/+4
|
* SONAR-12513 last used date is never set on new Quality ProfilesSébastien Lesaint2019-10-182-2/+15
| | | | | | | | | all QP start with no last used date in the Database, which is represented by a null value in the column, the update method ensures no update is done if new date is older than the current one it does so by comparing the new date with the current value, however, this test always returns false if the current value is null this way of updating the last used date was introduced to fix SONAR-10462 (Update of last used date on Quality Profile can fail with Deadlock on Postgres) since then, last used date of new QP (which includes any new install of SQ since 7.8, including the LTS) is never set
* SONAR-12369 fix build from source of non snapshot versionSébastien Lesaint2019-10-171-1/+1
|
* SONAR-12449 fix code move issue tracking missing some random issuesSébastien Lesaint2019-10-171-2/+5
| | | | | | | | | | an initial piece of code of code move heuristic would index issues by line in a MultiMap issues are DefaultIssue objects which hashCode method is based solely on DefaultIssue's key field Multimap implementation used in code move was Set based unfortunately, at this point in time, no DefaultIssue instance have a key set yet which implies that all of them have the same hashcode which implies when stored in the MultiMap for the same key, only one DefaultIssue instance was stored (the first added, which is unpredictable) this change make code move heuristic use List based Multimaps which do not use DefaultIssue's hashcode
* Move CirrusCI build machines to USSimon Brandhof2019-10-171-20/+20
|
* SONAR-12398 fix too long lock name for Portfolio RefreshSébastien Lesaint2019-10-172-6/+5
| | | | which prevented the whole feature to actually work
* SONAR-12348 Update extension guide documentationWouter Admiraal2019-10-171-251/+78
|
* SONAR-12368 Fix documentation in IE11Wouter Admiraal2019-10-174-3/+30
|
* SONAR-12334 Add primary location in snippetsJeremy2019-10-174-38/+104
|
* SONAR-12294 update docs for NodeJS min requirement of 8MikeBirnstiehl2019-10-173-3/+3
|
* Set version 7.9.2-SNAPSHOTPierre Guillot2019-10-171-1/+1
|
* Release 7.9.17.9.1Pierre Guillot2019-10-171-1/+1
|
* SONAR-12260 Update upgrade notes Christophe Levis2019-10-171-4/+13
|
* SONAR-12274 Fix Pylint execution in SonarPython on WindowsJulien Lancelot2019-10-171-1/+1
|
* Fix display of DB tests in BurgrSimon Brandhof2019-10-171-5/+5
| | | | | Bypass the limitation of Burgr that ignores tasks when names are greater than 16 characters (BURGR-338)
* SONAR-12251 use setNull(Types.DOUBLE) instead of setNull(Types.DECIMAL)Sébastien Lesaint2019-10-176-12/+24
| | | | on SQL Server only
* SONAR-12251 use MsSQL JDBC driver build for Java 11Sébastien Lesaint2019-10-171-1/+1
|
* SONAR-12261 fix project QG search on MsSQLSébastien Lesaint2019-10-171-1/+1
|
* SONAR-12260 fix failing DeleteFileMeasures on MsSQLSébastien Lesaint2019-10-171-1/+1
|
* SONAR-12263 reflect new DB requirements in sonar.propertiescolin-mueller-sonarsource2019-10-171-3/+3
|
* SONAR-12251 change docker image for QA to not run SQ as rootSébastien Lesaint2019-10-171-3/+9
|
* DOC add whitespace to fix formattingG. Ann Campbell2019-10-171-8/+9
|
* Drop MySQL tests from CirrusSimon Brandhof2019-10-171-84/+0
|
* Update API changes documentationJulien HENRY2019-10-171-0/+19
|
* Use GA release of SQLServer 2017 for testsSimon Brandhof2019-10-171-2/+2
|
* Drop tests on SQLServer 2019Simon Brandhof2019-10-171-35/+0
| | | | | | The preview version of SQLServer 2019 has an expiration period. Let's wait for the GA release instead of upgrading preview versions from time to time.
* DOC drop link to 6.7 "LTS"G. Ann Campbell2019-10-171-3/+0
|
* Set version 7.9.1-SNAPSHOTJulien Lancelot2019-10-171-1/+1
|
* Use Orchestrator RELEASE7.9Simon Brandhof2019-10-171-1/+1
|
* Release 7.9Simon Brandhof2019-06-301-1/+1
|
* SONAR-12251 add warning about migration with MSSQL ServerChristophe Levis2019-06-301-0/+4
|
* SONAR-12251 fix statement leak in DB migrationsSimon Brandhof2019-06-301-3/+4
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-12140 Improve stability by reducing thread sleep in unit testJulien Lancelot2019-06-282-7/+6
|
* SONAR-12249 Update SonarSource Security categories with the latest definitionJulien Lancelot2019-06-285-9/+119
|
* SONAR-12216 Upgrade SonarCSS to 1.1.1.1010Julien Lancelot2019-06-281-1/+1
|
* Upgrade sonar-jacoco-plugin to 1.0.2Evgeny Mandrikov2019-06-281-1/+1
|
* SONAR-11874 ignore inaccessible files when cleaning tmp dirSébastien Lesaint2019-06-282-6/+26
|
* DOCS update Oracle JDBC driver recommendationDuarte Meneses2019-06-281-3/+4
|
* SONAR-12127 don't run new migrations when upgrading from 7.0Sébastien Lesaint2019-06-286-5/+169
|
* SONAR-12127 optimize migrations on LIVE_MEASURES and PROJECT_MEASURESSébastien Lesaint2019-06-2834-192/+1433
|
* SONAR-11964 Fail at startup when detecting MySQLJulien Lancelot2019-06-285-39/+38
|
* SONAR-12023 Remove "Not OWASP" CWE mapping, and move all unmapped CWEs to ↵Michal Duda2019-06-2816-915/+49
| | | | "Others" (SonarSource Security)