aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
...
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-164-5/+49
* SONAR-15335 - Avoid returning duplicates in Export FindingsBelen Pruvost2021-09-144-3/+29
* SONAR-15334 - Project Export Findings endpointPierre2021-09-146-1/+111
* SONAR-15259 Add DB indexesDuarte Meneses2021-09-081-0/+3
* SONAR-15259 Purge project from portfolios when removedJacek2021-09-086-13/+68
* SONAR-15259 Remove dead code and minor fixesDuarte Meneses2021-09-081-0/+9
* SONAR-15259 Audit portfoliosJacek2021-09-083-0/+20
* SONAR-15259 Improve unit tests and fix Move WSDuarte Meneses2021-09-086-192/+345
* SONAR-15259 Use portfolios related tables in RemoveDeprecatedViewsStepJacek2021-09-085-21/+51
* SONAR-15259 Use portfolios table in MoveAction WSDuarte Meneses2021-09-085-171/+318
* SONAR-15259 Use portfolios realted tables in DefineAction WSJacek2021-09-085-8/+119
* SONAR-15259 Fix generation of subview keyDuarte Meneses2021-09-086-16/+131
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-0810-243/+161
* SONAR-15259 Create new tables, daos, dtos and mappersDuarte Meneses2021-09-0812-0/+1314
* SONAR-15142 - Avoid log creation when a branch or PR is createdBelen Pruvost2021-09-032-1/+19
* SONAR-15143 - Escape quotes in audits new_valueBelen Pruvost2021-08-312-3/+6
* SONAR-15323 - Allow encryption of Global DevOps Platform SettingsBelen Pruvost2021-08-304-14/+76
* SONAR-15322 Allow SQ DB fit encrypted DevOps Platform valuesZipeng WU2021-08-301-2/+2
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-2655-712/+685
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-264-467/+0
* SONAR-15142 Audit internal propertiesDuarte Meneses2021-08-194-14/+129
* SONAR-15287 When updating a secret, audit logs should log the actionZipeng WU2021-08-197-8/+91
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-1930-363/+507
* SONAR-15142 - Include template data on user/group permission insertsBelen Pruvost2021-08-199-37/+89
* SONAR-15142 Set a permission template default for Projects / Applications / P...Duarte Meneses2021-08-196-52/+33
* SONAR-15142 Use permission instead of roleDuarte Meneses2021-08-197-37/+38
* SONAR-15142 consistently log 'userLogin' when refering to a userDuarte Meneses2021-08-1914-176/+234
* SONAR-15142 - Skip visibility update logs from PersistComponentsStepBelen Pruvost2021-08-192-25/+34
* SONAR-15142 adding user login to audit log when removing or adding permissionLukasz Jarocki2021-08-199-184/+266
* SONAR-15142 actions on settings should distinguish add and updateZipeng WU2021-08-192-23/+53
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-1939-237/+482
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-1930-281/+422
* SONAR-15142 Logs for add/update/delete are inconsistent for webhooks and devopsDuarte Meneses2021-08-199-70/+55
* SONAR-15277 removing duplicates from audit table when changing visibility of ...Lukasz Jarocki2021-08-195-31/+17
* SONAR-15271 Add/remove permission from a group should have group nameZipeng WU2021-08-197-67/+111
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-197-61/+131
* SONAR-15142 remove dead codePierre2021-08-192-27/+0
* SONAR-15142 add name to audit visibility updatePierre2021-08-194-6/+24
* SONAR-15138 Generate PDFJeremy Davis2021-08-096-26/+26
* SONAR-15139 - Purge Branch propertiesBelen Pruvost2021-08-094-4/+87
* SONAR-15139 - Update Report Endpoints to work with Projects and Appsbelen-pruvost-sonarsource2021-08-094-17/+21
* SONAR-15236 Check that data is indexed in ElasticSearch before DB commitDuarte Meneses2021-08-042-0/+19
* SONAR-15237 Register removal of pluginsDuarte Meneses2021-08-046-10/+55
* 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-2717-79/+730
* SONAR-15144 - Audit Log Clean Up Jobbelen-pruvost-sonarsource2021-07-275-11/+38
* 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-2763-550/+3562