Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12770 Update Java requirements | MikeBirnstiehl | 2019-12-05 | 1 | -2/+4 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | 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-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 |
| | |||||
* | SONAR-12260 Update upgrade notes | Christophe Levis | 2019-10-17 | 1 | -4/+13 |
| | |||||
* | 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-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 |
| | |||||
* | DOC add whitespace to fix formatting | G. Ann Campbell | 2019-10-17 | 1 | -8/+9 |
| | |||||
* | Update API changes documentation | Julien HENRY | 2019-10-17 | 1 | -0/+19 |
| | |||||
* | DOC drop link to 6.7 "LTS" | G. Ann Campbell | 2019-10-17 | 1 | -3/+0 |
| | |||||
* | 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-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 | 4 | -32/+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) | ||||
* | SONAR-11723 Don't pass name and email values when updating a non-local user | Wouter Admiraal | 2019-06-28 | 2 | -3/+28 |
| | |||||
* | SONAR-11723 Prevent updating attributes of non-local users | Pierre Guillot | 2019-06-28 | 3 | -1/+38 |
| | |||||
* | SONAR-12140 Do not return "Warning" in quality gate facet when no project in ↵ | Julien Lancelot | 2019-06-28 | 8 | -48/+132 |
| | | | | warning | ||||
* | SONAR-12140 Compute number of projects in warning in a daemon | Julien Lancelot | 2019-06-28 | 9 | -3/+456 |
| | |||||
* | Merge pull request #1789 from ↵ | Michal Duda | 2019-06-28 | 9 | -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 wording | MikeBirnstiehl | 2019-06-28 | 1 | -2/+2 |
| | |||||
* | DOCS update Java reqs for Server and Analysis | MikeBirnstiehl | 2019-06-28 | 1 | -7/+7 |
| | |||||
* | DOCS: Ported License Manger Docs | colin-mueller-sonarsource | 2019-06-28 | 4 | -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 references | colin-mueller-sonarsource | 2019-06-28 | 1 | -348/+0 |
| | |||||
* | SONAR-12081 fail CE processing if branch/pr on Community Edition | Sébastien Lesaint | 2019-06-28 | 4 | -39/+143 |
| | |||||
* | DOC update versions inclusion | G. Ann Campbell | 2019-06-28 | 25 | -63/+26 |
| | |||||
* | SONAR-12137 Introduce a new comment syntax for rendering plugin data | Wouter Admiraal | 2019-06-28 | 11 | -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 notes | nicolas-harraudeau-sonarsource | 2019-06-28 | 1 | -0/+4 |
| | |||||
* | DOC Java 11 requirement in upgrade notes | G. Ann Campbell | 2019-06-28 | 1 | -0/+3 |
| | |||||
* | DOCS update requirement to Java 11 | MikeBirnstiehl | 2019-06-28 | 1 | -2/+2 |
| | |||||
* | SONAR-12118 Disable UNKNOWN issue type for custom rules | Wouter Admiraal | 2019-06-28 | 2 | -15/+1 |
| | |||||
* | SONAR-11714 Make badges round | Wouter Admiraal | 2019-06-28 | 3 | -14/+6 |
| | |||||
* | SONAR-12070 Make large modals scrollable | Wouter Admiraal | 2019-06-28 | 15 | -22/+21 |
| | |||||
* | Document Additional Permissions for GitHub Checks | colin-mueller-sonarsource | 2019-06-28 | 1 | -1/+9 |
| | |||||
* | DOCS add security engine custom configuration | MikeBirnstiehl | 2019-06-28 | 3 | -2/+222 |
| |