aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-15398 update class and method namesDuarte Meneses2021-11-182-2/+2
|
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-183-8/+21
|
* SONAR-13427 implement ITsLukasz Jarocki2021-11-161-0/+1
|
* SONAR-13427 Added a new endpoint to renew the project badge tokenLukasz Jarocki2021-11-164-1/+18
|
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-153-0/+11
|
* SONAR-13426 add api/project_badges/token endpointPierre2021-11-159-2/+244
|
* SONAR-15498 add IT and Purge should delete selected project if it only ↵Duarte Meneses2021-11-093-1/+7
| | | | selects a branch being deleted
* SONAR-15528 Support export project branches in portfolio in XMLJacek2021-11-092-0/+11
|
* SONAR-15499 Show portfolio branch selection in views/show WS and clean ↵Duarte Meneses2021-11-095-18/+11
| | | | selected branches in portfolios
* SONAR-15498 Compute manually selected projects in portfolioDuarte Meneses2021-11-091-5/+5
|
* SONAR-15498 Compute manually selected projects in portfolioJacek2021-11-093-12/+12
|
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-095-31/+99
|
* SONAR-15574 open source background project export task processingpierre2021-11-043-0/+41
|
* SONAR-15588 Endpoint for dismissing sonarlint promotionZipeng WU2021-11-032-0/+6
|
* SONAR-15587 - Return sonarLintAdSeen in CurrentAction payloadBelen Pruvost2021-11-031-0/+10
|
* SONAR-15603 - Quality Profile permission delegation logsBelen Pruvost2021-11-0310-26/+176
|
* SONAR-15602 - Quality Gate permission delegation logsBelen Pruvost2021-11-039-16/+257
|
* SONAR-15541 Create api/qualitygates/remove_user serviceZipeng WU2021-10-222-0/+6
|
* SONAR-15442 Deactivate an user should remove its permission on Quality GateZipeng WU2021-10-222-0/+6
|
* SONAR-15539 - Removing a QG removes QG permissionsBelen Pruvost2021-10-224-4/+17
|
* SONAR-15443 - Removing a group removes QG group permissionBelen Pruvost2021-10-222-0/+6
|
* SONAR-15441 - QG Groups Remove EndpointBelen Pruvost2021-10-222-0/+7
|
* SONAR-15514 Create api/qualitygates/search_users serviceZipeng WU2021-10-2213-143/+65
|
* SONAR-15441 - QG Groups Search EndpointBelen Pruvost2021-10-228-49/+169
|
* SONAR-15441 - Create api/qualitygates/add_group endpointbelen-pruvost-sonarsource2021-10-226-0/+175
|
* SONAR-15500 Create api/qualitygates/add_user serviceZipeng WU2021-10-226-0/+163
|
* SONAR-15487 change quickfix type to be false by default (Solving issue with ↵Pierre2021-10-191-5/+4
| | | | Oracle)
* SONAR-15517 fixed an issue when sometimes audit logs could not be downloadedLukasz Jarocki2021-10-141-1/+1
|
* SONAR-15487 added unit test for quickFixAvailable added in Issue and ↵Lukasz Jarocki2021-10-131-1/+1
| | | | DefaultIssue
* SONAR-15479 updated saving issues from report in the database - added ↵Lukasz Jarocki2021-10-131-0/+3
| | | | quickFixAvailable support
* SONAR-15478 added a new boolean column to the Issues table quick_fix_availableLukasz Jarocki2021-10-131-0/+11
|
* SONAR-15307 Run Audit Purge operation in batchesDuarte Meneses2021-10-012-6/+4
|
* SONAR-15450 Take pull requests into account when counting instance's NLOCDuarte Meneses2021-09-272-5/+1
|
* Fix code quality issuesDuarte Meneses2021-09-241-4/+4
|
* SONAR-15425 'api/rules/repositories' is empty for new instancesDuarte Meneses2021-09-232-6/+18
|
* SONAR-15143 - Using ISO8601 for DateTimes9.1.0.47736Belen Pruvost2021-09-162-3/+6
|
* SONAR-15334 - Addressing validation feedbackBelen Pruvost2021-09-161-0/+11
|
* [NO-JIRA] Fixing Quality GateBelen Pruvost2021-09-163-4/+4
|
* SONAR-15225 Cancelled tasks for indexations should be count as failuresJacek2021-09-162-3/+3
|
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-164-5/+49
|
* SONAR-15335 - Avoid returning duplicates in Export FindingsBelen Pruvost2021-09-142-0/+6
|
* SONAR-15334 - Project Export Findings endpointPierre2021-09-143-1/+21
|
* SONAR-15259 Purge project from portfolios when removedJacek2021-09-083-0/+10
|
* SONAR-15259 Audit portfoliosJacek2021-09-082-0/+9
|
* SONAR-15259 Improve unit tests and fix Move WSDuarte Meneses2021-09-083-44/+99
|
* SONAR-15259 Use portfolios related tables in RemoveDeprecatedViewsStepJacek2021-09-082-12/+13
|
* SONAR-15259 Use portfolios table in MoveAction WSDuarte Meneses2021-09-082-34/+48
|
* SONAR-15259 Use portfolios realted tables in DefineAction WSJacek2021-09-082-3/+29
|
* SONAR-15259 Fix generation of subview keyDuarte Meneses2021-09-083-4/+32
|
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-086-220/+45
|