aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9481 Make operations on QProfiles resilient to ES errorsEric Hartmann2017-07-061-0/+2
* SONAR-9480 make WS operations on rules resilient to Elasticsearch errorsEric Hartmann2017-07-051-1/+1
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-054-21/+10
* Deprecate DatabaseUtils#repeatCondition()Simon Brandhof2017-07-051-0/+4
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-043-3/+2
* SONAR-9356 Add column USERS.ONBOARDEDJulien Lancelot2017-06-202-1/+2
* SONAR-9427 Improve performance on quality profile changelogEric Hartmann2017-06-141-2/+2
* SONAR-9304 quality profile uuid with length of 255 charactersTeryk Bellahsene2017-06-141-4/+4
* SONAR-9304 move rules_profiles.last_used/user_updated_at to org_qprofilesSimon Brandhof2017-06-141-2/+2
* SONAR-9304 rename table qprofiles to org_qprofilesSimon Brandhof2017-06-142-7/+6
* SONAR-9304 drop use of rules_profiles.is_defaultSimon Brandhof2017-06-142-1/+12
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-142-0/+12
* SONAR-9302 display built-in Quality profilesSimon Brandhof2017-06-141-1/+2
* Unit tests on Oracle are so slooooowSimon Brandhof2017-06-101-1/+1
* SONAR-9230 only index project measures, that will actually be usedDaniel Schwarz2017-06-091-0/+16
* SONAR-9328 make MANUAL_MEASURE.COMPONENT_UUID not nullableSébastien Lesaint2017-06-011-1/+1
* SONAR-9334 make EVENTS.COMPONENT_UUID not nullable and clean orphansSébastien Lesaint2017-05-311-1/+1
* SONAR-9028 remove table authors from DBSébastien Lesaint2017-05-261-10/+0
* SONAR-9028 remove any support to table authors from codeSébastien Lesaint2017-05-261-1/+0
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
* SONAR-9197 add index to active_rule_parametersSimon Brandhof2017-05-121-0/+1
* SONAR-9148 fix partition size for large inputs in MySQLDaniel Schwarz2017-05-112-10/+72
* SONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE”Daniel Schwarz2017-04-272-1/+2
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-271-0/+1
* SONAR-9087 make PROJECTS.PROJECT_UUID not nullableSébastien Lesaint2017-04-271-1/+1
* SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-271-0/+2
* SONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullableSébastien Lesaint2017-04-271-1/+1
* SONAR-8985 SONAR-9040 add CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-272-2/+2
* remove SCHEMA_MIGRATIONS insert from rows-h2Sébastien Lesaint2017-04-132-565/+4
* SONAR-9085 Clean orphan rows in GROUPS_USERSJulien Lancelot2017-04-131-0/+1
* SONAR-9019 Populate ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-131-3/+4
* SONAR-9019 Add ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-132-0/+2
* SONAR-9019 Set organization members into members groupsJulien Lancelot2017-04-131-0/+1
* SONAR-9019 Create "members" groups on existing organizationsJulien Lancelot2017-04-131-0/+1
* SONAR-9014 Associate all users to 'sonar-users' groupJulien Lancelot2017-04-131-0/+1
* SONAR-9014 Delete 'sonar.defaultGroup' setting from databaseJulien Lancelot2017-04-131-0/+1
* SONAR-9014 Restore sonar-users groupJulien Lancelot2017-04-132-0/+5
* Merge branch 'branch-6.3'Sébastien Lesaint2017-04-111-0/+2
* rename Collectors to MoreCollectorsSébastien Lesaint2017-04-032-4/+4
* Add convenient methods to rule/issue testing utilitiesSimon Brandhof2017-03-311-0/+1
* SONAR-8867 drop metadata columns from table RULESSébastien Lesaint2017-03-232-8/+1
* SONAR-8867 add AbstractDbTester#assertColumnDoesNotExistSébastien Lesaint2017-03-231-0/+24
* SONAR-8867 populate table RULES_METADATASébastien Lesaint2017-03-231-0/+1
* SONAR-8867 create table RULES_METADATASébastien Lesaint2017-03-232-0/+16
* SONAR-8867 add CoreDbTester#defaultOrganization()Sébastien Lesaint2017-03-232-0/+73
* SONAR-8867 fix support for composite PK in assertPrimaryKeySébastien Lesaint2017-03-231-20/+48
* move profile with-db-drivers to server to allow testing in any db moduleSébastien Lesaint2017-03-231-28/+0
* SONAR-8931 extend size of LOADED_TEMPLATES.TEMPLATE_TYPESébastien Lesaint2017-03-232-1/+6