aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12665 add Bot updating bundled plugins to latest releaseSébastien Lesaint2019-12-041-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 pluginsSébastien Lesaint2019-12-041-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 Lancelot2019-12-032-20/+2
| | | | ldap.user.loginAttribute
* SONAR-12758 Security report page doesn't deal properly with the current branchPhilippe Perrin2019-12-034-4/+110
|
* SONAR-12665 gradle.properties must not contain -SNAPSHOT anymoreSébastien Lesaint2019-12-022-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 groupsJulien Lancelot2019-12-0210-60/+157
|
* SONAR-12760 remove trailing slash in gitlab url settingPierre Guillot2019-11-292-1/+10
|
* SONAR-12736 Fix loading of QProfile using deprecated rule keysJulien Lancelot2019-11-296-93/+185
|
* SONAR-12500 Bug fix : can't update language's setting at the project levelGrégoire Aubert2019-11-2510-89/+312
|
* SONAR-12735 drop ws api/updatecenter/uploadSébastien Lesaint2019-11-224-240/+1
|
* Restore backward compatibilityJulien HENRY2019-11-213-7/+7
|
* Add a JUnit 5 version of LogTesterJulien HENRY2019-11-216-61/+294
|
* DOCS: Fix typo in property value in scanner for Gradle doc (#2258)Tibor Blenessy2019-11-201-1/+1
|
* SONAR-12617 Security restrictions prevent plugins from reading environment ↵Duarte Meneses2019-11-192-12/+21
| | | | variables
* SONAR-12701 upgrade H2 from 1.3 to 1.4Sébastien Lesaint2019-11-1817-1031/+1031
|
* DOCS add support for githubcommichaelbirnstiehl2019-11-184-20/+36
|
* SONAR-12683-explicit-githubcom-pr-decoration-supportJeremy Davis2019-11-1810-73/+88
|
* DOCS: Update log location for "Deploy Plugin" messagecolin-mueller-sonarsource2019-11-131-1/+1
|
* SONAR-12677 do not duplicate configuration of bundled pluginsSébastien Lesaint2019-11-123-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.gradleSébastien Lesaint2019-11-121-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 constraintJacek2019-11-121-2/+2
|
* SONAR-12383 Libraries update (bugfixes)Jacek2019-11-121-7/+7
|
* SONAR-12383 Build utility libraries updateJacek2019-11-121-10/+10
| | | | | * protobuf -> 3.10 * and others
* SONAR-12383 Test libraries updateJacek2019-11-122-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 fixesJacek2019-11-122-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-jreJacek2019-11-125-10/+10
|
* SONAR-12383 Upgrade postgresql to 42.2.8Jacek2019-11-121-1/+1
|
* SONAR-12685 upgrade Elasticsearch to 6.8.4Sébastien Lesaint2019-11-08133-62/+70
|
* SONAR-12631 Add Quality Gate check in GitLab documentationmichaelbirnstiehl2019-11-081-10/+29
|
* SONAR-12630 Improve Quality Gate Check logging messagesJacek2019-11-087-179/+49
|
* SONAR-12630 Add dashboard url to message exception in case QG failsJacek2019-11-083-7/+3
|
* SONAR-12630 Log dashboard link in case Quality Gate has failedJacek2019-11-081-4/+6
|
* SONAR-12629 unit and integration tests + minor fixesJacek2019-11-084-13/+372
|
* SONAR-12630 reorganize log resultsJacek2019-11-0810-113/+366
|
* SONAR-12629 Scanner Quality Gate checkJacek2019-11-084-4/+212
|
* SONAR-12537 Update See rule button in issues pageJeremy Davis2019-11-083-4/+10
|
* SONAR-12585 Fix missing releasability badges in portfolio project listJeremy Davis2019-11-083-7/+158
|
* SONAR-12619 Prevent users from adding unknown metrics to Activity graphsJeremy Davis2019-11-083-3/+161
|
* SONAR-12539 Fix missed leak color usesJeremy Davis2019-11-082-5/+5
|
* SONAR-12606 Fix issue multiline commentsJeremy Davis2019-11-081-0/+14
|
* SONAR-12538 Drop .flash and .flash-heavy classesJeremy Davis2019-11-084-17/+4
|
* SONAR-12680 Explicit authentication support on GitHub.com and GitHub EnterpriseJulien Lancelot2019-11-072-3/+3
|
* SONAR-12677 static doc must not be built from public sourcesSébastien Lesaint2019-11-072-11/+10
|
* SONAR-12602 Auto-scroll down when expanding snippets downJeremy Davis2019-11-078-43/+170
|
* SONAR-12050 show issues' locations marker in CodeViewerJeremy Davis2019-11-0714-2/+88
|
* SONAR-12601 Increase snippet merge thresholdJeremy Davis2019-11-074-18/+18
|
* SONAR-12599 Increase snippet expand stepJeremy Davis2019-11-073-52/+36
|
* SONAR-12600 Increase snippet sizeJeremy Davis2019-11-076-5/+285
|
* SONAR-12652 Fix 'missing' snippet lines when expandingJeremy Davis2019-11-074-88/+124
|
* SONAR-12512 Fix SQL queries on MsSQLJulien Lancelot2019-11-061-9/+9
|