aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/webhook/WebhookDao.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-17/+7
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-191-1/+4
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-4/+4
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-191-4/+4
* SONAR-15142 Logs for add/update/delete are inconsistent for webhooks and devopsDuarte Meneses2021-08-191-2/+1
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-3/+30
* SONAR-15109 exclude project-specific webhooks from global webhook listPierre2021-06-291-4/+0
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-27/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13999 remove orgs webhook WSMichal Duda2020-12-221-7/+22
* clean code smells (unused import)Pierre Guillot2020-11-261-1/+0
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-4/+5
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting w...Guillaume Jambet2018-03-011-13/+1
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-011-7/+19
* SONAR-10345 Ensure that no orphaned webhooks remains when deleting an organiz...Guillaume Jambet2018-03-011-0/+9
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-011-2/+6
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-011-9/+7
* SONAR-10345 Add Webhooks delete wsGuillaume Jambet2018-03-011-1/+4
* SONAR-10345 Add Webhooks update wsGuillaume Jambet2018-03-011-5/+10
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-011-0/+65