Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-15154 add audit logs about projects, portfolios and apps | lukasz-jarocki-sonarsource | 2021-07-27 | 1 | -3/+4 |
| | |||||
* | SONAR-15142 - Log Permission, Plugin, Secret Key, License and Settings | Belen Pruvost | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | SONAR-15163 Fix project key search to be case insensitive | Jacek | 2021-07-13 | 1 | -0/+1 |
| | |||||
* | SONAR-14605 - Only update Rule facet name for external rules | Belen Pruvost | 2021-07-01 | 2 | -35/+1 |
| | |||||
* | SONAR-11407 fix the issue by reducing the batchsize for this query | Pierre | 2021-07-01 | 2 | -4/+7 |
| | |||||
* | SONAR-10230 Project search should support search by partial project key | Zipeng WU | 2021-07-01 | 2 | -10/+15 |
| | |||||
* | SONAR-14605 - Make rule name consistent | Belen Pruvost | 2021-06-30 | 3 | -3/+39 |
| | |||||
* | SONAR-14641 added secondary sorting to all sorting when searching for issues | Lukasz Jarocki | 2021-06-29 | 2 | -2/+57 |
| | |||||
* | SONAR-14322 api/issues/search returns all issues if provided rule key ↵ | Michal Duda | 2021-04-01 | 5 | -6/+43 |
| | | | | doesn't exist | ||||
* | SONAR-14442 Elasticsearch query for CWE Top 25 | Zipeng WU | 2021-02-17 | 2 | -16/+146 |
| | |||||
* | SONAR-14443 Deprecate 'sansTop25' param in WS | Jacek | 2021-02-17 | 1 | -0/+4 |
| | |||||
* | SONAR-14442 add cweTop25 value param to 'api/security_report' | Jacek | 2021-02-17 | 1 | -0/+11 |
| | | | | - map ES results to WS results | ||||
* | SONAR-14455 Upgrade Elasticsearch client dependencies to 7.10.2 | Jacek | 2021-02-11 | 1 | -2/+2 |
| | |||||
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 10 | -51/+2 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 66 | -66/+66 |
| | |||||
* | SONAR-13999 Remove OrganizationDbTester | Michal Duda | 2020-12-22 | 15 | -303/+206 |
| | |||||
* | SONAR-13999 remove orgs from hotspots WS | Michal Duda | 2020-12-22 | 7 | -166/+79 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 2 | -2/+2 |
| | |||||
* | Fix AssertJ assertions | Philippe Perrin | 2020-12-14 | 1 | -1/+3 |
| | |||||
* | Fix various code smells | Jacek | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | Code smells test fixes | Jacek | 2020-12-09 | 2 | -8/+8 |
| | |||||
* | SONAR-14224 return correct number of total issues in case ↵ | Jacek | 2020-12-08 | 6 | -1/+63 |
| | | | | index.max_result_window exceeded | ||||
* | SONAR-8427 Add a timeZone param to api/issues/search | Julien HENRY | 2020-12-03 | 9 | -43/+158 |
| | |||||
* | Speed up unit tests by improving indexing in unit tests | Duarte Meneses | 2020-11-30 | 3 | -3/+22 |
| | | | | | * 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-12686 upgrade es client to 7.9.3 and move to HTTP | Jacek | 2020-11-05 | 10 | -216/+252 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-13936 Drop some Organization code related to Users/Groups/Permission | Duarte Meneses | 2020-10-16 | 1 | -2/+1 |
| | |||||
* | SONAR-13966 filter new code period issues for application using 'branch' ↵ | Jacek | 2020-10-12 | 2 | -3/+58 |
| | | | | field instead 'project' | ||||
* | SONAR-13566 Add security standards filters to hotspot search WS | Michal Duda | 2020-10-07 | 1 | -1/+1 |
| | |||||
* | SONAR-13592 add facet to filter by file paths | Jacek | 2020-09-24 | 7 | -55/+53 |
| | |||||
* | SONAR-13597 Add new 'Scope' facet to list of issue facets | Michal Duda | 2020-09-03 | 4 | -4/+24 |
| | |||||
* | SONAR-12459 Security Category filters vulnerability issues only | Jacek | 2020-08-26 | 3 | -15/+160 |
| | |||||
* | SONAR-13151 api/issues/search page size parameter negative value should not ↵ | Duarte Meneses | 2020-08-14 | 2 | -5/+5 |
| | | | | be allowed | ||||
* | SONAR-13398 Throw ES exception in case component is a portfolio, subview or app | Jacek | 2020-06-26 | 2 | -11/+20 |
| | |||||
* | SONAR-13444 Return hasFailure flag for indexation progress status | Jacek | 2020-06-26 | 3 | -18/+143 |
| | | | | isCompleted is now based on task rather on project_branches | ||||
* | SONAR-13398 Verify needIssue sync flag at project level | Jacek | 2020-06-26 | 2 | -21/+11 |
| | |||||
* | SONAR-13398 fail with 503 api/security_reports/show WS if needIssueSync is ↵ | Jacek | 2020-06-26 | 1 | -1/+5 |
| | | | | set to true | ||||
* | SONAR-13398 fail with 503 api/developers/search_events WS if needIssueSync ↵ | Jacek | 2020-06-26 | 1 | -0/+4 |
| | | | | is set to true | ||||
* | SONAR-13398 fail with 503 api/issues/tags WS if needIssueSync is set to true | Jacek | 2020-06-26 | 2 | -7/+12 |
| | |||||
* | SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to true | Jacek | 2020-06-26 | 3 | -22/+132 |
| | |||||
* | SONAR-13398 clean api/issues/search WS from deprecated code | Jacek | 2020-06-26 | 3 | -85/+55 |
| | |||||
* | SONAR-13398 extract common component for checking issue sync status | Jacek | 2020-06-26 | 5 | -1/+275 |
| | |||||
* | SONAR-13444 background tasks for issue indexation implementation | Pierre | 2020-06-26 | 8 | -8/+8 |
| | |||||
* | SONAR-13291 deprecate 'language' param and remove 'language' field from ↵ | Jacek | 2020-05-26 | 3 | -31/+0 |
| | | | | component ES index | ||||
* | SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] ↵ | Jacek | 2020-05-26 | 1 | -3/+6 |
| | | | | only in Component ES index | ||||
* | SONAR-13221 change PK of RULES and update FK | Michal Duda | 2020-05-25 | 8 | -32/+33 |
| | |||||
* | SONAR-13221 change USER_ROLES user_id FK to user_uuid | Jacek | 2020-05-25 | 7 | -99/+101 |
| | |||||
* | SONAR-13221 change PK of GROUPS and update FKs | Duarte Meneses | 2020-05-25 | 6 | -26/+26 |
| | |||||
* | SONAR-13221 Feedback from review and fix tests | Duarte Meneses | 2020-05-25 | 1 | -0/+2 |
| | |||||
* | SONAR-13128 Add security review rating to security report | Jeremy Davis | 2020-05-07 | 2 | -28/+34 |
| | |||||
* | SONAR-13196 Search issues since leak period returns all issues if no leak ↵ | Duarte Meneses | 2020-04-17 | 3 | -31/+39 |
| | | | | period exists |