Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-7786 compress DUPLICATIONS_INDEX migrations | Sébastien Lesaint | 2016-07-11 | 16 | -267/+127 | |
| | | ||||||
* | | SONAR-7700 re-enable ignored UTs on PurgeDao | Sébastien Lesaint | 2016-07-11 | 5 | -216/+144 | |
| | | ||||||
* | | SONAR-7700 Decrease size of B VARCHAR columns in PROJECTS | Simon Brandhof | 2016-07-11 | 5 | -14/+12 | |
| | | ||||||
* | | SONAR-7700 use "B columns" strategy for update of PROJECTS | Simon Brandhof | 2016-07-11 | 38 | -210/+1336 | |
| | | | | | | | | | | B columns are used to keep changes in a "functional" transaction but not a DB transaction | |||||
* | | SONAR-7700 support boolean columns in java db migrations | Simon Brandhof | 2016-07-11 | 2 | -0/+172 | |
| | | ||||||
* | | Fix Quality flaws | Simon Brandhof | 2016-07-11 | 2 | -4/+4 | |
| | | ||||||
* | | SONAR-7705 add migration to kill tree errors in snapshots and projects | Sébastien Lesaint | 2016-07-08 | 7 | -4/+1217 | |
| | | ||||||
* | | fix various quality flaws | Sébastien Lesaint | 2016-07-07 | 3 | -6/+4 | |
| | | ||||||
* | | SONAR-7705 add UT for MeasureDao#selectProjectMeasuresOfDeveloper | Sébastien Lesaint | 2016-07-07 | 1 | -8/+72 | |
| | | ||||||
* | | SONAR-7800 add override of MeasureDao#selectByQuery with ResultHandler | Sébastien Lesaint | 2016-07-07 | 3 | -0/+108 | |
| | | ||||||
* | | SONAR-7683 add SnapshotDao#selectByUuids | Sébastien Lesaint | 2016-07-07 | 3 | -18/+32 | |
| | | ||||||
* | | SONAR-7705 add MeasureDao#selectProjectMeasuresOfDeveloper | Sébastien Lesaint | 2016-07-07 | 3 | -18/+30 | |
| | | ||||||
* | | SONAR-7705 replace id by uuid in ViewsSnapshotDto | Sébastien Lesaint | 2016-07-07 | 2 | -6/+6 | |
| | | ||||||
* | | SONAR-7780 add MeasureQuery.analysisUuid | Sébastien Lesaint | 2016-07-07 | 5 | -75/+158 | |
| | | | | | | | | required by Governance | |||||
* | | SONAR-7705 refactoring | Simon Brandhof | 2016-07-06 | 6 | -55/+82 | |
| | | | | | | | | including some renaming of "snapshot" to "analysis" | |||||
* | | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_ID | Simon Brandhof | 2016-07-06 | 20 | -284/+97 | |
| | | ||||||
* | | Remove unused methods of IdUuidPairs | Simon Brandhof | 2016-07-06 | 1 | -16/+1 | |
| | | ||||||
* | | Optimize insert in table RESOURCE_INDEX | Simon Brandhof | 2016-07-06 | 1 | -3/+15 | |
| | | | | | | | | by specifying the JDBC types of columns in MyBatis mapper. | |||||
* | | SONAR-7807 drop SNAPSHOTS tree columns | Simon Brandhof | 2016-07-06 | 10 | -18/+276 | |
| | | ||||||
* | | SONAR-7705 stop using SNAPSHOTS tree columns in Java codebase | Simon Brandhof | 2016-07-06 | 85 | -2226/+655 | |
| | | ||||||
* | | SONAR-7727 Remove deprecated stuff from Resources API | Julien HENRY | 2016-07-05 | 7 | -31/+32 | |
| | | ||||||
* | | SONAR-7705 remove dead code and dead sql in purge | Sébastien Lesaint | 2016-07-04 | 8 | -117/+50 | |
| | | ||||||
* | | SONAR-7705 remove Orphan components directly from the root | Sébastien Lesaint | 2016-07-04 | 16 | -229/+307 | |
| | | ||||||
* | | SONAR-7705 replace purge by cpt of scope PRJ by purge by analyses | Sébastien Lesaint | 2016-07-04 | 8 | -82/+131 | |
| | | ||||||
* | | SONAR-7705 purge: delete measures of FILE and DIR via analysis uuid | Sébastien Lesaint | 2016-07-04 | 7 | -34/+106 | |
| | | ||||||
* | | ComponentTreeQuery: since sortFields can't be null, enforce it | Sébastien Lesaint | 2016-07-04 | 1 | -0/+1 | |
| | | ||||||
* | | SONAR-7705 delete analysis measures using new ANALYSIS_UUID column | Sébastien Lesaint | 2016-07-04 | 3 | -12/+11 | |
| | | ||||||
* | | SONAR-7705 PurgeDao#purge: aborted analysis can be delete from root | Sébastien Lesaint | 2016-07-04 | 4 | -38/+37 | |
| | | | | | | | | no need to try and delete them on each node of scope PROJECT in the tree | |||||
* | | SONAR-7705 ProjectCleaner now deal with analyses (not snapshots) | Sébastien Lesaint | 2016-07-04 | 8 | -77/+117 | |
| | | ||||||
* | | SONAR-7705 use uuid in PurgeMapper.deleteSnapshots | Sébastien Lesaint | 2016-07-04 | 3 | -24/+35 | |
| | | ||||||
* | | SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponents | Sébastien Lesaint | 2016-07-04 | 6 | -23/+101 | |
| | | ||||||
* | | SONAR-7705 remove work Resource from PurgeMapper and use uuids | Sébastien Lesaint | 2016-07-04 | 5 | -105/+135 | |
| | | ||||||
* | | remove unused PurgeDao#purge override | Sébastien Lesaint | 2016-07-04 | 2 | -18/+14 | |
| | | ||||||
* | | remove ids from PurgeSnapshotQuery | Sébastien Lesaint | 2016-07-04 | 14 | -142/+140 | |
| | | | | | | | | in addition, PurgeDao#selectPurgeableSnapshots renamed to selectPurgeableAnalyses and it returns only root snapshots (ie. analyses) | |||||
* | | remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler) | Sébastien Lesaint | 2016-07-04 | 2 | -11/+1 | |
| | | ||||||
* | | remove unused PurgeSnapshotQuery#qualifiers | Sébastien Lesaint | 2016-07-04 | 2 | -15/+0 | |
| | | ||||||
* | | SONAR-7780 Apply feedback | Simon Brandhof | 2016-07-04 | 6 | -17/+18 | |
| | | ||||||
* | | SONAR-7780 Fix migration of PROJECTS.UUID_PATH | Simon Brandhof | 2016-07-04 | 9 | -29/+222 | |
| | | ||||||
* | | SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_ID | Simon Brandhof | 2016-07-04 | 13 | -882/+268 | |
| | | ||||||
* | | SONAR-7780 table PROJECT_MEASURES should use analysis UUID | Simon Brandhof | 2016-06-29 | 33 | -63/+923 | |
| | | ||||||
* | | SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_AT | Teryk Bellahsene | 2016-06-29 | 7 | -2/+242 | |
| | | ||||||
* | | SONAR-7794 add column RULES_PROFILES.USER_UPDATED_AT | Teryk Bellahsene | 2016-06-29 | 14 | -18/+176 | |
| | | ||||||
* | | SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not null | Teryk Bellahsene | 2016-06-29 | 10 | -12/+159 | |
| | | ||||||
* | | SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEY | Teryk Bellahsene | 2016-06-29 | 7 | -2/+176 | |
| | | ||||||
* | | SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEY | Teryk Bellahsene | 2016-06-29 | 12 | -22/+168 | |
| | | ||||||
* | | SONAR-7781 Password of external providers should not be stored in database | Julien Lancelot | 2016-06-29 | 7 | -3/+187 | |
| | | ||||||
* | | SONAR-7732 Authentication is now done in Java | Julien Lancelot | 2016-06-29 | 2 | -4/+37 | |
| | | ||||||
* | | Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID" | Simon Brandhof | 2016-06-29 | 33 | -923/+63 | |
| | | | | | | | | This reverts commit 87f2df380bc31b616fa9a1b6376b0ff26ee84ccc. | |||||
* | | SONAR-7780 table PROJECT_MEASURES should use analysis UUID | Simon Brandhof | 2016-06-28 | 33 | -63/+923 | |
| | | ||||||
* | | Fix PopulateUuidPathColumnOnProjects for Oracle | Sébastien Lesaint | 2016-06-28 | 1 | -2/+7 | |
| | |