aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22110 remove test and ut monitoring projects.Steve Marion2024-08-081-2/+0
| | | | | | remove support for aop in it-. remove logstash configuration and usage. remove aspectj injection configuration in gradle config.
* SONAR-22479 Create telemetry-core moduleAlain Kermis2024-07-241-0/+1
|
* SONAR-22479 Create new telemetry moduleAlain Kermis2024-07-241-0/+1
|
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-241-0/+1
|
* SONAR-22121 Move security reports pdf generation to its own libraryDDMili2024-05-081-0/+1
| | | Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com>
* SONAR-21476 Fix public repositoryJacek Poreda2024-01-301-7/+13
|
* BUILD-4415 fix authentication for gradle pluginsMate Molnar2024-01-241-0/+7
|
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-1/+1
|
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-221-1/+1
| | | | This reverts commit 981e6b85954f413666e8608a4e2f46fa2e4089cc.
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-1/+1
|
* NO-JIRA removed code related to gradle enterprise triallukasz-jarocki-sonarsource2023-12-181-36/+1
|
* NO-JIRA added branch name to gradle build scanslukasz-jarocki-sonarsource2023-11-271-0/+3
|
* NO-JIRA re-enabling remote cache for the end of the triallukasz-jarocki-sonarsource2023-11-211-1/+1
|
* NO-JIRA disabling remote cache to get baseline resultslukasz-jarocki-sonarsource2023-11-071-1/+1
|
* NO-JIRA configuring gradle enterprise to use remote cachelukasz-jarocki-sonarsource2023-10-171-2/+33
|
* SONAR-20268 Add new module for test failure monitoringSteve Marion2023-09-051-0/+1
|
* SONAR-19963 Add GET /api/v2/users endpointAurelien Poscia2023-07-261-0/+1
|
* SONAR-18524 New Main App barJeremy Davis2023-03-131-0/+1
|
* SONAR-18484 Add api/v2/system/liveness endpointPierre2023-02-211-0/+1
|
* [NO JIRA] rename private settings.gradle to private-settings.gradleSteve Marion2023-02-171-1/+1
| | | | There can only be one settings.gradle file per project, this extra one is confusing intellij (thinking private is a root project) and block the usage of features such a dependency analysis on any private modules.
* SONAR-18465 Remove sonar-check-api from SonarQubeDuarte Meneses2023-02-131-1/+0
|
* SONAR-16610 added example plugin to test education topics in SonarQubeLukasz Jarocki2022-07-211-0/+1
|
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-1/+0
|
* BUILD-1351 Update gradle git pluginMalena Ebert2022-04-111-1/+1
|
* BUILD-1351 Update gradle docker pluginMalena Ebert2022-04-111-1/+1
|
* SONAR-15934 introduced new module sonar-webserver-pushapi and added required ↵Lukasz Jarocki2022-02-181-0/+2
| | | | dependencies
* SONAR-15769 added metrics for integration with devops platformsLukasz Jarocki2021-12-131-0/+1
|
* SONAR-15631 - New UT Monitoring ModuleBelen Pruvost2021-11-191-0/+1
|
* SONAR-15428 support bitbucket.org authPierre2021-09-281-0/+1
|
* SONAR-15297 Fix sonar-web buildWouter Admiraal2021-08-201-1/+0
|
* SONAR-14617 Target local sonar-ui-common projectPhilippe Perrin2021-07-211-0/+1
|
* BUILD-1091 BUILD-1092 Build docker image of datacenter editionMalena Ebert2021-07-201-0/+4
|
* SONAR-14371 Create 'sonar-alm-client' moduleJacek2021-02-041-0/+1
|
* Use build-in Cirrus CI HTTP cache for gradle build cache.Malena Ebert2021-01-051-2/+2
|
* Gradle scripts should use `plugins` blockEvgeny Mandrikov2020-03-311-1/+8
| | | | It was de-incubated (promoted) in Gradle 5.0 and in particular it can't contain duplicate IDs.
* SONAR-12677 static doc must not be built from public sourcesSébastien Lesaint2019-11-071-1/+0
|
* SONAR-12471 Embed LDAP authenticationJulien Lancelot2019-10-071-0/+2
|
* SONAR-12471 Embed SAML authenticationJulien Lancelot2019-10-071-0/+1
|
* SONAR-12471 Embed GitHub authenticationJulien Lancelot2019-10-071-0/+3
|
* SONAR-12460 Support GitLab AuthenticationJulien Lancelot2019-09-231-0/+1
|
* Remove reference to sonar-vsts from buildphilippe-perrin-sonarsource2019-09-231-1/+0
|
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-021-1/+0
|
* rename sonar-webserver-common to sonar-webserver-apiSébastien Lesaint2019-08-141-1/+1
|
* rename sonar-server to sonar-webserver-coreSébastien Lesaint2019-08-141-1/+1
|
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-141-1/+2
|
* create webserver-auth and webserver-common from sonar-serverSébastien Lesaint2019-08-141-0/+2
| | | | actual module names are sonar-webserver-auth and sonar-webserver-common
* create sonar-webserver-webapi from sonar-serverSébastien Lesaint2019-08-141-0/+1
|
* create sonar-webserver from sonar-serverSébastien Lesaint2019-08-141-0/+1
| | | | contains the Web Server "executable", the Pico Container definition (to allow building it up from multiple modules) and Tomcat/JEE specific code
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-141-0/+1
| | | | ie. move WS engine to dedicated project
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-0/+1
| | | | sonar-plugin-api-impl