aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete ↵Steve Marion2024-10-071-1/+1
| | | | exclusion of hamcrest from mockito.
* SONAR-23133 removing com.squareup.okio:okio direct dependencySteve Marion2024-10-071-1/+0
|
* SONAR-22559 Update permissions during project onboardingNolwenn Cadic2024-08-191-0/+2
|
* SONAR-22641 update info for email config host telemetryBogdana2024-08-161-0/+1
|
* SONAR-22516 add telemetry for email configurationBogdana2024-08-161-0/+1
|
* SONAR-22638 add OAuth authentication for sending emailsBogdana2024-08-161-0/+2
|
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-241-0/+1
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-3/+3
|
* SONAR-22359 Make hashing of user UUID in telemetry FIPS-compliantAlain Kermis2024-06-181-5/+5
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-1/+1
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+10
|
* SONAR-19784 allow the CE to re-compute permissionsAurelien Poscia2023-07-181-0/+2
|
* SONAR-14853 Elasticsearch http encryptionEric Giffon2023-06-201-0/+1
|
* NO-JIRA improve log to not be sensitive to line return from user inputPierre2023-06-151-0/+1
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-1/+1
|
* 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