summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12770 Update Java requirementsMikeBirnstiehl2019-12-051-2/+4
|
* 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-241-2/+2
|
* 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-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
|
* SONAR-12260 Update upgrade notes Christophe Levis2019-10-171-4/+13
|
* SONAR-12251 use setNull(Types.DOUBLE) instead of setNull(Types.DECIMAL)Sébastien Lesaint2019-10-176-12/+24
| | | | on SQL Server only
* 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
|
* DOC add whitespace to fix formattingG. Ann Campbell2019-10-171-8/+9
|
* Update API changes documentationJulien HENRY2019-10-171-0/+19
|
* DOC drop link to 6.7 "LTS"G. Ann Campbell2019-10-171-3/+0
|
* 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-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-284-32/+38
|
* SONAR-12023 Remove "Not OWASP" CWE mapping, and move all unmapped CWEs to ↵Michal Duda2019-06-2816-915/+49
| | | | "Others" (SonarSource Security)
* SONAR-11723 Don't pass name and email values when updating a non-local userWouter Admiraal2019-06-282-3/+28
|
* SONAR-11723 Prevent updating attributes of non-local usersPierre Guillot2019-06-283-1/+38
|
* SONAR-12140 Do not return "Warning" in quality gate facet when no project in ↵Julien Lancelot2019-06-288-48/+132
| | | | warning
* SONAR-12140 Compute number of projects in warning in a daemonJulien Lancelot2019-06-289-3/+456
|
* Merge pull request #1789 from ↵Michal Duda2019-06-289-24/+23
| | | | | SonarSource/fix/md/SONAR-11845-project-import-should-handle-external-issues SONAR-11845 project import should handle external issues
* DOCS update Security HS wordingMikeBirnstiehl2019-06-281-2/+2
|
* DOCS update Java reqs for Server and AnalysisMikeBirnstiehl2019-06-281-7/+7
|
* DOCS: Ported License Manger Docscolin-mueller-sonarsource2019-06-284-0/+45
| | | | | | | | | | | | | | | | | | | | | | * Created license-manager.md * Added support-information-file.png * Added License Managemer to ToC * Added License Manager to static docs index * Update SonarQubeNavigationTree.json * Update StaticNavigationTree.json * Update license-manager.md * Update license-manager.md * Update max size of distribution * Update license-manager.md
* DOCS: Removed 5.6 / 6.0 - 6.6 referencescolin-mueller-sonarsource2019-06-281-348/+0
|
* SONAR-12081 fail CE processing if branch/pr on Community EditionSébastien Lesaint2019-06-284-39/+143
|
* DOC update versions inclusionG. Ann Campbell2019-06-2825-63/+26
|
* SONAR-12137 Introduce a new comment syntax for rendering plugin dataWouter Admiraal2019-06-2811-0/+688
| | | | | We can now fetch plugin data from updates.sonarsource.com, and dynamically render this information on the page.
* DOC add SONARPY-339 to upgrade notesnicolas-harraudeau-sonarsource2019-06-281-0/+4
|
* DOC Java 11 requirement in upgrade notesG. Ann Campbell2019-06-281-0/+3
|
* DOCS update requirement to Java 11MikeBirnstiehl2019-06-281-2/+2
|
* SONAR-12118 Disable UNKNOWN issue type for custom rulesWouter Admiraal2019-06-282-15/+1
|
* SONAR-11714 Make badges roundWouter Admiraal2019-06-283-14/+6
|
* SONAR-12070 Make large modals scrollableWouter Admiraal2019-06-2815-22/+21
|
* Document Additional Permissions for GitHub Checkscolin-mueller-sonarsource2019-06-281-1/+9
|
* DOCS add security engine custom configurationMikeBirnstiehl2019-06-283-2/+222
|