aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
...
* 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-15469 Stop using deprecated Gradle API in SonarQubeKengo TODA2021-10-081-3/+3
* 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
* [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