Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12665 add Bot updating bundled plugins to latest release | Sébastien Lesaint | 2019-12-04 | 1 | -0/+43 |
| | | | | | | | | | | | | | copy and paste GH action from SonarCloud repository but: - move bot sources to private repository - rename class package - Gradle: compile to and with Java 11 - use other comment for SonarQube: - drop versionAlias, always LATEST_RELEASE for SonarQube - add Update Center plugin key - log content of JIRA ticket to stdout when not running on Github - remove slack notification (for now) - rely on Update Center to account only for public releases | ||||
* | SONAR-12665 format dependencyManagement of bundled plugins | Sébastien Lesaint | 2019-12-04 | 1 | -41/+38 |
| | | | | | | 1/ put in alphabetical order 2/ remove use of variables for version to be compatible with bot update 3/ add identifier comment and repositories for bot update | ||||
* | SONAR-12772 Remove deprecated ldap.user.user.objectClass and ↵ | Julien Lancelot | 2019-12-03 | 2 | -20/+2 |
| | | | | ldap.user.loginAttribute | ||||
* | SONAR-12758 Security report page doesn't deal properly with the current branch | Philippe Perrin | 2019-12-03 | 4 | -4/+110 |
| | |||||
* | SONAR-12665 gradle.properties must not contain -SNAPSHOT anymore | Sébastien Lesaint | 2019-12-02 | 2 | -23/+23 |
| | | | | | because any build of SonarQube must now be releasable however, -SNAPSHOT should still be used as version when no buildNumber is provided (ie. on local builds) and as the projectVersion of the project analyzed on Next | ||||
* | SONAR-12666 Fix groups sorting when high number of groups | Julien Lancelot | 2019-12-02 | 10 | -60/+157 |
| | |||||
* | SONAR-12760 remove trailing slash in gitlab url setting | Pierre Guillot | 2019-11-29 | 2 | -1/+10 |
| | |||||
* | SONAR-12736 Fix loading of QProfile using deprecated rule keys | Julien Lancelot | 2019-11-29 | 6 | -93/+185 |
| | |||||
* | SONAR-12500 Bug fix : can't update language's setting at the project level | Grégoire Aubert | 2019-11-25 | 10 | -89/+312 |
| | |||||
* | SONAR-12735 drop ws api/updatecenter/upload | Sébastien Lesaint | 2019-11-22 | 4 | -240/+1 |
| | |||||
* | Restore backward compatibility | Julien HENRY | 2019-11-21 | 3 | -7/+7 |
| | |||||
* | Add a JUnit 5 version of LogTester | Julien HENRY | 2019-11-21 | 6 | -61/+294 |
| | |||||
* | DOCS: Fix typo in property value in scanner for Gradle doc (#2258) | Tibor Blenessy | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | SONAR-12617 Security restrictions prevent plugins from reading environment ↵ | Duarte Meneses | 2019-11-19 | 2 | -12/+21 |
| | | | | variables | ||||
* | SONAR-12701 upgrade H2 from 1.3 to 1.4 | Sébastien Lesaint | 2019-11-18 | 17 | -1031/+1031 |
| | |||||
* | DOCS add support for githubcom | michaelbirnstiehl | 2019-11-18 | 4 | -20/+36 |
| | |||||
* | SONAR-12683-explicit-githubcom-pr-decoration-support | Jeremy Davis | 2019-11-18 | 10 | -73/+88 |
| | |||||
* | DOCS: Update log location for "Deploy Plugin" message | colin-mueller-sonarsource | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | SONAR-12677 do not duplicate configuration of bundled plugins | Sébastien Lesaint | 2019-11-12 | 3 | -69/+57 |
| | | | | | into the sonar-docs module and the edition modules also, make sonar-docs support being built from public sources which do not contain commercial editions | ||||
* | SONAR-12677 move sonar-security versioning to root build.gradle | Sébastien Lesaint | 2019-11-12 | 1 | -0/+6 |
| | | | | | on the plus side: all bundled plugin version are stored in the same location on the minus side: even move private/commercial plugin name and version are visible in public source code | ||||
* | SONAR-12383 Increase zip file size constraint | Jacek | 2019-11-12 | 1 | -2/+2 |
| | |||||
* | SONAR-12383 Libraries update (bugfixes) | Jacek | 2019-11-12 | 1 | -7/+7 |
| | |||||
* | SONAR-12383 Build utility libraries update | Jacek | 2019-11-12 | 1 | -10/+10 |
| | | | | | * protobuf -> 3.10 * and others | ||||
* | SONAR-12383 Test libraries update | Jacek | 2019-11-12 | 2 | -5/+5 |
| | | | | | | | | | | * org.awaitility:awaitility:3.1.6 -> 4.0.1 * org.assertj:assertj-core:3.12.2 -> 3.13.2 * org.jsoup:jsoup:1.11.3 -> 1.12.1 * org.mockito:mockito-core:2.22.0 - > 3.1.0 * org.xmlunit:xmlunit-core:2.5.1 -> 2.6.3 * org.xmlunit:xmlunit-matchers:2.5.1 -> 2.6.3 * org.tmatesoft.svnkit:svnkit:1.9.0 -> 1.10.1 | ||||
* | SONAR-12383 Libraries with security fixes | Jacek | 2019-11-12 | 2 | -7/+8 |
| | | | | | | * io.jsonwebtoken:jjwt-api:0.10.5 -> 0.10.7 * com.auth0:java-jwt:3.3.0 -> 3.8.3 * org.bouncycastle:bcpkix-jdk15on:1.59 ->1.64 | ||||
* | SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jre | Jacek | 2019-11-12 | 5 | -10/+10 |
| | |||||
* | SONAR-12383 Upgrade postgresql to 42.2.8 | Jacek | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | SONAR-12685 upgrade Elasticsearch to 6.8.4 | Sébastien Lesaint | 2019-11-08 | 133 | -62/+70 |
| | |||||
* | SONAR-12631 Add Quality Gate check in GitLab documentation | michaelbirnstiehl | 2019-11-08 | 1 | -10/+29 |
| | |||||
* | SONAR-12630 Improve Quality Gate Check logging messages | Jacek | 2019-11-08 | 7 | -179/+49 |
| | |||||
* | SONAR-12630 Add dashboard url to message exception in case QG fails | Jacek | 2019-11-08 | 3 | -7/+3 |
| | |||||
* | SONAR-12630 Log dashboard link in case Quality Gate has failed | Jacek | 2019-11-08 | 1 | -4/+6 |
| | |||||
* | SONAR-12629 unit and integration tests + minor fixes | Jacek | 2019-11-08 | 4 | -13/+372 |
| | |||||
* | SONAR-12630 reorganize log results | Jacek | 2019-11-08 | 10 | -113/+366 |
| | |||||
* | SONAR-12629 Scanner Quality Gate check | Jacek | 2019-11-08 | 4 | -4/+212 |
| | |||||
* | SONAR-12537 Update See rule button in issues page | Jeremy Davis | 2019-11-08 | 3 | -4/+10 |
| | |||||
* | SONAR-12585 Fix missing releasability badges in portfolio project list | Jeremy Davis | 2019-11-08 | 3 | -7/+158 |
| | |||||
* | SONAR-12619 Prevent users from adding unknown metrics to Activity graphs | Jeremy Davis | 2019-11-08 | 3 | -3/+161 |
| | |||||
* | SONAR-12539 Fix missed leak color uses | Jeremy Davis | 2019-11-08 | 2 | -5/+5 |
| | |||||
* | SONAR-12606 Fix issue multiline comments | Jeremy Davis | 2019-11-08 | 1 | -0/+14 |
| | |||||
* | SONAR-12538 Drop .flash and .flash-heavy classes | Jeremy Davis | 2019-11-08 | 4 | -17/+4 |
| | |||||
* | SONAR-12680 Explicit authentication support on GitHub.com and GitHub Enterprise | Julien Lancelot | 2019-11-07 | 2 | -3/+3 |
| | |||||
* | SONAR-12677 static doc must not be built from public sources | Sébastien Lesaint | 2019-11-07 | 2 | -11/+10 |
| | |||||
* | SONAR-12602 Auto-scroll down when expanding snippets down | Jeremy Davis | 2019-11-07 | 8 | -43/+170 |
| | |||||
* | SONAR-12050 show issues' locations marker in CodeViewer | Jeremy Davis | 2019-11-07 | 14 | -2/+88 |
| | |||||
* | SONAR-12601 Increase snippet merge threshold | Jeremy Davis | 2019-11-07 | 4 | -18/+18 |
| | |||||
* | SONAR-12599 Increase snippet expand step | Jeremy Davis | 2019-11-07 | 3 | -52/+36 |
| | |||||
* | SONAR-12600 Increase snippet size | Jeremy Davis | 2019-11-07 | 6 | -5/+285 |
| | |||||
* | SONAR-12652 Fix 'missing' snippet lines when expanding | Jeremy Davis | 2019-11-07 | 4 | -88/+124 |
| | |||||
* | SONAR-12512 Fix SQL queries on MsSQL | Julien Lancelot | 2019-11-06 | 1 | -9/+9 |
| |