aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12412 - support import/export of new code periods for projects (#2024)Jacek2019-09-241-4/+5
* Improve code quality and test coverageDuarte Meneses2019-09-244-8/+67
* New Code Period tableDuarte Meneses2019-09-241-0/+12
* Feature/dm/migrate new code period (#2017)Duarte Meneses2019-09-247-8/+28
* SONAR-12393 - support remove new code period on branch, project removal (#2002)Jacek2019-09-245-0/+90
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-244-9/+56
* SONAR-12394 Load analysis new code period based on hierarchy of New Code Peri...Duarte Meneses2019-09-244-28/+36
* SONAR-12364 Fix update of valuesDuarte Meneses2019-09-249-25/+36
* SONAR-12364 - SonarQube analysis fixesJacek2019-09-242-0/+46
* SONAR-12364 - IT fixes, add uniq new code period table constraintJacek2019-09-241-0/+4
* SONAR-12364 - remove manual baseline column from usageJacek2019-09-246-154/+49
* SONAR-12364 - migrate project analysis delete action to new conceptJacek2019-09-244-0/+36
* SONAR-12364 - switch from manual baseline to New Code Period conceptJacek2019-09-247-37/+121
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-242-38/+5
* Create UUID for new_code_periodsDuarte Meneses2019-09-242-14/+26
* add Upsert to NewCodePeriodDaoDuarte Meneses2019-09-243-1/+64
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-241-0/+32
* SONAR-12365 create new_code_period table (#1986)Jacek2019-09-2412-0/+602
* Fix mssql CE activity query and incorrect usage of AlwaysIncreasingSystem2 (#...Jacek2019-09-183-11/+4
* SONAR-5366 - restore custom rules (#2060)Jacek2019-09-1810-2/+503
* SONAR-12398 make schedule refresh of porfolios workSébastien Lesaint2019-09-162-22/+40
* SONAR-12214 - order by created_at instead of technical id (#2029)Jacek2019-09-0511-120/+214
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-0248-52/+48
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-021-1/+1
* SONAR-8520 Make schema dumper cross-platformphilippe-perrin-sonarsource2019-08-141-1/+1
* remove DBUnitSébastien Lesaint2019-08-0973-5884/+1347
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-094-1/+158
* 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-0912-1192/+1291
* SONAR-8520 fix missing not null in schema-h2.ddl for table PROPERTIESSébastien Lesaint2019-08-091-1/+1
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-0911-72/+1421
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-3110-62/+62
* SONAR-8115 storing project quality gate in table (#1919)Jacek2019-07-3110-68/+52
* SONAR-12259 - remove deprecated request params, response fields from api/proj...Jacek2019-07-224-167/+0
* SONAR-8115 Storing default qgate in table (blue green deploy safety) (#1925)Jacek2019-07-199-12/+186
* Clean depsDuarte Meneses2019-07-171-1/+9
* MMF-769 User can close their account (#1861)Benoit2019-07-1212-242/+251
* 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-1218-24/+22
* SONAR-12261 fix project QG search on MsSQLSébastien Lesaint2019-07-101-1/+1
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-106-155/+0
* SONAR-12246 Remove SQL requests specific to MySQLSimon Brandhof2019-07-103-22/+0
* SONAR-12246 Remove dependencies on MySQL driverSimon Brandhof2019-07-101-1/+0
* MMF-1737 Analyze Bitbucket repositories with Azure Pipelines (#1879)mickael-caro-sonarsource2019-07-104-8/+7
* SC-799 Add temporary live migration to delete empty personal orgsJanos Gyerik2019-07-054-0/+109
* SC-764 Return alm organization type in /api/organizations/searchBenoît Gianinetti2019-07-054-5/+54
* Merge pull request #1789 from SonarSource/fix/md/SONAR-11845-project-import-s...Michal Duda2019-06-282-12/+11
* Replace 3 regex with 1 and precompiled patternFranck Arnulfo2019-06-281-4/+6
* SONAR-12221 Add pagination to api/qualitygates/searchJulien Lancelot2019-06-284-65/+15
* SONAR-11560 fix api/permissions/users sortingMichal Duda2019-06-146-1/+94