aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6823 WS batch/project with protobuf and new behaviorsTeryk Bellahsene2015-09-304-4/+17
* Update DbTester javadocTeryk Bellahsene2015-09-301-3/+2
* SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_ATSimon Brandhof2015-09-305-38/+26
* SONAR-6886 Stop support of deprecated property sonar.jdbc.userSimon Brandhof2015-09-302-21/+1
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube in...Koushik Dasgupta2015-09-292-4/+4
* SONAR-6630 delete logs related to old reportsSimon Brandhof2015-09-295-15/+42
* SONAR-6854 WS permissions/template_groups fix queries for OracleTeryk Bellahsene2015-09-292-3/+8
* SONAR-6332 Prevent provisioning projects with same key on MySQLJulien Lancelot2015-09-298-160/+269
* SONAR-6854 WS permissions/template_groups search for groups in a specific per...Teryk Bellahsene2015-09-286-15/+39
* SONAR-6853 WS permissions/template_users list users of one template and permi...Teryk Bellahsene2015-09-283-1/+14
* Remove business classes in permission domainTeryk Bellahsene2015-09-288-424/+0
* Deprecate kee accessors in favor of uuid accessors in PermissionTemplateDtoTeryk Bellahsene2015-09-285-46/+24
* Fix quality flawsJulien Lancelot2015-09-281-3/+3
* Replace SqlSession by DbSessionJulien Lancelot2015-09-281-24/+30
* SONAR-6834 search activity by datesSimon Brandhof2015-09-283-4/+73
* Improve validation of fields of CeQueueDto and IssueDtoSimon Brandhof2015-09-283-23/+31
* Add some preconditions to IssueDtoSimon Brandhof2015-09-272-19/+26
* Fix quality flawSimon Brandhof2015-09-251-3/+4
* SONAR-6834 fix SQL request to count activitiesSimon Brandhof2015-09-252-4/+8
* SONAR-6859 add migration to remove sizeMetric properties from DBSébastien Lesaint2015-09-252-1/+2
* SONAR-5770 add WS api/ce/projectSimon Brandhof2015-09-222-4/+9
* Remove useless methodJulien Lancelot2015-09-222-11/+4
* Fix quality flawsSimon Brandhof2015-09-221-1/+1
* Remove useless sql queryJulien Lancelot2015-09-211-12/+0
* SONAR-6540 Ignore active rules linked on removed rules / profilesJulien Lancelot2015-09-211-7/+4
* SONAR-6347 Increase max value of duplications_index id columnJulien Lancelot2015-09-213-2/+3
* SONAR-6044 Stop storing distribution of issue-related measures by ruleJulien Lancelot2015-09-2110-4/+217
* Fix merge of branch feature/ce-monitoringSimon Brandhof2015-09-193-2/+3
* SONAR-6834 complete filtering paramters of api/ce/activitySimon Brandhof2015-09-196-4/+63
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-182-1/+2
* SONAR-6851 Analysis of new projects requires the "Provision Project" permissionSimon Brandhof2015-09-182-1/+2
* SONAR-6630 At startup, delete past compute engine tasks older than 6 monthsSimon Brandhof2015-09-184-2/+37
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-1841-844/+1335
* SONAR-6840 Group migrations touching same tableJulien Lancelot2015-09-1810-5/+604
* SONAR-6840 Number are accepted in table nameJulien Lancelot2015-09-182-1/+3
* SONAR-6840 Replace ColumnDef by buildersJulien Lancelot2015-09-1814-239/+498
* SONAR-6840 Extract ColumnDef from AddColumnsBuilderJulien Lancelot2015-09-186-144/+244
* SONAR-6552 fix maven dependency for SQLServer testsSimon Brandhof2015-09-171-0/+39
* SONAR-6552 fix bad mergeSimon Brandhof2015-09-171-5/+0
* SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1Julien Lancelot2015-09-172-6/+10
* SONAR-6822 WS rules/search from json to protobufTeryk Bellahsene2015-09-171-1/+1
* SONAR-6845 selectUuidsForQualifiers doesn't need SNAPSHOTSJulien Lancelot2015-09-172-41/+1
* SONAR-6845 Add index on PROJECTS.QUALIFIERJulien Lancelot2015-09-173-1/+4
* SONAR-6821 WS qualityprofiles/search load default quality profiles or project...Teryk Bellahsene2015-09-172-0/+52
* SONAR-6818 Add migration in rows-h2.sqlTeryk Bellahsene2015-09-171-0/+1
* SONAR-6818 Add revision column in file_sources db tableTeryk Bellahsene2015-09-1612-28/+44
* Remove some useless views queriesJulien Lancelot2015-09-155-146/+0
* Simplify deletion of a project in PurgeDaoJulien Lancelot2015-09-155-38/+25
* Exclude generated protobuf codebase from analysisSimon Brandhof2015-09-111-0/+4
* Upgrade protobuf lib to 3.0.0-beta-1Simon Brandhof2015-09-113-572/+548