aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-14315 Cannot paginate /api/project_tags/searchDuarte Meneses2021-11-181-8/+54
* SONAR-15397 Fix Issue tags aren't filtered by branchZipeng WU2021-11-051-0/+1
* SONAR-15345 Fixed the numbers of CWEs for 2021Lukasz Jarocki2021-08-301-2/+2
* SONAR-15345 add CWE top 25 for year 2021Lukasz Jarocki2021-08-301-4/+58
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-264-23/+6
* SONAR-15142 - Include template data on user/group permission insertsBelen Pruvost2021-08-191-1/+1
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-191-1/+1
* SONAR-15271 Add/remove permission from a group should have group nameZipeng WU2021-08-191-2/+4
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-191-3/+22
* SONAR-15142 remove dead codePierre2021-08-191-21/+2
* SONAR-15138 Generate PDFJeremy Davis2021-08-091-2/+2
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-271-3/+4
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-1/+1
* SONAR-14605 - Only update Rule facet name for external rulesBelen Pruvost2021-07-011-14/+1
* SONAR-11407 fix the issue by reducing the batchsize for this queryPierre2021-07-011-2/+2
* SONAR-10230 Project search should support search by partial project keyZipeng WU2021-07-011-9/+13
* SONAR-14605 - Make rule name consistentBelen Pruvost2021-06-301-1/+18
* SONAR-14641 added secondary sorting to all sorting when searching for issuesLukasz Jarocki2021-06-291-2/+52
* SONAR-14322 api/issues/search returns all issues if provided rule key doesn't...Michal Duda2021-04-012-2/+19
* SONAR-14442 Elasticsearch query for CWE Top 25Zipeng WU2021-02-171-0/+115
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-115-7/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0837-37/+37
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-2214-303/+202
* SONAR-13999 remove orgs from hotspots WSMichal Duda2020-12-224-148/+79
* fix code smellsPierre2020-12-142-2/+2
* Fix AssertJ assertionsPhilippe Perrin2020-12-141-1/+3
* Code smells test fixesJacek2020-12-092-8/+8
* SONAR-14224 return correct number of total issues in case index.max_result_wi...Jacek2020-12-083-0/+59
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-034-33/+120
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-302-3/+15
* SONAR-12686 upgrade es client to 7.9.3 and move to HTTPJacek2020-11-056-31/+35
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-161-2/+1
* SONAR-13966 filter new code period issues for application using 'branch' fiel...Jacek2020-10-121-0/+54
* SONAR-13592 add facet to filter by file pathsJacek2020-09-244-32/+33
* SONAR-13597 Add new 'Scope' facet to list of issue facetsMichal Duda2020-09-031-4/+5
* SONAR-12459 Security Category filters vulnerability issues onlyJacek2020-08-262-1/+121
* SONAR-13151 api/issues/search page size parameter negative value should not b...Duarte Meneses2020-08-141-3/+3
* SONAR-13398 Throw ES exception in case component is a portfolio, subview or appJacek2020-06-261-10/+7
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-261-15/+129
* SONAR-13398 Verify needIssue sync flag at project levelJacek2020-06-261-8/+8
* SONAR-13398 fail with 503 api/issues/tags WS if needIssueSync is set to trueJacek2020-06-261-6/+6
* SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to trueJacek2020-06-261-1/+114
* SONAR-13398 clean api/issues/search WS from deprecated codeJacek2020-06-261-65/+40
* SONAR-13398 extract common component for checking issue sync statusJacek2020-06-261-0/+116
* 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-261-16/+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-257-25/+26
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-254-88/+92
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-253-15/+15