aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-0413-882/+268
* SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2933-63/+923
* SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-297-2/+242
* SONAR-7794 add column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-2914-18/+176
* SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not nullTeryk Bellahsene2016-06-2910-12/+159
* SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-297-2/+176
* SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-2912-22/+168
* SONAR-7781 Password of external providers should not be stored in databaseJulien Lancelot2016-06-297-3/+187
* SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-292-4/+37
* Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"Simon Brandhof2016-06-2933-923/+63
* SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2833-63/+923
* Fix PopulateUuidPathColumnOnProjects for OracleSébastien Lesaint2016-06-281-2/+7
* Fix SQL inner join on MSSQLSimon Brandhof2016-06-281-6/+4
* Fix SQL request for MSSQL and PostgresSimon Brandhof2016-06-281-10/+5
* Automatic merge from branch-5.6ssjenka2016-06-282-7/+98
|\
| * SONAR-7798 support BIN and BIN2 collation on MsSQLSébastien Lesaint2016-06-272-13/+59
| * SONAR-7798 mssql fix collation now support complex collationsSébastien Lesaint2016-06-272-6/+51
| * set next dev version to 5.6.1-SNAPSHOTTom2016-06-271-1/+1
| * Update version to 5.6-SNAPSHOTTom2016-06-011-1/+1
| * Release 5.65.6Tom2016-06-011-1/+1
* | Remove unused method ComponentDao#existsById()Simon Brandhof2016-06-272-13/+2
* | SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-27129-2522/+9972
* | SONAR-7690 support EVENTS.ANALYSIS_UUID in codeSébastien Lesaint2016-06-2734-298/+645
* | SONAR-7690 add EVENTS.ANALYSIS_UUID in place of SNAPSHOT_IDSébastien Lesaint2016-06-2720-5/+839
* | Fix some Quality flawsSimon Brandhof2016-06-273-23/+23
* | SONAR-7789 Add and populate DB column RULES_PROFILES.LAST_USEDTeryk Bellahsene2016-06-2422-59/+604
* | SONAR-7688 add index to PROJECT_MEASURES.COMPONENT_UUIDSimon Brandhof2016-06-223-1/+4
* | SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in codeSébastien Lesaint2016-06-2216-230/+528
* | SONAR-7689 add column DUPLICATIONS_INDEX.ANALYSIS_UUIDSébastien Lesaint2016-06-2210-6/+255
* | Quality Profile's SearchDataLoader with Java 8 streamsTeryk Bellahsene2016-06-211-1/+0
* | Fix Quality flawSimon Brandhof2016-06-211-1/+1
* | SONAR-7778 support addition of DUPLICATIONS_INDEX.COMPONENT_UUIDSébastien Lesaint2016-06-219-20/+117
* | SONAR-7778 add DUPLICATIONS_INDEX.COMPONENT_UUIDSébastien Lesaint2016-06-2116-5/+568
* | Fix migration from 4.5Simon Brandhof2016-06-181-5/+5
* | Fix insert in SnapshotMapper.xmlSimon Brandhof2016-06-171-1/+1
* | SONAR-7691 table CE_ACTIVITY should use analysis UUIDSimon Brandhof2016-06-1721-20/+525
* | SONAR-7779 Add column UUID to table SNAPSHOTSSimon Brandhof2016-06-1783-267/+1516
* | SONAR-7688 Decrease number of SQL requestsSimon Brandhof2016-06-172-29/+39
* | SONAR-7747 Check potential permissions when submitting a reportTeryk Bellahsene2016-06-1716-245/+414
* | SONAR-7747 Replace project creator by current user when creating a projectTeryk Bellahsene2016-06-1712-107/+283
* | Fix quality flawsTeryk Bellahsene2016-06-171-1/+1
* | Fix Quality flaws in DB migrationsSimon Brandhof2016-06-1610-19/+13
* | Fix Quality flawsSimon Brandhof2016-06-161-7/+0
* | SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-16109-758/+631
* | SONAR-7738 update table PROJECTS to have self UUIDs insteaf of IDSébastien Lesaint2016-06-1618-11/+783
* | SONAR-7746 Delete permission template characteristics when deleting a permiss...Julien Lancelot2016-06-168-29/+68
* | SONAR-7244 fix component's selectByQuery when no component id is providedTeryk Bellahsene2016-06-152-3/+9
* | SONAR-7688 fix migration from 4.5Simon Brandhof2016-06-153-65/+51
* | SONAR-7739 Remove remember me cookieJulien Lancelot2016-06-1511-59/+106
* | SONAR-7244 WS api/projects/search_my_projects list projects of which current ...Teryk Bellahsene2016-06-1522-61/+341