aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-10409 Update too long keys of permission templatesEric Hartmann2018-02-135-1/+187
* SONAR-10301 db migration cleans orphans in CE child tablesSébastien Lesaint2018-02-135-1/+310
* SONAR-10407 Fix upgrade of too long permision_templates keysEric Hartmann2018-02-123-12/+137
* SONAR-10311 Add migration for DEPRECATED_RULE_KEYS tableEric Hartmann2018-02-085-1/+171
* SONAR-10357 change rule key into id in QPROFILE_CHANGES#CHANGE_DATASébastien Lesaint2018-02-085-2/+318
* Add missing license headersDuarte Meneses2018-02-074-0/+76
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-071-15/+0
* SONAR-10321 Store rule scope in DBDuarte Meneses2018-02-0711-2/+361
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-018-1/+371
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
* Merge branch 'branch-6.7'Sébastien Lesaint2018-01-172-11/+47
|\
| * SONAR-10215 clean corrupted view default perm template in 6.4Sébastien Lesaint2018-01-162-11/+47
| * Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-291-1/+1
| * Release 6.7.16.7.1Simon Brandhof2017-12-201-1/+1
* | Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-1417-67/+66
* | Fix license headers for 2018Simon Brandhof2018-01-07671-728/+743
* | SONAR-10182 Rename homepage parameter from 'value' to 'parameter'Guillaume Jambet2018-01-023-3/+3
* | SONAR-10182 Add api/users/current homepage persistenceGuillaume Jambet2018-01-025-1/+133
* | Merge remote-tracking branch 'origin/branch-6.7'Simon Brandhof2017-12-202-7/+1
|\|
| * SONAR-10210 Fix performance hotspot in DB migration #1267Simon Brandhof2017-12-202-7/+1
| * Prepare for next development iterationJulien Lancelot2017-11-071-1/+1
| * Release 6.76.7Simon Brandhof2017-11-071-1/+1
* | MMF-1074 Read 'sonar.quality' setting and update default organizationJulien Lancelot2017-12-185-3/+303
* | SONAR-10134 Make Make ORGANIZATIONS.DEFAULT_QUALITY_GATE_UUID not nullableJulien Lancelot2017-12-145-1/+126
* | SONAR-10147 Delete 'sonar.qualitygate' setting at global levelJulien Lancelot2017-12-145-1/+159
* | SONAR-10145 Set built-in QG as default on existing organizationsEric Hartmann2017-12-1414-1/+912
* | SONAR-10134 Remove unique index on QUALITY_GATES.NAMEJulien Lancelot2017-12-145-2/+103
* | SONAR-10134 Allow creating quality gates in organization (wip)Eric Hartmann2017-12-141-1/+0
* | SONAR-10134 Add QUALITY_GATES.UUID columnEric Hartmann2017-12-1411-1/+422
* | SONAR-10134 Add ORG_QUALITY_GATES tableEric Hartmann2017-12-148-1/+268
* | SONAR-10116 disable clean-up migration on SonarCloudSimon Brandhof2017-12-082-5/+37
* | SONAR-10116 exclude person measures when populating live_measuresSimon Brandhof2017-12-052-1/+14
* | SONAR-10116 Fix insert of LOB in batch statements of migrationsSimon Brandhof2017-12-052-3/+2
* | SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-0517-3/+953
* | SONAR-10089 Fix quality flawsEric Hartmann2017-12-041-10/+0
* | SONAR-10089 Fix migration on MySQLEric Hartmann2017-12-042-78/+34
* | SONAR-10110 Remove LOADED_TEMPLATES tableJulien Lancelot2017-12-045-2/+107
* | SONAR-10089 Add a migration to rename old quality gatesEric Hartmann2017-12-045-1/+272
* | SONAR-10089 Add a migration removing loaded_templates for quality gatesEric Hartmann2017-12-045-2/+148
* | SONAR-10087 Populate built-in flag on existing quality gatesJulien Lancelot2017-12-0410-3/+305