Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_ID | Simon Brandhof | 2016-07-06 | 15 | -280/+48 | |
| | | ||||||
* | | SONAR-7807 drop SNAPSHOTS tree columns | Simon Brandhof | 2016-07-06 | 4 | -1/+176 | |
| | | ||||||
* | | SONAR-7705 stop using SNAPSHOTS tree columns in Java codebase | Simon Brandhof | 2016-07-06 | 69 | -1904/+565 | |
| | | ||||||
* | | SONAR-7727 Remove deprecated stuff from Resources API | Julien HENRY | 2016-07-05 | 6 | -30/+31 | |
| | | ||||||
* | | SONAR-7705 remove dead code and dead sql in purge | Sébastien Lesaint | 2016-07-04 | 3 | -13/+13 | |
| | | ||||||
* | | SONAR-7705 remove Orphan components directly from the root | Sébastien Lesaint | 2016-07-04 | 12 | -116/+234 | |
| | | ||||||
* | | SONAR-7705 replace purge by cpt of scope PRJ by purge by analyses | Sébastien Lesaint | 2016-07-04 | 4 | -56/+56 | |
| | | ||||||
* | | SONAR-7705 purge: delete measures of FILE and DIR via analysis uuid | Sébastien Lesaint | 2016-07-04 | 3 | -7/+7 | |
| | | ||||||
* | | SONAR-7705 PurgeDao#purge: aborted analysis can be delete from root | Sébastien Lesaint | 2016-07-04 | 2 | -15/+15 | |
| | | | | | | | | 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 | 1 | -42/+21 | |
| | | ||||||
* | | SONAR-7705 use uuid in PurgeMapper.deleteSnapshots | Sébastien Lesaint | 2016-07-04 | 1 | -0/+9 | |
| | | ||||||
* | | SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponents | Sébastien Lesaint | 2016-07-04 | 2 | -4/+41 | |
| | | ||||||
* | | SONAR-7705 remove work Resource from PurgeMapper and use uuids | Sébastien Lesaint | 2016-07-04 | 1 | -3/+5 | |
| | | ||||||
* | | remove unused PurgeDao#purge override | Sébastien Lesaint | 2016-07-04 | 1 | -7/+14 | |
| | | ||||||
* | | remove ids from PurgeSnapshotQuery | Sébastien Lesaint | 2016-07-04 | 8 | -72/+72 | |
| | | | | | | | | 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 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7780 Apply feedback | Simon Brandhof | 2016-07-04 | 2 | -3/+3 | |
| | | ||||||
* | | SONAR-7780 Fix migration of PROJECTS.UUID_PATH | Simon Brandhof | 2016-07-04 | 4 | -25/+165 | |
| | | ||||||
* | | SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_ID | Simon Brandhof | 2016-07-04 | 5 | -492/+152 | |
| | | ||||||
* | | SONAR-7780 table PROJECT_MEASURES should use analysis UUID | Simon Brandhof | 2016-06-29 | 23 | -54/+672 | |
| | | ||||||
* | | SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_AT | Teryk Bellahsene | 2016-06-29 | 3 | -1/+145 | |
| | | ||||||
* | | SONAR-7794 add column RULES_PROFILES.USER_UPDATED_AT | Teryk Bellahsene | 2016-06-29 | 7 | -11/+98 | |
| | | ||||||
* | | SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not null | Teryk Bellahsene | 2016-06-29 | 5 | -10/+109 | |
| | | ||||||
* | | SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEY | Teryk Bellahsene | 2016-06-29 | 3 | -1/+109 | |
| | | ||||||
* | | SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEY | Teryk Bellahsene | 2016-06-29 | 5 | -9/+107 | |
| | | ||||||
* | | SONAR-7781 Password of external providers should not be stored in database | Julien Lancelot | 2016-06-29 | 3 | -1/+130 | |
| | | ||||||
* | | SONAR-7732 Authentication is now done in Java | Julien Lancelot | 2016-06-29 | 1 | -2/+24 | |
| | | ||||||
* | | Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID" | Simon Brandhof | 2016-06-29 | 23 | -672/+54 | |
| | | | | | | | | This reverts commit 87f2df380bc31b616fa9a1b6376b0ff26ee84ccc. | |||||
* | | SONAR-7780 table PROJECT_MEASURES should use analysis UUID | Simon Brandhof | 2016-06-28 | 23 | -54/+672 | |
| | | ||||||
* | | Automatic merge from branch-5.6 | ssjenka | 2016-06-28 | 1 | -0/+71 | |
|\| | | | | | | | | | | | * origin/branch-5.6: SONAR-7798 support BIN and BIN2 collation on MsSQL SONAR-7798 mssql fix collation now support complex collations | |||||
| * | SONAR-7798 support BIN and BIN2 collation on MsSQL | Sébastien Lesaint | 2016-06-27 | 1 | -10/+44 | |
| | | ||||||
| * | SONAR-7798 mssql fix collation now support complex collations | Sébastien Lesaint | 2016-06-27 | 1 | -0/+37 | |
| | | | | | | | | | | collations can actually have a combination of case sensitivity and accent sensitivity also, the might not end with accent sensitivity | |||||
* | | Remove unused method ComponentDao#existsById() | Simon Brandhof | 2016-06-27 | 1 | -8/+0 | |
| | | ||||||
* | | SONAR-7800 add column PROJECTS.UUID_PATH | Simon Brandhof | 2016-06-27 | 111 | -2398/+9228 | |
| | | ||||||
* | | SONAR-7690 support EVENTS.ANALYSIS_UUID in code | Sébastien Lesaint | 2016-06-27 | 19 | -194/+534 | |
| | | ||||||
* | | SONAR-7690 add EVENTS.ANALYSIS_UUID in place of SNAPSHOT_ID | Sébastien Lesaint | 2016-06-27 | 10 | -1/+539 | |
| | | ||||||
* | | SONAR-7789 Add and populate DB column RULES_PROFILES.LAST_USED | Teryk Bellahsene | 2016-06-24 | 12 | -46/+419 | |
| | | ||||||
* | | SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in code | Sébastien Lesaint | 2016-06-22 | 8 | -160/+461 | |
| | | ||||||
* | | SONAR-7689 add column DUPLICATIONS_INDEX.ANALYSIS_UUID | Sébastien Lesaint | 2016-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7778 support addition of DUPLICATIONS_INDEX.COMPONENT_UUID | Sébastien Lesaint | 2016-06-21 | 7 | -17/+103 | |
| | | ||||||
* | | SONAR-7778 add DUPLICATIONS_INDEX.COMPONENT_UUID | Sébastien Lesaint | 2016-06-21 | 8 | -2/+360 | |
| | | ||||||
* | | SONAR-7691 table CE_ACTIVITY should use analysis UUID | Simon Brandhof | 2016-06-17 | 9 | -8/+335 | |
| | | ||||||
* | | SONAR-7779 Add column UUID to table SNAPSHOTS | Simon Brandhof | 2016-06-17 | 71 | -239/+1268 | |
| | | ||||||
* | | SONAR-7688 Decrease number of SQL requests | Simon Brandhof | 2016-06-17 | 1 | -25/+35 | |
| | | ||||||
* | | SONAR-7747 Check potential permissions when submitting a report | Teryk Bellahsene | 2016-06-17 | 5 | -101/+245 | |
| | | ||||||
* | | SONAR-7747 Replace project creator by current user when creating a project | Teryk Bellahsene | 2016-06-17 | 7 | -67/+188 | |
| | | ||||||
* | | Fix Quality flaws in DB migrations | Simon Brandhof | 2016-06-16 | 3 | -3/+6 | |
| | | ||||||
* | | SONAR-7738 support in code use of *_UUID instead of PROJECTS._*ID | Sébastien Lesaint | 2016-06-16 | 93 | -546/+487 | |
| | | ||||||
* | | SONAR-7738 update table PROJECTS to have self UUIDs insteaf of ID | Sébastien Lesaint | 2016-06-16 | 9 | -2/+404 | |
| | | ||||||
* | | SONAR-7746 Delete permission template characteristics when deleting a ↵ | Julien Lancelot | 2016-06-16 | 4 | -17/+51 | |
| | | | | | | | | permission template |