Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 7.9.27.9.2 | Pierre Guillot | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | SONAR-12770 Update Java requirements | MikeBirnstiehl | 2019-12-05 | 1 | -2/+4 |
| | |||||
* | SONAR-12770 Do not let people think that a Java version > 11 is officially ↵ | Julien Lancelot | 2019-12-05 | 2 | -5/+3 |
| | | | | supported | ||||
* | SONAR-12758 Security report page doesn't deal properly with the current branch | Philippe Perrin | 2019-12-03 | 4 | -4/+110 |
| | |||||
* | SONAR-12666 Fix groups sorting when high number of groups | Julien Lancelot | 2019-12-02 | 10 | -60/+157 |
| | |||||
* | SONAR-12736 Fix loading of QProfile using deprecated rule keys | Julien Lancelot | 2019-11-29 | 6 | -93/+185 |
| | |||||
* | review | Pierre Guillot | 2019-11-27 | 1 | -16/+4 |
| | |||||
* | SONAR-12663 Fix migration when 2 conditions on same metric | Julien Lancelot | 2019-11-27 | 2 | -2/+45 |
| | |||||
* | SONAR-12358 fix SSF 85 | Pierre Guillot | 2019-10-24 | 3 | -4/+4 |
| | |||||
* | SONAR-12513 last used date is never set on new Quality Profiles | Sébastien Lesaint | 2019-10-18 | 2 | -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 version | Sébastien Lesaint | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-12449 fix code move issue tracking missing some random issues | Sébastien Lesaint | 2019-10-17 | 1 | -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 US | Simon Brandhof | 2019-10-17 | 1 | -20/+20 |
| | |||||
* | SONAR-12398 fix too long lock name for Portfolio Refresh | Sébastien Lesaint | 2019-10-17 | 2 | -6/+5 |
| | | | | which prevented the whole feature to actually work | ||||
* | SONAR-12348 Update extension guide documentation | Wouter Admiraal | 2019-10-17 | 1 | -251/+78 |
| | |||||
* | SONAR-12368 Fix documentation in IE11 | Wouter Admiraal | 2019-10-17 | 4 | -3/+30 |
| | |||||
* | SONAR-12334 Add primary location in snippets | Jeremy | 2019-10-17 | 4 | -38/+104 |
| | |||||
* | SONAR-12294 update docs for NodeJS min requirement of 8 | MikeBirnstiehl | 2019-10-17 | 3 | -3/+3 |
| | |||||
* | Set version 7.9.2-SNAPSHOT | Pierre Guillot | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Release 7.9.17.9.1 | Pierre Guillot | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-12260 Update upgrade notes | Christophe Levis | 2019-10-17 | 1 | -4/+13 |
| | |||||
* | SONAR-12274 Fix Pylint execution in SonarPython on Windows | Julien Lancelot | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Fix display of DB tests in Burgr | Simon Brandhof | 2019-10-17 | 1 | -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 Lesaint | 2019-10-17 | 6 | -12/+24 |
| | | | | on SQL Server only | ||||
* | SONAR-12251 use MsSQL JDBC driver build for Java 11 | Sébastien Lesaint | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-12261 fix project QG search on MsSQL | Sébastien Lesaint | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-12260 fix failing DeleteFileMeasures on MsSQL | Sébastien Lesaint | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-12263 reflect new DB requirements in sonar.properties | colin-mueller-sonarsource | 2019-10-17 | 1 | -3/+3 |
| | |||||
* | SONAR-12251 change docker image for QA to not run SQ as root | Sébastien Lesaint | 2019-10-17 | 1 | -3/+9 |
| | |||||
* | DOC add whitespace to fix formatting | G. Ann Campbell | 2019-10-17 | 1 | -8/+9 |
| | |||||
* | Drop MySQL tests from Cirrus | Simon Brandhof | 2019-10-17 | 1 | -84/+0 |
| | |||||
* | Update API changes documentation | Julien HENRY | 2019-10-17 | 1 | -0/+19 |
| | |||||
* | Use GA release of SQLServer 2017 for tests | Simon Brandhof | 2019-10-17 | 1 | -2/+2 |
| | |||||
* | Drop tests on SQLServer 2019 | Simon Brandhof | 2019-10-17 | 1 | -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 Campbell | 2019-10-17 | 1 | -3/+0 |
| | |||||
* | Set version 7.9.1-SNAPSHOT | Julien Lancelot | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Use Orchestrator RELEASE7.9 | Simon Brandhof | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Release 7.9 | Simon Brandhof | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | SONAR-12251 add warning about migration with MSSQL Server | Christophe Levis | 2019-06-30 | 1 | -0/+4 |
| | |||||
* | SONAR-12251 fix statement leak in DB migrations | Simon Brandhof | 2019-06-30 | 1 | -3/+4 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-12140 Improve stability by reducing thread sleep in unit test | Julien Lancelot | 2019-06-28 | 2 | -7/+6 |
| | |||||
* | SONAR-12249 Update SonarSource Security categories with the latest definition | Julien Lancelot | 2019-06-28 | 5 | -9/+119 |
| | |||||
* | SONAR-12216 Upgrade SonarCSS to 1.1.1.1010 | Julien Lancelot | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | Upgrade sonar-jacoco-plugin to 1.0.2 | Evgeny Mandrikov | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | SONAR-11874 ignore inaccessible files when cleaning tmp dir | Sébastien Lesaint | 2019-06-28 | 2 | -6/+26 |
| | |||||
* | DOCS update Oracle JDBC driver recommendation | Duarte Meneses | 2019-06-28 | 1 | -3/+4 |
| | |||||
* | SONAR-12127 don't run new migrations when upgrading from 7.0 | Sébastien Lesaint | 2019-06-28 | 6 | -5/+169 |
| | |||||
* | SONAR-12127 optimize migrations on LIVE_MEASURES and PROJECT_MEASURES | Sébastien Lesaint | 2019-06-28 | 34 | -192/+1433 |
| | |||||
* | SONAR-11964 Fail at startup when detecting MySQL | Julien Lancelot | 2019-06-28 | 5 | -39/+38 |
| | |||||
* | SONAR-12023 Remove "Not OWASP" CWE mapping, and move all unmapped CWEs to ↵ | Michal Duda | 2019-06-28 | 16 | -915/+49 |
| | | | | "Others" (SonarSource Security) |