aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/alm/setting
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25454 Implement repository URL-based project bindings fuzzy searchJulien Camus12 days2-2/+86
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0910-10/+10
* SONAR-14367 Add new field to ProjectAlmSettingDto and update queriesJacek Poreda2025-01-091-0/+17
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-171-0/+8
* SONAR-21922 API v2 endpoint for project-bindingsAntoine Vigneau2024-04-023-1/+50
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-281-1/+1
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-271-0/+9
* NO-JIRA Update license headers to 2024Pierre2024-01-039-9/+9
* SONAR-21119 Add Gitlab BBT for user provisioningAntoine Vigneau2023-12-221-0/+4
* SONAR-19790 Return managed status for project in /api/project/searchAntoine Vigneau2023-07-182-0/+7
* SONAR-19784 Add method ProjectAlmSettingDao.selectByAlmAurelien Poscia2023-07-182-0/+7
* SONAR-18856 javadoc and unit test cosmeticsLukasz Jarocki2023-06-011-3/+2
* Update license templates for 2023Pierre2023-01-029-9/+9
* SONAR-17266 Implement authentification for GitHub webhook requestsAurelien Poscia2022-09-132-0/+8
* SONAR-17266 Add support of webhook secret for api/alm_settings/(create_github...Antoine Vinot2022-09-131-0/+21
* SONAR-17195 Add new telemetry fieldsalain2022-09-053-0/+64
* Update license headers for 2022 [update headers]Pierre2022-01-288-8/+8
* SONAR-15323 - Allow encryption of Global DevOps Platform SettingsBelen Pruvost2021-08-301-3/+15
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-262-34/+16
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-191-1/+5
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-2/+4
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-194-6/+6
* SONAR-15142 Logs for add/update/delete are inconsistent for webhooks and devopsDuarte Meneses2021-08-193-19/+8
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-272-1/+57
* SONAR-13360 Drop multiple ALM settings when downgrading to DE from EE/DCEPhilippe Perrin2021-04-291-1/+1
* SONAR-14274 add monorepo flag for bitbucket project bindingPierre2021-02-021-2/+1
* SONAR-14394 Enable project binding for bitbucket cloudDuarte Meneses2021-01-271-0/+1
* SONAR-14334 update get_binding and set_azure_bindingPierre2021-01-251-0/+16
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-088-8/+8
* clean code smells (unused import)Pierre Guillot2020-11-261-1/+0
* SONAR-13475 - List Github Enterprise repositories API (#2883)Duarte Meneses2020-07-012-3/+6
* SONAR-13475 Get GitHub ClientId APIMark Rekveld2020-07-011-0/+33
* Table creation migrations should not be re-entrantJulien Lancelot2020-06-032-6/+5
* SONAR-13139 Add 'summaryCommentEnable' property to allow enable/disable of sh...Jacek2020-03-061-0/+15
* SONAR-13003 display already imported BBS reposPierre Guillot2020-02-202-0/+13
* SONAR-13002 auto configure PR settings when BBS project is importedPierre Guillot2020-02-201-1/+0
* SONAR-13001 create endpoint alm_integrations/set_patPierre Guillot2020-02-201-1/+1
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-4/+5
* Format all headers for 2020Wouter Admiraal2020-01-078-8/+8
* SONAR-12773 add gitlab alm settingsPierre Guillot2019-12-161-1/+2
* SONAR-12512 SONAR-12514 SONAR-12515 Fix ordering of lists WSJulien Lancelot2019-11-061-1/+1
* SONAR-12512 Decorate PR using configuration from new ALM_SETTINGS tablesPierre Guillot2019-11-063-1/+12
* SONAR-12512 Allow project binding on multiple GitHub instancesJulien Lancelot2019-11-064-1/+273
* SONAR-12512 Allow configuration of multiple GitHub instancesJulien Lancelot2019-11-065-0/+301