aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-19498 Backport handling ElasticSearch as a regular gradle dependencyAlain Kermis2024-02-201-23/+14
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-13/+13
|
* SONAR-17611 Fix too much files excluded from buildZipeng WU2022-11-171-8/+11
|
* SONAR-17611 Only run downloadLicenses task if release flag is setZipeng WU2022-11-171-22/+26
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-15489 Add licenses for third-party library (analyzers) dependenciesDimitris Kavvathas2022-10-141-1/+1
|
* BUILD-1745 execute only on CI and main branch or explicit callJulien Carsique2022-09-081-3/+5
| | | | fix: remove sonar-web from bom inputs.files, a dedicated yarn bom build is to be implemented if needed
* BUILD-1745 fix bom inputs.filesJulien Carsique2022-08-311-1/+2
|
* BUILD-1745 Improve bom generation timePhilippe Perrin2022-08-311-1/+3
|
* SONAR-17224 Fix WinSW not reading environment variableZipeng WU2022-08-251-2/+2
|
* Remove all wrapper.conf referenceZipeng WU2022-08-121-1/+0
|
* SONAR-17137 add SONAR_JAVA_PATH environmental variable for user-defined Java ↵Dimitris Kavvathas2022-08-101-2/+8
| | | | executable path
* SONAR-17137 Replace JSW with WinSW for running SQ on WindowsDimitris Kavvathas2022-08-051-0/+10
|
* SONAR-17136 Replace JSW with nohup for Linux & MacOSZipeng WU2022-08-051-9/+14
|
* feat(BUILD-1436): sbom pluginJulien Carsique2022-05-241-1/+23
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* SONAR-16224 SONAR-16213 SONAR-16209 SONAR-16208 SONAR-16196 SONAR-16192 ↵Wouter Admiraal2022-04-011-1/+1
| | | | SONAR-16160 SONAR-16099 SONAR-16098 Upgrade analyzers
* Fix issue on UTs after ES upgradeJacek2022-03-291-1/+0
|
* [NO-JIRA] Increase allowed zip sizeJacek2022-02-041-2/+2
|
* SONAR-15847 Remove unnecessary modules from Elasticsearch distributionJacek2021-12-201-10/+25
|
* SONAR-15840 Fix SSF-219Jacek2021-12-171-0/+1
|
* SONAR-15690 Add check for default configuration in sonar.properties fileJacek2021-11-251-0/+13
|
* SONAR-15485 handle Elastic license and prettify jsonZipeng WU2021-10-261-1/+17
|
* SONAR-15485 Generate license info in community distributionZipeng WU2021-10-261-1/+11
|
* SONAR-15470 Do not declare Gradle build dependencies using compile and ↵Kengo TODA2021-10-081-1/+1
| | | | runtime configurations
* SONAR-15469 Stop using deprecated Gradle API in SonarQubeKengo TODA2021-10-081-4/+4
|
* Increase maximum artifact sizeJacek2021-09-281-2/+2
|
* SONAR-15375 Fix SSF-191Jacek2021-09-131-2/+2
|
* SONAR-15244 Despite sonar.log.useJsonOutput is enabled some logs are still ↵Duarte Meneses2021-08-111-0/+4
| | | | not in a JSON format
* SONAR-15173, SONAR-15174, SONAR-15205, SONAR-15210Belen Pruvost2021-07-271-2/+2
|
* SONAR-15163 Upgrade Elasticsearch to 7.13.3Jacek2021-07-131-2/+2
|
* SONAR-14869 SONAR-14919 SONAR-15066 SONAR-15067 SONAR-15088 SONAR-15093 ↵9.0.0.45539Zipeng WU2021-07-021-2/+2
| | | | SONAR-15101 SONAR-15125 SONAR-15126 SONAR-15127 update analysers
* SONAR-14792 fix minimum zip versionPierre2021-06-161-1/+1
|
* SONAR-14792 Drop not existing tables from init schemaJacek2021-06-161-2/+2
|
* SONAR-14933 Show all tutorials if no project bindingWouter Admiraal2021-06-151-1/+1
|
* BUILD-890 Do not store elasticsearch distribution in the repository.Malena Ebert2021-06-011-39/+74
|
* SONAR-14690 Remove unused x-pack dependenciesJacek2021-04-261-0/+2
|
* SONAR-14583 add xpack and keystore dependencies to DCEJacek2021-04-231-26/+0
|
* SONAR-14676 Shade core jars into a single jarDuarte Meneses2021-04-141-24/+30
|
* SONAR-14529 Exclude unnecessary Elasticsearch packagesJacek2021-03-221-2/+41
|
* SONAR-14529 Upgrade Elasticsearch binaries to 7.11.2Jacek2021-03-221-2/+2
| | | | | new sources unpack from ElasticSearch 7.11.2 artifact for Linux only (without bundled JDK and under Elastic License 2.0) https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.2-no-jdk-linux-x86_64.tar.gz
* SONAR-14499 Support schema validation for JSON property typesZipeng WU2021-02-261-2/+2
|
* Increase allowed zip sizeJacek2021-02-121-2/+2
|
* SONAR-14372 move alm validation endpoint to CEZipeng WU2021-02-041-1/+1
|
* SONAR-12686 upgrade es client to 7.9.3 and move to HTTPJacek2020-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add should minimum match eq 1 to user index queries ES 7.X changed behaviour in case filter query with bool it defaults to '0' https://www.elastic.co/guide/en/elasticsearch/reference/7.x/breaking-changes-7.0.html#_the_filter_context_has_been_removed - fix issue index routing param ES 7.X helped discover this bug as new setting has been auto configured which is 'index.number_of_routing_shards'. This has changed how documents are distributed across shards depending on how many shards the index has. Without that change issues docs has been incorrectly routed to the same shard hash as projects and it worked no matter what routing key you used projectUuid or auth_projectUuid. - update ngram and edge_ngram names to match with es 7.x nGram and edgeNgram has been deprecated in favour of ngram and edge_ngram https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#deprecated-ngram-edgengram-token-filter-cannot-be-used - remove `_all : enabled` usage from UT This field was already deprecated in 6.X, now it has been removed. https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#all-meta-field-removed - add Elasticsearch High Level REST client dependency - use sonar.search.port for ES HTTP - main process use ES Rest client to check ES status - sonar.cluster.search.hosts has HTTP ports on APP nodes also sonar.search.port and sonar.search.host MUST be configured on each Search node with the host and HTTP port of the current node - use Elasticsearch high level rest client - use in EsTester - use as primary es client - use indices api to get all indices name instead of cluster api - use cluster health api to check cluster state - support raw requests for 'nodes/_stats' and '_cluster/stats' - support raw requests for 'indices/_stats' - leave netty4plugin as testCompile dependency it is used in UTs - all ES non-test calls go through EsClient class - add rest client ES profiling
* SONAR-12686 MaxDirectMemorySize JVM option should be defined for ESSébastien Lesaint2020-11-051-1/+1
| | | | | | | | This option was set by default in ES 6.X already but we had missed it. ES sets it to half the max heap from Java code (see class JvmErgonomics) To not have to get into the complexity of interpreting options to know what is the configured max heap, we just add this option to the defaults and document it
* SONAR-12686 update elasticsearch-patch and packaging exclusions for 7.XSébastien Lesaint2020-11-051-23/+9
|
* SONAR-12686 increase zip sizeJacek2020-11-051-2/+2
|
* SONAR-14001 SONAR-14010 SONAR-14030 SONAR-14032 SONAR-14050 SONAR-14052 ↵Jeremy Davis2020-10-291-1/+1
| | | | SONAR-14053 SONAR-14054 SONAR-14055 SONAR-14056 Upgrade analyzers
* increase maximum size of the archivePierre2020-10-061-1/+1
|