Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix code quality issues | Duarte Meneses | 2021-10-25 | 1 | -3/+1 |
| | |||||
* | SONAR-15450 Take pull requests into account when counting instance's NLOC | Duarte Meneses | 2021-09-27 | 1 | -2/+19 |
| | |||||
* | SONAR-15425 'api/rules/repositories' is empty for new instances | Duarte Meneses | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | SONAR-15142 - Add componentKey to all logs | Belen Pruvost | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | SONAR-15142 - Add component qualifier to new value in Logs | Belen Pruvost | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | SONAR-11094 Add nodename to logs for DCE only | Jacek | 2021-08-11 | 1 | -0/+18 |
| | |||||
* | SONAR-15243 Enable JSON logging on Elasticsearch process | Jacek | 2021-08-11 | 1 | -1/+1 |
| | |||||
* | SONAR-15237 Register removal of plugins | Duarte Meneses | 2021-08-04 | 3 | -510/+78 |
| | |||||
* | SONAR-15237 Improve startup performance of the web process | Duarte Meneses | 2021-08-04 | 3 | -15/+14 |
| | |||||
* | SONAR-15142 - Log Permission, Plugin, Secret Key, License and Settings | Belen Pruvost | 2021-07-27 | 1 | -9/+8 |
| | |||||
* | SONAR-10762 Drop usage of 'user_managed' column | Jacek | 2021-07-07 | 1 | -49/+7 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 2 | -16/+1 |
| | |||||
* | SONAR-14792 Bump min upgrade version to current LTS | Jacek | 2021-06-16 | 1 | -13/+14 |
| | |||||
* | SONAR-14625 Upgrade to Hazelcast 4.2 | Zipeng WU | 2021-04-15 | 1 | -7/+6 |
| | |||||
* | SONAR-14662 Redirecting admin to the risk consent page | Lukasz Jarocki | 2021-04-15 | 1 | -0/+176 |
| | |||||
* | SONAR-14586 Move DefaultAdminCredentialsVerifier to sonar-webserver-auth | Wouter Admiraal | 2021-03-18 | 3 | -293/+0 |
| | |||||
* | SONAR-14519 - Update ALMs format and simplify System Info Page | Belen Pruvost | 2021-03-12 | 1 | -8/+8 |
| | |||||
* | SONAR-14523 implemented splitting plugins into two | Lukasz Jarocki | 2021-03-08 | 3 | -4/+70 |
| | |||||
* | SONAR-14519 add ALM info to system info file | Pierre | 2021-03-08 | 2 | -2/+90 |
| | |||||
* | SONAR-14520 - Add Default Leak Period to System Info File | Philippe Perrin | 2021-03-08 | 1 | -2/+25 |
| | |||||
* | SONAR-14525 include CI usage information in telemetry | Michal Duda | 2021-03-04 | 3 | -3/+4 |
| | |||||
* | SONAR-14518 Telemetry - include number of sonarlint users | Duarte Meneses | 2021-03-04 | 3 | -5/+21 |
| | |||||
* | SONAR-14525 include SCM usage information in telemetry | Michal Duda | 2021-03-04 | 3 | -26/+27 |
| | |||||
* | SONAR-13515 Telemetry - include external authentication providers | Duarte Meneses | 2021-03-04 | 4 | -4/+7 |
| | |||||
* | SONAR-14501 Custom security config telemetry | Jacek | 2021-02-26 | 1 | -10/+37 |
| | |||||
* | SONAR-14369 Add ALM integration telemetry | Jacek | 2021-02-04 | 4 | -2/+22 |
| | |||||
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 2 | -4/+0 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 82 | -84/+82 |
| | |||||
* | SONAR-13999 Remove OrganizationDbTester | Michal Duda | 2020-12-22 | 2 | -15/+10 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 3 | -8/+8 |
| | |||||
* | SONAR-8427 Add a timeZone param to api/issues/search | Julien HENRY | 2020-12-03 | 1 | -24/+23 |
| | |||||
* | SONAR-13793 improve ncloc count performance by using projects instead of ↵ | Pierre Guillot | 2020-12-02 | 1 | -2/+2 |
| | | | | components | ||||
* | SONAR-14176 Send email to admins when default admin credential is detected | Julien Lancelot | 2020-12-02 | 3 | -6/+199 |
| | |||||
* | SONAR-14175 SONAR-14176 Detect usage of admin account with default credential | Julien Lancelot | 2020-12-02 | 1 | -0/+102 |
| | | | | SONAR-14175 Add a startup task to detect admin default credential usage and set reset_password flag to true SONAR-14176 Warn administrators when default admin credential is detected | ||||
* | Speed up unit tests by improving indexing in unit tests | Duarte Meneses | 2020-11-30 | 1 | -4/+3 |
| | | | | | * Unit tests no longer use the LargeSizeHandler for indexing. This handler is designed for indexing large amounts of data and is slower for the data sets used in unit tests. * Insert all data in DB before indexing in unit tests (there is a huge overhead in each call to index) | ||||
* | SONAR-14159 enforce user authentication by default | Jacek | 2020-11-26 | 2 | -1/+29 |
| | |||||
* | SONAR-12686 upgrade es client to 7.9.3 and move to HTTP | Jacek | 2020-11-05 | 3 | -14/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-13913 Remove tables and indexes clean up used in Integration Tests | Julien Lancelot | 2020-11-03 | 1 | -159/+0 |
| | |||||
* | Revert "SONAR-13913 Remove tables and indexes clean up used in Integration ↵ | Julien Lancelot | 2020-10-21 | 1 | -0/+159 |
| | | | | | | Tests" This reverts commit 6d13dd2f | ||||
* | SONAR-13913 Remove tables and indexes clean up used in Integration Tests | Julien Lancelot | 2020-10-20 | 1 | -159/+0 |
| | | | | | | | | | | | * SONAR-13913 Remove usage of Orchestrator#resetData * Remove ProjectAnalysisRule * Upgrade to Orchestrator 3.31 * SONAR-13913 Remove BackendCleanup class * Remove code related to no more existing tables | ||||
* | SONAR-13936 Rename OrganizationPermission to GlobalPermission | Julien Lancelot | 2020-10-16 | 1 | -3/+3 |
| | |||||
* | SONAR-13936 Move default permission templates to internal properties | Julien Lancelot | 2020-10-16 | 1 | -94/+20 |
| | |||||
* | SONAR-13936 Remove use of organizations in Permissions WS and DB | Julien Lancelot | 2020-10-16 | 1 | -5/+2 |
| | | | | | | | | | | | | * SONAR-13936 Remove organization parameters from permissions WS * SONAR-13936 Remove organization_uuid column from user_roles table * SONAR-13936 Fix developer ITs * SONAR-13936 Remove organization_uuid column from group_roles table * SONAR-13936 Remove organization_uuid column from permission_templates table | ||||
* | SONAR-13936 Drop some Organization code related to Users/Groups/Permission | Duarte Meneses | 2020-10-16 | 1 | -8/+8 |
| | |||||
* | SONAR-13903 Remove use of organizations in Quality Profiles and Active Rules | Pierre | 2020-10-05 | 2 | -82/+43 |
| | |||||
* | SONAR-13862 Add a WS for dismissing analysis warning by the current user | Michal Duda | 2020-09-29 | 1 | -0/+148 |
| | |||||
* | SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ↵ | Julien Lancelot | 2020-09-29 | 2 | -2/+48 |
| | | | | | | | code * SONAR-13869 Compute number of unanalyzed C and C++ files measures * SONAR-13869 Send unanalyzed C and C++ flags in Telemetry | ||||
* | SONAR-13782 It's not possible for a rule key to be deprecated twice | Duarte Meneses | 2020-09-22 | 1 | -98/+41 |
| | |||||
* | SONAR-13643 Save plugins with type | Duarte Meneses | 2020-09-18 | 2 | -35/+70 |
| | |||||
* | SONAR-13618 Remove new lines from db migration log | Jacek | 2020-07-15 | 1 | -4/+4 |
| |