aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-8857 make ws/api/qualityprofiles/search support organizationsDaniel Schwarz2017-03-232-1/+3
* Use java.util.function.Consumer when executing DB large input without outputTeryk Bellahsene2017-03-211-6/+5
* SONAR-8910 Set admin as member of default org on H2Julien Lancelot2017-03-211-0/+2
* SONAR-8910 Populate organization membersJulien Lancelot2017-03-211-0/+1
* SONAR-8902 Create Table ORGANIZATION_MEMBERSTeryk Bellahsene2017-03-213-0/+7
* SONAR-8857 add organisation uuid to quality profile database tableDaniel Schwarz2017-03-032-1/+7
* SONAR-8838 Limit to 500 characters DB column TAGS of PROJECTSTeryk Bellahsene2017-02-281-1/+1
* SONAR-8847 Set COPY_COMPONENT_UUID of local viewsJulien Lancelot2017-02-281-0/+1
* SONAR-8838 Add DB column TAGS to PROJECTS tableTeryk Bellahsene2017-02-282-0/+3
* Drop unused Dialect#getActiveRecordDialectCode()Simon Brandhof2017-02-2612-23/+6
* SONAR-8092 index issues when changed in the db, ignore updatedAtDaniel Schwarz2017-02-241-1/+1
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-7/+0
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-192-14/+19
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1763-0/+6684