aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-11745 deletion of disable component's child tables is resilientSébastien Lesaint2019-06-138-65/+164
* SONAR-11745 do not fail when loading issues of disabled componentsSébastien Lesaint2019-06-132-11/+114
* Using already-defined constants instead of duplicating their valuesDiego Marcilio2019-06-131-1/+1
* SONAR-12146 fix resilience of deletion of project/branch/viewSébastien Lesaint2019-06-131-4/+4
* SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ...Duarte Meneses2019-06-034-2/+80
* SONAR-11675 delete scan contexts and CE activities on project purgeSébastien Lesaint2019-05-315-53/+399
* SONAR-11950 add SnapshotDto#revisionSimon Brandhof2019-05-224-6/+27
* SONAR-11950 create DB column snapshots.revisionSimon Brandhof2019-05-225-0/+11
* SONARCLOUD-628 Allow UTF-8 characters in project keyBenoît Gianinetti2019-05-202-4/+4
* SONAR-12061 Purge refresh flag on portfolio deletionBenoit2019-05-156-9/+63
* SONAR-12061 Recalculate out-of-date portfolios at scheduled hoursJanos Gyerik2019-05-154-127/+157
* SONAR-12061 Create 'INTERNAL_COMPONENT_PROPS' tableBenoît Gianinetti2019-05-1510-1/+609
* SONAR-12057 Add general locking mechanism through internal_propertiesJanos Gyerik2019-05-154-0/+163
* SONAR-11180 add security facet to api/rules/searchMichal Duda2019-05-071-1/+6
* SONAR-11904 Create API endpoint to get snippetsDuarte Meneses2019-05-061-0/+18
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w...Duarte Meneses2019-04-303-5/+6
* SONAR-12000 add DB column webhooks.secretSimon Brandhof2019-04-294-20/+57
* SONAR-11585 Purge disabled componentsDuarte Meneses2019-04-275-17/+84
* SONARCLOUD-582 split loading of profiles in rule activationSimon Brandhof2019-04-242-11/+7
* SONARCLOUD-582 refactor context of rule activationSimon Brandhof2019-04-241-0/+6
* SONAR-11925 Includes hotspots by default in the response of api/issues/searchJulien Lancelot2019-04-232-4/+2
* SONAR-11859 Fix issue changelogJulien HENRY2019-04-233-7/+24