| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-15398 update class and method names | Duarte Meneses | 2021-11-18 | 2 | -5/+5 |
* | SONAR-15398 Project is not removed from application_projects table when deleted | Duarte Meneses | 2021-11-18 | 1 | -1/+23 |
* | SONAR-13427 Added a new endpoint to renew the project badge token | Lukasz Jarocki | 2021-11-16 | 1 | -6/+53 |
* | SONAR-13426 purge project_badge_token when a project is deleted | Pierre | 2021-11-15 | 1 | -0/+13 |
* | SONAR-13426 add api/project_badges/token endpoint | Pierre | 2021-11-15 | 1 | -0/+92 |
* | SONAR-15498 add IT and Purge should delete selected project if it only select... | Duarte Meneses | 2021-11-09 | 1 | -2/+19 |
* | SONAR-15528 Support export project branches in portfolio in XML | Jacek | 2021-11-09 | 1 | -0/+36 |
* | SONAR-15499 Show portfolio branch selection in views/show WS and clean select... | Duarte Meneses | 2021-11-09 | 2 | -29/+59 |
* | SONAR-15498 Compute manually selected projects in portfolio | Jacek | 2021-11-09 | 1 | -5/+5 |
* | SONAR-15498 DB schema and WS supports project branches selection in portfolios | Duarte Meneses | 2021-11-09 | 1 | -45/+85 |
* | SONAR-15588 Endpoint for dismissing sonarlint promotion | Zipeng WU | 2021-11-03 | 1 | -0/+12 |
* | SONAR-15603 - Quality Profile permission delegation logs | Belen Pruvost | 2021-11-03 | 2 | -36/+156 |
* | SONAR-15602 - Quality Gate permission delegation logs | Belen Pruvost | 2021-11-03 | 2 | -18/+110 |
* | Fix code quality issues | Duarte Meneses | 2021-10-25 | 6 | -9/+8 |
* | SONAR-15541 Create api/qualitygates/remove_user service | Zipeng WU | 2021-10-22 | 1 | -0/+13 |
* | SONAR-15442 Deactivate an user should remove its permission on Quality Gate | Zipeng WU | 2021-10-22 | 1 | -0/+19 |
* | SONAR-15539 - Removing a QG removes QG permissions | Belen Pruvost | 2021-10-22 | 2 | -1/+39 |
* | SONAR-15443 - Removing a group removes QG group permission | Belen Pruvost | 2021-10-22 | 1 | -0/+19 |
* | SONAR-15441 - QG Groups Remove Endpoint | Belen Pruvost | 2021-10-22 | 1 | -0/+13 |
* | SONAR-15514 Create api/qualitygates/search_users service | Zipeng WU | 2021-10-22 | 4 | -47/+191 |
* | SONAR-15441 - QG Groups Search Endpoint | Belen Pruvost | 2021-10-22 | 2 | -12/+145 |
* | SONAR-15441 - Create api/qualitygates/add_group endpoint | belen-pruvost-sonarsource | 2021-10-22 | 1 | -0/+92 |
* | SONAR-15500 Create api/qualitygates/add_user service | Zipeng WU | 2021-10-22 | 1 | -0/+67 |
* | SONAR-15487 change quickfix type to be false by default (Solving issue with O... | Pierre | 2021-10-19 | 1 | -2/+2 |
* | SONAR-15517 fixed an issue when sometimes audit logs could not be downloaded | Lukasz Jarocki | 2021-10-14 | 1 | -0/+69 |
* | SONAR-15487 added unit test for quickFixAvailable added in Issue and DefaultI... | Lukasz Jarocki | 2021-10-13 | 1 | -0/+102 |
* | SONAR-15478 added a new boolean column to the Issues table quick_fix_available | Lukasz Jarocki | 2021-10-13 | 1 | -1/+39 |
* | SONAR-15307 Run Audit Purge operation in batches | Duarte Meneses | 2021-10-01 | 1 | -13/+18 |
* | SONAR-15425 'api/rules/repositories' is empty for new instances | Duarte Meneses | 2021-09-23 | 1 | -9/+21 |
* | SONAR-15352 Reopened closed hotspots should bring back their previous state | Duarte Meneses | 2021-09-22 | 1 | -3/+5 |
* | SONAR-15143 - Using ISO8601 for DateTimes9.1.0.47736 | Belen Pruvost | 2021-09-16 | 2 | -3/+11 |
* | SONAR-15225 Cancelled tasks for indexations should be count as failures | Jacek | 2021-09-16 | 1 | -10/+19 |
* | SONAR-15335 - Avoid returning duplicates in Export Findings | Belen Pruvost | 2021-09-14 | 1 | -0/+12 |
* | SONAR-15334 - Project Export Findings endpoint | Pierre | 2021-09-14 | 1 | -0/+11 |
* | SONAR-15259 Purge project from portfolios when removed | Jacek | 2021-09-08 | 2 | -13/+51 |
* | SONAR-15259 Improve unit tests and fix Move WS | Duarte Meneses | 2021-09-08 | 1 | -130/+230 |
* | SONAR-15259 Use portfolios related tables in RemoveDeprecatedViewsStep | Jacek | 2021-09-08 | 1 | -1/+2 |
* | SONAR-15259 Use portfolios table in MoveAction WS | Duarte Meneses | 2021-09-08 | 1 | -131/+206 |
* | SONAR-15259 Use portfolios realted tables in DefineAction WS | Jacek | 2021-09-08 | 1 | -0/+55 |
* | SONAR-15259 Fix generation of subview key | Duarte Meneses | 2021-09-08 | 1 | -1/+17 |
* | SONAR-15259 Migrate portfolios from XML to DB | Jacek | 2021-09-08 | 1 | -8/+18 |
* | SONAR-15259 Create new tables, daos, dtos and mappers | Duarte Meneses | 2021-09-08 | 2 | -0/+290 |
* | SONAR-15142 - Avoid log creation when a branch or PR is created | Belen Pruvost | 2021-09-03 | 1 | -0/+12 |
* | SONAR-15143 - Escape quotes in audits new_value | Belen Pruvost | 2021-08-31 | 1 | -3/+3 |
* | SONAR-15323 - Allow encryption of Global DevOps Platform Settings | Belen Pruvost | 2021-08-30 | 2 | -11/+52 |
* | SONAR-15142 Always add AuditPersister to container and use typed NewValue for... | Duarte Meneses | 2021-08-26 | 21 | -230/+85 |
* | SONAR-15313 drop endpoints from WebAPI deprecated since 7.X | Lukasz Jarocki | 2021-08-26 | 2 | -334/+0 |
* | SONAR-15142 Audit internal properties | Duarte Meneses | 2021-08-19 | 1 | -7/+90 |
* | SONAR-15287 When updating a secret, audit logs should log the action | Zipeng WU | 2021-08-19 | 3 | -6/+41 |
* | SONAR-15142 - Add componentKey to all logs | Belen Pruvost | 2021-08-19 | 13 | -264/+352 |