aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-0615-280/+48
* | SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-064-1/+176
* | SONAR-7705 stop using SNAPSHOTS tree columns in Java codebaseSimon Brandhof2016-07-0669-1904/+565
* | SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-056-30/+31
* | SONAR-7705 remove dead code and dead sql in purgeSébastien Lesaint2016-07-043-13/+13
* | SONAR-7705 remove Orphan components directly from the rootSébastien Lesaint2016-07-0412-116/+234
* | SONAR-7705 replace purge by cpt of scope PRJ by purge by analysesSébastien Lesaint2016-07-044-56/+56
* | SONAR-7705 purge: delete measures of FILE and DIR via analysis uuidSébastien Lesaint2016-07-043-7/+7
* | SONAR-7705 PurgeDao#purge: aborted analysis can be delete from rootSébastien Lesaint2016-07-042-15/+15
* | SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)Sébastien Lesaint2016-07-041-42/+21
* | SONAR-7705 use uuid in PurgeMapper.deleteSnapshotsSébastien Lesaint2016-07-041-0/+9
* | SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponentsSébastien Lesaint2016-07-042-4/+41
* | SONAR-7705 remove work Resource from PurgeMapper and use uuidsSébastien Lesaint2016-07-041-3/+5
* | remove unused PurgeDao#purge overrideSébastien Lesaint2016-07-041-7/+14
* | remove ids from PurgeSnapshotQuerySébastien Lesaint2016-07-048-72/+72
* | remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)Sébastien Lesaint2016-07-041-1/+1
* | SONAR-7780 Apply feedbackSimon Brandhof2016-07-042-3/+3
* | SONAR-7780 Fix migration of PROJECTS.UUID_PATHSimon Brandhof2016-07-044-25/+165
* | SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-045-492/+152
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2923-54/+672
* | SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-293-1/+145
* | SONAR-7794 add column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-297-11/+98
* | SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not nullTeryk Bellahsene2016-06-295-10/+109
* | SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-293-1/+109
* | SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-295-9/+107
* | SONAR-7781 Password of external providers should not be stored in databaseJulien Lancelot2016-06-293-1/+130
* | SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-291-2/+24
* | Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"Simon Brandhof2016-06-2923-672/+54
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2823-54/+672
* | Automatic merge from branch-5.6ssjenka2016-06-281-0/+71
|\|
| * SONAR-7798 support BIN and BIN2 collation on MsSQLSébastien Lesaint2016-06-271-10/+44
| * SONAR-7798 mssql fix collation now support complex collationsSébastien Lesaint2016-06-271-0/+37
* | Remove unused method ComponentDao#existsById()Simon Brandhof2016-06-271-8/+0
* | SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-27111-2398/+9228
* | SONAR-7690 support EVENTS.ANALYSIS_UUID in codeSébastien Lesaint2016-06-2719-194/+534
* | SONAR-7690 add EVENTS.ANALYSIS_UUID in place of SNAPSHOT_IDSébastien Lesaint2016-06-2710-1/+539
* | SONAR-7789 Add and populate DB column RULES_PROFILES.LAST_USEDTeryk Bellahsene2016-06-2412-46/+419
* | SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in codeSébastien Lesaint2016-06-228-160/+461
* | SONAR-7689 add column DUPLICATIONS_INDEX.ANALYSIS_UUIDSébastien Lesaint2016-06-221-1/+1
* | SONAR-7778 support addition of DUPLICATIONS_INDEX.COMPONENT_UUIDSébastien Lesaint2016-06-217-17/+103
* | SONAR-7778 add DUPLICATIONS_INDEX.COMPONENT_UUIDSébastien Lesaint2016-06-218-2/+360
* | SONAR-7691 table CE_ACTIVITY should use analysis UUIDSimon Brandhof2016-06-179-8/+335
* | SONAR-7779 Add column UUID to table SNAPSHOTSSimon Brandhof2016-06-1771-239/+1268
* | SONAR-7688 Decrease number of SQL requestsSimon Brandhof2016-06-171-25/+35
* | SONAR-7747 Check potential permissions when submitting a reportTeryk Bellahsene2016-06-175-101/+245
* | SONAR-7747 Replace project creator by current user when creating a projectTeryk Bellahsene2016-06-177-67/+188
* | Fix Quality flaws in DB migrationsSimon Brandhof2016-06-163-3/+6
* | SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-1693-546/+487
* | SONAR-7738 update table PROJECTS to have self UUIDs insteaf of IDSébastien Lesaint2016-06-169-2/+404
* | SONAR-7746 Delete permission template characteristics when deleting a permiss...Julien Lancelot2016-06-164-17/+51