aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15323 - Allow encryption of Global DevOps Platform SettingsBelen Pruvost2021-08-301-0/+1
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-255-8/+8
* remove DBUnitSébastien Lesaint2019-08-0953-5492/+0
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-313-5/+5
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-101-63/+0
* SONAR-11950 create DB column snapshots.revisionSimon Brandhof2019-05-225-0/+11
* SONAR-11823 Drop snapshots.project_versionJanos Gyerik2019-03-1913-27/+22
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-191-6/+6
* SONAR-11631 Persist sonar.buildString in databaseJanos Gyerik2019-03-195-0/+5
* SONAR-11626 baseline analysis can not be deleted by PeriodCleanerSébastien Lesaint2019-02-111-154/+0
* SONAR-11631 add SnapshotDto.projectVersionSébastien Lesaint2019-02-111-0/+6
* SONAR-11631 add SNAPSHOTS.PROJECT_VERSIONSébastien Lesaint2019-02-1117-0/+36
* SONAR-11650 Remove usage of FILE_SOURCES#DATA_TYPEJulien Lancelot2019-02-114-15/+3
* Revert "SONAR-11650 Drop DATA_TYPE from FILE_SOURCES"Julien Lancelot2019-02-114-3/+15
* SONAR-11650 Drop DATA_TYPE from FILE_SOURCESJulien Lancelot2019-02-114-15/+3
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-161-184/+0
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-081-7/+5
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-082-20/+10
* SONAR-11212 Distinguish predefined and ad hoc external rulesJulien Lancelot2018-09-249-256/+0
* SONAR-10944 Add subscription flag to organizationsJulien Lancelot2018-07-111-0/+1
* Rewrite dbunit test using dbtesterJanos Gyerik2018-07-046-1389/+0
* SONAR-10430 add FileSourceDto#getLineCount()Sébastien Lesaint2018-05-281-19/+0
* SONAR-10430 add FILE_SOURCES.LINE_COUNTSébastien Lesaint2018-05-285-0/+8
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-2316-442/+19
* SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-231-14/+0
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-233-185/+0
* SONAR-10597 Introduce UUID in table USERSGuillaume Jambet2018-05-233-0/+10
* SONAR-10647 Apply feedbackDuarte Meneses2018-05-092-2/+2
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-094-4/+9
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-206-30/+0
* SONAR-10321 Store rule scope in DBDuarte Meneses2018-02-078-0/+13
* Merge remote-tracking branch 'origin/branch-6.7'Simon Brandhof2017-12-202-43/+383
|\
| * SONAR-10131 purge test files when purging project historySimon Brandhof2017-12-202-43/+383
* | SONAR-10134 Use QGateWithOrgDto instead of id in ProjectQgateAssociationQueryJulien Lancelot2017-12-141-140/+0
* | SONAR-10147 Remove 'sonar.qualitygate' setting usage to store default quality...Eric Hartmann2017-12-141-6/+0
* | SONAR-10134 Add QUALITY_GATES.UUID columnEric Hartmann2017-12-141-2/+2
* | SONAR-10134 Add ORG_QUALITY_GATES tableEric Hartmann2017-12-146-28/+1
* | SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-055-203/+1
* | SONAR-10110 Remove LoadedTemplate DAOJulien Lancelot2017-12-043-19/+0
* | SONAR-10087 Add built-in flag to provided quality gateJulien Lancelot2017-12-045-11/+11
* | fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-241-0/+33
|/
* SONAR-9993 Functional creation date of comment is no more nullableJulien Lancelot2017-11-011-1/+1
* SONAR-7309 DB Cleaner strategy to keep only analyses with a versionTeryk Bellahsene2017-10-191-2/+2
* SONAR-9882 Implements storage of sonar.analysis.* propertiesEric Hartmann2017-10-173-0/+43
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-2712-26/+0
* SONAR-9628 Branches must not appear in administration of projectsDuarte Meneses2017-09-121-0/+21
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-1215-0/+63
* SONAR-9664 Apply feedbackDuarte Meneses2017-09-071-2/+2
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-071-0/+18
* Remove DbUnit from ComponentDaoTestJulien Lancelot2017-08-2113-1659/+0