aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix some code smell debt (#2143)Jacek2019-10-151-13/+36
* SONAR-12513 last used date is never set on new Quality ProfilesSébastien Lesaint2019-10-091-1/+14
* Fix UT for components countJacek2019-09-241-1/+1
* Fix conflicts after rebaseJacek2019-09-241-66/+0
* Improve code quality and test coverageDuarte Meneses2019-09-241-3/+34
* Feature/dm/migrate new code period (#2017)Duarte Meneses2019-09-242-7/+7
* SONAR-12393 - support remove new code period on branch, project removal (#2002)Jacek2019-09-241-0/+72
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-241-1/+28
* SONAR-12394 Load analysis new code period based on hierarchy of New Code Peri...Duarte Meneses2019-09-242-1/+34
* SONAR-12364 Fix update of valuesDuarte Meneses2019-09-242-3/+5
* SONAR-12364 - SonarQube analysis fixesJacek2019-09-242-0/+46
* SONAR-12364 - remove manual baseline column from usageJacek2019-09-242-88/+29
* SONAR-12364 - migrate project analysis delete action to new conceptJacek2019-09-241-0/+20
* SONAR-12364 - switch from manual baseline to New Code Period conceptJacek2019-09-241-23/+73
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-241-33/+5
* Create UUID for new_code_periodsDuarte Meneses2019-09-241-10/+18
* add Upsert to NewCodePeriodDaoDuarte Meneses2019-09-241-0/+53
* SONAR-12365 create new_code_period table (#1986)Jacek2019-09-243-0/+274
* Fix mssql CE activity query and incorrect usage of AlwaysIncreasingSystem2 (#...Jacek2019-09-182-9/+2
* SONAR-5366 - restore custom rules (#2060)Jacek2019-09-182-1/+228
* SONAR-12398 make schedule refresh of porfolios workSébastien Lesaint2019-09-161-18/+25
* SONAR-12214 - order by created_at instead of technical id (#2029)Jacek2019-09-055-110/+204
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-0247-5036/+0
* SONAR-8520 Make schema dumper cross-platformphilippe-perrin-sonarsource2019-08-141-1/+1
* remove DBUnitSébastien Lesaint2019-08-0969-5851/+1331
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-093-1/+148
* SONAR-8520 remove H2 specific way of creating database in Unit testsSébastien Lesaint2019-08-095-29/+78
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-096-142/+337
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-096-72/+370
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-315-38/+38
* SONAR-8115 storing project quality gate in table (#1919)Jacek2019-07-313-38/+29
* SONAR-12259 - remove deprecated request params, response fields from api/proj...Jacek2019-07-221-97/+0
* SONAR-8115 Storing default qgate in table (blue green deploy safety) (#1925)Jacek2019-07-193-12/+93
* MMF-769 User can close their account (#1861)Benoit2019-07-124-142/+184
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1217-24/+21
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-102-133/+0
* MMF-1737 Analyze Bitbucket repositories with Azure Pipelines (#1879)mickael-caro-sonarsource2019-07-101-3/+3
* SC-799 Add temporary live migration to delete empty personal orgsJanos Gyerik2019-07-052-0/+86
* SC-764 Return alm organization type in /api/organizations/searchBenoît Gianinetti2019-07-051-5/+33
* Merge pull request #1789 from SonarSource/fix/md/SONAR-11845-project-import-s...Michal Duda2019-06-281-6/+6
* SONAR-12221 Add pagination to api/qualitygates/searchJulien Lancelot2019-06-282-58/+4
* SONAR-11560 fix api/permissions/users sortingMichal Duda2019-06-142-0/+44
* SONAR-11745 deletion of disable component's child tables is resilientSébastien Lesaint2019-06-133-35/+52
* SONAR-11745 do not fail when loading issues of disabled componentsSébastien Lesaint2019-06-131-8/+105
* SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ...Duarte Meneses2019-06-031-1/+61
* SONAR-11675 delete scan contexts and CE activities on project purgeSébastien Lesaint2019-05-311-0/+265
* SONAR-11950 add SnapshotDto#revisionSimon Brandhof2019-05-222-3/+4
* SONAR-11950 create DB column snapshots.revisionSimon Brandhof2019-05-225-0/+11
* SONARCLOUD-628 Allow UTF-8 characters in project keyBenoît Gianinetti2019-05-201-3/+3