aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10430 speed-up DB migrationSimon Brandhof2018-05-281-2/+5
* SONAR-10430 add FILE_SOURCES.LINE_COUNTSébastien Lesaint2018-05-2811-1/+406
* SONAR-19597 Set USERS.UUID length to 255 instead of 40Julien Lancelot2018-05-2815-22/+28
* SONAR-10597 Update CE_ACTIVITY#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-235-1/+133
* SONAR-10597 Update CE_QUEUE#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-235-1/+122
* SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUIDJulien Lancelot2018-05-235-2/+123
* SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-235-1/+119
* SONAR-10597 Update USER_TOKENS#LOGIN to USER_UUIDJulien Lancelot2018-05-235-1/+139
* SONAR-10597 Update QPROFILE_CHANGES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-235-1/+113
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-233-2/+39
* SONAR-10598 Display warning page when detecting login update during authentic...Julien Lancelot2018-05-2312-3/+477
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-2320-1/+944
* SONAR-10597 Introduce UUID in table USERSGuillaume Jambet2018-05-238-1/+341
* SONAR-10517 Create table project_mappingsJulien HENRY2018-05-165-1/+172
* SONAR-10666 Prevent users to migrate from a version < 6.7Simon Brandhof2018-05-151-1/+1
* Make drop of db table re-entrantSimon Brandhof2018-05-1410-150/+74
* SONAR-10647 Apply feedbackDuarte Meneses2018-05-091-1/+2
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-095-1/+115
* SONAR-10515 ALM App Install table + DAOJulien HENRY2018-04-265-2/+181
* SONAR-10544 Apply feedbackDuarte Meneses2018-04-263-3/+3
* SONAR-10544 Process external rulesDuarte Meneses2018-04-261-3/+1
* SONAR-10544 remove DESCRIPTION_URL column from RULES tableGuillaume Jambet2018-04-263-9/+1
* SONAR-10544 save externally defined Rules if neededGuillaume Jambet2018-04-261-0/+4
* SONAR-10544 add IS_EXTERNAL and DESCRIPTION_URL column to RULES tableGuillaume Jambet2018-04-265-3/+138
* Fix quality flawsEric Hartmann2018-04-171-1/+0
* SONAR-6949 Implements bcrypt hash for passwordEric Hartmann2018-04-173-4/+6
* SONAR-6949 Populate HASH_METHOD with SHA1Eric Hartmann2018-04-178-1/+292
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-178-1/+229
* Revert "SONAR-6949 Increase crypted password size"Eric Hartmann2018-04-128-229/+1
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-128-1/+229
* Fix publicationDavid Rautureau2018-04-041-4/+0
* Fix buildDavid Rautureau2018-04-041-0/+4
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
* BUILD-612 Implement the check of source headersDavid Rautureau2018-04-042-0/+38
* GOV-341 clean-up existing measuresSimon Brandhof2018-03-295-2/+217
* SONAR-10504 commit after each delete of analysisSimon Brandhof2018-03-239-34/+174
* SONAR-10504 remove full scan of DB migration #1908 on OracleSimon Brandhof2018-03-231-2/+6
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-2/+6
* SONAR-10346 fix DB migrationSébastien Lesaint2018-03-153-156/+452
* SONAR-10175 db migration clean orphan Quality Gate links from projectsSébastien Lesaint2018-03-155-1/+211
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1320-1/+823
* Fix some Java compiler warningsSimon Brandhof2018-03-1213-26/+33
* Move To GradleDavid Rautureau2018-03-092-76/+42
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-012-3/+53
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-011-1/+5
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-015-1/+121
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-015-1/+524
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-011-8/+3
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-015-1/+187
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-2016-10/+791