aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-30/+30
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-2/+1
| | | | | - fix tests - use plugin api from artifactory
* Fix issue on UTs after ES upgradeJacek2022-03-291-0/+1
|
* SONAR-12686 upgrade es client to 7.9.3 and move to HTTPJacek2020-11-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* use testFixtures instead of test configuration of server-commonSébastien Lesaint2019-09-021-17/+6
|
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-021-1/+1
|
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-141-1/+0
|
* Clean depsDuarte Meneses2019-07-171-4/+9
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-2/+3
| | | | sonar-plugin-api-impl
* SONAR-11792 update ES compile dependency to 6.6.2Sébastien Lesaint2019-03-191-0/+6
|
* move notification classes to sonar-serverSébastien Lesaint2018-07-091-0/+1
| | | | and clean up some back package names from previous commits
* move ES index, indexer and client to sonar-server-commonSébastien Lesaint2018-07-091-0/+6
|
* move some classes (including webhooks) to server-commonSébastien Lesaint2018-06-291-1/+4
|
* create module sonar-ce-commonSébastien Lesaint2018-06-291-14/+33
|
* Do not deploy the artifacts used only internallySimon Brandhof2018-06-191-11/+0
|
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-121-0/+34