Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete ↵ | Steve Marion | 2024-10-07 | 1 | -1/+1 |
| | | | | exclusion of hamcrest from mockito. | ||||
* | SONAR-23133 removing com.squareup.okio:okio direct dependency | Steve Marion | 2024-10-07 | 1 | -1/+0 |
| | |||||
* | SONAR-22559 Update permissions during project onboarding | Nolwenn Cadic | 2024-08-19 | 1 | -0/+2 |
| | |||||
* | SONAR-22641 update info for email config host telemetry | Bogdana | 2024-08-16 | 1 | -0/+1 |
| | |||||
* | SONAR-22516 add telemetry for email configuration | Bogdana | 2024-08-16 | 1 | -0/+1 |
| | |||||
* | SONAR-22638 add OAuth authentication for sending emails | Bogdana | 2024-08-16 | 1 | -0/+2 |
| | |||||
* | SONAR-22479 Implement sending new telemetry metrics | Alain Kermis | 2024-07-24 | 1 | -0/+1 |
| | |||||
* | SONAR-22447 updated rename findbugs dependency | lukasz-jarocki-sonarsource | 2024-06-28 | 1 | -3/+3 |
| | |||||
* | SONAR-22359 Make hashing of user UUID in telemetry FIPS-compliant | Alain Kermis | 2024-06-18 | 1 | -5/+5 |
| | |||||
* | SONAR-21452 move from commons-lang:commons-lang to ↵ | Matteo Mara | 2024-03-16 | 1 | -1/+1 |
| | | | | org.apache.commons:commons-lang3 | ||||
* | SONAR-21643 Convert some IT tests to Junit 5 (#10672) | Dejan Milisavljevic | 2024-02-22 | 1 | -0/+10 |
| | |||||
* | SONAR-19784 allow the CE to re-compute permissions | Aurelien Poscia | 2023-07-18 | 1 | -0/+2 |
| | |||||
* | SONAR-14853 Elasticsearch http encryption | Eric Giffon | 2023-06-20 | 1 | -0/+1 |
| | |||||
* | NO-JIRA improve log to not be sensitive to line return from user input | Pierre | 2023-06-15 | 1 | -0/+1 |
| | |||||
* | SONAR-19015 Use new log test fixtures in the sonar-plugin-api | Jeremy Davis | 2023-04-11 | 1 | -1/+1 |
| | |||||
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -30/+30 |
| | |||||
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -2/+1 |
| | | | | | - fix tests - use plugin api from artifactory | ||||
* | Fix issue on UTs after ES upgrade | Jacek | 2022-03-29 | 1 | -0/+1 |
| | |||||
* | SONAR-12686 upgrade es client to 7.9.3 and move to HTTP | Jacek | 2020-11-05 | 1 | -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-common | Sébastien Lesaint | 2019-09-02 | 1 | -17/+6 |
| | |||||
* | drop now useless module sonar-db-testing | Sébastien Lesaint | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | remove need to add H2 dependency when depending on sonar-db-testing | Sébastien Lesaint | 2019-08-14 | 1 | -1/+0 |
| | |||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -4/+9 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 1 | -2/+3 |
| | | | | sonar-plugin-api-impl | ||||
* | SONAR-11792 update ES compile dependency to 6.6.2 | Sébastien Lesaint | 2019-03-19 | 1 | -0/+6 |
| | |||||
* | move notification classes to sonar-server | Sébastien Lesaint | 2018-07-09 | 1 | -0/+1 |
| | | | | and clean up some back package names from previous commits | ||||
* | move ES index, indexer and client to sonar-server-common | Sébastien Lesaint | 2018-07-09 | 1 | -0/+6 |
| | |||||
* | move some classes (including webhooks) to server-common | Sébastien Lesaint | 2018-06-29 | 1 | -1/+4 |
| | |||||
* | create module sonar-ce-common | Sébastien Lesaint | 2018-06-29 | 1 | -14/+33 |
| | |||||
* | Do not deploy the artifacts used only internally | Simon Brandhof | 2018-06-19 | 1 | -11/+0 |
| | |||||
* | SONAR-10690 add Core Extension support in SonarQube | Sébastien Lesaint | 2018-06-12 | 1 | -0/+34 |