aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core
Commit message (Expand)AuthorAgeFilesLines
* 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