| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-14315 Cannot paginate /api/project_tags/search | Duarte Meneses | 2021-11-18 | 1 | -8/+54 |
* | SONAR-15397 Fix Issue tags aren't filtered by branch | Zipeng WU | 2021-11-05 | 1 | -0/+1 |
* | SONAR-15345 Fixed the numbers of CWEs for 2021 | Lukasz Jarocki | 2021-08-30 | 1 | -2/+2 |
* | SONAR-15345 add CWE top 25 for year 2021 | Lukasz Jarocki | 2021-08-30 | 1 | -4/+58 |
* | SONAR-15313 drop endpoints from WebAPI deprecated since 7.X | Lukasz Jarocki | 2021-08-26 | 4 | -23/+6 |
* | SONAR-15142 - Include template data on user/group permission inserts | 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-15271 Add/remove permission from a group should have group name | Zipeng WU | 2021-08-19 | 1 | -2/+4 |
* | SONAR-15142 add 'name' and 'key' in component context for Audit | Pierre | 2021-08-19 | 1 | -3/+22 |
* | SONAR-15142 remove dead code | Pierre | 2021-08-19 | 1 | -21/+2 |
* | SONAR-15138 Generate PDF | Jeremy Davis | 2021-08-09 | 1 | -2/+2 |
* | 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-14605 - Only update Rule facet name for external rules | Belen Pruvost | 2021-07-01 | 1 | -14/+1 |
* | SONAR-11407 fix the issue by reducing the batchsize for this query | Pierre | 2021-07-01 | 1 | -2/+2 |
* | SONAR-10230 Project search should support search by partial project key | Zipeng WU | 2021-07-01 | 1 | -9/+13 |
* | SONAR-14605 - Make rule name consistent | Belen Pruvost | 2021-06-30 | 1 | -1/+18 |
* | SONAR-14641 added secondary sorting to all sorting when searching for issues | Lukasz Jarocki | 2021-06-29 | 1 | -2/+52 |
* | SONAR-14322 api/issues/search returns all issues if provided rule key doesn't... | Michal Duda | 2021-04-01 | 2 | -2/+19 |
* | SONAR-14442 Elasticsearch query for CWE Top 25 | Zipeng WU | 2021-02-17 | 1 | -0/+115 |
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 5 | -7/+2 |
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 37 | -37/+37 |
* | SONAR-13999 Remove OrganizationDbTester | Michal Duda | 2020-12-22 | 14 | -303/+202 |
* | SONAR-13999 remove orgs from hotspots WS | Michal Duda | 2020-12-22 | 4 | -148/+79 |
* | fix code smells | Pierre | 2020-12-14 | 2 | -2/+2 |
* | Fix AssertJ assertions | Philippe Perrin | 2020-12-14 | 1 | -1/+3 |
* | Code smells test fixes | Jacek | 2020-12-09 | 2 | -8/+8 |
* | SONAR-14224 return correct number of total issues in case index.max_result_wi... | Jacek | 2020-12-08 | 3 | -0/+59 |
* | SONAR-8427 Add a timeZone param to api/issues/search | Julien HENRY | 2020-12-03 | 4 | -33/+120 |
* | Speed up unit tests by improving indexing in unit tests | Duarte Meneses | 2020-11-30 | 2 | -3/+15 |
* | SONAR-12686 upgrade es client to 7.9.3 and move to HTTP | Jacek | 2020-11-05 | 6 | -31/+35 |
* | 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' fiel... | Jacek | 2020-10-12 | 1 | -0/+54 |
* | SONAR-13592 add facet to filter by file paths | Jacek | 2020-09-24 | 4 | -32/+33 |
* | SONAR-13597 Add new 'Scope' facet to list of issue facets | Michal Duda | 2020-09-03 | 1 | -4/+5 |
* | SONAR-12459 Security Category filters vulnerability issues only | Jacek | 2020-08-26 | 2 | -1/+121 |
* | SONAR-13151 api/issues/search page size parameter negative value should not b... | Duarte Meneses | 2020-08-14 | 1 | -3/+3 |
* | SONAR-13398 Throw ES exception in case component is a portfolio, subview or app | Jacek | 2020-06-26 | 1 | -10/+7 |
* | SONAR-13444 Return hasFailure flag for indexation progress status | Jacek | 2020-06-26 | 1 | -15/+129 |
* | SONAR-13398 Verify needIssue sync flag at project level | Jacek | 2020-06-26 | 1 | -8/+8 |
* | SONAR-13398 fail with 503 api/issues/tags WS if needIssueSync is set to true | Jacek | 2020-06-26 | 1 | -6/+6 |
* | SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to true | Jacek | 2020-06-26 | 1 | -1/+114 |
* | SONAR-13398 clean api/issues/search WS from deprecated code | Jacek | 2020-06-26 | 1 | -65/+40 |
* | SONAR-13398 extract common component for checking issue sync status | Jacek | 2020-06-26 | 1 | -0/+116 |
* | 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 compo... | Jacek | 2020-05-26 | 1 | -16/+0 |
* | SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] only... | Jacek | 2020-05-26 | 1 | -3/+6 |
* | SONAR-13221 change PK of RULES and update FK | Michal Duda | 2020-05-25 | 7 | -25/+26 |
* | SONAR-13221 change USER_ROLES user_id FK to user_uuid | Jacek | 2020-05-25 | 4 | -88/+92 |
* | SONAR-13221 change PK of GROUPS and update FKs | Duarte Meneses | 2020-05-25 | 3 | -15/+15 |