aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-13597 Add new 'Scope' facet to list of issue facetsMichal Duda2020-09-034-4/+24
* SONAR-12459 Security Category filters vulnerability issues onlyJacek2020-08-263-15/+160
* SONAR-13151 api/issues/search page size parameter negative value should not b...Duarte Meneses2020-08-142-5/+5
* SONAR-13398 Throw ES exception in case component is a portfolio, subview or appJacek2020-06-262-11/+20
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-263-18/+143
* SONAR-13398 Verify needIssue sync flag at project levelJacek2020-06-262-21/+11
* SONAR-13398 fail with 503 api/security_reports/show WS if needIssueSync is se...Jacek2020-06-261-1/+5
* SONAR-13398 fail with 503 api/developers/search_events WS if needIssueSync is...Jacek2020-06-261-0/+4
* SONAR-13398 fail with 503 api/issues/tags WS if needIssueSync is set to trueJacek2020-06-262-7/+12
* SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to trueJacek2020-06-263-22/+132
* SONAR-13398 clean api/issues/search WS from deprecated codeJacek2020-06-263-85/+55
* SONAR-13398 extract common component for checking issue sync statusJacek2020-06-265-1/+275
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-268-8/+8
* SONAR-13291 deprecate 'language' param and remove 'language' field from compo...Jacek2020-05-263-31/+0
* SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] only...Jacek2020-05-261-3/+6
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-258-32/+33
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-257-99/+101
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-256-26/+26
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-251-0/+2
* SONAR-13128 Add security review rating to security reportJeremy Davis2020-05-072-28/+34
* SONAR-13196 Search issues since leak period returns all issues if no leak per...Duarte Meneses2020-04-173-31/+39
* SONAR-13188 update telemetry project count query to ignore applicationsJacek2020-04-152-2/+49
* SONAR-13189 add 'qualifiers' filter and facet to WSJacek2020-04-152-1/+93
* SONAR-13188 store qualifier in project measure indexJacek2020-04-154-37/+81
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-143-5/+5
* SONAR-13204 remove global() aggr in project_measure ES search queriesJacek2020-03-301-160/+286
* SONAR-13204 support filters on nested field in RequestFiltersComputerJacek2020-03-301-56/+72
* SONAR-13204 drop TermTopAggregationDefJacek2020-03-301-12/+19
* SONAR-13104 drop global aggregation from issues ES searchesJacek2020-03-301-268/+336
* SONAR-13104 drop unused codeJacek2020-03-301-10/+0
* Move packages so that code coverage is calculated properlyJacek2020-02-114-0/+2066
* SONAR-12961 add facets for new code period: new_security_hotspots_reviewed, n...Jacek2020-02-111-0/+7
* SONAR-12961 add facets for: security_hotspots_reviewed, security_review_ratingJacek2020-02-111-0/+8
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-312-4/+4
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-315-43/+43
* SONAR-12723 api/issues/tags and component_tags ignore HotspotsSébastien Lesaint2020-01-131-0/+6
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-131-0/+8
* SONAR-12717 add sort and paging to api/hotspots/searchSébastien Lesaint2020-01-132-5/+17
* SONAR-12717 store ruleId padded with 0s to fix sorting on this fieldSébastien Lesaint2020-01-131-3/+2
* SONAR-12717 use enum for SQ categories in SecurityStandardsSébastien Lesaint2020-01-131-15/+19
* SONAR-12717 refactor SecurityStandardHelper into SecurityStandardsSébastien Lesaint2020-01-132-14/+12
* SONAR-12722 drop `in_review` statusJacek2020-01-132-43/+50
* Format all headers for 2020Wouter Admiraal2020-01-0758-58/+58
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-105-10/+9
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-092-7/+7
* drop deprecated and dead code in ProjectMeasuresStatisticsSébastien Lesaint2019-10-081-10/+0
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
* use testFixtures instead of test configuration of webserver-esSébastien Lesaint2019-09-023-16/+2
* use testFixtures instead of test configuration of webserver-authSébastien Lesaint2019-09-021-1/+1
* use testFixtures instead of test configuration of server-commonSébastien Lesaint2019-09-021-2/+1