aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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-121-18/+29
* SONAR-6993 Add component uuid in SnapshotQueryJulien Lancelot2015-11-122-0/+29
* 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-272-2/+45
* 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-051-0/+9
* 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-021-0/+30
* 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-301-0/+3
* 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-292-78/+170
* 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
* Deprecate kee accessors in favor of uuid accessors in PermissionTemplateDtoTeryk Bellahsene2015-09-282-28/+5
* SONAR-6834 search activity by datesSimon Brandhof2015-09-281-4/+39
* Improve validation of fields of CeQueueDto and IssueDtoSimon Brandhof2015-09-281-3/+3
* Add some preconditions to IssueDtoSimon Brandhof2015-09-271-1/+1
* SONAR-6834 fix SQL request to count activitiesSimon Brandhof2015-09-251-0/+4
* SONAR-5770 add WS api/ce/projectSimon Brandhof2015-09-221-0/+5
* Remove useless methodJulien Lancelot2015-09-221-1/+4
* SONAR-6044 Stop storing distribution of issue-related measures by ruleJulien Lancelot2015-09-212-1/+63
* Fix merge of branch feature/ce-monitoringSimon Brandhof2015-09-191-1/+1
* SONAR-6834 complete filtering paramters of api/ce/activitySimon Brandhof2015-09-191-0/+26
* SONAR-6630 At startup, delete past compute engine tasks older than 6 monthsSimon Brandhof2015-09-181-2/+26
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-185-202/+360
* SONAR-6840 Group migrations touching same tableJulien Lancelot2015-09-184-2/+299
* SONAR-6840 Number are accepted in table nameJulien Lancelot2015-09-181-0/+1
* SONAR-6840 Replace ColumnDef by buildersJulien Lancelot2015-09-185-116/+247
* SONAR-6840 Extract ColumnDef from AddColumnsBuilderJulien Lancelot2015-09-182-78/+134
* SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1Julien Lancelot2015-09-171-3/+8