aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-6925 add missing index on ce_activity.is_last_keySébastien Lesaint2015-12-041-1/+8
* SONAR-7049 check max length of rule/rule param fieldssimonbrandhof2015-12-041-0/+40
* SONAR-6884 Update existing collation columns on MsSQLJulien Lancelot2015-12-032-1/+146
* SONAR-6884 Create and update columns on MsSQL with collationJulien Lancelot2015-12-033-4/+4
* SONAR-6884 Take into account nullable information when updating a columnJulien Lancelot2015-12-035-5/+79
* SONAR-6884 Rename StringColumnDef to VarcharColumnDefJulien Lancelot2015-12-033-14/+11
* SONAR-6884 Create a ClobColumnDef to create Clob columnsJulien Lancelot2015-12-031-0/+112
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-261-0/+14
* fix MeasureDao UT: duplicate null project uuidSébastien Lesaint2015-11-251-2/+2
* SONAR-7027 add MeasureDao#selectBySnapshotAndMetricsSébastien Lesaint2015-11-251-0/+33
* SONAR-7027 add MeasureDao#selectByDeveloperForSnapshotAndMetricsSébastien Lesaint2015-11-252-6/+106
* SONAR-7027 add SnapshotTesting#newSnapshotForDeveloper + fix depthSébastien Lesaint2015-11-251-3/+12
* SONAR-7027 add developerId to ComponentDtoSébastien Lesaint2015-11-253-2/+12
* Improve UserTokenDao coverageTeryk Bellahsene2015-11-241-0/+22
* Fix index size limit of user_tokens_login_nameTeryk Bellahsene2015-11-241-1/+1
* SONAR-7027 Rename grantDefaultRoles to applyDefaultPermissionTemplateJulien Lancelot2015-11-243-30/+136
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-236-20/+184
* SONAR-7027 clean up AuthorDaoSébastien Lesaint2015-11-191-59/+27
* SONAR-7027 Add Developer in PersistMeasureJulien Lancelot2015-11-191-1/+1
* SONAR-6993 Persist cpd text blocks into DUPLICATIONS_INDEXJulien Lancelot2015-11-121-2/+2
* SONAR-6993 Search duplication candidates by hashesJulien Lancelot2015-11-124-34/+45
* SONAR-6993 Add component uuid in SnapshotQueryJulien Lancelot2015-11-123-0/+55
* SONAR-6355 Period 1 is now the leak periodJulien Lancelot2015-10-301-6/+6
* SONAR-6356 Always feed the 'since previous version' periodJulien Lancelot2015-10-292-0/+30
* Refactor Periods to increase coverageJulien Lancelot2015-10-291-40/+204
* SONAR-6834 Purge CE_ACTIVITY when deleting a projectJulien Lancelot2015-10-273-2/+56
* SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepositorySébastien Lesaint2015-10-201-0/+9
* Replace VARCHAR by NVARCHAR on MsSQLSimon Brandhof2015-10-123-3/+3
* SONAR-6830 ability to change level of SQL logs on the flySimon Brandhof2015-10-062-7/+16
* Improve coverage of ComponentQueryTeryk Bellahsene2015-10-061-0/+40
* SONAR-6854 WS permissions/template_group do not return anyone if admin permis...Teryk Bellahsene2015-10-061-2/+3
* SONAR-6397 Do not read SCM info from db on first analysisJulien Lancelot2015-10-052-0/+57
* WS of permission domain are compatible with Views and Developer CockpitTeryk Bellahsene2015-10-021-0/+107
* Add selectComponentsByQualifiersJulien Lancelot2015-10-021-2/+24
* Improve deletion of project to deal with subviews/tech projectsJulien Lancelot2015-10-023-3/+63
* SONAR-6857 Fix escaping in a like queryTeryk Bellahsene2015-10-023-58/+19
* SONAR-6834 filter components by name in api/ce/activitySimon Brandhof2015-10-022-0/+98
* SONAR-6857 ComponentDao with a generic way to search for componentsTeryk Bellahsene2015-10-024-13/+224
* SONAR-6781 Quality Gate Search doesn't work with _Teryk Bellahsene2015-10-022-28/+36
* SONAR-6823 WS batch/project with protobuf and new behaviorsTeryk Bellahsene2015-09-302-2/+5
* Update DbTester javadocTeryk Bellahsene2015-09-301-3/+2
* SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_ATSimon Brandhof2015-09-301-7/+7
* SONAR-6886 Stop support of deprecated property sonar.jdbc.userSimon Brandhof2015-09-301-12/+0
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube in...Koushik Dasgupta2015-09-291-2/+0
* SONAR-6630 delete logs related to old reportsSimon Brandhof2015-09-291-8/+24
* SONAR-6854 WS permissions/template_groups fix queries for OracleTeryk Bellahsene2015-09-291-1/+1
* SONAR-6332 Prevent provisioning projects with same key on MySQLJulien Lancelot2015-09-295-158/+242
* SONAR-6854 WS permissions/template_groups search for groups in a specific per...Teryk Bellahsene2015-09-282-5/+12
* SONAR-6853 WS permissions/template_users list users of one template and permi...Teryk Bellahsene2015-09-281-0/+9
* Remove business classes in permission domainTeryk Bellahsene2015-09-284-224/+0