aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-15398 update class and method namesDuarte Meneses2021-11-182-5/+5
|
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-181-1/+23
|
* SONAR-13427 Added a new endpoint to renew the project badge tokenLukasz Jarocki2021-11-161-6/+53
|
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-151-0/+13
|
* SONAR-13426 add api/project_badges/token endpointPierre2021-11-151-0/+92
|
* SONAR-15498 add IT and Purge should delete selected project if it only ↵Duarte Meneses2021-11-091-2/+19
| | | | selects a branch being deleted
* SONAR-15528 Support export project branches in portfolio in XMLJacek2021-11-091-0/+36
|
* SONAR-15499 Show portfolio branch selection in views/show WS and clean ↵Duarte Meneses2021-11-092-29/+59
| | | | selected branches in portfolios
* SONAR-15498 Compute manually selected projects in portfolioJacek2021-11-091-5/+5
|
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-091-45/+85
|
* SONAR-15588 Endpoint for dismissing sonarlint promotionZipeng WU2021-11-031-0/+12
|
* SONAR-15603 - Quality Profile permission delegation logsBelen Pruvost2021-11-032-36/+156
|
* SONAR-15602 - Quality Gate permission delegation logsBelen Pruvost2021-11-032-18/+110
|
* Fix code quality issuesDuarte Meneses2021-10-256-9/+8
|
* SONAR-15541 Create api/qualitygates/remove_user serviceZipeng WU2021-10-221-0/+13
|
* SONAR-15442 Deactivate an user should remove its permission on Quality GateZipeng WU2021-10-221-0/+19
|
* SONAR-15539 - Removing a QG removes QG permissionsBelen Pruvost2021-10-222-1/+39
|
* SONAR-15443 - Removing a group removes QG group permissionBelen Pruvost2021-10-221-0/+19
|
* SONAR-15441 - QG Groups Remove EndpointBelen Pruvost2021-10-221-0/+13
|
* SONAR-15514 Create api/qualitygates/search_users serviceZipeng WU2021-10-224-47/+191
|
* SONAR-15441 - QG Groups Search EndpointBelen Pruvost2021-10-222-12/+145
|
* SONAR-15441 - Create api/qualitygates/add_group endpointbelen-pruvost-sonarsource2021-10-221-0/+92
|
* SONAR-15500 Create api/qualitygates/add_user serviceZipeng WU2021-10-221-0/+67
|
* SONAR-15487 change quickfix type to be false by default (Solving issue with ↵Pierre2021-10-191-2/+2
| | | | Oracle)
* SONAR-15517 fixed an issue when sometimes audit logs could not be downloadedLukasz Jarocki2021-10-141-0/+69
|
* SONAR-15487 added unit test for quickFixAvailable added in Issue and ↵Lukasz Jarocki2021-10-131-0/+102
| | | | DefaultIssue
* SONAR-15478 added a new boolean column to the Issues table quick_fix_availableLukasz Jarocki2021-10-131-1/+39
|
* SONAR-15307 Run Audit Purge operation in batchesDuarte Meneses2021-10-011-13/+18
|
* SONAR-15425 'api/rules/repositories' is empty for new instancesDuarte Meneses2021-09-231-9/+21
|
* SONAR-15352 Reopened closed hotspots should bring back their previous stateDuarte Meneses2021-09-221-3/+5
|
* SONAR-15143 - Using ISO8601 for DateTimes9.1.0.47736Belen Pruvost2021-09-162-3/+11
|
* SONAR-15225 Cancelled tasks for indexations should be count as failuresJacek2021-09-161-10/+19
|
* SONAR-15335 - Avoid returning duplicates in Export FindingsBelen Pruvost2021-09-141-0/+12
|
* SONAR-15334 - Project Export Findings endpointPierre2021-09-141-0/+11
|
* SONAR-15259 Purge project from portfolios when removedJacek2021-09-082-13/+51
|
* SONAR-15259 Improve unit tests and fix Move WSDuarte Meneses2021-09-081-130/+230
|
* SONAR-15259 Use portfolios related tables in RemoveDeprecatedViewsStepJacek2021-09-081-1/+2
|
* SONAR-15259 Use portfolios table in MoveAction WSDuarte Meneses2021-09-081-131/+206
|
* SONAR-15259 Use portfolios realted tables in DefineAction WSJacek2021-09-081-0/+55
|
* SONAR-15259 Fix generation of subview keyDuarte Meneses2021-09-081-1/+17
|
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-081-8/+18
|
* SONAR-15259 Create new tables, daos, dtos and mappersDuarte Meneses2021-09-082-0/+290
|
* SONAR-15142 - Avoid log creation when a branch or PR is createdBelen Pruvost2021-09-031-0/+12
|
* SONAR-15143 - Escape quotes in audits new_valueBelen Pruvost2021-08-311-3/+3
|
* SONAR-15323 - Allow encryption of Global DevOps Platform SettingsBelen Pruvost2021-08-302-11/+52
|
* SONAR-15142 Always add AuditPersister to container and use typed NewValue ↵Duarte Meneses2021-08-2621-230/+85
| | | | for each audit
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-262-334/+0
| | | | | | Co-authored-by: Lukasz Jarocki <lukasz.jarocki@sonarsource.com> Co-authored-by: Philippe Perrin <philippe.perrin@sonarsource.com> Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
* SONAR-15142 Audit internal propertiesDuarte Meneses2021-08-191-7/+90
|
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-193-6/+41
|
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-1913-264/+352
|