aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15398 update class and method namesDuarte Meneses2021-11-184-7/+7
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-185-13/+62
* SONAR-13427 implement ITsLukasz Jarocki2021-11-161-0/+1
* SONAR-13427 Added a new endpoint to renew the project badge tokenLukasz Jarocki2021-11-166-7/+80
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-155-0/+28
* SONAR-13426 add api/project_badges/token endpointPierre2021-11-1511-2/+374
* SONAR-13426 add project_badge_token tablePierre2021-11-151-0/+9
* Make new portfolio queries oracle compliantJacek2021-11-091-12/+52
* SONAR-15498 add IT and Purge should delete selected project if it only select...Duarte Meneses2021-11-095-3/+39
* SONAR-15528 Support export project branches in portfolio in XMLJacek2021-11-094-0/+58
* SONAR-15499 Show portfolio branch selection in views/show WS and clean select...Duarte Meneses2021-11-099-99/+115
* SONAR-15498 Compute manually selected projects in portfolioDuarte Meneses2021-11-093-11/+11
* SONAR-15498 Compute manually selected projects in portfolioJacek2021-11-097-28/+36
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-099-112/+315
* SONAR-15579 Improve error verbosity on permission template matching key colli...Klaudio Sinani2021-11-092-4/+11
* SONAR-15587 - Change DB Migration for sonarlint_ad_seenBelen Pruvost2021-11-041-1/+1
* SONAR-15574 open source background project export task processingpierre2021-11-044-0/+102
* SONAR-15588 Endpoint for dismissing sonarlint promotionZipeng WU2021-11-034-2/+27
* SONAR-15587 - Return sonarLintAdSeen in CurrentAction payloadBelen Pruvost2021-11-032-0/+14
* SONAR-15587 - Add sonarlint_ad_seen boolean column to users tableBelen Pruvost2021-11-031-1/+2
* SONAR-15603 - Quality Profile permission delegation logsBelen Pruvost2021-11-0313-72/+343
* SONAR-15602 - Quality Gate permission delegation logsBelen Pruvost2021-11-0312-41/+377
* Fix code quality issuesDuarte Meneses2021-10-256-9/+8
* SONAR-15541 Create api/qualitygates/remove_user serviceZipeng WU2021-10-224-0/+25
* SONAR-15442 Deactivate an user should remove its permission on Quality GateZipeng WU2021-10-224-0/+30
* SONAR-15539 - Removing a QG removes QG permissionsBelen Pruvost2021-10-228-6/+67
* SONAR-15443 - Removing a group removes QG group permissionBelen Pruvost2021-10-224-0/+30
* SONAR-15441 - QG Groups Remove EndpointBelen Pruvost2021-10-224-0/+26
* SONAR-15514 Create api/qualitygates/search_users serviceZipeng WU2021-10-2219-200/+327
* SONAR-15441 - QG Groups Search EndpointBelen Pruvost2021-10-2212-64/+371
* SONAR-15441 - Create api/qualitygates/add_group endpointbelen-pruvost-sonarsource2021-10-229-0/+323
* SONAR-15500 Create api/qualitygates/add_user serviceZipeng WU2021-10-229-0/+277
* SONAR-15441 - Create table for qgate_group_permissionsBelen Pruvost2021-10-221-0/+9
* SONAR-15497 Create database store for qgate_user_permissionsZipeng WU2021-10-221-0/+9
* SONAR-15487 change quickfix type to be false by default (Solving issue with O...Pierre2021-10-192-7/+6
* SONAR-15523 Fixed an issue where the test selecting quickFixAvailable was no...Lukasz Jarocki2021-10-181-1/+2
* SONAR-15517 fixed an issue when sometimes audit logs could not be downloadedLukasz Jarocki2021-10-142-1/+70
* SONAR-15487 added unit test for quickFixAvailable added in Issue and DefaultI...Lukasz Jarocki2021-10-132-1/+103
* SONAR-15479 updated saving issues from report in the database - added quickFi...Lukasz Jarocki2021-10-131-0/+3
* SONAR-15478 added a new boolean column to the Issues table quick_fix_availableLukasz Jarocki2021-10-134-5/+57
* SONAR-15307 Run Audit Purge operation in batchesDuarte Meneses2021-10-014-19/+40
* SONAR-15450 Take pull requests into account when counting instance's NLOCDuarte Meneses2021-09-273-6/+2
* Fix code quality issuesDuarte Meneses2021-09-241-4/+4
* SONAR-15425 'api/rules/repositories' is empty for new instancesDuarte Meneses2021-09-234-15/+44
* SONAR-15352 Reopened closed hotspots should bring back their previous stateDuarte Meneses2021-09-222-4/+5
* SONAR-15422 Portfolios 'selection_expression' column is too shortDuarte Meneses2021-09-221-1/+1
* SONAR-15143 - Using ISO8601 for DateTimes9.1.0.47736Belen Pruvost2021-09-164-6/+17
* SONAR-15334 - Addressing validation feedbackBelen Pruvost2021-09-162-3/+20
* [NO-JIRA] Fixing Quality GateBelen Pruvost2021-09-163-4/+4
* SONAR-15225 Cancelled tasks for indexations should be count as failuresJacek2021-09-164-19/+28