aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-15259 Use portfolios table in MoveAction WSDuarte Meneses2021-09-083-34/+83
* SONAR-15259 Use portfolios realted tables in DefineAction WSJacek2021-09-083-8/+57
* SONAR-15259 Fix generation of subview keyDuarte Meneses2021-09-084-7/+75
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-087-228/+81
* SONAR-15259 Create new tables, daos, dtos and mappersDuarte Meneses2021-09-089-0/+993
* SONAR-15142 - Avoid log creation when a branch or PR is createdBelen Pruvost2021-09-031-1/+7
* SONAR-15143 - Escape quotes in audits new_valueBelen Pruvost2021-08-311-0/+3
* 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-2632-473/+589
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-262-133/+0
* SONAR-15142 Audit internal propertiesDuarte Meneses2021-08-193-7/+39
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-194-2/+50
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-1913-75/+129
* SONAR-15142 - Include template data on user/group permission insertsBelen Pruvost2021-08-195-13/+47
* SONAR-15142 Set a permission template default for Projects / Applications / P...Duarte Meneses2021-08-193-8/+8
* SONAR-15142 Use permission instead of roleDuarte Meneses2021-08-193-14/+14
* SONAR-15142 consistently log 'userLogin' when refering to a userDuarte Meneses2021-08-1910-39/+117
* SONAR-15142 - Skip visibility update logs from PersistComponentsStepBelen Pruvost2021-08-191-4/+5
* SONAR-15142 adding user login to audit log when removing or adding permissionLukasz Jarocki2021-08-195-103/+185
* SONAR-15142 actions on settings should distinguish add and updateZipeng WU2021-08-191-11/+19
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-1926-156/+92
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-1918-129/+169
* SONAR-15142 Logs for add/update/delete are inconsistent for webhooks and devopsDuarte Meneses2021-08-196-35/+15
* SONAR-15277 removing duplicates from audit table when changing visibility of ...Lukasz Jarocki2021-08-193-9/+5
* SONAR-15271 Add/remove permission from a group should have group nameZipeng WU2021-08-194-22/+60
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-194-16/+11
* SONAR-15142 remove dead codePierre2021-08-191-7/+0
* SONAR-15142 add name to audit visibility updatePierre2021-08-192-2/+10
* SONAR-15139 - Purge Branch propertiesBelen Pruvost2021-08-092-3/+17
* SONAR-15236 Check that data is indexed in ElasticSearch before DB commitDuarte Meneses2021-08-041-0/+6
* SONAR-15237 Register removal of pluginsDuarte Meneses2021-08-043-1/+22
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-044-7/+24
* Code smell fix: Replacing ImmutableList from ListBruno Andrade2021-07-292-8/+14
* SONAR-15148 - Fix Audit paginated query for OracleBelen Pruvost2021-07-291-1/+35
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-278-15/+373
* SONAR-15144 - Audit Log Clean Up Jobbelen-pruvost-sonarsource2021-07-274-10/+30
* SONAR-15144 - Add Audit Logs Housekeeping Policy SettingBelen Pruvost2021-07-271-4/+4
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-2726-88/+1399
* SONAR-15143 created api/audit_logs/download endpointLukasz Jarocki2021-07-273-42/+24
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-2719-11/+923
* SONAR-11411 Detection of inactive projects should take into account branchesDuarte Meneses2021-07-166-7/+120
* SONAR-10762 Drop usage of 'user_managed' columnJacek2021-07-074-92/+9
* SONAR-10762 Drop custom metrics WSsJacek2021-07-071-2/+2
* SONAR-10762 Drop manual measures tableZipeng WU2021-07-073-17/+0
* SONAR-10762 Drop Manual Measure from portfoliosZipeng WU2021-07-074-118/+0
* SONAR-10762 Drop Custom Measures WSZipeng WU2021-07-077-293/+0
* SONAR-14605 - Make rule name consistentBelen Pruvost2021-06-303-0/+35
* SONAR-15109 exclude project-specific webhooks from global webhook listPierre2021-06-293-12/+0
* SONAR-14935 add 'detectedCI' fieldJacek2021-06-174-1/+23
* SONAR-13360 Drop multiple ALM settings when downgrading to DE from EE/DCEPhilippe Perrin2021-04-291-1/+1